Very strange bug

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Very strange bug

1,333 次查看
AlekseyP_
Contributor I

Hi All,

I try to work with imx28evk. I use kernel and rootfs from EVK. Loading kernel via tftp, connecting to rootfs via nfs. And if kernel is loaded EVK resets after SD card insertion.

If SD card is initially inserted EVK works normal but reset occurs after ejection and insertion SD.

Google can't help.

Any Ideas, any assumptions are welcome...

B.R.

标记 (2)
0 项奖励
回复
1 回复

1,268 次查看
GiuseppePagano
Contributor I

Hi,

I have never seen this kind of situation, but I can suggest you to start debugging from CARD DETECT routine.

In linux kernel linux-2.6.35.3 CARD DETECT is done polling host controller, if you have the possibility to recompile kernel source you can try to bypass this check, to see when reset happens (file drivers/mmc/host/mxs-mmc.c) .

Maybe problems can be generated from  power pin of MMC (file arch/arm/mach-mx28/device.c)

Do you see board reset also at u-boot level, if you insert SD in that moment ?

Giuseppe

0 项奖励
回复