From: Heinrich Schuchardt Date: Thu, 10 Mar 2022 10:32:49 +0000 (+0100) Subject: doc: path to u-boot-spl.bin on SiFive Unmatched board X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=007fdb20bbad10a361c2851547af0867afb6582e;p=u-boot.git doc: path to u-boot-spl.bin on SiFive Unmatched board u-boot-spl.bin is built in spl/. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- diff --git a/doc/board/sifive/unmatched.rst b/doc/board/sifive/unmatched.rst index 24a889991c..a99442277b 100644 --- a/doc/board/sifive/unmatched.rst +++ b/doc/board/sifive/unmatched.rst @@ -560,7 +560,7 @@ Write U-boot SPL and U-boot to their partitions. .. code-block:: none - dd if=u-boot-spl.bin of=/dev/mtdblock0 bs=4096 seek=5 conv=sync + dd if=spl/u-boot-spl.bin of=/dev/mtdblock0 bs=4096 seek=5 conv=sync dd if=u-boot.itb of=/dev/mtdblock0 bs=4096 seek=261 conv=sync Power off the board.