user251584
user251584

Reputation: 23

buildroot problem

Ok, you can tell by my name that I'm new to this, so please understand if any "errors & warnings"

I am trying to build rootfs image for at91sam9260 controller, for which I'm using buildroot. The problem is that it is not able to download the package "ftp://ftp.uu.net/graphics/jpeg//jpegsrc.v6b.tar.gz". And on top of that, I'm also not able to download it manually. It is showing some authentication requirement. I have googled for this without any solid results. Pretty sure I'll find an answer here though.

$uname -a

Linux tri-desktop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 GNU/Linux

... if this helps.

If anyone has encountered this, please let me know.

Thanks in advance.

Upvotes: 2

Views: 1615

Answers (2)

Petriborg
Petriborg

Reputation: 2960

Here is an alternative place to get the software - I'd just get it from here instead should be the same thing as that of the ftp.uu.net site.

Upvotes: 3

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798626

Put in anonymous as the user, and your email address as the password.

Upvotes: 2

Related Questions