Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:pico [2022/11/09 15:57]
darron [Raspberry Pi PICO]
boards:pico [2022/11/12 15:27] (current)
darron [Tools]
Line 12: Line 12:
 and if they have a WiFi adapter on board. and if they have a WiFi adapter on board.
  
-===Segger J-Link===+===Tools=== 
 + 
 +Read this [[https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf|guide]]. Within 
 +is the setup procedure for development tools is as follows: 
 + 
 +<code> 
 +wget https://raw.githubusercontent.com/raspberrypi/pico-setup/master/pico_setup.sh 
 +sh pico_setup.sh 
 +</code> 
 + 
 +This will install the ARM compiler, OpenOCD, the SDK, examples, and various other things. 
 + 
 +OpenOCD is built from source with the following options: 
 +<code> 
 +./configure --enable-ftdi --enable-sysfsgpio --enable-bcm2835gpio --enable-picoprobe 
 +</code> 
 +===J-Link===
  
 <wrap right> <wrap right>
 {{:boards:pico-segger.jpg?200}} {{:boards:pico-segger.jpg?200}}
 </wrap> </wrap>
 +
 +Segger J-Link can be use to interact with the PICO via the debug port.
  
 ==CORE 0== ==CORE 0==