[U-Boot] go command is not working for smdkv310 board

Hi,
I am using a u-boot-2010-12 version for the smdkv310 board. I used dnw tool for loading a u-boot on to the RAM with C0008000 as a load adress. *Go* command is not working and gets hang when i type the following command to run the u-boot code on to the u-boot prompt.
go c00008000
Can any one help me how to come out from this issue.
Thanks Balaji

Hi Balaji,
On 9 October 2012 16:00, VISWANADHULA BALAJI vbalaji39@gmail.com wrote:
Hi,
I am using a u-boot-2010-12 version for the smdkv310 board. I used
dnw tool for loading a u-boot on to the RAM with C0008000 as a load adress. *Go* command is not working and gets hang when i type the following command to run the u-boot code on to the u-boot prompt.
go c00008000
open include/configs/smdkv310.h #define CONFIG_STANDALONE_LOAD_ADDR 0x60000000 then load application to 0x60000000 and do: go 0x60000000
Can any one help me how to come out from this issue.
Thanks Balaji
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Dear VISWANADHULA BALAJI,
In message CA+qW+UWC9cUWy28Y-9KEO+Z9rPTUbh_G7nwKJ6V0ysjs=O6V-g@mail.gmail.com you wrote:
I am using a u-boot-2010-12 version for the smdkv310 board. I used
This is very old code. Please update.
dnw tool for loading a u-boot on to the RAM with C0008000 as a load adress. *Go* command is not working and gets hang when i type the following command
You cannot load U-Boot to any arbitrary address and start it there. Please see FAQ # 1.
Best regards,
Wolfgang Denk
participants (3)
-
Chander Kashyap
-
VISWANADHULA BALAJI
-
Wolfgang Denk