Hello Forum,
We have our custom board made from TI original Schematic using CPU AM3352 with DDR3 300Mhz. I am encountering following problem.
(All development under Ubuntu 15.04)
1/ The Board is connected through UART Port to the Development PC and communicating under Minicom terminal.
2/ After post power on only single line of SPL can be seen on the terminal and uBoot loader hand permanently hang.
U-Boot SPL 2014.07-00001-g4a8e5b8 (Jul 24 2015 - 15:38:24)
After displaying above line system hand permanently and no further activity
3/ A latest TI AM335xx SDK installed as follow:
~/ti-processor-sdk-linux-am335x-evm-01.00.00.03/board-support/u-boot-2014.07+gitAUTOINC+fb6ab76dad-gfb6ab76$
I did some investigation; on the file
uboot.../arch/arm/ti/am335xx/board.c (file exists under uBoot directory)
Particularly function read_eeprom() which try to read from eeprom chip which we have on our board board but seems to did not contain CPU ID, Magic num, Name, Version etc.
Can someone shed a light on the problem, will be much appreciated.
Thank you,