Lines Matching full:signed
31 This command automates some of the drudgery of creating signed Zephyr
50 To build a signed binary you can load with MCUboot using imgtool,
59 imgtool, this creates zephyr.signed.bin and zephyr.signed.hex
70 To create a signed binary with the rimage tool, run this from your build
132 help='''produce a signed .bin file?
136 help='''signed .bin file name
137 (default: zephyr.signed.bin in the build
144 help='''produce a signed .hex file?
148 help='''signed .hex file name
149 (default: zephyr.signed.hex in the build
283 out_bin = args.sbin or str(b / 'zephyr' / 'zephyr.signed.bin')
287 command.inf(f'signed bin: {out_bin}')
291 out_hex = args.shex or str(b / 'zephyr' / 'zephyr.signed.hex')
295 command.inf(f'signed hex: {out_hex}')
519 command.wrn('zephyr binary _not_ signed!')