Update help-uboot.md

pull/74/head
Paul Philippov 2023-03-10 23:50:08 -05:00 committed by GitHub
parent 7dfb66ad17
commit 5914b1c5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ Flash kernel.
mw.b ${baseaddr} 0xff 0x200000
sf probe 0
sf erase 0x50000 0x200000
fatload mmc 0:1 ${baseaddr} uimage.${soc}
fatload mmc 0:1 ${baseaddr} uImage.${soc}
sf write ${baseaddr} 0x50000 ${filesize}
```