-
Notifications
You must be signed in to change notification settings - Fork 12
2. How to update FaultyCat
Carlos Alatorre edited this page Jun 4, 2026
·
3 revisions
It is recommended to keep your FaultyCat updated to ensure its correct functionality. The firmware can be updated manually with a computer.
-
Connect the board to your computer via USB.
-
Enter the board to bootloader mode. This will open RP2040’s mass storage folder on your computer.
-
Download the latest
faultycat_vX.X.X.X.uf2file. -
Drag and drop the
firmware.ino.uf2file into RP2040’s mass storage folder. The mass storage folder will be closed once the firmware is uploaded correctly.
Bootloader mode is useful when the board is not working properly and the firmware must be flashed. Enter bootloader mode by following the button sequence:
- Press and hold the BOOT button, then turn on the board by either:
- Slide the power switch (SW2) to ON.
- Plug the board into a USB port while SW2 is set to ON.
- Perform a hardware reset by pressing the RESET button.
- This will open RP2040’s mass storage folder on your computer.
Thank you for reading our Wiki!