From e39fb9c24086da9a8e9f4a3364217412702eef8a Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Sun, 10 Jul 2022 23:00:37 -0400 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 08924c0..b6acabb 100644 --- a/en/help-uboot.md +++ b/en/help-uboot.md @@ -35,7 +35,7 @@ After connecting to the bootloader console, run a set of commands for reading whole amount of data from flash memory chip into RAM, and then dumping it as hexadecimal values into terminal window. -Use hexadecimal notation for addresses, where 0 is 0x0, 8 MB is 8x00000, and +Use hexadecimal notation for addresses, where 0 is 0x0, 8 MB is 0x800000, and 16 MB is 0x1000000. For reading whole 8 MB flash memory run