Skip to content

Commit

Permalink
Merge pull request #1319 from kevinschweikert/patch-1
Browse files Browse the repository at this point in the history
Update code example to use .uf2 files for Pi Pico

It seems like the code snippets reference the wrong file format for the Pi Pico

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Oct 13, 2024
2 parents fc4752c + 463268d commit 74775d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/getting-started-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ total 16
-rwxrwxrwx 1 joe staff 241 Sep 5 2008 INDEX.HTM*
-rwxrwxrwx 1 joe staff 62 Sep 5 2008 INFO_UF2.TXT*

$ cp ~/Downloads/atomvmlib-v0.6.0.avm /Volumes/RPI-RP2/.
$ cp ~/Downloads/atomvmlib-v0.6.0.uf2 /Volumes/RPI-RP2/.
```

... and again, at this point, the device will auto-unmount.
Expand Down

0 comments on commit 74775d4

Please sign in to comment.