nslu:unslungrebuild

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


nslu:unslungrebuild [2009/11/27 17:54] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Cross compiling UnSlung 6.8 beta with Ubuntu 8.04 ======
  
 +After much research I have to say that the information around this is area is generally of bad quality and very difficult to follow.  The developers are just not interested in writing and maintain documentation.  As of writing this 15-Sep-08 this is what I discovered to get a UNSLUNG cross compiling build going on Ubunutu 8.04
 +
 +<code>
 +mkdir slug
 +cd slug
 +wget http://www.nslu2-linux.org/Makefile
 +
 +vi Makefile  <-- remove reference to cogito for setup-host-ubuntu target
 +
 +make setup-host-ubuntu
 +make setup-unslung-6.8-beta
 +cd releases/unslung-6.8-beta
 +make distro
 +</code>
 +
 +Cross compiled ipt_NETMAP module for NSLU
 +<code>
 +# uname -a
 +Linux herman 2.4.22-xfs #1 Mon Apr 10 18:17:11 PDT 2006 armv5b GNU/Linux
 +#
 +</code>
 +  * {{:nslu:ipt_netmap.zip}}
 +
 +{{tag>nslu2 toolchain}}
  • nslu/unslungrebuild.txt
  • Last modified: 2009/11/27 17:54
  • by 127.0.0.1