Skip to content

Commit

Permalink
Merge pull request #1127 from neonquill/document-picotool-usage
Browse files Browse the repository at this point in the history
rpipico: Document picotool usage for filesystem
  • Loading branch information
EtchedPixels authored Dec 26, 2024
2 parents c1745ac + 63d36a9 commit 0dfc4c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Kernel/platform/platform-rpipico/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ vi Makefile
To build flash image use `make image -j`
Or to build SD card image `make image-sd -j`

You should now end up with `build/fuzix.uf2` and `filesystem.uf2`. The `uf2`
files can be flashed onto the Pico in the usual way (i.e. connect it up as a
You should now end up with `build/fuzix.uf2` and `filesystem.ftl`. The `uf2`
file can be flashed onto the Pico in the usual way (i.e. connect it up as a
mass storage device and copy the files on). Alternatively, you can use OpenOCD
to load `build/fuzix.elf`. Once the board has rebooted it will appear as a USB
serial device which you can connect to. Alternatively, connect a terminal to
UART 0 on the Pico.
UART 0 on the Pico. You can copy `filesystem.ftl` to the board using
`picotool load filesystem.ftl -t bin -o 0x10018000`.

If you want to use an SD card, note that only filesystems up to 32MB are
supported.
Expand Down

0 comments on commit 0dfc4c6

Please sign in to comment.