Searched refs:FAIL_LOAD (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/ |
D | esp_image_format.c | 102 #define FAIL_LOAD(...) do { \ macro 162 FAIL_LOAD("partition size 0x%"PRIx32" invalid, larger than 16MB", part->size); in image_load() 343 FAIL_LOAD("image at 0x%"PRIx32" has invalid magic byte (nothing flashed here?)", src_addr); in verify_image_header() 352 …FAIL_LOAD("image at 0x%"PRIx32" segment count %d exceeds max %d", src_addr, image->segment_count, … in verify_image_header() 537 FAIL_LOAD("image offset has wrapped"); in process_segments() 573 FAIL_LOAD("unaligned segment length 0x%"PRIx32, data_len); in process_segment() 875 …FAIL_LOAD("Image length %"PRIu32" doesn't fit in partition length %"PRIu32, full_image_len, part_l… in process_appended_hash_and_sig() 902 FAIL_LOAD("Checksum failed. Calculated 0x%x read 0x%x", calc_checksum, read_checksum); in process_checksum()
|