diff options
| author | Tom Rini <[email protected]> | 2023-10-31 11:17:24 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-31 13:08:10 -0400 |
| commit | 62fc66b6d228d628c3f672c736aa57e4174ac783 (patch) | |
| tree | fd43c789fedca1673bf159dd686607bda8356ff2 /doc | |
| parent | cbba1b7766bd93d74e28202c46e69095ac13760b (diff) | |
| parent | edf90d4e731ab0e26b9881f6c7ed6228fa5191c8 (diff) | |
Merge branch '2023-10-31-platform-updates'
- Updates for npcm8xx, developerbox, corstone1000 and one clock fix for
TI K3 platforms.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/socionext/developerbox.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/board/socionext/developerbox.rst b/doc/board/socionext/developerbox.rst index aa7080e26cd..46712c379b6 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.:: @@ -211,8 +212,8 @@ can be installed via NOR flash writer. Once the flasher tool is running we are ready to flash the images.:: Write the FIP image to the Bank-0 & 1 at 6MB and 10MB offset.:: - flash rawwrite 600000 180000 - flash rawwrite a00000 180000 + flash rawwrite 600000 400000 + flash rawwrite a00000 400000 >> Send SPI_NOR_NEWFIP.fd via XMODEM (Control-A S in minicom) << flash rawwrite 500000 1000 |
