From 7bed3b5cfbc419ba2c5adbb2680914307b7bfd24 Mon Sep 17 00:00:00 2001 From: Ap0ph1s-W4ite Date: Sat, 7 Dec 2024 12:19:50 +0000 Subject: [PATCH] Added external repository for the firmware.uf2. There is a newer version than the one in the guide. It would be better for the user to get the last version from a maintained repository. --- docs/modchip/flashing_modchip.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modchip/flashing_modchip.md b/docs/modchip/flashing_modchip.md index b4c8dea..c722c0e 100644 --- a/docs/modchip/flashing_modchip.md +++ b/docs/modchip/flashing_modchip.md @@ -25,8 +25,8 @@ This process is the same for all Picofly modchip models, just use the pictures i #### Instructions: -1. Download the `.uf2`file from the link below: - - [Firmware 2.75](firmware/firmware.uf2) +1. Download the last release of `uf2` file from the link below: + - [Github USK Repository](https://github.com/rehius/usk/releases) 2. Position your modchip and included USB debug port in the upwards facing position. This means with the side of the RP2040 microcontroller (the square chip with the Raspberry Pi logo) facing you. This is important because if you don't do this, you can risk frying the USB circuitry of the modchip. The USB debug port additionally also has `UP` text written on it to indicate the orientation of it.
![picofly](../img/general_img/picofly.JPG){ width="600" }