From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: sig-arm@lists.ipfire.org Subject: Re: jp1082 USB to Ethernet Date: Mon, 11 Aug 2014 11:31:08 +0200 Message-ID: <1407749468.2114.26.camel@rice-oxley.tremer.info> In-Reply-To: <53D98116.6060008@lineone.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3869038555528705396==" List-Id: --===============3869038555528705396== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hey, you would either need an ARM build machine and do just the same like you did on x86. However, building IPFire will take a while. Days instead of hours. If you don't have a powerful ARM machine (the Raspberry Pi is not an option at all) you can emulate one on x86. This is even slower even on powerful x86 machines, but it works. I recommend Debian for that as it comes with a statically linked version of qemu for ARM. Commands are much like when doing a native build, you will just need to add the target architecture like this: ./make.sh clean ./make.sh --target=armv5tel gettoolchain ./make.sh --target=armv5tel downloadsrc ./make.sh --target=armv5tel build Good luck! -Michael On Thu, 2014-07-31 at 00:34 +0100, John Leake wrote: > Hi All, > I have installed ipfire on my pi and all is ok except the very low cost > jp1082 USB to Ethernet adapters are not recognised. > > I would like to build the jp drivers and include them in a pi ipfire SD > image. > > I have forked the ipfire-2.x repo and successfully built the default > image as a test (it took 3 hour(s) 52 minute(s) 55 second(s))! > > Can anyone tell me how to build the pi image ? > > Ozpoz > _______________________________________________ > SIG-ARM mailing list > SIG-ARM(a)lists.ipfire.org > http://lists.ipfire.org/mailman/listinfo/sig-arm --===============3869038555528705396==--