Re: [beagleboard] Invalid module format

2021-06-07 Thread Robert Nelson
On Mon, Jun 7, 2021 at 8:23 AM Paul Beam wrote: > > Thanks, Robert. That would work if I were compiling on the PB, but > cross-compiling on my Debian VM was different. There may be an easier way, > but what I did was follow this: http://phwl.org/2021/building-bbg-kernel/ > to checkout the

Re: [beagleboard] Invalid module format

2021-06-07 Thread Paul Beam
Thanks, Robert. That would work if I were compiling on the PB, but cross-compiling on my Debian VM was different. There may be an easier way, but what I did was follow this: http://phwl.org/2021/building-bbg-kernel/ to checkout the exact kernel I have on my PB, compile it, and then point

Re: [beagleboard] Invalid module format

2021-06-04 Thread Robert Nelson
On Fri, Jun 4, 2021 at 4:20 PM Paul Beam wrote: > > I'm trying to build a new driver for a Realtek 8821C for the PocketBeagle, > and although I have managed to cross-compile the module, it fails to load > with an "invalid format" error, which I think means it thinks I compiled with > a

[beagleboard] Invalid module format

2021-06-04 Thread Paul Beam
I'm trying to build a new driver for a Realtek 8821C for the PocketBeagle, and although I have managed to cross-compile the module, it fails to load with an "invalid format" error, which I think means it thinks I compiled with a different kernel version. My PB is still running "4.14-ti", and

[beagleboard] Invalid module format

2014-12-04 Thread Rimvis Janusauskas
Hi all For the past few hours i was trying to insert module in my beaglebone. But after every attempt insmod ./01.ko , i get Could not insert module ./01.ko: Invalid module format. Maybe someone knows the answer ? -- For more options, visit http://beagleboard.org/discuss --- You received