Giter VIP home page Giter VIP logo

linux_card's Introduction

Linux Card

Actions Status

这是一个足够小的 Linux 发行版,可以从我的 Linux 名片上的 16MB 存储空间运行。 它由 Allwinner F1C100s 提供支持,这是一款 1.40 美元的支持 Linux 的 ARM 片上系统。 此存储库是其固件映像的源代码,基于 Buildroot 2021.02.09。 该目录是“Buildroot external”,在主线 Buildroot 之上提供了一些补丁、附加包和板支持文件。

linux card top

构建

子模块初始化:

git submodule update --init

切换到 Buildroot 目录:

cd buildroot

初始化配置,包括 defconfig 和外部目录:

make BR2_EXTERNAL=$PWD/../ linuxcard_defconfig

编译:

make

这可能需要几个小时才能从头开始,具体取决于您机器的速度。

烧写

sudo sunxi-fel -p spiflash-write 0 output/images/flash.bin

License

Subject to the below exceptions, code is released under the GNU General Public License, version 2 or (at your option) any later version. See also the Buildroot license notice for more nuances about the meaning of this license.

Patches are not covered by this license. Instead, they are covered by the license of the software to which the patches are applied.

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.