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.

Problem downloading U-boot via UART Downloader with OMAP35xEVM

I made a mistake.

Before the operation downloading U-boot via UART Downloader, I changed U-boot option like this:

--------------------------------------------

setenv get_kernel run nand_kernel

setenv get_initrd run nand_initrd

setenv bootcmd run boot_fs

saveenv

--------------------------------------------

As a result, i can't get a U-boot prompt when finishing download.

The Linux kernel became to auto booting every time.

How can i restore the U-boot prompt?

Thank you in advance.