Hi,
I want to load a firmware from an esp32 to a i.MXRT1064 via UART. The purpose is firmware update.
The esp32 holds the firmware bin file in its flash memory in a littleFS partition. It was sent OTA directly to that partition.
Now I want to send the firmware via UART to the internal flash memory of the MXRT1064 chip ( MIMXRT1064CVL5B, the one with 4MB on chip flash).
Is it possible ?
When I search docs I only find computer as a host with flashloader tools.
But I will not be able to access the board so I can't connect it to a computer.