The Radxa Rock has 3 LEDs on board.LEDGPIO ref.GPIO numberGreenGPIO0_B4172BlueGPIO0_B6174RedGPIO0_B7175All are programmable using either LEDs class devices or GPIOs.Contents [hide] 1 LEDs as class devices2 turn off LEDsLEDs as class devicesOn the latest kernel images (Ubuntu 14.0...
The cpu of Radxa Rock - RK3188 has two LCD controllers, LCD0 and LCD1. On RR, LCD1 is connected to HDMI and LCD0 is connect to AV out and the LCD0 signal are also exported on the extension header.There is some sysfs interface exported to control the display related stuff. The following should w...
安装所需要的包 sudo apt-get install qemu-user-static binfmt-support生成镜像文件 dd if=/dev/zero of=rock_rootfs.img bs=1M count=1024 mkfs.ext4 -F -L linuxroot rock_rootfs.img #kernel use the label linuxroot to mount the rootfs as / sudo mount -o loop rock_rootfs.img /mnt当然你也可以从linaro下载已经编译好的ubuntu...
Linux Kernel 3.18-rc5StatusWhat currently works in Linux mainline:UARTSPII2CGPIOs / LEDs / IRPWMUSBSD/MMCEthernetWifiBluetoothWhat remains to be done:DRM Display driver / LCD controllerHDMI drivers (ITE66121 / RK616)TV OUT drivers (RK1000)NAND flash supportRequirementsUbuntu 14.10 / GCC 4.9+ (GCC 4....
Sometime you might to want to flash your rock, for trying another OS or upgrading or just fun. But there is risk of losing data when flashing. And Flashing the bootloader will wipe all your data, so backup is important.Android appsYou can back up your Android apps on RR with ADB....
If you want to use the radxa rock as a WIFI-AP under android . you can enable the item in settings(More->Portable hotspot->Portable Wi-Fi hotspot).But the setting will be cancelled after reboot. we provider image resolves the problem,you can download here.140224_android_softAp.tgz.
The radxa rock stock android firmware has adb(Android Debugging Bridge) enabled by default. This page describes how to enable android adb debugging under windows.Requirementa radxa rock board(full version or lite version)a desktop/laptop running Windows(XP 32/64bit, Windows 7 32/64 bit)a micro usb c...
This page describes how to connect to Radxa Rock running Android via adb(Android Debugging Bridge).RequirementRadxa Rock running androidPC/Laptop running Linux 32bit/64bit(Ubuntu as an example)Micro USB OTG cableADB under LinuxFirst, install the adb tools: sudo apt-get install android-tools-adb...