diff --git a/en/help-uboot.md b/en/help-uboot.md
index e8b8789..bff2c92 100644
--- a/en/help-uboot.md
+++ b/en/help-uboot.md
@@ -192,7 +192,7 @@ screen /dev/ttyUSB0 115200
 Sign in into bootloader shell and run:
 ```
 mw.b ${baseaddr} 0xff ${flashsize}
-loady
+loady ${baseaddr}
 ```
 press "Ctrl-a" followed by ":", then type
 ```