Re: [U-Boot-Users] U-boot on OMAP 1510 Innovator board

28 Nov
2004
28 Nov
'04
12:02 a.m.
Riya-
I'm not sure about the rest of the procedure, as I use a different toolchain and hardware, but I see a serious problem with the following step:
5. vi board/omap1510inn/config.mk Here I have changed the line: TEXT_BASE = 0x11080000 Replaced it with: TEXT_BASE = 0x00000000
In doing this, you're re-assigning TEXT_BASE, part of the memory U-Boot runs in, from RAM to Flash memory. This simply won't work. Do you have a reason to be changing the address it uses, or were you intending to manipulate a different aspect of memory that might be governed by some other constant we could help you with?
-Michael Bendzick
7466
Age (days ago)
7466
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Bendzick