
RSB-4410 User Manual 22
2.5.3 SD Test
1. When booting from eMMC, you would see only below directories:
#ls /dev/mmcblk*
/dev/mmcblk0 /dev/mmcblk0boot0 /dev/mmcblk0boot1 /dev/
mmcblk0p1
2. Insert SD card to SD card slot (SD1) and check your device again. You should
be able to see more directories. /dev/mmcblk1 is the SD card storage.
#ls /dev/mmcblk*
/dev/mmcblk0 /dev/mmcblk0boot1 /dev/mmcblk1 /dev/
mmcblk1p2
/dev/mmcblk0boot0 /dev/mmcblk0p1 /dev/mmcblk1p1
3. Create a file and copy to SD
#echo 123456789ABCDEF > test.txt
#dd if=./test.txt of=/dev/mmcblk1 bs=1024 count=1
seek=25118
0+1 records in
0+1 records out
16 bytes (16 B) copied, 0.000109331 s, 146 kB/s
4. Check if the file is created successfully.
#hexdump -C /dev/mmcblk1 -s 25720832 -s 32
01887800 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 0a
|123456789ABCDEF.|
01887810 1d 4f e2 19 d3 05 8b df ab 4a 40 5a c5 23 3c f2
|................|
2.5.4 LVDS/HDMI/VGA Test
2.5.4.1 Testing through gplay (for default single display)
1. #gplay /tools/Advantech.avi.
2. Then you can see the video demo on the default display screen.
Note! Please make sure parameter “seek” is equal to 25118 as indicated in
red in above codes. If you create the file to a wrong sector, that may
damage the system.
Kommentare zu diesen Handbüchern