How to check storages contents in Yocto-PN8M-090T
From ICOP tech wiki
How to check storages contents in Yocto?
Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.
To check EBOX-IMX8MM system status, execute command as below:
Sh-4.4# df
Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.
To check the files, execute command ls with Mounted on directory:
Sh-4.4# ls /run/media/mmcblk1
Sh-4.4# ls /run/media/mmcblk2p1
Sh-4.4# ls /run/media/sda1
After files checked, we found storage codes:
mmcblk1 = SD card
mmcblk2p1 = eMMC
sda1 = USB disk