Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.03 KB

setup-pico.md

File metadata and controls

17 lines (15 loc) · 1.03 KB

Pico

Instructions

  • Download the latest udpih_pico.uf2 for the Pico, or udpih_pico2.uf2 for the Pico 2, from the releases page.
  • Hold down the BOOTSEL button on the board and connect the Pico to your PC.
    Your PC will detect the Pi as a storage device.
  • Copy the .uf2 file to the Pico. It will disconnect after a few seconds.

The Pico is now flashed and can be used for udpih. Continue with "Booting the recovery_menu".

Building from source

  1. Set up the pico-sdk.
  2. Download the latest arm_kernel.bin.h from the releases page and copy it to the arm_kernel directory (or build it from source).
    You can also simply run:
curl -L https://github.com/GaryOderNichts/udpih/releases/latest/download/arm_kernel.bin.h > arm_kernel/arm_kernel.bin.h
  1. Run make pico. The built files will be in the pico/build_* directories.