* [U-Boot] Howto u-boot an evk1100 ?
@ 2014-05-27 15:51 Sril
2014-05-27 21:13 ` Andreas Bießmann
0 siblings, 1 reply; 5+ messages in thread
From: Sril @ 2014-05-27 15:51 UTC (permalink / raw)
To: u-boot
Hi,
I plan to run linux on this box : sdramc bug free on my atevk1100.
I took patches from mailling list archive but, when I compile I can see led 4 red unblanking and led 5 green unblanking.
Does someone knows what does this mean ?
I try to put usart0 but nothing on minicom : usart1 successfully tested on usart_example.c from atmel dev kit for evk1100.
What must I do : where are docs, please ?
Best regards.
S. Major
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Howto u-boot an evk1100 ?
2014-05-27 15:51 [U-Boot] Howto u-boot an evk1100 ? Sril
@ 2014-05-27 21:13 ` Andreas Bießmann
2014-05-28 0:20 ` Sril
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Bießmann @ 2014-05-27 21:13 UTC (permalink / raw)
To: u-boot
Dear Sril,
On 27.05.14 17:51, Sril wrote:
> Hi,
> I plan to run linux on this box : sdramc bug free on my atevk1100.
> I took patches from mailling list archive but, when I compile I can see led 4 red unblanking and led 5 green unblanking.
> Does someone knows what does this mean ?
AFAIK is there no support for avr32 uc3 devices currently. There where
some patches but mainline only the ap700x devices are supported.
> I try to put usart0 but nothing on minicom : usart1 successfully tested on usart_example.c from atmel dev kit for evk1100.
>
>
> What must I do : where are docs, please ?
Which docs do you mean? UC3 spec is @atmel.com ;)
Best regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Howto u-boot an evk1100 ?
2014-05-27 21:13 ` Andreas Bießmann
@ 2014-05-28 0:20 ` Sril
2014-05-28 8:55 ` Andreas Bießmann
0 siblings, 1 reply; 5+ messages in thread
From: Sril @ 2014-05-28 0:20 UTC (permalink / raw)
To: u-boot
Thanks for your answers Andreas.
>AFAIK is there no support for avr32 uc3 devices currently. There where
>some patches but mainline only the ap700x devices are supported.
Currently Yes, there is not.
ap700x and uc3 are not so nearby procs. There is no cache and no mmu in many uc3. In more general way to think, each at32 is far from another, IMHO.
Let's start with :
http://lists.denx.de/pipermail/u-boot/2009-January/thread.html#45925
So, none worked in evk1100 since that time.
I've been surprised and I tried to find some people here and avrfreaks.
I'm not in the habit to re-invent the wheel.
In this case, my purpose is to integrate patches from a worked version of u-boot evk1100.
>Which docs do you mean? UC3 spec is @atmel.com ;)
A README.evk1100 in doc directory for instance.
Most of UC3 (at32uc3a0512) spec is already code in patches.
One can notice that there is no sdramc bug anymore in evk1100. I see no reason at all actually to put it in u-boot. This plate had probably been crushed out by other eval cards that worked well with their first trial product.
Ok, see ya.
Best regards.
Le Mardi 27 mai 2014 23h08, Andreas Bie?mann <andreas.devel@googlemail.com> a ?crit :
Dear Sril,
> On 27.05.14 17:51, Sril wrote:
>> Hi,
>> I plan to run linux on this box : sdramc bug free on my atevk1100.
>> I took patches from mailling list archive but, when I compile I can see
>>led 4 red unblanking and led 5 green unblanking.
>> Does someone knows what does this mean ?
>AFAIK is there no support for avr32 uc3 devices currently. There where
>some patches but mainline only the ap700x devices are supported.
>> I try to put usart0 but nothing on minicom : usart1 successfully tested
>>on usart_example.c from atmel dev kit for evk1100.
>>
>>
>> What must I do : where are docs, please ?
>Which docs do you mean? UC3 spec is @atmel.com ;)
>Best regards
>Andreas Bie?mann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Howto u-boot an evk1100 ?
2014-05-28 0:20 ` Sril
@ 2014-05-28 8:55 ` Andreas Bießmann
2014-05-29 11:29 ` Sril
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Bießmann @ 2014-05-28 8:55 UTC (permalink / raw)
To: u-boot
Dear Sril,
On 05/28/2014 02:20 AM, Sril wrote:
>> AFAIK is there no support for avr32 uc3 devices currently. There where
>> some patches but mainline only the ap700x devices are supported.
> Currently Yes, there is not.
>
> ap700x and uc3 are not so nearby procs. There is no cache and no mmu in many uc3. In more general way to think, each at32 is far from another, IMHO.
>
> Let's start with :
> http://lists.denx.de/pipermail/u-boot/2009-January/thread.html#45925
>
> So, none worked in evk1100 since that time.
that's true.
> I've been surprised and I tried to find some people here and avrfreaks.
I'm afraid there is no other user than me working with avr32 in u-boot
... and I just have some ap700x devices.
> I'm not in the habit to re-invent the wheel.
> In this case, my purpose is to integrate patches from a worked version of u-boot evk1100.
I'm willing to apply uc3 patches if you send them to the list. So pick
them up and get it working ;)
>> Which docs do you mean? UC3 spec is @atmel.com ;)
> A README.evk1100 in doc directory for instance.
Sorry no such file available. It would be your task to add such a file,
if you provide avr32-uc3 suppport. But I'd rather like to see some
README.avr32-uc3 or something like this than a pure board centric file.
Best regards
Andreas Bie?mann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Howto u-boot an evk1100 ?
2014-05-28 8:55 ` Andreas Bießmann
@ 2014-05-29 11:29 ` Sril
0 siblings, 0 replies; 5+ messages in thread
From: Sril @ 2014-05-29 11:29 UTC (permalink / raw)
To: u-boot
Hi Andreas,
Ok, I read you all and it's quite a pity.
I found recently a project call ethernut and it works fine with an unbuggy sdramc evk1100 with their c-code. Let's confirmed.
I'm not in the way to get rid of u-boot loader.
When test will be done, I think that evk1100 must working on u-boot.
Many files changed and api is different beetwenn u-boot-2008.10 (start) and u-boot-2014.04 (now).
Porting does not sound to me difficult when linux evk1100 jump is set.
>Sorry no such file available. It would be your task to add such a file,
>if you provide avr32-uc3 suppport. But I'd rather like to see some
>README.avr32-uc3 or something like this than a pure board centric file.
Agreed. It's a far uncertain future indeed.
One can remarks that there is at least 3 prod procs in evk1100 (a0512es with sdramc bug and a0512es unbuggy (after 09-2008 series) and a0512 (like mine)).
I'm not a guru programmer but I discover with avr32 that Atmel gives tool and there is no open developper behind : avr32-toolchain has conceptualy 4 years now (gcc 4.4).
People like me does wants this : I only want all work and go directly to next step i.e. programming my eval project and don't want to spend months to have proper tools (binutils, gcc, newlib, uclib, gdb, u-boot loader, linux, rtlinux ...).
I found some conflictive answers on forum and other docs : it's IMHO because of a lack of well documented and recent maintain working developper tools.
All that b.llsh.t to concretly says that docs does not only be thinking in terms of file name but also content context for beginner.
Andreas, Best regards.
Sril
Le Mercredi 28 mai 2014 10h55, Andreas Bie?mann <andreas.devel@googlemail.com> a ?crit :
>Dear Sril,
>On 05/28/2014 02:20 AM, Sril wrote:
>>> AFAIK is there no support for avr32 uc3 devices currently. There where
>>> some patches but mainline only the ap700x devices are supported.
>> Currently Yes, there is not.
>>
>> ap700x and uc3 are not so nearby procs. There is no cache and no mmu in
>many uc3. In more general way to think, each at32 is far from another,
>IMHO.
>>
>> Let's start with :
>> http://lists.denx.de/pipermail/u-boot/2009-January/thread.html#45925
>>
>> So, none worked in evk1100 since that time.
>that's true.
>> I've been surprised and I tried to find some people here and avrfreaks.
>I'm afraid there is no other user than me working with avr32 in u-boot
>... and I just have some ap700x devices.
>> I'm not in the habit to re-invent the wheel.
>> In this case, my purpose is to integrate patches from a worked version
>of u-boot evk1100.
>I'm willing to apply uc3 patches if you send them to the list. So pick
>them up and get it working ;)
>>> Which docs do you mean? UC3 spec is @atmel.com ;)
>> A README.evk1100 in doc directory for instance.
>Sorry no such file available. It would be your task to add such a file,
>if you provide avr32-uc3 suppport. But I'd rather like to see some
>README.avr32-uc3 or something like this than a pure board centric file.
>Best regards
>Andreas Bie?mann
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-29 11:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 15:51 [U-Boot] Howto u-boot an evk1100 ? Sril
2014-05-27 21:13 ` Andreas Bießmann
2014-05-28 0:20 ` Sril
2014-05-28 8:55 ` Andreas Bießmann
2014-05-29 11:29 ` Sril
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox