<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.radxa.com/mw/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wheelcomplex</id>
		<title>Radxa Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.radxa.com/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wheelcomplex"/>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Special:Contributions/Wheelcomplex"/>
		<updated>2026-06-14T01:06:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://wiki.radxa.com/Rock/bootloader</id>
		<title>Rock/bootloader</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/bootloader"/>
				<updated>2014-01-08T13:03:55Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Reverse engineering */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Currently all rk3188 based devices including radxa rock uses the same bootloader from Rockchip. Rockchip don't provide the source code of the bootloader. The bootloader's main task is:&lt;br /&gt;
&lt;br /&gt;
* Load and boot the kernel.img/boot.img or recovery.img from correspoding partition&lt;br /&gt;
* Communicate with the host PC to download the image/firmware for [[rock/flash the image | upgrading]]&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
The bootloader of radxa rock can be found at this address&lt;br /&gt;
    http://dl.radxa.com/rock/images/loader/&lt;br /&gt;
&lt;br /&gt;
==Reverse engineering ==&lt;br /&gt;
The analysis of the bootloader is done by sarg. Ping sarg in #linux-rockchip if you are interested. You can find the details here:&lt;br /&gt;
    https://gist.github.com/sarg/5028505&lt;br /&gt;
&lt;br /&gt;
[http://blog.csdn.net/faithsws/article/details/17245699 chines information about sarg's work]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/BootLoaderhacking</id>
		<title>Rock/BootLoaderhacking</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/BootLoaderhacking"/>
				<updated>2014-01-08T08:50:33Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Status */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Status ===&lt;br /&gt;
&lt;br /&gt;
rockchip have developed u-boot and it's not release yet. It will &lt;br /&gt;
be open some time later(from tom)&lt;br /&gt;
&lt;br /&gt;
[[rock/bootloader|read more]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/FreeBSD</id>
		<title>Rock/FreeBSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/FreeBSD"/>
				<updated>2014-01-08T07:54:39Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* How to boot FreeBSD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Languages|rock/FreeBSD}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Ganbold, a FreeBSD developer, now get FreeBSD booting on rockchip platform. Ganbold told us only basic stuffs, gpio, dwc usb host mode are working. But this is just a start :) If you are interested, ping ganbold at #radxa irc channel on freenode for more details.&lt;br /&gt;
&lt;br /&gt;
== How to boot FreeBSD ==&lt;br /&gt;
&lt;br /&gt;
The instructions are at FreeBSD ARM wiki&lt;br /&gt;
&lt;br /&gt;
https://wiki.freebsd.org/FreeBSD/arm/Radxa%20Rock&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu 13.10 amd64 rkflashtool build note:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. install libusb.h by sudo apt-get -y install libusb-1.0-0-dev&lt;br /&gt;
&lt;br /&gt;
2. Turn off the board. Then while pushing Recover button plug usb cable(connected to otg port) to PC and release Recover button.&lt;br /&gt;
if rk3188 is no in recover mode you will got &amp;quot;rkflashtool: fatal: cannot open device&amp;quot; when running ./rkflashtool p &amp;gt; param.txt&lt;br /&gt;
&lt;br /&gt;
3. Use follow Makefile:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
all: rkflashtool&lt;br /&gt;
&lt;br /&gt;
rkflashtool: rkflashtool.c&lt;br /&gt;
	gcc -o rkflashtool rkflashtool.c -I/usr/include/libusb-1.0/ -lusb-1.0 -O2 -W -Wall&lt;br /&gt;
&lt;br /&gt;
clean:&lt;br /&gt;
	rm -f rkflashtool&lt;br /&gt;
&lt;br /&gt;
param:&lt;br /&gt;
	sudo ./rkflashtool r 0x0000 0x2000 &amp;gt; /tmp/parm&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot log ==&lt;br /&gt;
