Unturned3 / v3s_buildroot

Vanilla buildroot tweaked for the Allwinner V3s SoC (warning: project migrated to Unturned3/v3s3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important Notice

This repo is no longer actively maintained as of 2023-03-19.

The work in this repo is merged into Unturned3/v3s3.

In addition to many new features, the v3s3 repo uses a buildroot external tree (see buildroot manual section 9.2), which avoids modification of the original buildroot source and cleanly contains all customizations in a separate directory, allowing for easy migration to future buildroot releases.


README

This is a fork of vanilla buildroot 2020.11.3, modified for the Allwinner V3s SoC.


Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation.

The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html

To build and use the buildroot stuff, do the following:

  1. run 'make menuconfig'
  2. select the target architecture and the packages you wish to compile
  3. run 'make'
  4. wait while it compiles
  5. find the kernel, bootloader, root filesystem, etc. in output/images

You do not need to be root to build or run buildroot. Have fun!

Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations.

Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC.

If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches

About

Vanilla buildroot tweaked for the Allwinner V3s SoC (warning: project migrated to Unturned3/v3s3)

License:Other


Languages

Language:Makefile 70.4%Language:C 10.2%Language:Python 9.3%Language:Shell 5.5%Language:HTML 1.6%Language:C++ 1.0%Language:Perl 0.9%Language:Yacc 0.3%Language:Lua 0.3%Language:Lex 0.1%Language:CMake 0.1%Language:Arc 0.1%Language:M4 0.1%Language:Java 0.1%Language:Dockerfile 0.0%Language:Batchfile 0.0%