* [U-Boot] Help on getting the AT91 u-boot patch
@ 2009-03-05 17:40 John Parten
2009-03-06 14:37 ` Detlef Vollmann
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: John Parten @ 2009-03-05 17:40 UTC (permalink / raw)
To: u-boot
Hello Mailling List,
I am trying to build U-Boot 1.3.4 from source, for the AT91SAM9260EK development board.
I am following the instructions at http://www.linux4sam.org/twiki/bin/view/Linux4SAM/U-Boot
I get to the point where it says take the AT91 u-boot patch set
However, when I try to use ...
wget http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.3.4-exp.diff
I get error "404 file not found"
Also I tried ...
wget http://www.linux4sam.org/pub/uboot/u-boot-1.3.4-exp/u-boot-1.3.4-exp.diff as per the table a bit further down on the page - this does not work either.
Can anyone tell me how to get the AT91 u-boot patch file please ?
... many thanks
... kind regards
... John Parten
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot] Help on getting the AT91 u-boot patch
2009-03-05 17:40 [U-Boot] Help on getting the AT91 u-boot patch John Parten
@ 2009-03-06 14:37 ` Detlef Vollmann
2009-03-06 16:13 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-06 14:42 ` Justin Waters
2009-03-09 14:22 ` Nicolas Ferre
2 siblings, 1 reply; 6+ messages in thread
From: Detlef Vollmann @ 2009-03-06 14:37 UTC (permalink / raw)
To: u-boot
John Parten wrote:
> I am trying to build U-Boot 1.3.4 from source, for the AT91SAM9260EK development board.
I thought that 1.3.4 worked out of the box for AT91SAM9260EK.
2009.01 and 2009.03-rc1 are broken for AT91SAM926x, but the patch in
<http://lists.denx.de/pipermail/u-boot/2009-February/048414.html>
should fix that.
Detlef
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] Help on getting the AT91 u-boot patch
2009-03-05 17:40 [U-Boot] Help on getting the AT91 u-boot patch John Parten
2009-03-06 14:37 ` Detlef Vollmann
@ 2009-03-06 14:42 ` Justin Waters
2009-03-09 14:22 ` Nicolas Ferre
2 siblings, 0 replies; 6+ messages in thread
From: Justin Waters @ 2009-03-06 14:42 UTC (permalink / raw)
To: u-boot
On Thu, 2009-03-05 at 12:40 -0500, John Parten wrote:
> Hello Mailling List,
>
> I am trying to build U-Boot 1.3.4 from source, for the AT91SAM9260EK development board.
>
> I am following the instructions at http://www.linux4sam.org/twiki/bin/view/Linux4SAM/U-Boot
> I get to the point where it says take the AT91 u-boot patch set
>
> However, when I try to use ...
>
> wget http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.3.4-exp.diff
>
> I get error "404 file not found"
>
> Also I tried ...
>
> wget http://www.linux4sam.org/pub/uboot/u-boot-1.3.4-exp/u-boot-1.3.4-exp.diff as per the table a bit further down on the page - this does not work either.
>
> Can anyone tell me how to get the AT91 u-boot patch file please ?
>
> ... many thanks
> ... kind regards
> ... John Parten
John,
You are much better off using the mainline U-Boot at this point. It is
far more stable and it's been getting better with each release. I
looked at the 1.3.4 patch, and nearly all of those features are in
2009.01, plus more. The only major difference is that upstream does not
support the AT91SAM9G20-EK.
With that being said, this link seems to work:
ftp://www.linux4sam.org/pub/uboot/u-boot-1.3.4-exp/u-boot-1.3.4-exp.diff
You should probably contact the folks at Linux4Sam to tell them that
their instructions are incorrect.
-Justin Waters
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] Help on getting the AT91 u-boot patch
2009-03-05 17:40 [U-Boot] Help on getting the AT91 u-boot patch John Parten
2009-03-06 14:37 ` Detlef Vollmann
2009-03-06 14:42 ` Justin Waters
@ 2009-03-09 14:22 ` Nicolas Ferre
2 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2009-03-09 14:22 UTC (permalink / raw)
To: u-boot
John Parten <john.parten <at> passivsystems.com> writes:
>
> Hello Mailling List,
>
> I am trying to build U-Boot 1.3.4 from source, for the AT91SAM9260EK
development board.
>
> I am following the instructions at
http://www.linux4sam.org/twiki/bin/view/Linux4SAM/U-Boot
> I get to the point where it says take the AT91 u-boot patch set
>
> However, when I try to use ...
>
> wget http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.3.4-exp.diff
>
> I get error "404 file not found"
Indeed, I changed the information included in this webpage.
> Also I tried ...
>
> wget http://www.linux4sam.org/pub/uboot/u-boot-1.3.4-exp/u-boot-1.3.4-exp.diff
as per the table
> a bit further down on the page - this does not work either.
This is an ftp URL : try :
wget ftp://www.linux4sam.org/pub/uboot/u-boot-1.3.4-exp/u-boot-1.3.4-exp.diff
As we try to integrate constantly patches in mainline, you can find most of
those bits in latest u-boot revisions.
Hope that it helps.
Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-09 14:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 17:40 [U-Boot] Help on getting the AT91 u-boot patch John Parten
2009-03-06 14:37 ` Detlef Vollmann
2009-03-06 16:13 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-06 16:46 ` Detlef Vollmann
2009-03-06 14:42 ` Justin Waters
2009-03-09 14:22 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox