From 5914b1c5d2f9ca12dd010b5315d87d2ab1022fbb Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Fri, 10 Mar 2023 23:50:08 -0500 Subject: [PATCH] Update help-uboot.md --- en/help-uboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/help-uboot.md b/en/help-uboot.md index 50d8544..73c575c 100644 --- a/en/help-uboot.md +++ b/en/help-uboot.md @@ -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} ```