This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

My device starts to ## Starting application at 0x81000000 ... stoped and i can't Hit any key to stop autoboot

U-Boot 2010.06 (Oct 24 2015 - 03:23:43)

TI8148-GP rev 3.0

ARM clk: 600MHz
DDR clk: 400MHz

DRAM: 2 GiB
NAND: HW ECC BCH8 Selected
2048 MiB
Using default environment

The 2nd stage U-Boot will now be auto-loaded
Please do not interrupt the countdown till TI8148_EVM prompt if 2nd stage is already flashed
Hit any key to stop autoboot: 0

NAND read: device 0 offset 0x80000, size 0x80000
524288 bytes read: OK
## Starting application at 0x81000000 ...

  • Hello,

    To stop the linux kernel boot process and enter in the u-boot prompt, you should interrupt the countdown (set to 3 seconds by default):

    Hit any key to stop autoboot: 3 ------> press "Enter" key here
    Hit any key to stop autoboot: 2
    Hit any key to stop autoboot: 1
    Hit any key to stop autoboot: 0

    BR
    Pavel