Changes between Version 33 and Version 34 of newport/firmware


Ignore:
Timestamp:
02/10/2023 11:41:46 PM (14 months ago)
Author:
Ryan Erbstoesser
Comment:

add extract for fip

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v33 v34  
    341341 fiptool update --nt-fw u-boot-nodtb.bin fip.img
    342342}}}
    343  * write fip.img in Linux:
     343 * Extract fip.img from firmware-newport.img
     344{{{#!bash
     345dd if=firmware-newport.img of=fip.img bs=1M skip=15 count=1
     346}}}
     347 * Write fip.img in Linux:
    344348{{{#!bash
    345349dd if=fip.img of=/dev/mmcblk0 bs=1M seek=15 # program at 15MiB offset
    346350}}}
    347  * write fip.img in U-Boot:
     351 * Write fip.img in U-Boot:
    348352{{{#!bash
    349353tftpboot $loadaddr newport/fip.img && mmc write $loadaddr 0x7800 0x780 # update 960kb at 15mb offset