How to enter into Uboot cmd UI

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

How to enter into Uboot cmd UI

ソリューションへジャンプ
13,922件の閲覧回数
tony_l_cai
Contributor III

Hi,All

     Now I want to use imxotp,but before using it,I should enter into the uboot cmd UI,and I dont know how to enter it. Some info told me,when I loaded the uboot via the mfg tool and then uboot cmd UI would show up after the  uart was started automatically.

     But all of these didnt happen. So I want to know the steps how to do after load uboot in detail. and more importantly, what I used is our customized board. So please help me!

ラベル(2)
0 件の賞賛
返信
1 解決策
6,685件の閲覧回数
dry
Senior Contributor I

By u-boot cmd UI you mean the u-boot command prompt / shell?

Do you see u-boot traces while the board is booting, like:

U-Boot 2011.12 (Jan 16 2015 - 09:22:38)

......

Hit any key to stop autoboot:  0

Using ...

.....

Loading: ### ...

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
6,685件の閲覧回数
dry
Senior Contributor I

Hit any key to stop autoboot:  0  <-- Do you see it counting at this stage ( I think default is 3 secs), or not?

If yes, you should be able to hit a key at this stage and autoboot is interrupted and you *should* get the u-boot shell.

If it's not counting then this wait delay must be disabled, and you can enable it and rebuild u-boot and upload it.

0 件の賞賛
返信
6,685件の閲覧回数
dry
Senior Contributor I

Also check this link, for modifying u-boot from linux.  (if your distro does not have it built already..)

http://linuxforengineers.blogspot.com/2012/12/modify-u-boot-configuration-in-linux.html

0 件の賞賛
返信
6,686件の閲覧回数
dry
Senior Contributor I

By u-boot cmd UI you mean the u-boot command prompt / shell?

Do you see u-boot traces while the board is booting, like:

U-Boot 2011.12 (Jan 16 2015 - 09:22:38)

......

Hit any key to stop autoboot:  0

Using ...

.....

Loading: ### ...

0 件の賞賛
返信