How to stop control at U-boot when bootdelay is zero on T1024RDB?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to stop control at U-boot when bootdelay is zero on T1024RDB?

2,630 Views
veerendranathj
Contributor III

Hi,

How to stop control at u-boot command line when boot delay is set to zero on T1024RDB. I tried Ctrl+C but didn't work...

I am using u-boot image came with the board.

Thanks and Regards,

Veerendranath

Labels (1)
0 Kudos
1 Reply

966 Views
bpe
NXP Employee
NXP Employee

It is possible to configure u-Boot at build time so that it will ignore
any character from the console and always do autoboot. a u-Boot
configured in this way is used, for instance, for secure boot.

Since you do not know the options your board u-Boot was built with,
the best solution is to perform a JTAG recovery with CodeWarrior.
Instructions can be found at the link below:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-94A3AC6E-2F0F-40B7-B4FE-C...

Flash memory map for your board is here:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-9D0808B4-40A3-48AD-9B08-A...

Check your RCW to ensure you are not doing a secure boot.

Pre-built binaries for your board can be found here:

http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-proce...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos