Changes between Version 17 and Version 18 of jtag_instructions


Ignore:
Timestamp:
01/14/2019 11:09:02 PM (5 years ago)
Author:
Tim Harvey
Comment:

fix mkimage_jtag eemc typo

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v17 v18  
    223223  - update just the boot firmware and set the hardware partition:
    224224{{{#!bash
    225 ./mkimage_jtag --emmc -s --partconf=user firmware-newport.img@user:erase_part:0-16 > firmware-newport.bin
     225./mkimage_jtag --emmc -s --partconf=user firmware-newport.img@user:erase_part:0-16M > firmware-newport.bin
    226226}}}
    227227  - update the boot firmware and set the hardware partition and erase the entire part:
    228228{{{#!bash
    229 ./mkimage_jtag --emmc -e --partconf=user firmware-newport.img@user:erase_all:0-16 > firmware-newport.bin
     229./mkimage_jtag --emmc -e --partconf=user firmware-newport.img@user:erase_all:0-16M > firmware-newport.bin
    230230}}}
    231231 * Ventana NAND: (see wiki:ventana/bootloader#nand here for NAND flash map)