Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

binary of buildroot tools

Altera_Forum
Honored Contributor II
991 Views

I prepared the tools and includes from buildroot. You can use it to compile kernel and apps. 

You don't have to download and build buildroot. (but you should try it later, when you got more experiences) 

These are the binary tools and rootfs. 

 

http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2

http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2

or find them on Jhdar's site, (thanks a lot to his help) 

http://via.fps-tech.org/snapshots/nios2/ (http://via.fps-tech.org/snapshots/nios2/)  

 

su - # your root passwd 

tar jxf nios2gcc.tar.bz2 -C / 

exit 

 

cd ~ 

tar jxf nios2rootfs.tar.bz2 

 

The cross gcc tools will be in /opt/nios dir. 

The rootfs with busybox will be in ~/rootfs and ~/download/rootfs_list . 

 

Then setup the PATH for the cross gcc, 

PATH=$PATH:/opt/nios2/bin 

 

Try out, 

nios2-linux-uclibc-gcc -v 

 

Then try build kernel and apps as in the buildroot guide.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
287 Views

 

--- Quote Start ---  

originally posted by hippo@May 8 2006, 04:26 AM 

i prepared the tools and includes from buildroot. you can use it to compile kernel and apps. 

you don't have to download and build buildroot. (but you should try it later, when you got more experiences) 

these are the binary tools and rootfs. 

 

http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2gcc.tar.bz2

http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2 (http://hungryhippo.myweb.hinet.net/nios2rootfs.tar.bz2

 

su - # your root passwd 

tar jxf nios2gcc.tar.bz2 -c / 

exit 

 

cd ~ 

tar jxf nios2rootfs.tar.bz2 

 

 

then setup the path for the cross gcc, 

path=$path:/opt/nios2/bin 

 

try out, 

nios2-linux-uclibc-gcc -v 

 

then try build kernel and apps as in the buildroot guide. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15174) 

--- quote end ---  

 

--- Quote End ---  

 

That&#39;s a good work, I&#39;ll try it out after I finish the buildroot.
0 Kudos
Altera_Forum
Honored Contributor II
287 Views

Hi,the link doesnot work.I cannot connect to it and download the binary of buildroot tools.

0 Kudos
Altera_Forum
Honored Contributor II
287 Views

 

--- Quote Start ---  

originally posted by xunios@May 8 2006, 06:43 PM 

hi,the link doesnot work.i cannot connect to it and download the  binary of buildroot tools. 

<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15189) 

--- quote end ---  

 

--- Quote End ---  

 

It may be blocked in your country. 

I will try to find others. 

Do you have a ftp site which I can upload? Send it to me with PM.
0 Kudos
Reply