Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock2/square bb"

 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="col-md-8 mwbs-color-darker">
+
__NOTOC__{{DISPLAYTITLE:Radxa Rock2 Square<span style="display: none"></span>}}
        <div class="caption">
+
 
 +
{{Rock2_header}}
 +
 
 +
<div class="col-md-6 mwbs-color-darker">
 +
<div class="thumbnail">[[File:Rock2_square_bb_3d.png]]</div>
 +
</div>
 +
<div class="col-md-6 mwbs-color-darker">
 +
<h5>
 
Rock2 Square is a square base board for the [[Rock2 som]] for the radxa community. It aims at small size, low cost, full function.
 
Rock2 Square is a square base board for the [[Rock2 som]] for the radxa community. It aims at small size, low cost, full function.
        </div>
+
</h5>
    <div class="thumbnail">[[File:Rock2_square_bb.png]]</div>
+
 
</div>
 
</div>
  
<div class="column clearfix"></div>
 
  
== Status ==
 
'''March 3, 2014:''' Currently rock2 square base board is at '''alpha''' stage, We now have around 20 full functional boards with some manually fixes. 100pcs '''beta''' boards are already put into production, we are going to have them back soon.
 
  
'''March 24, 2014:''' We now have around 90 beta boards ready to ship after full testing.
+
<div class="column clearfix"></div>
  
== Hardware revision ==
+
<div class="col-md-12">
===Alpha===
+
<div class="col-md-4">
First revision, mostly working, android and debian server is booting fine. Alpha revision is only used at radxa internally and few early developers. Known issues are:
+
    <div class="panel panel-hearts">
* HDMI detect ping(HDP) is not connected
+
        <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-hand-o-up"></i> Getting started</h3> </div>
* Headphone detect pin is not connected
+
  
===Beta===
+
        <div class="panel-body">
This is the first version for public. 100 pcs beta baseboard are made. The changes from alpha revision are:
+
* [[Rock2/square_bb/start | Getting start with Rock2 Square]]
 +
* [[Rock2/square_bb/loader_mode | Let the device goto loader mode]]
 +
* [[Backup_and_deploy | How to backup and restore the image]]
 +
* [[Rock2/wireless | Setup wifi as AP mode]]
 +
        </div>
  
* PCB corner now are round, less sharp
+
    </div>
* components alignment adjust
+
</div>
* fix hdmi and headphone detect pin
+
  <div class="col-md-4 ">
* replace pin number instead of pin description for the extension header
+
  <div class="panel panel-cocktail-border">
* status leds are moved to right side of the board now
+
          <div class="panel-heading">
* add protection for LVDS connector
+
                <h3 class="panel-title"><i class="fa fa-users"></i> Community</h3>
 +
          </div>
  
==Distributions==
+
          <div class="panel-body">
==Build Android==
+
<div class="col-md-3 ">
 +
<div class="thumbnail">[[File:Chat-icon-96.png | link=http://talk.radxa.com]]</div>
 +
</div>
 +
<div class="col-md-3 ">
 +
<div class="thumbnail">[[File:Google_plus-icon-96.png | link=https://plus.google.com/communities/114007636590240429960]]</div>
 +
</div>
 +
<div class="col-md-3 ">
 +
<div class="thumbnail">[[File:Facebook-icon-96.png | link=https://www.facebook.com/groups/218416868348521]]</div>
 +
</div>
 +
<div class="column clearfix"></div>
 +
'''Developers'''
 +
* [https://groups.google.com/forum/#!forum/radxa radxa google groups], send emails to radxa@googlegroups.com to subscribe
 +
* <tt>#radxa</tt> [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)], or consult [http://irclog.whitequark.org/radxa/ IRC logs].   
 +
          </div>
 +
    </div>
 +
</div>
  
Please refer [[Rock/Android_Build#Initializing_a_Build_Environment]] to set up the building environment if you haven't set it already.
+
      <div class="col-md-4 ">
 +
        <div class="panel panel-cello-border">
 +
          <div class="panel-heading">
 +
            <h3 class="panel-title"><i class="fa fa-hdd-o"></i> Hardware</h3>
 +
          </div>
 +
          <div class="panel-body">
 +
* [[Rock2/square_bb/hardware | Get to know the hardware of rock2 square]]
 +
* [[Rock2/square_bb/extension_header | Extension header on rock2 square]]
 +
          </div>
 +
        </div>
 +
</div>
  
'''Get the source code
+
<div class="col-md-12">
'''
+
    <div class="panel panel-meadow">
  Download here [http://dl.radxa.com/rock2/source/radxa_rock2_square_android4.4.2_sdk_20150324.tgz radxa_rock2_square_android4.4.2_sdk_20150324.tgz]
+
        <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-linux"></i> Distributions</h3> </div>
 +
        <div class="panel-body">
  
'''Build u-boot'''
+
<div class="col-md-2 mwbs-color-darker">
 
+
      <div class="thumbnail">[[File:Android-Logo.jpg | link=Rock2/Android]]
    cd u-boot
+
          <div class="caption">
    make rk3288_defconfig
+
              <h4 class="text-center">[[rock2/Android | Android]]</h4>
    make -j4
+
          </div>
 
+
      </div>
'''Build the kernel'''
+
</div>
 +
<div class="col-md-2 mwbs-color-darker">
 +
      <div class="thumbnail">[[File:Debian-logo.png | link=Rabian]]
 +
          <div class="caption">
 +
              <h4 class="text-center">[[Rabian | Rabian]]</h4>
 +
          </div>
 +
      </div>
 +
</div>
 +
        </div>
  
    cd kernel
+
     </div>
    make radxa_rock2_square_defconfig
+
</div>
    make radxa-rock2-square.img -j 16
+
 
+
'''Build android source code'''
+
 
+
    source build/envsetup.sh
+
    lunch 12
+
    make -j 8
+
 
+
''Generate the image''
+
 
+
     ./mkimage.sh ota
+
 
+
you will get boot.img recovery.img system.img under rockdev/Image, and [[rock/update.img | update.img]] ( e.g. rock2_android_kitkat_15-03-23_141904.img)under rockdev
+

Latest revision as of 07:06, 9 July 2015


Rock2 square bb 3d.png
Rock2 Square is a square base board for the Rock2 som for the radxa community. It aims at small size, low cost, full function.