]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: correct documentation for SPI flashing
authorStephen Graf <stephen.graf@gmail.com>
Fri, 1 Dec 2023 18:50:39 +0000 (10:50 -0800)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 6 Dec 2023 23:08:37 +0000 (23:08 +0000)
The mtd_debug write does not work in this context. The flashcp command does
work, provides both the erase and write functions and with the verbose
option gives good feedback.

Signed-off-by: Stephen Graf <stephen.graf@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
doc/board/allwinner/sunxi.rst

index 797222d8d34ade26ef831678a6b9288e2731abb4..d0c89b956b1e3869f72183dc8a9b418085011f6b 100644 (file)
@@ -251,8 +251,7 @@ the SPI flash content from Linux, using the `MTD utils`_::
 
     # apt-get install mtd-utils
     # mtdinfo
-    # mtd_debug erase /dev/mtdX 0 0xf0000
-    # mtd_debug write /dev/mtdX 0 0xf0000 u-boot-sunxi-with-spl.bin
+    # flashcp -v u-boot-sunxi-with-spl.bin /dev/mtdX
 
 ``/dev/mtdX`` needs to be replaced with the respective device name, as listed
 in the output of ``mtdinfo``.