Personal tools

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

From ICOP tech wiki

Jump to: navigation, search
Line 1: Line 1:
== How to check storages contents in Yocto? ==
+
==How to check storages contents in Yocto?==
  
  
Line 5: Line 5:
  
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 
[[File:HOW TO SET UP TIME ZONE-1.png|frameless]]
 
 
 
To check EBOX-IMX8MM system status, execute ''<big>command</big>'' as below:
 
To check EBOX-IMX8MM system status, execute ''<big>command</big>'' as below:
  
 
Sh-4.4# <big>''df''</big>
 
Sh-4.4# <big>''df''</big>
  
[[File:How to check storages contents in Yocto-2.png|frameless|580x580px]]                                   
+
[[File:How to check storages contents in Yocto-2.png|frameless|580x580px]]                                 
 
+
Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.  
 
 
Under /dev/ directory, we found mmcblk1, mmcblk2p1 and sda1 three different storages.
 
  
 
[[File:How to check storages contents in Yocto-3.png|frameless|580x580px]]
 
[[File:How to check storages contents in Yocto-3.png|frameless|580x580px]]

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