From 93c8ae1414973af914b6b94b7f2d070299ca6710 Mon Sep 17 00:00:00 2001 From: GNU Date: Fri, 6 May 2022 15:59:08 +0800 Subject: [PATCH] Updated Create DevTerm R01 OS image from scratch (markdown) --- Create-DevTerm-R01-OS-image-from-scratch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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