Giter Club home page Giter Club logo

trustfarm / orangepi-zero-tfarm Goto Github PK

View Code? Open in Web Editor NEW
10.0 5.0 8.0 241.07 MB

OrangePi Zero Image Creation (forked from xunlong-orangepi-h2-linux)

Shell 0.09% C++ 4.42% C 92.54% Objective-C 0.50% Logos 0.02% XC 0.01% XS 0.01% Python 0.12% Batchfile 0.01% Makefile 0.41% Assembly 1.72% Awk 0.01% GDB 0.01% SourcePawn 0.01% Perl 0.12% UnrealScript 0.01% Yacc 0.02% Lex 0.01% M4 0.01% Roff 0.01%
orangepi orangepi-zero ubuntu-server ubuntu-arm h2-linux trustfarm tfarm-iot

orangepi-zero-tfarm's Introduction

TRUSTFARM Makes Custom Image of orangepi-zero boards.
It is based on Ubuntu Xenial linux distributions.

more powered features are like this::
1. xradio_wlan.ko  - default kernel embedded
2. hci Bluetooth driver - default kernel embedded
3. nginx and vim , bluez-* tools pre-installed.
4. webmin packages pre-installed.
5. Several useful Linux Kernel modules included in built packages.

take advantages on your projects.

********

Built  Kernel module (.ko) is in following links.

https://github.com/trustfarm/orangepi-zero-tfarm/tree/master/OrangePi-Kernel/build/lib/modules/3.4.39_zero/kernel

Built  Kernel Image is in following links.

https://github.com/trustfarm/orangepi-zero-tfarm/blob/master/OrangePi-Kernel/build/uImage

--------------------

The OrangePi-Kernel contains Linux kernel sources adapted for OrangePI zero, gcc toolchain
The script "build_linux_kernel.sh" can be used to build the kernel


Example1(how to make uImage and uboot.bin)๏ผš
"cd OrangePI-Kernel"
compile uboot for OPI-zero
"sudo ./build_uboot.sh zero"
cleans the kernel tree before build
"sudo ./build_linux_kernel.sh clean"   
builds the uImage for OPI-zero
"sudo ./build_linux_kernel.sh zero"                              
"cd ../OrangePi-BuildLinux"  
build file system
"./create_image"    
build zero image                                        
"sudo ./image_from_dir linux-xenial orangepi ext4 zero"    
"sudo dd bs=4M if=orangepi.img of=/dev/sd*"                  
Read and edit "params.sh" to adjust the parameters to your needs
if you can not insmod modules,delete directory(/lib/modules) ,then copy /home/orangepi/3.4.39_zero to /lib/modules/, and reboot


Example2(configure desktop)
After BOOTING,to resize linux partition to fill sd card
"sudo fs_resize"
"sudo reboot"
to install desktop run,please wait at least one hours
"sudo install_lxde_desktop"  

orangepi-zero-tfarm's People

Contributors

cbbc avatar orangepi-xunlong avatar trustfarm-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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