Just received a backlight board. Everything works including backlight in Android. Soon will be for sale.
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts
Sunday, March 23, 2014
Wednesday, January 29, 2014
nh5cape - lcd cape for beaglebone
Works with tslib on ubuntu and on Android.
Multitouch supported.
Kernel 3.8 with device tree.
Next board revision will have 5V and 3.3V regulators on board and backlight support. If someone need it. I need your comments.
Wednesday, September 4, 2013
Webcam on odroid-x in Android
Finally I can use my webcam in Android. Thanks to latest release 1.8.0 UVC from hardkernel
Steps needed (Ubuntu):
1. Download kernel BSP for 1.7.1
2. Download arm cross compiler as described in http://forum.odroid.com/viewtopic.php?f=51&t=83
3. Now to command line
PATH=$PATH:/usr/local/arm/arm-2010q1/bin
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- odroidx_android_sdmmc_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xconfig
Enable all webcam drivers as modules. Or enable only specific driver.
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- INSTALL_MOD_PATH=../rfs modules_install
cp $(find ../rfs | grep .ko) ../rfs_fc
adb remount
adb push ../rfs_fc/ /system/lib/modules
adb reboot
Now when you start camera application - it will display image from your webcam.
Steps needed (Ubuntu):
1. Download kernel BSP for 1.7.1
2. Download arm cross compiler as described in http://forum.odroid.com/viewtopic.php?f=51&t=83
3. Now to command line
PATH=$PATH:/usr/local/arm/arm-2010q1/bin
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- odroidx_android_sdmmc_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xconfig
Enable all webcam drivers as modules. Or enable only specific driver.
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- INSTALL_MOD_PATH=../rfs modules_install
cp $(find ../rfs | grep .ko) ../rfs_fc
adb remount
adb push ../rfs_fc/ /system/lib/modules
adb reboot
Now when you start camera application - it will display image from your webcam.
Monday, October 1, 2012
Friday, September 28, 2012
ODROID-X playing 1080p video
Beagleboard SGX drivers is still under development - forever and ever.
Pandaboard ES is getting really hot. The result - CPU changing clock constantly from high to low. You should install serious cooling system on it.
This one - ODROID-X - is really impressive with customized distribution of Android. This version of Android includes Dice player, that can use GPU hardware decoding. And there is XBMC patch for using this player. The board has great community support.
Ubuntu distribution is still missing graphic drivers.
Subscribe to:
Posts (Atom)

