Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

复制MLO和u-boot到该分区中

Code Block
sudo cp MLO-am572x_phycore_kit_256M16_x4 u-boot.img sd/


Code Block
languagebash
title操作记录
collapsetrue
bob@bob-VirtualBox:~/Desktop/am57x$ sudo cp MLO u-boot.img sd/

...

Code Block
languagebash
title操作记录
collapsetrue
bob@bob-VirtualBox:~/Desktop/am57x$ sudo mount /dev/sdb2 sd/

解压缩文件系统到SD卡

Info

...

该文件大概为1.5G,解压缩后大概为6G多,需要烧写的时间比较长,建议选择质量较好的读卡器以及SD卡。


Code Block
sudo tar -Jxf tisdk-rootfs-image-am57xx-phycore-kit.tar.xz -C sd/ && sync

...