Skip to content

RPI RP 2040 support #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: arduino
Choose a base branch
from
Open

RPI RP 2040 support #144

wants to merge 6 commits into from

Conversation

pennam
Copy link

@pennam pennam commented Jun 17, 2025

This PR is a work in progress.

Prerequistes

  • To create sketch *.uf2 file from *.elf-zsk.bin bin2uf2 tool is needed. cd to extra/bin2uf2/ folder and compile it using go build command.
  • To upload uf2 artifacts you need to put the board in boot mode holding down the BOOT button, when the USB connection is made to a computer.

What is working

  • The loader builds; *.uf2 file is exported to the firmware folder and can be flashed using Tools > Burn Bootloader
  • Blink Sketch
  • Serial.println()
  • Boad detection via USB lsusb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant