Difference between revisions of "Rock"
(→Hardware Hacking) |
|||
Line 43: | Line 43: | ||
=== Hardware Hacking === | === Hardware Hacking === | ||
− | [[rock/hardware revision | | + | [[rock/hardware revision | Hardware Revision]] |
− | == | + | ==== Mainboard ==== |
− | * | + | * [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_schematic_20130903.pdf schematic of revision 2013.09.03(.pdf)] |
− | * [http:// | + | * [http://dl.radxa.com/rock/docs/hw/RADXA_ROCK_20130903.dxf board dimension file(.dxf)] - open with LibreCAD under Linux, AutoCAD under windows |
− | == Components == | + | ==== Components ==== |
* CPU - [http://dl.radxa.com/rock/docs/hw/ds/Rockchip_RK3188_Specifiation_Detail_V1.2.pdf rk3188 brief specification] | * CPU - [http://dl.radxa.com/rock/docs/hw/ds/Rockchip_RK3188_Specifiation_Detail_V1.2.pdf rk3188 brief specification] | ||
* PMU - [https://docs.google.com/viewer?url=http%3A%2F%2Fdl.radxa.com%2Frock%2Fdocs%2Fhw%2Fds%2FDS_ACT8846_PrB_26DEC12_M.pdf ACT8846] | * PMU - [https://docs.google.com/viewer?url=http%3A%2F%2Fdl.radxa.com%2Frock%2Fdocs%2Fhw%2Fds%2FDS_ACT8846_PrB_26DEC12_M.pdf ACT8846] | ||
* 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)] | * 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)] | ||
* HDMI chip - [http://dl.radxa.com/rock/docs/hw/ds/IT66121FN_Datasheet_v0.99_NoRestriction_.pdf IT66121FN] | * HDMI chip - [http://dl.radxa.com/rock/docs/hw/ds/IT66121FN_Datasheet_v0.99_NoRestriction_.pdf IT66121FN] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== User Projects == | == User Projects == | ||
Line 68: | Line 59: | ||
* [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating Radxa with external I2C devices] | * [http://hwswbits.blogspot.com/2013/10/radxa-rock-communicating-with-i2c.html Hardware hacking: Communicating Radxa with external I2C devices] | ||
* [http://hwswbits.blogspot.com/2013/10/bitbanging-radxa-rock-gpios.html Hardware hacking: Control Radxa Rock's expansion header GPIOs] | * [http://hwswbits.blogspot.com/2013/10/bitbanging-radxa-rock-gpios.html Hardware hacking: Control Radxa Rock's expansion header GPIOs] | ||
+ | == Photos == | ||
+ | * Some [http://dl.radxa.com/rock/media/pic/hd/ high definition photos] of radxa rock engineering samples | ||
+ | * [http://androtab.info/radxa_rock/ picture of engineering samples by naobsd] | ||
+ | == References == | ||
+ | |||
+ | == See also == | ||
== External == | == External == |
Revision as of 10:18, 21 December 2013
Contents
Radxa Rock is rk3188 based development board by Radxa.
Community
- Radxa goolge plus community
- radxa@googlegroups.com
- #radxa IRC channel on Freenode. Click to join #radxa on Freenode (WebChat mode).
- This wiki
Getting started
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 Radxa Rock Getting Started for how to hook everything up and start to play with it.
There is an available kernel to boot Linux for the Radxa Rock board.
FAQs
Before you ask the questions about Radxa Rock checkout if your question is already asked and answered Radxa Rock FAQ.
Software Hacking
Build your own kernel and boot into Linux
Serial debug tools configuration
Hardware Hacking
Mainboard
- schematic of revision 2013.09.03(.pdf)
- board dimension file(.dxf) - open with LibreCAD under Linux, AutoCAD under windows
Components
- CPU - rk3188 brief specification
- PMU - ACT8846
- Wifi/BT module - BL-8723RB1 or RTL8188ETV (only has wifi)
- HDMI chip - IT66121FN
User Projects
- DIY low power NAS (home file server) with Radxa Rock
- Hardware hacking: Communicating Radxa with external I2C devices
- Hardware hacking: Control Radxa Rock's expansion header GPIOs
Photos
- Some high definition photos of radxa rock engineering samples
- picture of engineering samples by naobsd