diff options
| author | Michael Walle <[email protected]> | 2026-05-06 14:34:18 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-05-15 19:28:30 +0800 |
| commit | f0e57510cf3dbc88e5b8599952e1098b2cc56cc0 (patch) | |
| tree | 53d87dcc8dc96c20d16a72db9011f2d98169b151 | |
| parent | 656dc03812cc533fa9aeabc754f8c0c6479831a3 (diff) | |
p2041rdb: update README and fix typos
Nowadays, u-boot can build the pbl image itself. Refer to that image in
the documentation. Also fix some typos.
Signed-off-by: Michael Walle <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | board/nxp/p2041rdb/README | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/board/nxp/p2041rdb/README b/board/nxp/p2041rdb/README index ae770277372..c2a2f0ed9e5 100644 --- a/board/nxp/p2041rdb/README +++ b/board/nxp/p2041rdb/README @@ -43,20 +43,16 @@ Boot from SDCard make P2041RDB_SDCARD_config make all -2. Generate PBL imge - Use PE tool to produce a image used to be programed to - SDCard which contains RCW and U-Boot image. - -3. Program the PBL image to SDCard - => tftp 1000000 pbl_sd.bin - => mmcinfo +2. Program the PBL image to SDCard + => tftp 1000000 u-boot.pbl + => mmc info => mmc write 1000000 8 672 -4. Program FMAN Firmware ucode +3. Program FMAN Firmware ucode => tftp 1000000 ucode.bin => mmc write 1000000 690 10 -5. Change DIP-switch +4. Change DIP-switch SW1[1-5] = 01100 Note: 1 stands for 'on', 0 stands for 'off' @@ -66,22 +62,16 @@ Boot from SPI flash make P2041RDB_SPIFLASH_config make all -2. Generate PBL imge - Use PE tool to produce a image used to be programed to - SPI flash which contains RCW and U-Boot image. +2. Program the PBL image to SPI flash + => tftp 1000000 u-boot.pbl + => sf probe 0 + => sf update $fileaddr 0 $filesize -3. Program the PBL image to SPI flash - => tftp 1000000 pbl_spi.bin - => spi probe 0 - => sf erase 0 100000 - => sf write 1000000 0 $filesize - -4. Program FMAN Firmware ucode +3. Program FMAN Firmware ucode => tftp 1000000 ucode.bin - => sf erase 110000 10000 - => sf write 1000000 110000 $filesize + => sf update $fileaddr 110000 $filesize -5. Change DIP-switch +4. Change DIP-switch SW1[1-5] = 10100 Note: 1 stands for 'on', 0 stands for 'off' |
