Git Product home page Git Product logo

android_device_rockchip_radxarock's Introduction

CyanogenMod on Radxa Rock

Build instruction

  1. Fetch CyanogenMod cm-11.0 branch

    $ mkdir ~/radxarock $ cd ~/radxarock $ repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0

  2. Create repo local_manifests

    $ cd .repo $ mkdir local_manifests $ curl -k https://raw.githubusercontent.com/jungleji/android_device_rockchip_radxarock/radxarock-cm-11.0/local_manifests/radxarock.xml -o local_manifests/radxarock.xml

  3. Sync code

    $ cd ~/radxarock $ repo sync

  4. Get CyanogenMod prebuilts

    $ cd vendor/cm $ ./get-prebuilts

  5. Prepare kernel

    $ cd ~/radxarock/kernel $ ARCH=arm make rk3188_radxa_rock_kitkat_defconfig $ make -j10 kernel.img

  6. Run envsetup

    $ cd ~/radxarock $ . build/envsetup.sh $ breakfast cm_radxarock-eng

  7. Create image

    $ cd ~/radxarock $ mka $ ./mkimage.sh ota

Download images

The images built by me with previous steps list on github release page,

https://github.com/jungleji/android_device_rockchip_radxarock/releases

you can download these *.img.zip files and flash them to your Radxarock board.

Notes

  1. Recovery

The recovery in this poring comes from Rockchip SDK. It's not CWM recovery. So, you must use Rockchip tools to flash the update.img to nand.

  1. API

Because the cm-11.0 branch of CyanogenMod is under active developing, sometime after syncing, you will encounter compiling errors.

If the errors are caused by android API update, you can run make update-api command updating the api located in frameworks/base/api/current.txt.

Feedback

If you have any questions about this porting, please send mail to [email protected]

android_device_rockchip_radxarock's People

Contributors

julienchauveau avatar jungleji avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.