
10 Aug
2007
10 Aug
'07
6:53 p.m.
Hi,
I just want to disable relocation because i want to run the uboot from ram and debug(BDI 2000).
But relocation does just that,move the u-boot to ram and runs it from there.
I tried like this i changed the TEXT_BASE to 0x1900000 (my ram is 32 Mb)
But my u-boot code is failing to compile (I am using ELDK)
please anybody help me
You have to boot from the flash as the reset vector is the last word.Changing the text base is not going to help.I suggest you read the manual first.
--
sughosh