RobertCNelson / armv7-multiplatform

MIT License
75 stars 42 forks source link

Wandboard Quad rev C1 support #22

Open imtal opened 9 years ago

imtal commented 9 years ago

Hi Robert,

The Wandboard patches do not yet contain the Quad rev. C1 changes. Changes are in the rfkill driver and GPIO pins. Also Wifi uses brcm4330 instead of brcm4329. Do you have plans to add rev. C1 support to this repo?

Regards,

Tjeerd.

RobertCNelson commented 9 years ago

I actually have the quad rev c1 in my build farm right now. Looking towards teh v3.17.x branch, I've already dropped the old rfkill driver. As we now have:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1217dda7cb2e93dc236cba4544239c586f391099

So, we should be able to do it proper now and push a dts change for all the boards to mainline.

(and then back port it to v3.16.x)

Regards,

imtal commented 9 years ago

Thanks! Compiled v3.17.x today and Wifi is working on rev. C1. It nicely scans networks and connects.

I only did not get AP working right now (getting 'Failed to set beacon parameters') but I guess that is a firmware problem.