Giter Club home page Giter Club logo

smarteye_sdk's Introduction

This is the Orange Pi Linux system build script.
You can use this script to compile the Linux system that can run on the Orange Pi.

==================================================================================
Usage method :
	make targets [Options]

generic targets:
  kernel	- Build the kernel
  uboot		- Build the uboot
  rootfs	- Build debian & ubuntu file system
  clean 
  image			[sdcard=/dev/sdX] - Build SDcard image and partition
  install_uboot		[sdcard=/dev/sdX] - Install uboot to SDcard
  install_kernel	[sdcard=/dev/sdX] - Install kernel to SDcard
  install_rootfs	[sdcard=/dev/sdX] - Install rootfs to SDcard
  update_uboot 		[sdcard=/dev/sdX] - update uboot to SDcard
  update_kernel		[sdcard=/dev/sdX] - update kernel to SDcard

Configuration targets:
  config_uboot      - menuconfig uboot
  config_kernel		- menuconfig kernel

Example:

	make kernel 
	make uboot
	make rootfs 
	make image sdcard=/dev/sdX
	make install_uboot sdcard=/dev/sdX
	make install_kernel sdcard=/dev/sdX
	make install_rootfs sdcard=/dev/sdX



=====================================================================================
This directory contains the source code , compile tool and config file  for orange pi.
>>>>>>>>>>>>>>>>>>
Directory Hierarchy :
	/ 	sdk root Directory
	+--/config 
	|	+--/apt-source				
	|   +--/sunxi-script		
	|   +--/u-boot-script
	|   +--/u-boot_defconfig		#u-boot config file
	|	+--/kernel_defconfig		#kerbel config file
	|
	+--/doc   AW-H3 Document 
	|
	+--/source
	|	+--/linux-*		#linux source
	|	+--/u-boot-*	#u-boot source
	|	+--/busybox-*	#busybox source
	|	+--/u-boot-script
	|	+--/sunxi-script
	|
	+--/script
	|	+--/orangepi.conf
	|	+--/common.sh
	|
	+--/toolchain
	|	+--/gcc-linaro
	|	+--/sunxi-tools
	|
	+--/output
	|	+--/dtb
	|	+--/kernel
	|	+--/rootfs
	|	+--/sdcard
	|	+--/u-boot
	|
	+--/Makefile
	+--/ERADME

<<<<<<<<<<<<<<<<<<<<<<
==============================================================================

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.