mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
board: developerbox: update flash rawwrite binary size
Current documentation limits the firmware size to 1.5MB. When the fTPM and StandaloneMM-based RPMB secure storage is enabled, firmware size is bigger than that size. Let's specify the A/B update bank size(4MB) for flash rawwrite parameter. 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>
This commit is contained in:
parent
1c9f9563f5
commit
f50af7ebd7
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@ can be installed via NOR flash writer.
|
||||||
Once the flasher tool is running we are ready to flash the images.::
|
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.::
|
Write the FIP image to the Bank-0 & 1 at 6MB and 10MB offset.::
|
||||||
|
|
||||||
flash rawwrite 600000 180000
|
flash rawwrite 600000 400000
|
||||||
flash rawwrite a00000 180000
|
flash rawwrite a00000 400000
|
||||||
>> Send SPI_NOR_NEWFIP.fd via XMODEM (Control-A S in minicom) <<
|
>> Send SPI_NOR_NEWFIP.fd via XMODEM (Control-A S in minicom) <<
|
||||||
|
|
||||||
flash rawwrite 500000 1000
|
flash rawwrite 500000 1000
|
||||||
|
|
Loading…
Add table
Reference in a new issue