Difference between revisions of "Rock/download"
< Rock
(Created page with " == Images == Images are at a separate page - prebuilt images == Tools == == Documents ==") |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{rock_header}} | ||
+ | <div class="clearfix"></div> | ||
− | == | + | __NOTOC__ |
− | + | {{DISPLAYTITLE: Rock Download<span style="display: none"></span>}} | |
− | + | <div class="col-md-12"> | |
− | + | <h3 class="brand-name text-center" style="margin-top:0px;"><span class="label label-default">Downloads</span></h3> | |
− | == | + | <hr class="tagline-divider" /> |
− | + | </div> | |
− | == | + | <div class="col-md-12"> |
+ | <h4><span class="label forest" style="margin-bottom:5px;">Tools</span></h4> | ||
+ | <div class="table-responsive"> | ||
+ | <table class="table table-hover table-bordered table-striped"> | ||
+ | <tr> | ||
+ | <th>Description</th> | ||
+ | <th>Linux</th> | ||
+ | <th>Windows</th> | ||
+ | <th>Note</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><small>Firmware upgrade tool – Format and install firmware to NAND flash</small></td> | ||
+ | <td>[http://dl.radxa.com/rock/tools/linux/Linux_Upgrade_Tool_v1.21.zip Linux_Upgrade_Tool_v1.21.zip] (1.9M)</td> | ||
+ | <td>[http://dl.radxa.com/rock/tools/windows/RK_BatchTool_V1.7.zip RK_BatchTool_V1.7.zip (567K)]</td> | ||
+ | <td>[[rock/flash the image|Readme]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><small>Partition upgrade tool – Install images to NAND flash by partitions</small></td> | ||
+ | <td>[http://dl.radxa.com/rock/tools/linux/rkflashkit_0.1.1_all.deb rkflashkit_0.1.1_all.deb (143K)]</td> | ||
+ | <td>[http://dl.radxa.com/rock/tools/windows/RKDevelopTool_v1.37.zip RKDevelopTool_v1.37.zip (534K)]</td> | ||
+ | <td>[[rock/flash the image|Readme]]</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-12"> | ||
+ | <h4><span class="label forest" style="margin-bottom:5px;">Images</span></h4> | ||
+ | [[rock/prebuilt_images|Prebuilt Images]] | ||
+ | </div> | ||
+ | <div class="col-md-12"> | ||
+ | <h4><span class="label forest" style="margin-bottom:5px;">Source code</span></h4> | ||
+ | <div class="table-responsive"> | ||
+ | <table class="table table-hover table-bordered table-striped"> | ||
+ | <tr> | ||
+ | <th>Name</th> | ||
+ | <th>Download</th> | ||
+ | <th>How to</th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><small>Android Jelly Bean 4.2.2 source code</small></td> | ||
+ | <td>Git clone '''radxa/rock-dev''' branch of '''rk3188_r-box_android4.2.2_sdk''' repo from the [http://linux-rockchip.org/ linux-rockchip git mirrors]</td> | ||
+ | <td>[[Rock/Android Build|Readme]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><small>Android Kitkat 4.4.2 source code</small></td> | ||
+ | <td>Git clone '''radxa/rock2014''' branch of '''rk3188_rk3066_r-box_android4.4.2_sdk''' repo from the [http://linux-rockchip.org/ linux-rockchip git mirrors]</td> | ||
+ | <td>[[Rock/Android Build|Readme]]</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><small>Linux kernel 3.0.36</small></td> | ||
+ | <td>git clone -b radxa-stable-3.0 https://github.com/radxa/linux-rockchip.git</td> | ||
+ | <td>[[Rock/Booting Linux|Readme]]</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-12"> | ||
+ | <h4><span class="label forest" style="margin-bottom:5px;">Hardware</span></h4> | ||
+ | <div class="table-responsive"> | ||
+ | [[Rock/hardware_docs |Hardware Documents]] | ||
+ | </div> | ||
+ | </div> |
Latest revision as of 02:48, 30 January 2016
Downloads
Tools
Description | Linux | Windows | Note |
---|---|---|---|
Firmware upgrade tool – Format and install firmware to NAND flash | Linux_Upgrade_Tool_v1.21.zip (1.9M) | RK_BatchTool_V1.7.zip (567K) | Readme |
Partition upgrade tool – Install images to NAND flash by partitions | rkflashkit_0.1.1_all.deb (143K) | RKDevelopTool_v1.37.zip (534K) | Readme |
Images
Source code
Name | Download | How to |
---|---|---|
Android Jelly Bean 4.2.2 source code | Git clone radxa/rock-dev branch of rk3188_r-box_android4.2.2_sdk repo from the linux-rockchip git mirrors | Readme |
Android Kitkat 4.4.2 source code | Git clone radxa/rock2014 branch of rk3188_rk3066_r-box_android4.4.2_sdk repo from the linux-rockchip git mirrors | Readme |
Linux kernel 3.0.36 | git clone -b radxa-stable-3.0 https://github.com/radxa/linux-rockchip.git | Readme |