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.

AM335x SDK 2.00 EEPROM check disable

Hi everyone,

I am currently building a custom am335x board and I am using version 2.00 of the processor sdk. My new board initially will have the eeprom blank. What is the easiest way to bypass the board detect checks in this version of the sdk? My template boards is the beagle bone black rev c so all the default initializations with respect to the BBB should work. If I do have to modify the source, can some one list which files (full path) I need to modify?

I build the u-boot source with:

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabhif- distclean

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabhif- am335x_evm_config

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabhif- u-boot.bin

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabhif- spl/u-boot-spl.bin

Thank you,

Ryan.