Power & Source of Big Ideas

Hi, I'm trying the forum as a last resort, as I'm getting ZERO satisfaction from NanoPi support or sales. I have purchased four M3's, of which I have some issues with: ⋅ Amongst the features it mentioned an IPX antenna interface - none of my boards has this ⋅ One of my M3's Ether...
Hi, An update: I changed the .config file to state CONFIG_VLAN_8021Q=m then I did make CROSS-COMPILE=arm-linux- modules I replaced my old uImage with the new one and I copied the file 8021q.ko that was created to /lib/modules/3.4.39-s5p6818/kernel/net/8021q But when I do modprobe 8021q , it cannot f...
OK...So it was not as easy as that...Installed the uImage, and it booted up fine. Then I tried to modprobe 8021q and of course it tells me it cannot find the module. Riiightt...I have to compile the module. And this is where I got caught in a snag: make CROSS_COMPILE=arm-linux- modules This does not...
Awesome! Thank you. It compiles...

Just a question, though: What would this patch break?

Regards
Hi, I'm a newbie in compiling kernel images I'm trying to compile the kernel for the NanoPi M3 with 8021Q enabled - but I get the following error: " CC drivers/net/ethernet/nexell/nxpmac/nxpmac_main.o drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c: In function ‘stmmac_dvr_probe’: drivers/net/...