Updated Create DevTerm R01 OS image from scratch (markdown)

GNU 2022-05-06 15:59:08 +08:00
parent 54bf6fee7d
commit 93c8ae1414

@ -54,7 +54,7 @@ popd
``` ```
**in menuconfig, there is an import option must be selected:** **in menuconfig, there is an import option must be selected:**
![Image 2022-04-11 112248](Assets/Image%202022-04-11%20112248.png) ![menuconfig](https://raw.githubusercontent.com/clockworkpi/DevTerm/main/Pictures/Image%202022-04-11%20112248.png)
otherwises, the boot will hang otherwises, the boot will hang
@ -77,10 +77,10 @@ tools/mkimage -T sunxi_toc1 -d toc1.cfg u-boot.toc1
popd popd
``` ```
pushd u-boot pushd u-boot
sudo dd if=u-boot.toc1 of=/dev/sdX bs=512 seek=32800 sudo dd if=u-boot.toc1 of=/dev/sdX bs=512 seek=32800
![boot ](https://raw.githubusercontent.com/clockworkpi/DevTerm/main/Pictures/Image%202022-04-10%20192110.png)
![Image 2022-04-10 192110](Assets/Image%202022-04-10%20192110.png)
# Disk partition prepare # Disk partition prepare