GithubHelp home page GithubHelp logo

gkeyboard / m5pi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from imliubo/m5pi

0.0 0.0 0.0 9.08 MB

M5Pi is an open source Linux embedded development board, using Allwinner F1C200s CPU, and has a beautiful shell.

m5pi's Introduction

M5Pi

M5Pi is an open source Linux embedded development board, using Allwinner F1C200s CPU, and has a beautiful shell.

Try to use a pre-compiled system image

wget https://github.com/imliubo/M5Pi/releases/download/v0.1-alpha/M5Pi-sysimage-sdcard-v0.1-alpha.tar.gz
tar -zxvf M5Pi-sysimage-sdcard-v0.1-alpha.tar.gz
dd if=sysimage-sdcard.img of=/dev/sdX  # Please make sure "X" is your TF card mount point.

Try to compile your custom system image

Install

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

Build

git clone --recursive https://github.com/imliubo/M5Pi
cd M5Pi/buildroot-M5Pi
make IAMLIUBO_m5pi_defconfig  # Use the default config.
make -j ${YOUR_CPU_COUNT}

Build with custom config

make menuconfig
make uboot-menuconfig
make linux-menuconfig

Flash

dd if=buildroot-M5Pi/output/images/sysimage-sdcard.img of=/dev/sdX  # Please make sure "X" is your TF card mount point.

License

  1. Hardware: CC BY-NC-SA 4.0
  2. buildroot-M5Pi: follow the upstream

Links

【自 制】这 可 能 是 最 精 致 的 Pi 了【Linux 小主机 | 开 源 | 硬 核】

[开源项目-记录贴]扔掉你手中的开发板,跟我来自制基于F1C100s/F1C200s的M5Pi吧!

How-to-make-a-M5Pi

Thanks to the sponsor Seeed!

Seeed Fusion PCB Assembly Service offers one-stop prototyping for PCB manufacture, PCB assembly and as a result they produce superior quality PCBs and Fast Turnkey PCBA from 7 working days. When you prototype with Seeed Fusion, they can definitely provide Free DFA and Free functional tests for you! Check out their website to know more: https://www.seeedstudio.com/prototype-pcb-assembly.html

m5pi's People

Contributors

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