How to enter into Uboot cmd UI

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

How to enter into Uboot cmd UI

跳至解决方案
16,088 次查看
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 解答
8,851 次查看
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 回复数
8,851 次查看
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 项奖励
回复
8,851 次查看
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 项奖励
回复
8,852 次查看
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 项奖励
回复