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

Chander Kashyap chander.kashyap at linaro.org
Tue Oct 9 12:48:19 CEST 2012


Hi Balaji,


On 9 October 2012 16:00, VISWANADHULA BALAJI <vbalaji39 at 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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>



-- 
with warm regards,
Chander Kashyap


More information about the U-Boot mailing list