Skip to content

Commit

Permalink
building notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jan 31, 2024
1 parent bd78d49 commit 8c2d72a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README_Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ GitHub now automatically builds Espruino for the most popular targets.

Simply go to `https://github.com/espruino/Espruino/actions`, click on the build you're interested in,
then scroll down to the `Artefacts` heading. Just click on an artefact (for instance `PUCKJS`) to download
a zip containing the files.
a zip **containing** the files.

To perform a DFU update on an nRF52 device, you need to unzip the `BOARDNAME.zip` file and
then **the zip file inside that** called `espruino_2vXX.YY_boardname.zip` is the one you
need to use for the firmware updates. **On MacOS it may not be immediately apparent that
the thing in `BOARDNAME.zip` named `espruino_2vXX.YY_boardname` is another zip file, and not a folder.**

If you fork the Espruino repository and make changes yourself you should be able
to see the builds for your changes at `https://github.com/YOUR_USERNAME/Espruino/actions`
Expand Down

0 comments on commit 8c2d72a

Please sign in to comment.