Changes between Version 18 and Version 19 of jtag_instructions


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

remove example of using mkimage_jtag for emmc erasing partial flash sections

Legend:

Unmodified
Added
Removed
Modified
  • jtag_instructions

    v18 v19  
    221221Examples:
    222222 * Newport eMMC:
    223   - update just the boot firmware and set the hardware partition:
    224 {{{#!bash
    225 ./mkimage_jtag --emmc -s --partconf=user firmware-newport.img@user:erase_part:0-16M > firmware-newport.bin
    226 }}}
    227223  - update the boot firmware and set the hardware partition and erase the entire part:
    228224{{{#!bash