Difference between revisions of "Rock"
Line 19: | Line 19: | ||
=== FAQs === | === FAQs === | ||
+ | |||
Before you ask any questions about the Radxa Rock check if your question has already been asked and answered [[rock/FAQ|Radxa Rock FAQ]]. | Before you ask any questions about the Radxa Rock check if your question has already been asked and answered [[rock/FAQ|Radxa Rock FAQ]]. | ||
− | === | + | === HowTos === |
− | [[rock/ | + | * [[rock/flash the image|Flash the image]] |
+ | * [[rock/windows adb| ADB under Windows]] | ||
+ | * [[rock/Serial debug tools Setting | Serial debug tools configuration]] | ||
+ | * [[rock/led| Using LEDs on Rock]] | ||
+ | * [[rock/ir| Using IR on Rock]] | ||
+ | * [[rock/usb| Using USB on Rock]] | ||
+ | * [[rock/Wireless | Using Wireless on Rock]] | ||
− | + | === Software Hacking === | |
− | + | ==== Android ==== | |
− | [[rock/ | + | * [[rock/Android Build|Build Android image for RR]] |
+ | * [[rock/AP android |Make radxa as a WIFI_AP]] | ||
− | + | ==== Linux ==== | |
− | [[rock/Linux Mainline | Build Linux Mainline]] | + | * [[rock/Booting Linux | Build your own kernel and boot into Linux]] |
+ | * [[rock/Linux Mainline | Build Linux Mainline]] | ||
+ | * [[rock/ubuntu| Make Ubuntu image]] | ||
+ | * [[rock/sd lubuntu | Boot Lubuntu from SD card]] | ||
− | + | ==== Misc ==== | |
− | [[rock/dual boot| Dual boot Android/Linux]] | + | * [[rock/dual boot| Dual boot Android/Linux]] |
− | + | * [[rock/FreeBSD| Boot FreeBSD]] | |
− | [[rock/ | + | * [[rock/BootLoaderhacking|Boot Loader Hacking]] |
− | + | * [[rock/unbrick | Unbrick Rock]] | |
− | [[rock/ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[rock/unbrick | Unbrick Rock | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
=== Hardware Hacking === | === Hardware Hacking === | ||
− | [[rock/hardware revision | Hardware Revision]] | + | * [[rock/hardware revision | Hardware Revision]] |
+ | * [[rock/extension header | Extension Header]] | ||
− | + | ==== Mainboard ==== | |
− | |||
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20131025.pdf Schematic of board revision 2013.10.25 (pdf)] | * [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20131025.pdf Schematic of board revision 2013.10.25 (pdf)] | ||
* [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20131025.dxf Board dimensions file (dxf)] - Open with LibreCAD under Linux and AutoCAD under Windows. | * [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20131025.dxf Board dimensions file (dxf)] - Open with LibreCAD under Linux and AutoCAD under Windows. | ||
Line 75: | Line 71: | ||
=== Accessories === | === Accessories === | ||
− | |||
− | [[rock/cables | Cables]] | + | * [[rock/cases | Cases]] |
− | + | * [[rock/cables | Cables]] | |
− | [[rock/shields | Extension boards]] | + | * [[rock/shields | Extension boards]] |
== User Projects == | == User Projects == | ||
+ | |||
* [http://hwswbits.blogspot.com/2013/10/diy-nas-with-rk3188-device-radxa-rock.html DIY low power NAS (home file server) with Radxa Rock] | * [http://hwswbits.blogspot.com/2013/10/diy-nas-with-rk3188-device-radxa-rock.html DIY low power NAS (home file server) with Radxa Rock] | ||
* [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating the Radxa with external I2C devices] | * [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating the Radxa with external I2C devices] | ||
Line 87: | Line 83: | ||
== Photos == | == Photos == | ||
+ | |||
* [http://dl.radxa.com/rock/media/pic/hd/ Some high definition photos of the Radxa Rock engineering samples] | * [http://dl.radxa.com/rock/media/pic/hd/ Some high definition photos of the Radxa Rock engineering samples] | ||
* [http://androtab.info/radxa_rock/ Some pictures of the engineering samples by naobsd] | * [http://androtab.info/radxa_rock/ Some pictures of the engineering samples by naobsd] | ||
Line 95: | Line 92: | ||
== External == | == External == | ||
+ | |||
* [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] | * [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] | ||
* [http://linuxgizmos.com/open-sbc-runs-android-and-linux-on-quad-core-rockchip/ linuxgizmos - open sbc runs android and linux on quad core rockchip] | * [http://linuxgizmos.com/open-sbc-runs-android-and-linux-on-quad-core-rockchip/ linuxgizmos - open sbc runs android and linux on quad core rockchip] |
Revision as of 01:42, 5 March 2014
Contents
Radxa Rock is a RK3188 based development board by Radxa.
Community
- Radxa Google Plus community
- radxa@googlegroups.com
- #radxa IRC channel on Freenode. Click to join #radxa on Freenode (WebChat mode), or consult IRC logs.
- This wiki
- Facebook Group Page
Getting started
The Radxa Rock is shipped with Android Jelly Bean 4.2.2 on the Nand flash (internal memory) and It works out of the box. You can refer to Radxa Rock Getting Started Guide for information on how to hook everything up and start playing with the board.
You can flash latest Android image and several Linux images. You can also build your own Android, build your own kernel, and build your own Ubuntu root file system.
FAQs
Before you ask any questions about the Radxa Rock check if your question has already been asked and answered Radxa Rock FAQ.
HowTos
- Flash the image
- ADB under Windows
- Serial debug tools configuration
- Using LEDs on Rock
- Using IR on Rock
- Using USB on Rock
- Using Wireless on Rock
Software Hacking
Android
Linux
- Build your own kernel and boot into Linux
- Build Linux Mainline
- Make Ubuntu image
- Boot Lubuntu from SD card
Misc
Hardware Hacking
Mainboard
- Schematic of board revision 2013.10.25 (pdf)
- Board dimensions file (dxf) - Open with LibreCAD under Linux and AutoCAD under Windows.
- Components position reference top bottom
Components
- CPU - RK3188 brief specification
- PMU - ACT8846
- Wifi/BT Module - BL-8723RB1 or RTL8188ETV (only has wifi)
- HDMI Chip - IT66121FN
Accessories
User Projects
- DIY low power NAS (home file server) with Radxa Rock
- Hardware hacking: Communicating the Radxa with external I2C devices
- Hardware hacking: Control Radxa Rock's expansion header GPIOs
Photos
- Some high definition photos of the Radxa Rock engineering samples
- Some pictures of the engineering samples by naobsd
References
See also
External
- cnx-soft - radxa rock development boards with rockchips rk3188 are available for developers now
- linuxgizmos - open sbc runs android and linux on quad core rockchip
- minipute - new radxa rock single board computer runs rockchip rk3188
- omglaptop - Radxa Rock Specs
- PicUntu 4.5 with a GUI installer for RK3188 based devices