diff --git a/Create-DevTerm-R01-OS-image-from-scratch.md b/Create-DevTerm-R01-OS-image-from-scratch.md index fd495cd..069443b 100644 --- a/Create-DevTerm-R01-OS-image-from-scratch.md +++ b/Create-DevTerm-R01-OS-image-from-scratch.md @@ -54,7 +54,7 @@ popd ``` **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 @@ -77,10 +77,10 @@ tools/mkimage -T sunxi_toc1 -d toc1.cfg u-boot.toc1 popd ``` -pushd u-boot +pushd u-boot 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