> I'm not afraid to build a package for the pico, but I've found only full
> kernel builds, not a collection of patches that can be applied to get the
> pico working.
Look in the current 3.1 source in minibox-picopc-3.1 branch all
patches since v3.1 tag are only for picoSAM9G45.
> As far as I can understand it, a board-config file exists, as does a MACH_
> identifier, but changes to the memory allocation and PWM are needed.
Yes, memory allocation patch is the first thing that's holding us from
being included in mainline. The second thing is that Atmel G45 device
tree doesn't support everything that we need (think MMC is still not done).
I'm not sure why Atmel doesn't make a patch to allow 256Mb since their
devboards do come with 256Mb.
I will probably check Daniel patches and start working on 3.4 kernel soon.
Nicu