Lines Matching +full:checkout +full:- +full:command
6 W5500-EVB-Pico is a microcontroller evaluation board based on the Raspberry
7 Pi RP2040 and fully hardwired TCP/IP controller W5500 - and basically works
10 drag-and-drop manner. It is also possible to flash and debug the boards with
15 - Dual core Arm Cortex-M0+ processor running up to 133MHz
16 - 264KB on-chip SRAM
17 - 16MB on-board QSPI flash with XIP capabilities
18 - 26 GPIO pins
19 - 3 Analog inputs
20 - 2 UART peripherals
21 - 2 SPI controllers
22 - 2 I2C controllers
23 - 16 PWM channels
24 - USB 1.1 controller (host/device)
25 - 8 Programmable I/O (PIO) for custom peripherals
26 - On-board LED
27 - 1 Watchdog timer peripheral
28 - Wiznet W5500 Ethernet MAC/PHY
33 .. zephyr:board-supported-hw::
43 Pico. Since GPIO 25 is routed to the on-board LED on, similar to the Raspberry
45 (P16-P19), with the reset and interrupt signal for the W5500 routed to P20 and
53 ----------------------------------
55 .. rst-class:: rst-columns
57 - UART0_TX : P0
58 - UART0_RX : P1
59 - I2C0_SDA : P4
60 - I2C0_SCL : P5
61 - I2C1_SDA : P14
62 - I2C1_SCL : P15
63 - SPI0_RX : P16
64 - SPI0_CSN : P17
65 - SPI0_SCK : P18
66 - SPI0_TX : P19
67 - W5500 Reset : P20
68 - W5500 Interrupt : P21
69 - ADC_CH0 : P26
70 - ADC_CH1 : P27
71 - ADC_CH2 : P28
72 - ADC_CH3 : P29
81 ------------------
84 :ref:`Building, Flashing and Debugging <west-flashing>`.
86 Here is an example of building and flashing the :zephyr:code-sample:`blinky` application.
88 .. zephyr-app-commands::
89 :zephyr-app: samples/basic/blinky
93 .. code-block:: bash
95 west flash --runner jlink
98 -------------
104 .. code-block:: bash
120 checkout to a branch that supports this interface, before proceeding.
123 Here is an example of building and flashing the :zephyr:code-sample:`blinky`
126 .. zephyr-app-commands::
127 :zephyr-app: samples/basic/blinky
130 …:gen-args: -DOPENOCD=/usr/local/bin/openocd -DOPENOCD_DEFAULT_PATH=/usr/local/share/openocd/script…
141 The other supported adapters are ``raspberrypi-swd``, ``jlink`` and
142 ``blackmagicprobe``. How to connect ``picoprobe`` and ``raspberrypi-swd`` is
156 command that directly calls OpenOCD (assuming a SEGGER JLink adapter is used):
158 .. code-block:: console
160 …$ openocd -f interface/jlink.cfg -c 'transport select swd' -f target/rp2040.cfg -c "adapter speed …
163 ---------
169 UF2 file should be drag-and-dropped to the device, which will flash the Pico.
178 ------------------
181 :ref:`Building, Flashing and Debugging<west-debugging>`.
185 -------------
189 Here is an example for debugging the :zephyr:code-sample:`blinky` application.
191 .. zephyr-app-commands::
192 :zephyr-app: samples/basic/blinky
194 :maybe-skip-config:
196 …:gen-args: -DOPENOCD=/usr/local/bin/openocd -DOPENOCD_DEFAULT_PATH=/usr/local/share/openocd/script…
202 You can also debug with OpenOCD and gdb launching from command-line.
203 Run the following command:
205 .. code-block:: console
207 …$ openocd -f interface/jlink.cfg -c 'transport select swd' -f target/rp2040.cfg -c "adapter speed …
211 .. code-block:: console
213 $ gdb-multiarch
217 .. code-block:: console
224 .. target-notes::
227 https://raw.githubusercontent.com/raspberrypi/pico-setup/master/pico_setup.sh
230 https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf
233 https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico