2014-07-05 - v1.0: Features -sd card -usb debug -SATA -USB host support Mouse and keyboard -usb wifi 8188eu support -HDMI 1080p, VGA, HY070CTP-HD, support -Audio Output: HDMI, Audio -Ethernet support Not supported, The new version will be supported -HY070CTP-HD, 5 point capacitive touch You can run glxgears to test the demo of the opengl-es acceleration. How to Compiling the kernel? sudo apt-get install build-essential sudo apt-get install *-arm-linux-gnueabihf *-4.6-arm-linux-gnueabihf cp marsboard_defconfig .config make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage -j4 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 modules make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=./modules/ modules_install