aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahisa Kojima <masahisa.kojima@linaro.org>2023-10-25 15:51:02 +0900
committerTom Rini <trini@konsulko.com>2023-10-31 13:08:10 -0400
commit1c9f9563f53739253a948b0f0e7eca8ec35ad5a9 (patch)
treebfae6c600ca516b050e11d580b809f7d5ba708f3
parenta248c1a0035ac43dda432a7d482a9ce0dd2f206d (diff)
downloadu-boot-1c9f9563f53739253a948b0f0e7eca8ec35ad5a9.zip
u-boot-1c9f9563f53739253a948b0f0e7eca8ec35ad5a9.tar.gz
u-boot-1c9f9563f53739253a948b0f0e7eca8ec35ad5a9.tar.bz2
board: developerbox: update old NOR flash layout build instruction
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>
-rw-r--r--doc/board/socionext/developerbox.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/board/socionext/developerbox.rst b/doc/board/socionext/developerbox.rst
index aa7080e..596cf9f 100644
--- a/doc/board/socionext/developerbox.rst
+++ b/doc/board/socionext/developerbox.rst
@@ -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.::