Boot log can be found here:&lt;br /&gt;
&lt;br /&gt;
http://radxa.com/2013/10/18/freebsd-11-0-is-booting-on-radxa-rock/&lt;br /&gt;
&lt;br /&gt;
[[Category: Distributions]]&lt;br /&gt;
[[Category: Tutorial]]&lt;br /&gt;
[[Category: FreeBSD]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/FreeBSD</id>
		<title>Rock/FreeBSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/FreeBSD"/>
				<updated>2014-01-08T07:21:45Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* How to boot FreeBSD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Languages|rock/FreeBSD}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Ganbold, a FreeBSD developer, now get FreeBSD booting on rockchip platform. Ganbold told us only basic stuffs, gpio, dwc usb host mode are working. But this is just a start :) If you are interested, ping ganbold at #radxa irc channel on freenode for more details.&lt;br /&gt;
&lt;br /&gt;
== How to boot FreeBSD ==&lt;br /&gt;
&lt;br /&gt;
The instructions are at FreeBSD ARM wiki&lt;br /&gt;
&lt;br /&gt;
https://wiki.freebsd.org/FreeBSD/arm/Radxa%20Rock&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ubuntu 13.10 amd64 rkflashtool build note:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. install libusb.h by sudo apt-get -y install libusb-1.0-0-dev&lt;br /&gt;
&lt;br /&gt;
2.  use dmesg or lsusb to check radxa rock is connect ok:&lt;br /&gt;
&lt;br /&gt;
dmesg:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
[187435.036508] usb 2-1.1.3: new high-speed USB device number 49 using ehci-pci&lt;br /&gt;
[187435.141573] usb 2-1.1.3: New USB device found, idVendor=2207, idProduct=0006&lt;br /&gt;
[187435.141586] usb 2-1.1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4&lt;br /&gt;
[187435.141592] usb 2-1.1.3: Product: radxa rock&lt;br /&gt;
[187435.141598] usb 2-1.1.3: Manufacturer: radxa&lt;br /&gt;
[187435.141603] usb 2-1.1.3: SerialNumber: 16EM84955F&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
lsusb:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
Bus 002 Device 050: ID 2207:0006&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
we got device ID 0x0006, and modify rkflashtool.c line 49 from   #define PID_RK3188          0x310b   to   #define PID_RK3188          0x0006&lt;br /&gt;
&lt;br /&gt;
3. Use follow Makefile:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
all: rkflashtool&lt;br /&gt;
&lt;br /&gt;
rkflashtool: rkflashtool.c&lt;br /&gt;
	gcc -o rkflashtool rkflashtool.c -I/usr/include/libusb-1.0/ -lusb-1.0 -O2 -W -Wall&lt;br /&gt;
&lt;br /&gt;
clean:&lt;br /&gt;
	rm -f rkflashtool&lt;br /&gt;
&lt;br /&gt;
param:&lt;br /&gt;
	sudo ./rkflashtool r 0x0000 0x2000 &amp;gt; /tmp/parm&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot log ==&lt;br /&gt;
Boot log can be found here:&lt;br /&gt;
&lt;br /&gt;
http://radxa.com/2013/10/18/freebsd-11-0-is-booting-on-radxa-rock/&lt;br /&gt;
&lt;br /&gt;
[[Category: Distributions]]&lt;br /&gt;
[[Category: Tutorial]]&lt;br /&gt;
[[Category: FreeBSD]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/FreeBSD</id>
		<title>Rock/FreeBSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/FreeBSD"/>
				<updated>2014-01-08T04:08:28Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* How to boot FreeBSD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Languages|rock/FreeBSD}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
&lt;br /&gt;
Ganbold, a FreeBSD developer, now get FreeBSD booting on rockchip platform. Ganbold told us only basic stuffs, gpio, dwc usb host mode are working. But this is just a start :) If you are interested, ping ganbold at #radxa irc channel on freenode for more details.&lt;br /&gt;
&lt;br /&gt;
== How to boot FreeBSD ==&lt;br /&gt;
&lt;br /&gt;
The instructions are at FreeBSD ARM wiki&lt;br /&gt;
&lt;br /&gt;
https://wiki.freebsd.org/FreeBSD/arm/Radxa%20Rock&lt;br /&gt;
&lt;br /&gt;
Ubuntu 13.10 amd64 rkflashtool build note:&lt;br /&gt;
1. install libusb.h by sudo apt-get -y install libusb-1.0-0-dev&lt;br /&gt;
2. Use follow Makefile:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
all: rkflashtool&lt;br /&gt;
&lt;br /&gt;
rkflashtool: rkflashtool.c&lt;br /&gt;
	gcc -o rkflashtool rkflashtool.c -I/usr/include/libusb-1.0/ -lusb-1.0 -O2 -W -Wall&lt;br /&gt;
