Are any of these ARM solutions open source for the full stack?
Arduino is nice because I can use it to prototype something, and then if I want to mass produce it I can take the open schematics, rip out what I don't need and produce custom boards. Is that possible with any of these ARM solutions?
They've got one version running an admittedly slow i.MX processor, and another coming down the pike running an Allwinner chip. As a bonus, though, it's all reasonably easy-to-assemble TQFP chips.
Fair point. You can find BGA memories with ball spacing just slightly north of impossible, though. As far as I'm aware, that isn't possible with most (any?) A10/A13 chips.
There are no ARM with complete open source because they all have the GPU integrated. The Mali is probably the closest to open due to the LIMA project with the Freedreno project backing Qualcomm's Adreno (and maybe work with the Freescale mx5x) getting access to the sources isn't particularly hard (but does require an NDA) but you still won't get the most important part, which is the source to the shader compiler library in there
I'm really keen to try out the Carambola, a $22-EUR device with built-in wifi. It's really barebones in terms of peripherals, but that's perfect for many internet-of-things apps.
Arduino is nice because I can use it to prototype something, and then if I want to mass produce it I can take the open schematics, rip out what I don't need and produce custom boards. Is that possible with any of these ARM solutions?