U-boot "go" command query

View: New views
2 Messages — Rating Filter:   Alert me  

U-boot "go" command query

by Verma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ,

I have a copied an ".bin" file of an application into flash location "0xb0300000" of INCA-IP board from Infineon.

When trying to execute this code in flash by the command "go 0xb0300000" , we are getting the following
message on the display.

INCA-IP-ROM # go 0xb0300000
## Starting application at 0xB0300000 ...

After this message, the board is not executing anything else.

Kindly, provide some tips on how this issue can be solved.

Thank You,
Verma.



Re: U-boot "go" command query

by Queenie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is this BIN file the bootloader?
Once you click on "go", Do you want it to display on the console/hyperterminal?
Are you confident abt the built bootloader UART settings? is it working on another board?

You can check the UART section of your processor with the help of the JTAG. Set the baud rate, parity bits, stop bits and flow control settings and write into the TX of the UART register.