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"

(Alpha)
 
(12 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.
 
  
== Hardware revision ==
+
<div class="column clearfix"></div>
===Alpha===
+
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:
+
* HDMI detect ping(HDP) is not connected
+
* Headphone detect pin is not connected
+
  
===Beta===
+
<div class="col-md-12">
 +
<div class="col-md-4">
 +
    <div class="panel panel-hearts">
 +
        <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-hand-o-up"></i> Getting started</h3> </div>
  
==Build Android==
+
        <div class="panel-body">
 +
* [[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>
  
Please refer [[Rock/Android_Build#Initializing_a_Build_Environment]] to set up the building environment if you haven't set it already.
+
    </div>
 +
</div>
 +
<div class="col-md-4 ">
 +
  <div class="panel panel-cocktail-border">
 +
          <div class="panel-heading">
 +
                <h3 class="panel-title"><i class="fa fa-users"></i> Community</h3>
 +
          </div>
  
'''Get the source code
+
          <div class="panel-body">
'''
+
<div class="col-md-3 ">
  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="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>
  
'''Build u-boot'''
+
      <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>
  
    cd u-boot
+
<div class="col-md-12">
    make rk3288_defconfig
+
    <div class="panel panel-meadow">
    make -j4
+
        <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-linux"></i> Distributions</h3> </div>
 +
        <div class="panel-body">
  
'''Build the kernel'''
+
<div class="col-md-2 mwbs-color-darker">
 +
      <div class="thumbnail">[[File:Android-Logo.jpg | link=Rock2/Android]]
 +
          <div class="caption">
 +
              <h4 class="text-center">[[rock2/Android | Android]]</h4>
 +
          </div>
 +
      </div>
 +
</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.