Part Number: PROCESSOR-SDK-AM437X
Tool/software: Linux
Hi,
For some reason, we might messed up the ID memory content so the board can no longer boot. I would like to know if we can skip the ID memory read from U-Boot? If so, how?
Thanks.
Jerry Wang
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: PROCESSOR-SDK-AM437X
Tool/software: Linux
Hi,
For some reason, we might messed up the ID memory content so the board can no longer boot. I would like to know if we can skip the ID memory read from U-Boot? If so, how?
Thanks.
Jerry Wang
Hello Jerry,
Here in this patch you can see how to skip the ID memory checks by replacing the "am_ep.name" with the correct board name from <Processor SDK>/board-support/u-boot-<version>/board/ti/am43xx/board.h.
Later use these commands to program your EEPROM in U-Boot or these to program it in Linux.
You can find the AM437x GP EVM I2C ID Memory layout here.
Best regards,
Kemal
Please, write down which board do you have and which exact Processor SDK version are you using? Also attach the changes.log generated by this command.
cd <Processor SDK>/board-support/u-boot-<version>/
git diff > changes.log