public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] U-BOOT on CSB337
@ 2004-11-28 19:07 Sascha Bechthold
  2004-11-28 21:23 ` Wolfgang Denk
  2004-11-29 10:31 ` Dominic Rath
  0 siblings, 2 replies; 4+ messages in thread
From: Sascha Bechthold @ 2004-11-28 19:07 UTC (permalink / raw)
  To: u-boot

I used ARMBOOT on the EPXA-Dev.-Board before and want
to use U-BOOT on the Cogent CSB337 Development Board
now.

Is there a port available for the CSB337 Dev. Board,
which is similar to the AT91RM9200DK or can I just
use the at91rm9200dk_config ?

What has to be done to get U-BOOT running on this
board ?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] U-BOOT on CSB337
  2004-11-28 19:07 [U-Boot-Users] U-BOOT on CSB337 Sascha Bechthold
@ 2004-11-28 21:23 ` Wolfgang Denk
  2004-11-29 10:31 ` Dominic Rath
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-11-28 21:23 UTC (permalink / raw)
  To: u-boot

In message <41AA21F2.5080401@web.de> you wrote:
> 
> Is there a port available for the CSB337 Dev. Board,

No.

> which is similar to the AT91RM9200DK or can I just

Similar is not good enough.

> use the at91rm9200dk_config ?

No.

> What has to be done to get U-BOOT running on this
> board ?

Port U-Boot to that board.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The night sky over the planet Krikkit is the least interesting  sight
in the entire Universe.
                 - Douglas Adams _Life, the Universe, and Everything_

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] U-BOOT on CSB337
  2004-11-28 19:07 [U-Boot-Users] U-BOOT on CSB337 Sascha Bechthold
  2004-11-28 21:23 ` Wolfgang Denk
@ 2004-11-29 10:31 ` Dominic Rath
  2004-11-30  9:11   ` Lars Munch
  1 sibling, 1 reply; 4+ messages in thread
From: Dominic Rath @ 2004-11-29 10:31 UTC (permalink / raw)
  To: u-boot

I ported u-boot (quick, and really dirty) to the csb337 a few weeks
ago, but seeing many posts from people who are actually working on a
at91rm9200 cleanup, I decided to leave it as it is for the time being.
It uses the approach seen in Atmels solution for the -DK board, with a
primary bootloader initializing clocks and memory, and then
uncompressing an u-boot image to RAM.
It supports flash writing (through the cfi driver), and downloading
via ethernet. I've been able to jump into a linux kernel image, which
paniced at some point, but I'm not sure if that's the bootloaders
fault, or just a misconfigured kernel.
If you want to have a look at it, and need something that works, no
matter how bad, you can find it at http://mmd.ath.cx/csb337-boot/
The document there should explain what I did and why (flash layout, ...)

Regards,

Dominic

On Sun, 28 Nov 2004 20:07:30 +0100, Sascha Bechthold
<a_s.bechthold@web.de> wrote:
> I used ARMBOOT on the EPXA-Dev.-Board before and want
> to use U-BOOT on the Cogent CSB337 Development Board
> now.
> 
> Is there a port available for the CSB337 Dev. Board,
> which is similar to the AT91RM9200DK or can I just
> use the at91rm9200dk_config ?
> 
> What has to be done to get U-BOOT running on this
> board ?
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] U-BOOT on CSB337
  2004-11-29 10:31 ` Dominic Rath
@ 2004-11-30  9:11   ` Lars Munch
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Munch @ 2004-11-30  9:11 UTC (permalink / raw)
  To: u-boot

Hello

I have also ported u-boot to the csb337 (2-3 months ago), but I was also
waiting for the arm920 cleanup to settle before submitting any patches.

BTW I do not use the ATMEL approach (primary bootloader).

Regards
Lars Munch

On Mon, Nov 29, 2004 at 11:31:38AM +0100, Dominic Rath wrote:
> I ported u-boot (quick, and really dirty) to the csb337 a few weeks
> ago, but seeing many posts from people who are actually working on a
> at91rm9200 cleanup, I decided to leave it as it is for the time being.
> It uses the approach seen in Atmels solution for the -DK board, with a
> primary bootloader initializing clocks and memory, and then
> uncompressing an u-boot image to RAM.
> It supports flash writing (through the cfi driver), and downloading
> via ethernet. I've been able to jump into a linux kernel image, which
> paniced at some point, but I'm not sure if that's the bootloaders
> fault, or just a misconfigured kernel.
> If you want to have a look at it, and need something that works, no
> matter how bad, you can find it at http://mmd.ath.cx/csb337-boot/
> The document there should explain what I did and why (flash layout, ...)
> 
> Regards,
> 
> Dominic
> 
> On Sun, 28 Nov 2004 20:07:30 +0100, Sascha Bechthold
> <a_s.bechthold@web.de> wrote:
> > I used ARMBOOT on the EPXA-Dev.-Board before and want
> > to use U-BOOT on the Cogent CSB337 Development Board
> > now.
> > 
> > Is there a port available for the CSB337 Dev. Board,
> > which is similar to the AT91RM9200DK or can I just
> > use the at91rm9200dk_config ?
> > 
> > What has to be done to get U-BOOT running on this
> > board ?
> > 
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://productguide.itmanagersjournal.com/
> > _______________________________________________
> > U-Boot-Users mailing list
> > U-Boot-Users at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/u-boot-users
> >
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-30  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-28 19:07 [U-Boot-Users] U-BOOT on CSB337 Sascha Bechthold
2004-11-28 21:23 ` Wolfgang Denk
2004-11-29 10:31 ` Dominic Rath
2004-11-30  9:11   ` Lars Munch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox