openroberta-lab icon indicating copy to clipboard operation
openroberta-lab copied to clipboard

micro:bit v2 partial flashing

Open PamoCurtis opened this issue 1 year ago • 0 comments

The upload over webUsb for the micro:bit v2 is not very fast, because the whole program will be uploaded every time which is very time consuming when working with larger programs. For this reason, partial flashing would be a great option to speed up the flashing process. Partial flashing compares all the pages of the micro:bit v2 and only flashes the ones that has changed since the last flashing process.

resources for partial flashing:

  • https://python.microbit.org/v/3
  • https://github.com/Microsoft/pxt/blob/master/docs/partial-flashing.md
  • https://github.com/bbcmicrobit/PythonEditor/blob/master/js/partial-flashing.js

PamoCurtis avatar Jan 15 '24 12:01 PamoCurtis