Lines Matching full:fw
231 print(f'- HDR - FW Header ANCHOR - Offset '
266 FW HEADER SIZE (64 KB)
267 input file size is bigger than FW HEADER SIZE (64 KB)
290 f'should be bigger than fw header size ({HEADER_SIZE} bytes)'
294 message = f'FW offset ({paste_fw_offset_to_print})should be less ' \
295 f'than input file size ({input_file_size}) minus fw header size' \
436 print(f'- HDR - FW CRC Enabled - Offset '
443 """writes the fw load address to the output file
470 message = f'Cannot read FW Load start address'
500 print(f'- HDR - FW load start address - Offset '
506 """writes the fw entry point to the output file.
520 # check if fwep flag wasn't set and set it to fw load address if needed
526 message = f'-usearmrst not allowed, FW entry point already set using '\
543 f'should be between the FW load address ' \
545 f' and FW end address ({_hex_print_format(fw_end_addr)})'
556 print(f'- HDR - FW Entry point - Offset '
561 """writes the fw crc start address and the crc size to the output file.
607 f' than the FW length ({fw_length_to_print}) \n'
621 print(f'- HDR - FW CRC Start - Offset '
625 print(f'- HDR - FW CRC End - Offset '
646 print(f'- HDR - FW Length - Offset '
785 """copies the fw image from the input file to the output file
803 # pad fw image to be 16 byte aligned if needed