Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/
Dassemble.py46 def __init__(self, output, bootdir, edt): argument
98 def find_board_name(bootdir): argument
99 dot_config = os.path.join(bootdir, "zephyr", ".config")
133 board = find_board_name(args.bootdir)
135 edt_pickle = os.path.join(args.bootdir, "zephyr", "edt.pickle")
140 output = Assembly(args.output, args.bootdir, edt)
142 output.add_image(os.path.join(args.bootdir, 'zephyr', 'zephyr.bin'), 'mcuboot')