Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:pico [2024/10/16 14:42] – [Picotool] darron | boards:pico [2024/10/16 16:12] (current) – [Power] darron | ||
---|---|---|---|
Line 15: | Line 15: | ||
are whether they come pre-installed with header pins and a debug socket and if they have a WiFi adapter on board. | are whether they come pre-installed with header pins and a debug socket and if they have a WiFi adapter on board. | ||
+ | ===Power=== | ||
+ | <wrap right> | ||
+ | {{picopower.png? | ||
+ | </ | ||
+ | < | ||
+ | 40 VBUS USB 5V | ||
+ | 39 VSYS | ||
+ | 38 GND | ||
+ | 37 3V3_EN RT6150B-33GQW ENABLE | ||
+ | 36 3V3 RT6150B-33GQW OUTPUT 300mA MAX | ||
+ | ... | ||
+ | </ | ||
===Bootloader=== | ===Bootloader=== | ||
Line 283: | Line 295: | ||
cd debugprobe_on_pico | cd debugprobe_on_pico | ||
cmake -DDEBUG_ON_PICO=1 .. | cmake -DDEBUG_ON_PICO=1 .. | ||
+ | make | ||
+ | </ | ||
+ | |||
+ | ==Pi PICO 2== | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | mkdir debugprobe_on_pico2 | ||
+ | cd debugprobe_on_pico2 | ||
+ | cmake -DDEBUG_ON_PICO=1 -DPICO_BOARD=pico2 -DPICO_PLATFORM=rp2350 .. | ||
make | make | ||
</ | </ |