Hello,
I am trying to upload a binary file created with IVT that works on SD card to eMMC memory.
- I have SW3 on the board in the OFF position.
-I have USDHC_ENDIAN_MODE_LITTLE endian mode enabled.
-EEP address starts at block 0.
-I have converted the binary using xxd -i app.bin > app.h.
Then I erase the memory area with Eep_Erase(), next write the array with Eep_Write() and check with Eep_Compare(). Everything seems fine, but I still can't boot. So I'm asking if anyone can think of a solution.
Thank you in advance for your reply.
Best regards
won0020