I'd like to use uTasker to first look for an application update file on the SD card of a Teensy 4.1 and then wait in USB MSC if at USB cable is plugged in for transfer of an encrypted field update file.
The Teensy 4.1 is running the uTasker pre-compiled binary and it is easy to navigate through Admin to Boot to enable USB MSC enumeration of the Teensy board. Is there a tutorial for properly converting a Teensy Arduino .hex file to a uTasker acceptable .bin file? The uTasker_BM_loader.pdf describes using the uTasker conversion utility for a .bin file output to a uTasker acceptable .bin. Is it safe to assume a simply .hex to .bin conversion the Arduino output will produce an acceptable .bin input to the conversion utility? There is mention in the uTasker bare minimum loader document of " Its start address must be set to correspond to the start address in the “bare minimum” loader. This can be set in the linker file.". I am new to Arduino and normal linker files seem to be hidden from the user thus my question regarding a tutorial.
Thanks, Bill