Uboot MMC Commands - View content of directory from uboot

Watch at YouTubeUboot MMC Commands - View content of directory from uboot 


List of available MMC devices 

=> mmc list 



Display info of the current MMC device

=> mmc info







Select MMC device 

=> mmc dev [dev]




List partitions 

=> mmc part





View content of partition

=> ls mmc [<dev[:part]> [directory]]  











Display content of directory in partition, example content of "home" directory in device 1, partition 2

=> ls mmc 1:2 home




=> ls mmc 1:2 home/debian 


View File system type 

=> fstype <interface> <dev>:<part>








File system specific list commands 

=> fatls / ext4ls / ext2ls 


view content of home/debian 












About EmbeddedCraft

EmbeddedCraft is the information portal for Embedded System and IOT. We are running Website, Blog, YouTube Channel. Stay in touch and many new informative articles are going to publish.

Visit us at …

Our Website: http://embeddedcraft.org/

Embeddedcraft blog


 YouTube Channel


 Reddit  
 Twitter   
   Linkedin 



Comments

Popular posts from this blog

Getting Started Raspberry Pi 4 | Part 2 | Know Linux Image running in target