[U-Boot-Users] relocating from flash to ram on AT91RM9200DK

I'm using a custom board that was based off of the AT91RM9200DK/EK. Right now we're booting from parallel flash using boot.bin (from Atmel), but I'd like to get rid of the need for it. I assume I can use CONFIG_SKIP_RELOCATE_UBOOT and CONFIG_SKIP_LOWLEVEL_INIT to do this.
What do I need to set TEXT_BASE to for this to work?
David Peters
Matrix Product Development, Inc.
13 North Bird Street
Sun Prairie, WI 53590
Phone: (608)268-6205
Cell: (608)235-6298
Fax: (608)834-6443

In message 001e01c628d0$2d5a2970$d37ba8c0@SONYLAPTOP you wrote:
I'm using a custom board that was based off of the AT91RM9200DK/EK. Right now we're booting from parallel flash using boot.bin (from Atmel), but I'd like to get rid of the need for it. I assume I can use CONFIG_SKIP_RELOCATE_UBOOT and CONFIG_SKIP_LOWLEVEL_INIT to do this.
What do I need to set TEXT_BASE to for this to work?
This depends on your chosen memory map, i. e. base address and size of your RAM and intended location of U-Boot in it.
Best regards,
Wolfgang Denk

This depends on your chosen memory map, i. e. base address and size of your RAM and intended location of U-Boot in it.
Assuming I'm using the AT91RM9200DK, can you provide an example of a working configuration. Shouldn't the default configuration work with CONFIG_SKIP_RELOCATE_UBOOT and CONFIG_SKIP_LOWLEVEL_INIT undefined?

In message 001f01c628d8$b49d4310$d37ba8c0@SONYLAPTOP you wrote:
Assuming I'm using the AT91RM9200DK, can you provide an example of a working configuration. Shouldn't the default configuration work with CONFIG_SKIP_RELOCATE_UBOOT and CONFIG_SKIP_LOWLEVEL_INIT undefined?
Why don't you just look at the settings of all the other AT91RM9200 boards (including the AT91RM9200DK, which works fine as is)?
Best regards,
Wolfgang Denk
participants (2)
-
David Peters
-
Wolfgang Denk