1.查看根文件系统中的内容

打断Uboot的启动,默认从SD卡启动,查看根文件系统中/boot下的内容(根文件系统在mmcblk0p1上):
=> mmc rescan
=> ext4ls mmc 0:1 boot

=> ext4ls mmc 0:1 boot
<DIR>       4096 .
<DIR>       4096 ..
        10727432 Image
           61077 Linux.dtb

打断Uboot的启动,默认从SD开启动(此时eMMC是1号设备),查看eMMC中根文件系统中/boot下的内容(根文件系统在mmcblk0p5上):
=> mmc rescan
=> ext4ls mmc 1:5 boot

 

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-09-08
  • 2021-07-04
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-08-27
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案