Skip to content

Conversation

@WJ-vd-Heuvel
Copy link
Contributor

In an earlier version of the project, flashing the firmware was a "standard" part of the micropython workflow. Due to technical constraints, this step was later removed.

This PR introduces a dedicated utility in the "more..." menu to flash firmware to a board. This is a first pass to test the idea.

PR is related to issue #278

@WJ-vd-Heuvel WJ-vd-Heuvel requested a review from a team as a code owner October 9, 2025 12:51
@WJ-vd-Heuvel WJ-vd-Heuvel requested a review from sverben October 9, 2025 12:51

const dfu = new DFU();
try {
await dfu.upload(SerialState.port, { sketch: image_data });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dfu only works for esp32 boards, picotool should be used for rp2040

@rmoesbergen
Copy link
Member

@WJ-vd-Heuvel zie ook #304 . Daarmee is DFU betrouwbaarder geworden en geen wasm blob meer.

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.

4 participants