&lt;br /&gt;
clean:&lt;br /&gt;
	rm -f rkflashtool&lt;br /&gt;
&lt;br /&gt;
param:&lt;br /&gt;
	sudo ./rkflashtool r 0x0000 0x2000 &amp;gt; /tmp/parm&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Boot log ==&lt;br /&gt;
Boot log can be found here:&lt;br /&gt;
&lt;br /&gt;
http://radxa.com/2013/10/18/freebsd-11-0-is-booting-on-radxa-rock/&lt;br /&gt;
&lt;br /&gt;
[[Category: Distributions]]&lt;br /&gt;
[[Category: Tutorial]]&lt;br /&gt;
[[Category: FreeBSD]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock</id>
		<title>Rock</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock"/>
				<updated>2014-01-08T02:57:44Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Software Hacking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|rock}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Radxa Rock is rk3188 based development board by [http://radxa.com/about Radxa].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* [https://plus.google.com/communities/114007636590240429960 Radxa goolge plus community]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/radxa radxa@googlegroups.com]&lt;br /&gt;
* &amp;lt;tt&amp;gt;#radxa&amp;lt;/tt&amp;gt; [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] channel on [http://freenode.net/ Freenode]. Click to [http://webchat.freenode.net/?channels=radxa join #radxa on Freenode (WebChat mode)].&lt;br /&gt;
* [[Main_Page|This wiki]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
The Radxa Rock board is shipped with Android Jelly Bean 4.2.2 on the Nand flash. It works out of the box. You can refer [[rock/Getting Started|Radxa Rock Getting Started]] for how to hook everything up and start to play with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is an available [http://hwswbits.blogspot.com/2013/10/booting-linux-on-radxa-rock.html kernel to boot Linux for the Radxa Rock] board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== FAQs ===&lt;br /&gt;
Before you ask the questions about Radxa Rock checkout if your question is already asked and answered [[rock/FAQ|Radxa Rock FAQ]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock/BootLoaderhacking|Boot Loader hacking]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Android Build|Build Android image for RR]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Booting Linux | Build your own kernel and boot into Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/ubuntu| Make Ubuntu image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/FreeBSD| Boot FreeBSD]]&lt;br /&gt;
&lt;br /&gt;
[[rock/flash the image|Flash the image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/dual boot| Dual boot Android/Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/windows adb| ADB under Windows]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Serial debug tools Setting | Serial debug tools configuration]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock/hardware revision | Hardware Revision]]&lt;br /&gt;
&lt;br /&gt;
==== Mainboard ====&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20130903.pdf schematic of revision 2013.09.03(.pdf)]&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20130903.dxf board dimension file(.dxf)] - open with LibreCAD under Linux, AutoCAD under windows&lt;br /&gt;
&lt;br /&gt;
==== Components ====&lt;br /&gt;
* CPU - [http://dl.radxa.com/rock/docs/hw/ds/Rockchip_RK3188_Specifiation_Detail_V1.2.pdf rk3188 brief specification]&lt;br /&gt;
* PMU - [https://docs.google.com/viewer?url=http%3A%2F%2Fdl.radxa.com%2Frock%2Fdocs%2Fhw%2Fds%2FDS_ACT8846_PrB_26DEC12_M.pdf ACT8846]&lt;br /&gt;
* Wifi/BT module - [http://dl.radxa.com/rock/docs/hw/ds/BL-8723RB1_product_specification.pdf BL-8723RB1] or [http://www.wpgcloud.com/commonDataSheet.action?name=00001383-xRTL8188ETV(QFN46)-CG_DataSheet_0_1_20120803.pdf RTL8188ETV (only has wifi)]&lt;br /&gt;
* HDMI chip - [http://dl.radxa.com/rock/docs/hw/ds/IT66121FN_Datasheet_v0.99_NoRestriction_.pdf IT66121FN]&lt;br /&gt;
&lt;br /&gt;
== User Projects ==&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/diy-nas-with-rk3188-device-radxa-rock.html DIY low power NAS (home file server) with Radxa Rock]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating Radxa with external I2C devices]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/bitbanging-radxa-rock-gpios.html Hardware hacking: Control Radxa Rock's expansion header GPIOs]&lt;br /&gt;
== Photos ==&lt;br /&gt;
* Some [http://dl.radxa.com/rock/media/pic/hd/ high definition photos] of radxa rock engineering samples&lt;br /&gt;
* [http://androtab.info/radxa_rock/ picture of engineering samples by naobsd]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
== External ==&lt;br /&gt;
* [http://www.cnx-software.com/2013/09/07/radxa-rock-development-boards-with-rockchip-rk3188-are-available-for-developers-now/ cnx-soft - radxa rock development boards with rockchips rk3188 are available for developers now]&lt;br /&gt;
* [http://linuxgizmos.com/open-sbc-runs-android-and-linux-on-quad-core-rockchip/ linuxgizmos - open sbc runs android and linux on quad core rockchip]&lt;br /&gt;
* [http://minipute.com/2013/09/12/new-radxa-rock-single-board-computer-runs-rockchip-rk3188-90/3246 minipute - new radxa rock single board computer runs rockchip rk3188]&lt;br /&gt;
* [http://omglaptop.com/desktops/radxa-rock-specs-price/ omglaptop - Radxa Rock Specs]&lt;br /&gt;
* [http://liliputing.com/2013/10/picuntu-4-5-installer-loads-ubuntu-onto-rockchip-rk3188-devices.html PicUntu 4.5 with a GUI installer for RK3188 based devices]&lt;br /&gt;
&lt;br /&gt;
[[Category:Rock]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock</id>
		<title>Rock</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock"/>
				<updated>2014-01-08T02:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Software Hacking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|rock}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Radxa Rock is rk3188 based development board by [http://radxa.com/about Radxa].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* [https://plus.google.com/communities/114007636590240429960 Radxa goolge plus community]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/radxa radxa@googlegroups.com]&lt;br /&gt;
* &amp;lt;tt&amp;gt;#radxa&amp;lt;/tt&amp;gt; [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] channel on [http://freenode.net/ Freenode]. Click to [http://webchat.freenode.net/?channels=radxa join #radxa on Freenode (WebChat mode)].&lt;br /&gt;
* [[Main_Page|This wiki]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
The Radxa Rock board is shipped with Android Jelly Bean 4.2.2 on the Nand flash. It works out of the box. You can refer [[rock/Getting Started|Radxa Rock Getting Started]] for how to hook everything up and start to play with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is an available [http://hwswbits.blogspot.com/2013/10/booting-linux-on-radxa-rock.html kernel to boot Linux for the Radxa Rock] board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== FAQs ===&lt;br /&gt;
Before you ask the questions about Radxa Rock checkout if your question is already asked and answered [[rock/FAQ|Radxa Rock FAQ]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock#Software_Hacking/BootLoaderhacking|Boot Loader hacking]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Android Build|Build Android image for RR]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Booting Linux | Build your own kernel and boot into Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/ubuntu| Make Ubuntu image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/FreeBSD| Boot FreeBSD]]&lt;br /&gt;
&lt;br /&gt;
[[rock/flash the image|Flash the image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/dual boot| Dual boot Android/Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/windows adb| ADB under Windows]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Serial debug tools Setting | Serial debug tools configuration]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock/hardware revision | Hardware Revision]]&lt;br /&gt;
&lt;br /&gt;
==== Mainboard ====&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20130903.pdf schematic of revision 2013.09.03(.pdf)]&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20130903.dxf board dimension file(.dxf)] - open with LibreCAD under Linux, AutoCAD under windows&lt;br /&gt;
&lt;br /&gt;
==== Components ====&lt;br /&gt;
* CPU - [http://dl.radxa.com/rock/docs/hw/ds/Rockchip_RK3188_Specifiation_Detail_V1.2.pdf rk3188 brief specification]&lt;br /&gt;
* PMU - [https://docs.google.com/viewer?url=http%3A%2F%2Fdl.radxa.com%2Frock%2Fdocs%2Fhw%2Fds%2FDS_ACT8846_PrB_26DEC12_M.pdf ACT8846]&lt;br /&gt;
* Wifi/BT module - [http://dl.radxa.com/rock/docs/hw/ds/BL-8723RB1_product_specification.pdf BL-8723RB1] or [http://www.wpgcloud.com/commonDataSheet.action?name=00001383-xRTL8188ETV(QFN46)-CG_DataSheet_0_1_20120803.pdf RTL8188ETV (only has wifi)]&lt;br /&gt;
* HDMI chip - [http://dl.radxa.com/rock/docs/hw/ds/IT66121FN_Datasheet_v0.99_NoRestriction_.pdf IT66121FN]&lt;br /&gt;
&lt;br /&gt;
== User Projects ==&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/diy-nas-with-rk3188-device-radxa-rock.html DIY low power NAS (home file server) with Radxa Rock]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating Radxa with external I2C devices]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/bitbanging-radxa-rock-gpios.html Hardware hacking: Control Radxa Rock's expansion header GPIOs]&lt;br /&gt;
== Photos ==&lt;br /&gt;
* Some [http://dl.radxa.com/rock/media/pic/hd/ high definition photos] of radxa rock engineering samples&lt;br /&gt;
* [http://androtab.info/radxa_rock/ picture of engineering samples by naobsd]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
== External ==&lt;br /&gt;
* [http://www.cnx-software.com/2013/09/07/radxa-rock-development-boards-with-rockchip-rk3188-are-available-for-developers-now/ cnx-soft - radxa rock development boards with rockchips rk3188 are available for developers now]&lt;br /&gt;
* [http://linuxgizmos.com/open-sbc-runs-android-and-linux-on-quad-core-rockchip/ linuxgizmos - open sbc runs android and linux on quad core rockchip]&lt;br /&gt;
* [http://minipute.com/2013/09/12/new-radxa-rock-single-board-computer-runs-rockchip-rk3188-90/3246 minipute - new radxa rock single board computer runs rockchip rk3188]&lt;br /&gt;
* [http://omglaptop.com/desktops/radxa-rock-specs-price/ omglaptop - Radxa Rock Specs]&lt;br /&gt;
* [http://liliputing.com/2013/10/picuntu-4-5-installer-loads-ubuntu-onto-rockchip-rk3188-devices.html PicUntu 4.5 with a GUI installer for RK3188 based devices]&lt;br /&gt;
&lt;br /&gt;
[[Category:Rock]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/BootLoaderhacking</id>
		<title>Rock/BootLoaderhacking</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/BootLoaderhacking"/>
				<updated>2014-01-08T02:56:07Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: Created page with &amp;quot;=== Status ===  rockchip have developed u-boot and it's not release yet. It will  be open some time later(from tom)  https://groups.google.com/forum/#!topic/radxa/B85j7OOjcwI&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Status ===&lt;br /&gt;
&lt;br /&gt;
rockchip have developed u-boot and it's not release yet. It will &lt;br /&gt;
be open some time later(from tom)&lt;br /&gt;
&lt;br /&gt;
https://groups.google.com/forum/#!topic/radxa/B85j7OOjcwI&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock</id>
		<title>Rock</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock"/>
				<updated>2014-01-08T02:53:13Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Software Hacking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|rock}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Radxa Rock is rk3188 based development board by [http://radxa.com/about Radxa].&lt;br /&gt;
&lt;br /&gt;
== Community ==&lt;br /&gt;
* [https://plus.google.com/communities/114007636590240429960 Radxa goolge plus community]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/radxa radxa@googlegroups.com]&lt;br /&gt;
* &amp;lt;tt&amp;gt;#radxa&amp;lt;/tt&amp;gt; [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] channel on [http://freenode.net/ Freenode]. Click to [http://webchat.freenode.net/?channels=radxa join #radxa on Freenode (WebChat mode)].&lt;br /&gt;
* [[Main_Page|This wiki]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
The Radxa Rock board is shipped with Android Jelly Bean 4.2.2 on the Nand flash. It works out of the box. You can refer [[rock/Getting Started|Radxa Rock Getting Started]] for how to hook everything up and start to play with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is an available [http://hwswbits.blogspot.com/2013/10/booting-linux-on-radxa-rock.html kernel to boot Linux for the Radxa Rock] board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== FAQs ===&lt;br /&gt;
Before you ask the questions about Radxa Rock checkout if your question is already asked and answered [[rock/FAQ|Radxa Rock FAQ]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Software Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock/BootLoaderhacking|Boot Loader hacking]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Android Build|Build Android image for RR]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Booting Linux | Build your own kernel and boot into Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/ubuntu| Make Ubuntu image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/FreeBSD| Boot FreeBSD]]&lt;br /&gt;
&lt;br /&gt;
[[rock/flash the image|Flash the image]]&lt;br /&gt;
&lt;br /&gt;
[[rock/dual boot| Dual boot Android/Linux]]&lt;br /&gt;
&lt;br /&gt;
[[rock/windows adb| ADB under Windows]]&lt;br /&gt;
&lt;br /&gt;
[[rock/Serial debug tools Setting | Serial debug tools configuration]]&lt;br /&gt;
&lt;br /&gt;
=== Hardware Hacking ===&lt;br /&gt;
&lt;br /&gt;
[[rock/hardware revision | Hardware Revision]]&lt;br /&gt;
&lt;br /&gt;
==== Mainboard ====&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20130903.pdf schematic of revision 2013.09.03(.pdf)]&lt;br /&gt;
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20130903.dxf board dimension file(.dxf)] - open with LibreCAD under Linux, AutoCAD under windows&lt;br /&gt;
&lt;br /&gt;
==== Components ====&lt;br /&gt;
* CPU - [http://dl.radxa.com/rock/docs/hw/ds/Rockchip_RK3188_Specifiation_Detail_V1.2.pdf rk3188 brief specification]&lt;br /&gt;
* PMU - [https://docs.google.com/viewer?url=http%3A%2F%2Fdl.radxa.com%2Frock%2Fdocs%2Fhw%2Fds%2FDS_ACT8846_PrB_26DEC12_M.pdf ACT8846]&lt;br /&gt;
* Wifi/BT module - [http://dl.radxa.com/rock/docs/hw/ds/BL-8723RB1_product_specification.pdf BL-8723RB1] or [http://www.wpgcloud.com/commonDataSheet.action?name=00001383-xRTL8188ETV(QFN46)-CG_DataSheet_0_1_20120803.pdf RTL8188ETV (only has wifi)]&lt;br /&gt;
* HDMI chip - [http://dl.radxa.com/rock/docs/hw/ds/IT66121FN_Datasheet_v0.99_NoRestriction_.pdf IT66121FN]&lt;br /&gt;
&lt;br /&gt;
== User Projects ==&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/diy-nas-with-rk3188-device-radxa-rock.html DIY low power NAS (home file server) with Radxa Rock]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating Radxa with external I2C devices]&lt;br /&gt;
* [http://hwswbits.blogspot.com/2013/10/bitbanging-radxa-rock-gpios.html Hardware hacking: Control Radxa Rock's expansion header GPIOs]&lt;br /&gt;
== Photos ==&lt;br /&gt;
* Some [http://dl.radxa.com/rock/media/pic/hd/ high definition photos] of radxa rock engineering samples&lt;br /&gt;
* [http://androtab.info/radxa_rock/ picture of engineering samples by naobsd]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
== External ==&lt;br /&gt;
* [http://www.cnx-software.com/2013/09/07/radxa-rock-development-boards-with-rockchip-rk3188-are-available-for-developers-now/ cnx-soft - radxa rock development boards with rockchips rk3188 are available for developers now]&lt;br /&gt;
* [http://linuxgizmos.com/open-sbc-runs-android-and-linux-on-quad-core-rockchip/ linuxgizmos - open sbc runs android and linux on quad core rockchip]&lt;br /&gt;
* [http://minipute.com/2013/09/12/new-radxa-rock-single-board-computer-runs-rockchip-rk3188-90/3246 minipute - new radxa rock single board computer runs rockchip rk3188]&lt;br /&gt;
* [http://omglaptop.com/desktops/radxa-rock-specs-price/ omglaptop - Radxa Rock Specs]&lt;br /&gt;
* [http://liliputing.com/2013/10/picuntu-4-5-installer-loads-ubuntu-onto-rockchip-rk3188-devices.html PicUntu 4.5 with a GUI installer for RK3188 based devices]&lt;br /&gt;
&lt;br /&gt;
[[Category:Rock]]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	<entry>
		<id>https://wiki.radxa.com/Rock/Serial_debug_tools_Setting</id>
		<title>Rock/Serial debug tools Setting</title>
		<link rel="alternate" type="text/html" href="https://wiki.radxa.com/Rock/Serial_debug_tools_Setting"/>
				<updated>2014-01-07T03:34:15Z</updated>
		
		<summary type="html">&lt;p&gt;Wheelcomplex: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
This page describe how to set up and debug the radxa rock board via serial console.&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
Here we use putty as an example to show us how to set the  serial debug tools.&lt;br /&gt;
&lt;br /&gt;
Double click the Putty.exe, you will see the interface like:&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_0.png]]&lt;br /&gt;
&lt;br /&gt;
Select the Serial, Fill the Serial line with the right serial port,and the Speed with 115200 &lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_2.png]]&lt;br /&gt;
&lt;br /&gt;
You can get the serial port here:&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_1.png]]&lt;br /&gt;
&lt;br /&gt;
Finish setting , Click Open the putty will work&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_3.png]]&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
Here we still use putty as an example.&lt;br /&gt;
when start putty firstly  you will see this interface:&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_linux_0.png]]&lt;br /&gt;
&lt;br /&gt;
Select the Serial, Fill the Serial line with the right serial port,and the Speed with 115200 &lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_linux_1.png]]&lt;br /&gt;
&lt;br /&gt;
How to get the serial port .First cat /proc/tty/drivers, to make sure is there driver support(radxa board is connected with pc via USB so the device name should be usbserial)&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_linux_2.png]]&lt;br /&gt;
&lt;br /&gt;
Here we find the line  &lt;br /&gt;
&lt;br /&gt;
 usbserial            /dev/ttyUSB   188 0-253 serial  &lt;br /&gt;
&lt;br /&gt;
which  tell us the driver is ok, then cd /dev/   to confirm whether is there device named ttyUSB* . you can unplug and then plug the usb to get the right device.&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_linux_3.png]]&lt;br /&gt;
&lt;br /&gt;
Finish setting, Click Open the putty will work!&lt;br /&gt;
&lt;br /&gt;
[[File:serial_debug_linux_4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
&lt;br /&gt;
1、Under Ubuntu If you  got the following error – “'''Unable to open connection to: Unable to open serial port'''“.  To fix it, add the current user to the “dialout” user group , logout and login to  take effect, detail:&lt;br /&gt;
&lt;br /&gt;
  [http://jesin.tk/fix-serial-port-permission-denied-errors-linux/  http://jesin.tk/fix-serial-port-permission-denied-errors-linux/ ]&lt;/div&gt;</summary>
		<author><name>Wheelcomplex</name></author>	</entry>

	</feed>