summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>2022-05-13 05:12:43 +0800
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>2022-05-13 05:12:43 +0800
commit90a50ff686037322f663d5ce5f34cccf3ed607ab (patch)
tree285a7b6c0c5222456b2caa8da3ba3bca682b3c9e
parent2b4cdb1ddeee92178572019e9afa3e4fcf9f0abb (diff)
docs: remove using u-boot.itb as we have single flash.bin now.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
-rw-r--r--docs/iotgateimx8_building_running.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/iotgateimx8_building_running.md b/docs/iotgateimx8_building_running.md
index 49b1688..c246ba5 100644
--- a/docs/iotgateimx8_building_running.md
+++ b/docs/iotgateimx8_building_running.md
@@ -15,8 +15,8 @@ Format the USB stick with VFAT.
Download https://drive.google.com/file/d/14dD9sFTsZ5kfJrhrlahp1P0SrcAx9aKa/view?usp=sharing
-Flash the SDCard by "sudo dd if=flash.bin of=/dev/sdX bs=512 seek=66 status=progress; sudo dd if=u-boot.itb of=/dev/sdX bs=512 seek=768"
-Put flash.bin and u-boot.itb on USB Stick VFAT partition too.
+Flash the SDCard by "sudo dd if=flash.bin of=/dev/sdX bs=512 seek=66 status=progress"
+Put flash.bin on USB Stick VFAT partition too.
Insert the SDCard to P14. Insert the USB stick to the USB-A hole on the front panel.
@@ -29,12 +29,9 @@ Insert the SDCard to P14. Insert the USB stick to the USB-A hole on the front pa
5. You should be U-boot prompt now "IOT-GATE-iMX8 ="
6. Run "usb reset"
7. Run "load usb 0 ${loadaddr} flash.bin"
- 8. Run "mmc dev 2 1; mmc write ${loadaddr} 0x42 0x250"
- 9. Run "load usb 0 ${loadaddr} u-boot.itb"
- 10. Run "mmc dev 2 1; mmc write ${loadaddr} 0x300 0x1B00"
- 11. Power off the machine
- 12. Open Jumper E1
-
+ 8. Run "mmc dev 2 1; mmc write ${loadaddr} 0x42 0x1C00"
+ 9. Power off the machine
+ 10. Open Jumper E1
## Building boot images
@@ -107,7 +104,7 @@ Input: bl2.bin fip.bin u-boot-spl.bin
Result: flash.bin
Pre-built image: https://drive.google.com/file/d/14dD9sFTsZ5kfJrhrlahp1P0SrcAx9aKa/view?usp=sharing
-And you should get flash.bin and u-boot.itb for replacing the one on board.
+And you should get flash.bin for replacing the one on board.
## Building Debian related images