Changes between Version 17 and Version 18 of jtag_instructions
- Timestamp:
- 01/14/2019 11:09:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jtag_instructions
v17 v18 223 223 - update just the boot firmware and set the hardware partition: 224 224 {{{#!bash 225 ./mkimage_jtag --emmc -s --partconf=user firmware-newport.img@user:erase_part:0-16 > firmware-newport.bin225 ./mkimage_jtag --emmc -s --partconf=user firmware-newport.img@user:erase_part:0-16M > firmware-newport.bin 226 226 }}} 227 227 - update the boot firmware and set the hardware partition and erase the entire part: 228 228 {{{#!bash 229 ./mkimage_jtag --emmc -e --partconf=user firmware-newport.img@user:erase_all:0-16 > firmware-newport.bin229 ./mkimage_jtag --emmc -e --partconf=user firmware-newport.img@user:erase_all:0-16M > firmware-newport.bin 230 230 }}} 231 231 * Ventana NAND: (see wiki:ventana/bootloader#nand here for NAND flash map)