PengPod Crowdfunding a Tablet Made With OS-Switching In Mind
PengPod is running a crowdfunder to create a GNU Linux/Android tablet, the PengPod 1040. This is their second such product; the first was mentioned on Slashdot last year. PengPod has pledged to make all source and tools used to build the images available, so users can build their own OS top to bottom to guarantee that it's free of NSA tracking. The PengPod has previously found some success as a low-cost touch platform for industrial/commercial control systems and is partnered with ViewTouch, the original inventors of the graphical POS to offer PengPod1040s as restaurant register systems. The feature that the developers seem keenest to emphasize is that the PengPod is built to run conventional desktop Linux distros without special hacking required; Android is the default OS, but it's been tested with several others (including Ubuntu Touch) listed on their Indiegogo page.
VM's have a performance penalty. What's the state of virtualization in the ARM world anyway? Mere emulation similar to what you find in the Android SDK will run faster, but you won't get the full Android experience. Running Linux in a chroot inside the Android host might be a better option performance-wise, but the Android kernel and userland have quirks not found in desktop Linux.
I'm part of the PengPod project, I thought I should come to Timothy's defense. We throw the no NSA thing around in the marketing because we directly share, or use common open source distributions that share, all the source in the machine. For the bootloader, u-boot, kernel up to the user space. We share all the Apache licensed parts as well. In this way, you can review and audit all the code, unlike with many Android devices where their Android modifications are hidden. Of course, as the above points out we cannot actually audit the entire existing code base. Also we don't have source for the 3D acceleration libraries but they aren't required for any uses. Since we provide all the tools to create your own images, the device can be flashed without those.