Re: [U-Boot-Users] Start with u-boot on at91rm9200 on AT91RM9200-EK

Hello Wolfgang, that Information isn't new so i forgot to answer for this. If i set a #define CONFIG_SKIP_LOWLEVEL_INIT in the include/configs/at91rm9200dk.h ( and appending an #ifdef CONFIG_SKIP_LOWLEVEL_INIT around Function cpu_init_crit: in init.S to avoid an error message )the resulting u-boot.bin is a few Bytes shorter but it doesn't run after load by loader.bin, too. So i thought there must be another Setting, CONFIG_BOOTBINFUNC was another Tip in Mail List but doesn't help too. I started a Request at Atmel, perhaps they will give a Patch or something else.
THX for your Help Thomas
-----Ursprüngliche Nachricht----- Von: wd@denx.de [mailto:wd@denx.de] Gesendet: Mittwoch, 19. Juli 2006 13:56 An: Erdmann, Thomas Cc: u-boot-users@lists.sourceforge.net Betreff: Re: AW: [U-Boot-Users] Start with u-boot on at91rm9200 on AT91RM9200-EK
In message <F6726C3E89A64840A5E10310E342A38F01BE93D1@xchback01.back.harti ng.intra> you wrote:
i did read all your replies and didn't ignore them.
To me it seems you did. For example, I wrote:
... but I guess the CONFIG_SKIP_LOWLEVEL_INIT config option is what you are looking for. Please read the documentation (README).
and I see no indication that you did so.
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Anarchy may not be the best form of government, but it's better than no government at all.

Erdmann, Thomas ha scritto:
Hello Wolfgang, that Information isn't new so i forgot to answer for this. If i set a #define CONFIG_SKIP_LOWLEVEL_INIT in the include/configs/at91rm9200dk.h ( and appending an #ifdef CONFIG_SKIP_LOWLEVEL_INIT around Function cpu_init_crit: in init.S to avoid an error message )the resulting u-boot.bin is a few Bytes shorter but it doesn't run after load by loader.bin, too. So i thought there must be another Setting, CONFIG_BOOTBINFUNC was another Tip in Mail List but doesn't help too. I started a Request at Atmel, perhaps they will give a Patch or something else.
THX for your Help Thomas
Actually you need some patches not yet applied if you play with CONFIG_SKIP_LOWLEVEL_INIT and AT91. Please see ML history.
Ciao
participants (2)
-
Erdmann, Thomas
-
Marco Cavallini