Entering in U-boot prompt

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

Entering in U-boot prompt

跳至解决方案
2,728 次查看
fpasino
Contributor I

Hi,

I have recently acquired a i.MX 8M Nano EVK board and can't seem to start the U-boot prompt. During booting I press any key (on the keyboard) as instructed here, but the operating system starts anyway.

I have tried both the Android system preinstalled on eMMC and the Linux system installed on SDcard (imx-image-full-imx8mnevk.wic found here).

Attached is the Serial Debug log.

Thank you un advance.

0 项奖励
1 解答
2,708 次查看
josephzhou1
Contributor V

hi i saw your boot logs :

Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0

 

the delay may be set to 0 second , thats why your have no time to press any key to enter u-boot command lah

 

solution:

 

pleaae goto your u-boot command and environment to edit , 

bootdelay = 10

 

it will delay 10 seconds to let your press any key to enter u-boot .

 

 

please try it out and let me know how it is work for u or not 

 

thanks all

 

Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore

在原帖中查看解决方案

0 项奖励
4 回复数
2,659 次查看
josephzhou1
Contributor V
 
Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore
0 项奖励
2,721 次查看
joanxie
NXP TechSupport
NXP TechSupport

what imx8mn evk board do you have? lpddr4 or ddr4? nxp board or customized board?

"During booting I press any key (on the keyboard) as instructed here, but the operating system starts anyway."

>but refer to you logfile, your kernel doesn't start, so when you press any key, your board stuck as the logfile shows?

 

 

 

 

0 项奖励
2,719 次查看
fpasino
Contributor I

The board is that.

I realised that the log was not complete, sorry, I have uploaded it again. It does not change whether I press the keys or not.

The Linux kernel start correctly.

 

 

0 项奖励
2,709 次查看
josephzhou1
Contributor V

hi i saw your boot logs :

Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0

 

the delay may be set to 0 second , thats why your have no time to press any key to enter u-boot command lah

 

solution:

 

pleaae goto your u-boot command and environment to edit , 

bootdelay = 10

 

it will delay 10 seconds to let your press any key to enter u-boot .

 

 

please try it out and let me know how it is work for u or not 

 

thanks all

 

Best Regards,
Joseph Zhou Jianhui / Senior Embedded Software Engineer, Singapore
0 项奖励