* [U-Boot] Port to at91sam9g45-ekes
@ 2010-12-08 19:31 Morten Kristiansen
2010-12-08 19:47 ` Reinhard Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Morten Kristiansen @ 2010-12-08 19:31 UTC (permalink / raw)
To: u-boot
Hi U-boot members. I have ported u-boot to the AT91SAM9G45-EKES board. I
have, however, run into a little problem. The internal boot-ROM in the
SAM9G45 processor only accepts boot-loaders up to 60K and the loader I have
is already 70K. I therefore need an chainloader in between. Is there a
recommended approach for this, something like
1. Use some other smaller bootloader to boot u-boot.
2. Use a tiny version of u-boot to boot the real u-boot.
3. Use pieces u-boot, e.g. by replacing start_armboot
... or should I just use man fantasy? ;-)
Regards,
Morten Kristiansen
--
All opinions are not equal. Some are a very great deal more robust,
sophisticated and well supported in logic and argument than others.
--Douglas Adams
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Port to at91sam9g45-ekes
2010-12-08 19:31 [U-Boot] Port to at91sam9g45-ekes Morten Kristiansen
@ 2010-12-08 19:47 ` Reinhard Meyer
0 siblings, 0 replies; 2+ messages in thread
From: Reinhard Meyer @ 2010-12-08 19:47 UTC (permalink / raw)
To: u-boot
Dear Morten Kristiansen,
> Hi U-boot members. I have ported u-boot to the AT91SAM9G45-EKES board. I
> have, however, run into a little problem. The internal boot-ROM in the
> SAM9G45 processor only accepts boot-loaders up to 60K and the loader I have
> is already 70K. I therefore need an chainloader in between. Is there a
> recommended approach for this, something like
You are likely to end near 200k...
>
> 1. Use some other smaller bootloader to boot u-boot.
That would usually be AT91BOOTSTRAP, which initializes SDRAM and loads software
from NAND, SPI, MMC etc.
> 2. Use a tiny version of u-boot to boot the real u-boot.
We don't have that (yet) for AT91.
> 3. Use pieces u-boot, e.g. by replacing start_armboot
Are you using current u-boot, like at least the released 2010.09 ?
Regards,
Reinhard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-08 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 19:31 [U-Boot] Port to at91sam9g45-ekes Morten Kristiansen
2010-12-08 19:47 ` Reinhard Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox