Git Product home page Git Product logo

zerotwo's Introduction

zerotwo (02)

A testing ground for GadgetOS version 02. Currently targeting the Pi CM4, tested on a Piunora beta board.

Building

git clone https://github.com/zerotri/zerotwo
cd zerotwo
git submodule update --init --recursive
make raspberrypicm4_64_defconfig
time make # might as well log how long it takes

Installing/Running

You'll need the raspberry pi usb boot tool to install. This requires libusb1.0 development files to build. On Ubuntu:

sudo apt install libusb-1.0-0-dev

On Fedora

sudo dnf install libusb-devel.x86_64

Then run the following. Please note, you will need to replace /dev/sdX with whatever the drive identifier is for your RPI CM4

git clone https://github.com/raspberrypi/usbboot
make -C usbboot
sudo ./usbboot/rpiboot
sudo dd if=output-rpi4/images/sdcard.img of=/dev/sdX bs=4M

zerotwo's People

Contributors

zerotri avatar

Stargazers

 avatar

Watchers

 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.