From f1886c74e2e136d2b90ea3d4be15d31de1a5b379 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Wed, 15 Dec 2021 11:35:17 -0500 Subject: [PATCH] Documentation update --- boards/rpi-pico/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/rpi-pico/doc.txt b/boards/rpi-pico/doc.txt index 225f6b25e467d..fdf19034d497f 100644 --- a/boards/rpi-pico/doc.txt +++ b/boards/rpi-pico/doc.txt @@ -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//RPI-RP2`, you can overwrite +This is default flashing option using elf2uf2 PROGRAMMER. If the storage is +not automatically mounted to `/media//RPI-RP2`, you can overwrite the path by exporting the shell environment variable `ELF2UF2_MOUNT_PATH`. ### Flashing the Board Using OpenOCD @@ -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