Giter Club home page Giter Club logo

smarteye_system's Introduction

sudo apt-get update sudo apt-get upgrade

sudo apt-get install build-essential u-boot-tools binutils-arm-linux-gnueabihf gcc-4.7-arm-linux-gnueabihf-base g++-4.7-arm-linux-gnueabihf gcc-arm-linux-gnueabihf cpp-arm-linux-gnueabihf libusb-1.0-0 libusb-1.0-0-dev git wget fakeroot kernel-package zlib1g-dev libncurses5-dev pkg-config

#The OrangePi-Kernel contains Linux kernel sources (3.4.112) adapted for OrangePI H3 boards, gcc toolchain #The script "build_linux_kernel.sh" can be used to build the kernel

##Example1(how to make uImage): #$ cd OrangePI-Kernel ##cleans the kernel tree before build #$ sudo ./build_linux_kernel.sh clean clean
##builds the uImage for OPI-PLUS(only two uImage,just plus,pi2),plus,plus2,plus2E use same uIamge,others use pi2 uImage
#$ sudo ./build_linux_kernel.sh plus
#$ cd ../OrangePi-BuildLinux
##build file system #$ sudo ./create_image
##build plus image
#$ sudo ./image_from_dir ./linux-trusty orangepi ext4 opi-plus
#$ sudo dd bs=4M if=orangepi.img of=/dev/sd*
##Read and edit "params.sh" to adjust the parameters to your needs

##Example2(configure desktop) ##After BOOTING,to resize linux partition to fill sd card #$ fs_resize #$ reboot ##to install desktop run,please wait at least one hours #$ install_lxde_desktop
#$ reboot #*****************************************************
##Install software what your needs(just like follows)

##Install commom software #$ sudo install_common_software ##Language from english to chinese #$ sudo install_hanhua ##install mali,use glmark2-es2 test #$ sudo install_maliGPU ##install pepperflash #$ sudo install_pepperflash ##install samba #$ sudo install_samba ##install x2go #$ sudo install_x2goserver ##install vnc #$ sudo install_vnc ##install bypy(you can upload to baiduyun) #$ sudo install_bypy ##install btsync #$ sudo install_btsync ##install ibus chinese input method #$ sudo install_ibus_shuru ##install the camera driver, can be used to provide the official website of the camera #$ sudo install_camera_ko

smarteye_system's People

Stargazers

 avatar

Watchers

 avatar  avatar  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.