Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Dec 15, 2021
1 parent c5d4ed5 commit f1886c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/rpi-pico/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ running:
make BOARD=rpi-pico flash
```

This is default flashing option using elf2uf2 PROGRAMMER. If the storage is
not automatically mounted to `/media/<USER_NAME>/RPI-RP2`, you can overwrite
This is default flashing option using elf2uf2 PROGRAMMER. If the storage is
not automatically mounted to `/media/<USER_NAME>/RPI-RP2`, you can overwrite
the path by exporting the shell environment variable `ELF2UF2_MOUNT_PATH`.

### Flashing the Board Using OpenOCD
Expand All @@ -92,7 +92,7 @@ formatted drive the bootloader provides. Once this drive is unmounted again, thi
the Raspberry Pi Pico showing up as CMSIS-DAP debugger. Afterwards run:

```
make BOARD=rpi-pico PROGRAMMER=openocd flash
make BOARD=rpi-pico PROGRAMMER=openocd flash
```

@warning The `rpi-pico` virtual debugger is not persistent and needs to be "flashed" into RAM
Expand Down

0 comments on commit f1886c7

Please sign in to comment.