Giter Site home page Giter Site logo

alxprint / fusee-rp2040 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kozova1/fusee-rp2040

0.0 0.0 0.0 246 KB

An implementation of fusee-launcher that runs on the raspberry pi pico and (maybe) other boards that work with the pico sdk

License: GNU General Public License v3.0

Python 70.09% C 21.13% CMake 8.78%

fusee-rp2040's Introduction

fusee-rp2040

This is an implementation of the fusée gelée exploit that runs on the Adafruit Feather RP2040. It should also work with other similar RP2040 based boards - make sure you change LED_PIN in src/fusee.c.
It is heavily based on the excellent implementation of fusee-launcher by Qyriad, as well as on the implementation of fusee-launcher for samd21 by blockfeed.

At the moment, it requires a patched TinyUSB implementation, because of hathach/tinyusb#1097.

Build

To build fusee-rp2040, first install the Pico SDK, as outlined in this Getting Started document.

After you are done, make sure you set the PICO_SDK_PATH environment variable to the correct value, and run these commands:

git clone https://github.com/Kozova1/fusee-rp2040
cd fusee-rp2040
mkdir build
cd build
cmake ..
make -j$(nproc)

After that, copy build/fusee.uf2 to your board's internal memory, and it should hopefully work.

fusee-rp2040's People

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.