Skip to content

Commit 74775d4

Browse files
committed
Merge pull request #1319 from kevinschweikert/patch-1
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
2 parents fc4752c + 463268d commit 74775d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/getting-started-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ total 16
353353
-rwxrwxrwx 1 joe staff 241 Sep 5 2008 INDEX.HTM*
354354
-rwxrwxrwx 1 joe staff 62 Sep 5 2008 INFO_UF2.TXT*
355355

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

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

0 commit comments

Comments
 (0)