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
已解决! 转到解答。
Hi,
Are you using any NXP reference boards? Which RTD version are you using?
We might not be able to understand the overall implementation you are trying to do, but for the following comment:
"I am trying to upload a binary file created with IVT that works on SD card to eMMC memory."
We understand that you want to flash the eMMC available under your board, is this correct? If so, we understand that S32 Flash Tool already provides the required algorithm for this:
Please, let us know.