Personal tools

Chromium--no-sandbox-PN8M-090T

From ICOP tech wiki

Revision as of 15:42, 27 March 2024 by Joec (talk | contribs) (Created page with "==How to check storages contents in Yocto?== Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal. File:HOW TO SET UP TIME ZONE-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to check storages contents in Yocto?

Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.

HOW TO SET UP TIME ZONE-1.png

To check EBOX-IMX8MM system status, execute command as below:

Sh-4.4# df

How to check storages contents in Yocto-2.png                                 

Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.

How to check storages contents in Yocto-3.png

To check the files, execute command ls with Mounted on directory:

Sh-4.4# ls /run/media/mmcblk1

How to check storages contents in Yocto-4.png

Sh-4.4# ls /run/media/mmcblk2p1

How to check storages contents in Yocto-5.png

Sh-4.4# ls /run/media/sda1

How to check storages contents in Yocto-6.png

After files checked, we found storage codes:

mmcblk1 = SD card

mmcblk2p1 = eMMC

sda1 = USB disk