* jp1082 USB to Ethernet
@ 2014-07-30 23:34 John Leake
2014-08-11 9:31 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: John Leake @ 2014-07-30 23:34 UTC (permalink / raw)
To: sig-arm
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: jp1082 USB to Ethernet
2014-07-30 23:34 jp1082 USB to Ethernet John Leake
@ 2014-08-11 9:31 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2014-08-11 9:31 UTC (permalink / raw)
To: sig-arm
[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: jp1082 USB to Ethernet
[not found] <53E8989D.8040503@lineone.net>
@ 2014-08-11 10:33 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2014-08-11 10:33 UTC (permalink / raw)
To: sig-arm
[-- Attachment #1: Type: text/plain, Size: 1704 bytes --]
No, there is no cross-compiler available.
On Mon, 2014-08-11 at 11:19 +0100, John Leake wrote:
> Hi Michael,
> Thank you for your reply. Surely there is a cross compiler to run on x686 ?
> John
> On 11/08/14 10:31, Michael Tremer wrote:
> > 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-11 10:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 23:34 jp1082 USB to Ethernet John Leake
2014-08-11 9:31 ` Michael Tremer
[not found] <53E8989D.8040503@lineone.net>
2014-08-11 10:33 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox