Hello,
I am using iMXRT1064 EVK board. I want to use the flashloader utility suite (elftosb and mfttools) to burn an image on the flash.
I am following instructions on this link -
https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Generating-a-Bootable-Image-for-the-RT1050/ta-p/...
I want to create an image that can run from SRAM and follow this commands -
In the MCUxpresso, I use evkmimxrt1060_igpio_led_output example from the SDK.
I followed the instructions to create .srec file.



Please note that I dont have a dcd.bin file and so I have XIP_boot_header enable and XIP_boot_header_DCD_enable both to 1.
Below is the output generated -

I copy the .srec file to the flashloader utility folder and follow the instructions -

However, the output file generated (.bin and boot_image.sb)is 0 KB.

Can you please tell me why the output files are 0 KB. I tried the flexspi_hyperflash SDK example as well. And same result.
Am I using wrong commands?
Any help appreciated.
Thanks,
Palak