在U-BOOT启动阶段,显示如下串口信息后就停止了。
U-Boot SPL 2011.09 (Apr 02 2015 – 15:00:57)
Texas Instruments Revision detection unimplemented
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
read_eeprom() failure
OMAP SD/MMC: 0
mmc_send_cmd: timedout waiting for cmddis!
** Can't read from device 0 **
spl: fat register err – -1
### ERROR ### Please RESET the board ###
更换过T卡,检查T卡电路也没有断路
请问可能是什么方面的问题?谢谢!
Yaoming Qin:
请查看 http://www.deyisupport.com/question_answer/dsp_arm/sitara_arm/f/25/p/68813/163930.aspx#163930
yiwei yang1:
回复 Yaoming Qin:
谢谢Yaoming,看了下您提供的链接,我们代码里面并没有关于EEPROM验证的相关部分,可否在软件或硬件角度帮忙提供几个分析思路,非常感谢!
Yaoming Qin:
回复 yiwei yang1:
你们不是有这个打印吗“
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
read_eeprom() failure
”
这个说明有eeprom啊
yiwei yang1:
回复 Yaoming Qin:
我们使用的同套软件的可以正常启动的其他型号的板子在启动的串口信息也有这个read_eeprom() failure,代码中也没有找到您提供帖子里需要注释掉的那些代码,应该不是EERPOM验证的问题,可否有其他原因?
谢谢!