* [U-Boot] KAMIO board
@ 2009-11-30 10:22 Frédéric SOSSON
2009-12-01 10:50 ` Detlev Zundel
0 siblings, 1 reply; 5+ messages in thread
From: Frédéric SOSSON @ 2009-11-30 10:22 UTC (permalink / raw)
To: u-boot
Hello,
I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. I would
like to build U-BOOT for that board, is it possible?
regards,
--
Fr?d?ric
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] KAMIO board
2009-11-30 10:22 [U-Boot] KAMIO board Frédéric SOSSON
@ 2009-12-01 10:50 ` Detlev Zundel
2009-12-01 10:57 ` Frédéric SOSSON
0 siblings, 1 reply; 5+ messages in thread
From: Detlev Zundel @ 2009-12-01 10:50 UTC (permalink / raw)
To: u-boot
Hi Fr?d?ric,
> I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. I would
> like to build U-BOOT for that board, is it possible?
It is possible, but in mainline U-Boot the board is not (yet)
supported. So in order to build U-Boot you would need to do a port to
the board first....
Also it seems like this would be the first U-Boot port to the au1250, as
I only see au1000,au1100,au1500 and au1550 boards in U-Boot (check
MAKEALL in the top directory).
Best wishes
Detlev
--
In short: much of our country's [USA] counterterrorism security spending is
not designed to protect us from the terrorists, but instead to protect our
public officials from criticism when another attack occurs.
-- Bruce Schneier
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] KAMIO board
2009-12-01 10:50 ` Detlev Zundel
@ 2009-12-01 10:57 ` Frédéric SOSSON
2009-12-01 11:10 ` Detlev Zundel
0 siblings, 1 reply; 5+ messages in thread
From: Frédéric SOSSON @ 2009-12-01 10:57 UTC (permalink / raw)
To: u-boot
Thanks for you answer. How could I do a port to that board?
regards,
2009/12/1 Detlev Zundel <dzu@denx.de>:
> Hi Fr?d?ric,
>
>> I got a KAMIO-1251 board equipped with a MIPS AU1250 CPU. ?I would
>> like to build U-BOOT for that board, is it possible?
>
> It is possible, but in mainline U-Boot the board is not (yet)
> supported. ?So in order to build U-Boot you would need to do a port to
> the board first....
>
> Also it seems like this would be the first U-Boot port to the au1250, as
> I only see au1000,au1100,au1500 and au1550 boards in U-Boot (check
> MAKEALL in the top directory).
>
> Best wishes
> ?Detlev
>
> --
> In short: much of our country's [USA] counterterrorism security spending is
> not designed to protect us from the terrorists, ?but instead to protect our
> public officials from criticism when another attack occurs.
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -- Bruce Schneier
> --
> DENX Software Engineering GmbH, ? ? ?MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, ?Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] KAMIO board
2009-12-01 10:57 ` Frédéric SOSSON
@ 2009-12-01 11:10 ` Detlev Zundel
2009-12-01 12:34 ` Frédéric SOSSON
0 siblings, 1 reply; 5+ messages in thread
From: Detlev Zundel @ 2009-12-01 11:10 UTC (permalink / raw)
To: u-boot
Hello Fr?d?ric,
> Thanks for you answer. How could I do a port to that board?
Look into the README, search for "Ports to New Hardware". Ready the
schematics for the board, datasheets of the vital components on it (SoC
and RAM come to mind), warm up your editor and JTAG debugger and start
hacking :)
Seriously, a word of warning - this is a non-trivial operation requiring
very good knowledge of your hardware. If this cannot stop you, be sure
to post your modifications early and often :)
Cheers
Detlev
--
In short: much of our country's [USA] counterterrorism security spending is
not designed to protect us from the terrorists, but instead to protect our
public officials from criticism when another attack occurs.
-- Bruce Schneier
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] KAMIO board
2009-12-01 11:10 ` Detlev Zundel
@ 2009-12-01 12:34 ` Frédéric SOSSON
0 siblings, 0 replies; 5+ messages in thread
From: Frédéric SOSSON @ 2009-12-01 12:34 UTC (permalink / raw)
To: u-boot
Thank you very much for your honest answer...
2009/12/1 Detlev Zundel <dzu@denx.de>:
> Hello Fr?d?ric,
>
>> Thanks for you answer. ?How could I do a port to that board?
>
> Look into the README, search for "Ports to New Hardware". ?Ready the
> schematics for the board, datasheets of the vital components on it (SoC
> and RAM come to mind), warm up your editor and JTAG debugger and start
> hacking :)
>
> Seriously, a word of warning - this is a non-trivial operation requiring
> very good knowledge of your hardware. ?If this cannot stop you, be sure
> to post your modifications early and often :)
>
> Cheers
> ?Detlev
>
> --
> In short: much of our country's [USA] counterterrorism security spending is
> not designed to protect us from the terrorists, ?but instead to protect our
> public officials from criticism when another attack occurs.
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -- Bruce Schneier
> --
> DENX Software Engineering GmbH, ? ? ?MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, ?Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
>
--
Fr?d?ric SOSSON
T?l.: 0032 496 29 29 88
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-12-01 12:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 10:22 [U-Boot] KAMIO board Frédéric SOSSON
2009-12-01 10:50 ` Detlev Zundel
2009-12-01 10:57 ` Frédéric SOSSON
2009-12-01 11:10 ` Detlev Zundel
2009-12-01 12:34 ` Frédéric SOSSON
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.