summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@arm.com>2021-06-17 10:18:39 +0800
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>2021-06-17 10:20:01 +0800
commit54671bb41189c0fbb97fc432cf4bf56289a1c155 (patch)
treec76b96a62021c9d3f9b9e748b523602c1e4e9072
parent670385d6ea1424ed8672eac086a15aa24443d178 (diff)
Fix doc typo
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
-rw-r--r--docs/rsb3720_building_running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rsb3720_building_running.md b/docs/rsb3720_building_running.md
index 98fe62a..48a0f68 100644
--- a/docs/rsb3720_building_running.md
+++ b/docs/rsb3720_building_running.md
@@ -13,7 +13,7 @@ We flash the sdcard first currently.
First, prepare a SDCard.
-Flash the SDCard by "sudo dd if=flash.bin of=/dev/sdX bs=512 seek=64 status=progress; sudo dd if=flash.bin of=/dev/sdX bs=512 seek=768 status=progress"
+Flash the SDCard by "sudo dd if=flash.bin of=/dev/sdX bs=512 seek=64 status=progress; sudo dd if=u-boot.itb of=/dev/sdX bs=512 seek=768 status=progress"
Insert the SDCard.