Home
last modified time | relevance | path

Searched refs:hex_addr (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/scripts/imgtool/
Dimage.py378 def save(self, path, hex_addr=None): argument
383 if self.base_addr is None and hex_addr is None:
387 if hex_addr is not None:
388 self.base_addr = hex_addr
Dmain.py449 dependencies, load_addr, hex_addr, erased_val, save_enctlv, argument
578 img.save(outfile, hex_addr)
/mcuboot-latest/docs/
Drelease-notes.md358 - Add a `-x` (or `--hex_addr`) flag to imgtool to set the base address