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.

Using AM3352 cpu with DDR3 300Mhz

Other Parts Discussed in Thread: AM3352

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,