What can you do with your Boot-Image ?

Once you accomplished to boot your image and you have nice outputs on your screen you probably want to know what can you do with this IMAGE ? First of all i must say this image is for testing some functionality of the TRIZEPS module and Eval-Platform under LINUX and NOT a full blown embedded Distribution (hopefully this will cone some day ;-)) So if you miss some essential function(s) for testing just contact me!

To communicate with the system you can use serial port or telnet
Setup your serial port with 38400 8n1
Your system has IP 10.0.0.2/255.255.255.0
Login with User:root Password:root

Test display and touchscreen by typing:
 - "ts_test"

Test sound by typing:
 - "aplay /usr/share/alsa/Started.wav"

Test MMC
   insert MMC-card and verify paritions by typing:
 - "cat /proc/partitions"
   choose one out of mmcblk0p[1-4] and mount by typing:
 - "mount /dev/mmcblk0p1 /mnt"
   and display the content by typing:
 - "ls -l /mnt"

Test CompactFlash (as MMC above)
   insert CF-card and verify paritions by typing:
 - "cat /proc/partitions"
   choose one out of hda[1-4] and mount by typing:
 - "mount /dev/hda1 /mnt"
   and display the content by typing:
 - "ls -l /mnt"

Test USB (as MMC above)
   insert an USB-stick on the upper connector and verify paritions by typing:
 - "cat /proc/partitions"
   choose one out of sda[1-4] and mount by typing:
 - "mount /dev/sda1 /mnt"
   and display the content by typing:
 - "ls -l /mnt"

Test RealTimeClock by typing:
 - "date"
 - "hwclock -f /dev/rtc1"

Test LocalAreaNetwork
   show network interfaces by typing:
 - "ifconfig"
   connect to an other comuter via TELNET by typing:
 - "telnet 10.0.0.x"
   connect to this system via HTTP by opening
   your favorite browser on the URL "http://10.0.0.2/"