Загрузка данных


if NXP_FLEXSPI_ROM_RAMLOADER

# Adjust LMA when zephyr,flash is in SDRAM
FLASH_CHOSEN := zephyr,flash
FLASH_BASE := $(dt_chosen_reg_addr_hex,$(FLASH_CHOSEN))
FLEXSPI_BASE := $(dt_nodelabel_reg_addr_hex,flexspi,1)
config BUILD_OUTPUT_ADJUST_LMA
        default "0x100000000 - $(FLASH_BASE) + $(FLEXSPI_BASE)"

config BUILD_OUTPUT_ADJUST_LMA_SECTIONS
        string
        default "*;!.dtcm_bss;!.dtcm_noinit"
endif # NXP_FLEXSPI_ROM_RAMLOADER

source "Kconfig.zephyr"


zephyr_final.map zephyr.map && /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --change-section-lma *+3758096384 --change-section-lma !.dtcm_bss+3758096384 --change-section-lma !.dtcm_noinit+3758096384 zephyr.elf zephyr.elf && /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --output-target=ihex --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.hex && /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy --gap-fill 0xFF --output-target=binary --remove-section=.comment --remove-section=COMMON zephyr.elf zephyr.bin && /home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-readelf -e zephyr.elf > zephyr.stat && /home/vovan/ZEPHYR_RTOS/zephyrproject/.venv/bin/python3 /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/scripts/build/gen_image_info.py --elf-file=zephyr.elf --header-file=/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_pjsip/zephyr/include/public/zephyr_image_info.h --adjusted-lma=3758096384 && /home/vovan/ZEPHYR_RTOS/zephyrproject/.venv/bin/python3 /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/scripts/build/check_init_priorities.py --elf-file=/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_pjsip/zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           SDRAM:          0 GB        16 MB      0.00%
           FLASH:     2136076 B        16 MB     12.73%
             RAM:      327052 B        16 MB      1.95%
            ITCM:          0 GB        64 KB      0.00%
            DTCM:      106624 B       128 KB     81.35%
           OCRAM:          0 GB        64 KB      0.00%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/build_rt1024/build_pjsip/zephyr/zephyr.elf for board: mimxrt1024_evk
/home/vovan/ZEPHYR_RTOS/zephyrsdk/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy: zephyr.elf: error in private header data: sorry, cannot handle this file

как проверить, в какой секции ошибка?