Skip to content

Commit

Permalink
Update initial_rp2040.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Esoterical authored Aug 3, 2024
1 parent 097935e commit 305454d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions initial_flash/initial_rp2040.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sudo apt upgrade
sudo apt install python3 python3-serial
```

## Installing Katapult via DFU Mode
## Installing Katapult via RP Boot Mode

First you need to clone the Katapult repo onto your pi. Run the following commands to clone (or update) the repo:

Expand All @@ -43,9 +43,9 @@ Press Q to quit the menu (it will ask to save, choose yes).

Compile the firmware with `make`. You will now have a katapult.bin at in your ~/katapult/out/katapult.bin.

To flash, connect your board to the Pi via USB then put the board into DFU mode (this should be included in the hardware_config section for your board, but if it's not then the user manual from the manufacturer should have the instructions).
To flash, connect your board to the Pi via USB then put the board into RP Boot mode (this should be included in the hardware_config section for your board, but if it's not then the user manual from the manufacturer should have the instructions).

To confirm it's in DFU mode you can run the command `lsusb` and look for an entry of Raspberry Pi RP2 Boot"
To confirm it's in RP Boot mode you can run the command `lsusb` and look for an entry of Raspberry Pi RP2 Boot"

![image](https://github.com/user-attachments/assets/4a0338dd-06b2-4415-a834-a5cc18eb0d0a)

Expand Down

0 comments on commit 305454d

Please sign in to comment.