Greg Steiert
Greg Steiert
TinyUF2 only writes itself to flash under certain conditions (from board_flash.c): ``` // TinyUF2 will copy its image to flash if one of conditions meets: // - Boot Mode is...
One of the entries in the IVT is for the boot data structure. The boot data includes the start address and image length. The ROM reads the boot header, and...
See the program image section of the reference manual (9.7 in RT1010) The i.MX RT Flashloader Use Case app note also has some additional information: https://www.nxp.com/docs/en/nxp/application-notes/AN12238.pdf
Removed the cache directory and it resolved the issue
The board I am using (MAX10 10M08 Evaluation Kit) does does not have bin support for comparison, but the SVF programming takes several minutes for a small device. I was...