GithubHelp home page GithubHelp logo

athieka / buildroot-mangopi-r Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mangopi-sbc/buildroot-mangopi-r

0.0 0.0 0.0 13.25 MB

Buildroot Package for R3c ( F1C200s )

Home Page: https://mangopi.org

License: Other

Shell 6.04% C++ 1.13% Python 7.35% Perl 1.01% C 9.26% Arc 0.08% Java 0.06% Lua 0.30% Makefile 72.93% HTML 1.06% CMake 0.13% Batchfile 0.04% Yacc 0.36% Lex 0.14% M4 0.07% Dockerfile 0.04%

buildroot-mangopi-r's Introduction

Buildroot Package for Allwinner SIPs

Opensource development package for Allwinner F1C100s & F1C200s

Driver support

Check this file to view current driver support progress for F1C100s/F1C200s: PROGRESS-SUNIV.md

Check this file to view current driver support progress for V3/V3s/S3/S3L: PROGRESS-V3.md

Install

Install necessary packages

sudo apt install rsync wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev
sudo apt install python3-distutils

Download BSP

Notice: Root permission is not necessery for download or extract.

git clone https://github.com/mangopi-sbc/buildroot-mangopi-r

Make the first build

Notice: Root permission is not necessery for build firmware.

Apply defconfig

Caution: Apply defconfig will reset all buildroot configurations to default values.

Generally, you only need to apply it once.

cd buildroot-mangopi-r
make widora_mangopi_r3_defconfig

Regular build

make

If changed DTS or kenrel build

./rebuild-kernel.sh

If changed Uboot, build

./rebuild-uboot.sh

Speed up build progress

Download dl

Buildroot will download sourcecode when compiling the firmware. You can grab a TRUSTWORTHY archive of 'dl' folder for speed up. https://pan.baidu.com/s/1-5CiMwXMQWjZxsFhsyRC5Q?pwd=1111

.make source

Compile speed

If you have a multicore CPU, you can try

make -j8

or buy a powerful PC for yourself.

Flashing firmware to target

You can flash a board by Linux (Recommended) or Windows system.

Helper Scripts

  • rebuild-uboot.sh: Recompile U-Boot when you direct edit U-Boot sourcecode.
  • rebuild-kernel.sh: Recompile Kernel when you direct edit Kernel sourcecode.
  • emulate-chroot.sh: Emulate target rootfs by chroot.

buildroot-mangopi-r's People

Contributors

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