Personal tools

Difference between revisions of "How to check storages contents in Yocto-EBOX-IMX8MMINI"

From ICOP tech wiki

Jump to: navigation, search
(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.")
 
Line 1: Line 1:
How to check storages contents in Yocto?
+
== How to check storages contents in Yocto? ==
  
  
 
Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.
 
Boot up EBOX-IMX8MM unit and enter Yocto desktop, click upper-left icon to use weston-terminal.
 +
 +
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 +
 +
 +
To check EBOX-IMX8MM system status, execute ''<big>command</big>'' as below:
 +
 +
Sh-4.4# <big>''df''</big>
 +
 +
[[File:How to check storages contents in Yocto-2.png|frameless|580x580px]]                                 
 +
 +
 +
Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.
 +
 +
[[File:How to check storages contents in Yocto-3.png|frameless|580x580px]]
 +
 +
To check the files, execute <big>''command''</big> ls with <big>''Mounted on directory''</big>:
 +
 +
Sh-4.4# <big>''ls /run/media/mmcblk1''</big>
 +
 +
[[File:How to check storages contents in Yocto-4.png|frameless|590x590px]]
 +
 +
Sh-4.4# ls /run/media/mmcblk2p1
 +
 +
[[File:How to check storages contents in Yocto-5.png|frameless|600x600px]]
 +
 +
Sh-4.4# ls /run/media/sda1
 +
 +
[[File:How to check storages contents in Yocto-6.png|frameless|600x600px]]
 +
 +
After files checked, we found storage codes:
 +
 +
''<big>mmcblk1 = SD card</big>''
 +
 +
''<big>mmcblk2p1 = eMMC</big>''
 +
 +
''<big>sda1 = USB disk</big>''

Revision as of 13:27, 29 January 2021

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