Problem in loading kernel image in imx6sl.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem in loading kernel image in imx6sl.

ソリューションへジャンプ
1,805件の閲覧回数
pinkisaharan
Contributor II

Hi All,

I am using imx6SL board and when i am booting the board with linux image through MMC, i am getting the error:

Saving Environment to MMC...

Writing to MMC(1)... done

MX6Sl EVK U-Boot > boot

Card did not respond to voltage select!

mmc2(part 0) is current device

MMC read: dev # 2, block # 2048, count 8192 ... Card did not respond to voltage select!

MMC: block number 0x2800 exceeds max(0x0)

0 blocks read: ERROR

Can anyone help me with this..

Thanks.

ラベル(1)
0 件の賞賛
1 解決策
932件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

Hi, Pinki

     Can you try using mmc dev 0?

     I just tried on my EVK board, it is OK. After boot up uboot, type "mmc dev 0", then "mmc read 80800000 800 8000", then "bootm", kernel is booting up.

     BTW, my uImage is in SD card, and I boot from SD1.

     I guess your problem is that, you select a wrong mmc dev. If "mmc dev 0" did NOT work, try "mmc dev 1" or "mmc dev 2".

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
932件の閲覧回数
felipezimmerle
Contributor II

Dear Pinki,

I've been facing the exactly same problem, whenever i use a micro-SD + SD adapter this happens. I am bypassing this, by interrupting the u-boot process at the debug console and asking the device to reset.

Repeat this process three times and it will work like a charm. You just need to do this when power up the device, after power up, reboots went just fine.

--

F.

0 件の賞賛
933件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

Hi, Pinki

     Can you try using mmc dev 0?

     I just tried on my EVK board, it is OK. After boot up uboot, type "mmc dev 0", then "mmc read 80800000 800 8000", then "bootm", kernel is booting up.

     BTW, my uImage is in SD card, and I boot from SD1.

     I guess your problem is that, you select a wrong mmc dev. If "mmc dev 0" did NOT work, try "mmc dev 1" or "mmc dev 2".

0 件の賞賛