Gricey
Member
I followed the instructions here and here to get my dev envt (codesourcery) for cross compiling setup and grabbed the source[1] for this module. I tried compiling it and it output a .ko fine, but when I copied to the pandora an insmod (and insmod -f) gave me
dmesg tells me
While I'm comfortable compiling kernels and modules, I've never cross-compiled before, any ideas?
[1]http://www.edimax.co.uk/en/support_detail.php?pd_id=328&pl1_id=1&pl2_id=44 is the page the source is on
Code:
insmod: error inserting '8192cu.ko': -1 invalid module format
dmesg tells me
Code:
8192cu: version magic '2.6.27.46-omap1-00048-ge2da122 mod_unload ARMv7 ' should be '2.6.27.46-omap1 mod_unload modversions ARMv7 '
While I'm comfortable compiling kernels and modules, I've never cross-compiled before, any ideas?
[1]http://www.edimax.co.uk/en/support_detail.php?pd_id=328&pl1_id=1&pl2_id=44 is the page the source is on
Last edited by a moderator: