THIS PAGE IS OBSOLETEplease refer new page: Rock/SD imagesContents [hide] 1 THIS PAGE IS OBSOLETE2 How to boot rootfs on an SD Card3 Create Lubuntu SD Card4 Resize SD CardHow to boot rootfs on an SD CardGet a parameter file from http://dl.radxa.com/rock/images...
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....