Unable to get console for booting from sdcard

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

Unable to get console for booting from sdcard

ソリューションへジャンプ
3,077件の閲覧回数
shrikantchikodi
Contributor I

Hello ,

     I am using Vf5xxR series board. I want to boot it from sdcard. I have done following jumper setting on the board.

     In order to boot from the SD interface, the following switches must be turned ON. The

     RCON bits switches must be set ON is in the up position.

          o  [SW10] -5, 6

          o  [SW11] - 11

          o  Jumper J15 is on pins 2 and 3

At the offset of 1k i have flashed my uboot.

I have connected the board to Linux-PC  with a 9-pin RS232 cable and started mini-com.(/dev/ttyUSB0)

But I am not able to get the u-boot console.Do I am missing some jumper settings.Or i am missing some steps for sdcard boot.

Thanks,

Shrikant

ラベル(2)
0 件の賞賛
1 解決策
2,618件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

元の投稿で解決策を見る

0 件の賞賛
4 返答(返信)
2,619件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 件の賞賛
2,619件の閲覧回数
jiri-b36968
NXP Employee
NXP Employee

Hello Shrikant,

which board you use?

27419 uses SCI0

and

28141 uses SCI2

to create UART interface.

Please check you U-Boot code which SCI is used there.

/Jiri

0 件の賞賛
2,620件の閲覧回数
hemalgandhi
Contributor III

Hi Jiri,

I am using VF522R3 SCH-28141 REVB2 board. I want to boot the board. I have taken the Uboot source code from MFG tool directory and change the UART1 to UART0 as mentioned in this patch u-boot source code for EVB-VF522R3 .

I built the uboot source code using arm-noneabi- tool chain. I try to download the uboot using following command.

$ dd if=u-boot.imx of=/dev/sdb1 bs=1k seek=1

$ sync

I inserted the card in to the VF522R3 SCH-28141 REVB2 to boot. It does not give any output on serial console. Please help.

Also i have downloaded the .img file and i want to flush it on SD Card to check the board boot status. Please guide which command i can use to flush Vybrid-EVB-Demo-Validation.sd.img to card.

Thanks,

Hemal

0 件の賞賛
2,620件の閲覧回数
jiri-b36968
NXP Employee
NXP Employee

Hello Hemal,

28141 which you are have uses SCI2 (UART2).

The patch is from TWR-VF65 (SCI1) to 27419 (SCI0)

/Jiri