blob: b4db6ed625772932b4fbd25f01fbc9037dd6bb3a [file] [log] [blame]
Stefan Roese5caab192015-03-25 13:35:15 +01001Update from original Marvell U-Boot to mainline U-Boot:
2-------------------------------------------------------
3
4The resulting image including the SPL binary with the
Pali Rohárdf71c312022-11-02 18:51:28 +01005full DDR setup is "u-boot-with-spl.kwb".
Stefan Roese5caab192015-03-25 13:35:15 +01006
7To update the SPI NOR flash, please use the following
8command:
9
Pali Rohárdf71c312022-11-02 18:51:28 +010010=> sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-with-spl.kwb;\
Stefan Roese5caab192015-03-25 13:35:15 +010011sf update 2000000 0 60000
12
13Note that the original Marvell U-Boot seems to have
14problems with the "sf update" command. This does not
15work reliable. So here this command should be used:
16
Pali Rohárdf71c312022-11-02 18:51:28 +010017=> sf probe;tftpboot 2000000 db-88f6820-gp/u-boot-with-spl.kwb;\
Stefan Roese5caab192015-03-25 13:35:15 +010018sf erase 0 60000;sf write 2000000 0 60000