Wandboard bringup

Anybody happen to have experience with getting a linux image running on a wandboard i.mx6? It seems wandboard has been bought by TechNexion, and the documentation is now nowhere to be found. Tried the technexion github insctructions, but they aren’t compatible with the original wandboards.

I usually try to leave the vendor’s distribution as quick as possible. They generally freeze a very old kernel, don’t provide any security patches, and have often changed the build process into something obtuse.

Buildroot appears to have a Wandaboard config (https://github.com/buildroot/buildroot/blob/master/configs/wandboard_defconfig). I’d recommend trying that.

Thanks for the advice! I’ll check out buildroot.