Tf Card Testing - Embest SBC8600B Quick Start Manual

Hide thumbs Also See for SBC8600B:
Table of Contents

Advertisement

Note:
 You may find the RTC stops running in the scenario where the board is powered
off and then powered on again. This is caused by a bug in the CPU. Please refer
to the errata provided by TI.
 The development board is not provided with an RTC battery (model CR1220) by
default; and users need to use a battery of their own.

6.8.6 TF Card Testing

1. After inserting a TF card, the system will mount the TF card under
the directory /media automatically:
root@SBC8600:~# df -h
Filesystem
rootfs
/dev/root
none
tmpfs
tmpfs
tmpfs
/dev/mmcblk0p1 1.8G
2.
Enter the following command to see the contents inside the TF card:
root@SBC8600:~# ls /media/mmcblk0p1
u-boot.img mlo uImage
ramdisk.gz ubi.img
3. Unmount TF card manually.
root@SBC8600:~# umount /media/mmcblk0p1
4. Mount TF card manually.
root@SBC8600:~# mount -t vfat /dev/mmcblk0p1 /mnt/cf
root@SBC8600:~# df -h
Filesystem
rootfs
tmpfs
/dev/mmcblk0p1
root@SBC8600:~# ls /media/cf
u-boot.img
ramdisk.gz
Size
Used Available Use% Mounted on
31.0M
19.7M
11.3M 64% /
31.0M
19.7M
11.3M 64% /
250.6M
684.0k
249.9M
250.6M
20.0k
250.6M
250.6M
0
250.6M
250.6M
3.0M
247.6M
101.8M
1.8G
Size
Used Available Use% Mounted on
31.0M
19.7M
250.6M
3.0M
1.8G
101.8M
mlo
ubi.img
0% /dev
0% /var/volatile
0% /dev/shm
1% /media/ram
5% /media/mmcblk0p1
11.3M 64% /...
247.6M 1% /media/ram
1.8G
5% /media/cf
uImage
Page | 62

Advertisement

Table of Contents
loading

Table of Contents