File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Multi-cart based on Raspberry Pi Pico hardware and PiRTOII firmware (https://git
1313- new navigation keys for UI ROM
1414- new color schema for UI ROM
1515
16+ ## Getting started
17+
18+ To simply program Pi Pico:
19+ - connect it to your PC/laptop using an USB-C cable while pressing Pico on-board button (boot MODE)
20+ - drag and drop ` Minty.uf2 ` inside root directory
21+
1622## Build (TL;DR)
1723
1824### Requirements
@@ -38,11 +44,7 @@ command after setting Pi Pico in BOOT mode:
3844picotool load -f Minty.bin; picotool reboot
3945```
4046
41- ## Getting started
4247
43- To simply program Pi Pico:
44- - connect it to your PC/laptop using an USB-C cable while pressing Pico on-board button (boot MODE)
45- - drag and drop ` Minty.uf2 ` inside root directory
4648
4749
4850
You can’t perform that action at this time.
0 commit comments