Code Monkey home page Code Monkey logo

olinuxino_configs's Introduction

#OLinuXino Configs

Configurations are ordered by Board name :

For. ex :

  • A20-OLinuXino-MICRO
  • Android - Android Configs/Tutorials
  • Linux - Linux Configs/Tutorials
  • Tools - Additional tools

##A20-OLinuXino-MICRO & A20-OLinuXIno-LIME2 & A20-OLinuXIno-LIME

Android:

  • Extracting & Building
 $ mkdir ~/allwinner
 $ cd ~/allwiiner
 $ tar zxfv Android*.tar.gz
 $ tar zxfv Lichee*.tar.gz
 $ cd lichee
 $ ./build.sh -psun7i_android #If you want to change some kernel config options 
                              #before running build.shcd linux-3.4 
                              # and run kernel menuconfig ex. <make menuconfig>
 $ cd ../android4.2
 $ cd device/softwinner/ 
 $ tar zxfv olinuxino-a20.tgz # Refer to Download location
 $ cd ../../
 $ source build/envsetup.sh
$ lunch #select olinuxino-a20_eng
$ extract-bsp
$ make -j4                              
   ```

+ Notes
 According to you board version /with or w/o NAND/, you must schange default 
 fex file, located at :
   ```sh
   lichee/tools/pack/chips/sun7i/configs/android/
   ```
 You can use files provided by pack.tgz in Android Directory, or manualy to change fex file "storage_type" parameter
to 1 ex. 

   ```sh
   storage_type = 1
   ```
storage_type: 0 = nand, 1 = SDCard, 2 = SPI-nor


Reference: http://linux-sunxi.org/Fex_Guide
### Linux:

+ Linux Configurations
   Linux Configurations can be found in Linux directory

Build Linux Kernel and Bootloader:

https://github.com/OLIMEX/OLINUXINO/tree/master/SOFTWARE/A20/A20-build

olinuxino_configs's People

Contributors

hehopmajieh avatar

Watchers

James Cloos avatar Shoaib Ahmed 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.