Git Product home page Git Product logo

rpi-pico-builder's Introduction

rpi-pico-builder

Build environment for Raspberry Pi Pico (RP2040) C/C++ SDK

docker pull xingrz/rpi-pico-builder:latest

Usage

  1. Clone pico-sdk
  2. Clone pico-examples, or set up your own project
  3. docker run --rm -it \
     -v /path/to/your/pico-sdk:/pico-sdk \
     -v /path/to/your/pico-examples:/project \
     xingrz/rpi-pico-builder:latest \
     bash -c 'mkdir -p build && cd build && cmake .. && make blink'
  4. Copy build/blink/blink.uf2 into the RPI-RP2 drive

rpi-pico-builder's People

Contributors

xingrz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rpi-pico-builder's Issues

Request to update the image and strip some unnecessary parts

Hi! Thanks for this image! It helped me get acquainted with rp2040 development on different platforms without having to set the entire toolchain on every different OS that I work on (Linux, Mac, Windows).

While using this image to contribute to other projects I noticed that this image would happily compile my project, but the workflows of the projects failed. It seems that this image is a bit outdated.

Because of that I have forked the repo and published an updated version (which allows me to continue tinkering).

Would you be interested in a PR for the changes that I made? I've stripped some stuff as well to reduce the overall image size by about 30%. I'm sure we can squeeze out a bit more by removing even more architectures, but I thought it was a good start :).

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.