From 6f80ffe74b414f86cafbdd621f29d039167e0ca3 Mon Sep 17 00:00:00 2001 From: Carter Turn Date: Mon, 21 Apr 2025 15:13:34 -0400 Subject: [PATCH 1/2] Update download link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7c7b9..14719ff 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ E. Huegler, J. C. Hill, and D. H. Meyer, An agile radio-frequency source using i ## How to flash the firmware -Download the latest [dds-sweeper.uf2 file](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper.uf2). +Download the latest [dds-sweeper_rp2040.uf2 file for Pi Pico](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2040.uf2) or [dds-sweeper_rp2040.uf2 file for Pi Pico 2](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2350.uf2). On your Raspberry Pi Pico, hold down the "bootsel" button while plugging the Pico into USB port on a PC (that must already be turned on). The Pico should mount as a mass storage device (if it doesn't, try again or consult the Pico documentation). Drag and drop the `.uf2` file into the mounted mass storage device. From 1daadcb088731a36430d5c1bd2148af64cad1cde Mon Sep 17 00:00:00 2001 From: Carter Turn Date: Mon, 21 Apr 2025 15:15:34 -0400 Subject: [PATCH 2/2] Fix link again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14719ff..5be1e22 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ E. Huegler, J. C. Hill, and D. H. Meyer, An agile radio-frequency source using i ## How to flash the firmware -Download the latest [dds-sweeper_rp2040.uf2 file for Pi Pico](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2040.uf2) or [dds-sweeper_rp2040.uf2 file for Pi Pico 2](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2350.uf2). +Download the latest [dds-sweeper_rp2040.uf2 file for Pi Pico](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2040.uf2) or [dds-sweeper_rp2350.uf2 file for Pi Pico 2](https://github.com/QTC-UMD/dds-sweeper/releases/latest/download/dds-sweeper_rp2350.uf2). On your Raspberry Pi Pico, hold down the "bootsel" button while plugging the Pico into USB port on a PC (that must already be turned on). The Pico should mount as a mass storage device (if it doesn't, try again or consult the Pico documentation). Drag and drop the `.uf2` file into the mounted mass storage device.