]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: developerbox: update old NOR flash layout build instruction
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Wed, 25 Oct 2023 06:51:02 +0000 (15:51 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 31 Oct 2023 17:08:10 +0000 (13:08 -0400)
v2023.07 is the last version supporting old NOR flash layout
by default. The later versions of U-Boot, Developerbox is
configured to enable A/B update and new NOR Flash layout
by default.
This commit updates the documentation to pin the U-Boot
version for the old NOR flash layout. It is still useful
for the user wants to replace the factory default EDK II
firmware to U-Boot.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
doc/board/socionext/developerbox.rst

index aa7080e26cdcec24c3579b40a1eeb27a38d73e59..596cf9f908817f64104c3cb9a5c1a74ceb288ef2 100644 (file)
@@ -42,9 +42,10 @@ Compile from source
 You can build U-Boot without any additinal source code.::
 
   cd u-boot
+  git checkout v2023.07
   export ARCH=arm64
   export CROSS_COMPILE=aarch64-linux-gnu-
-  make SynQuacer_defconfig
+  make synquacer_developerbox_defconfig
   make -j `noproc`
 
 Then, expand the binary to 1MB for preparing flash.::