Raspberry Pi RP2040 Getting Started page 69

Table of Contents

Advertisement

Getting started with Raspberry Pi Pico
$ sudo picotool info
Program Information
 name:
 features:
or,
$ sudo picotool info -a
Program Information
 name:
 features:
 binary start:
 binary end:
Fixed Pin Information
 20:
UART1 TX
 21:
UART1 RX
Build Information
 build date:
 build attributes:
Device Information
 flash size:
 ROM version:
for more information. Alternatively you can just get information on the pins used as follows,
$ sudo picotool info -bp
Program Information
 name:
 features:
Fixed Pin Information
 20:
UART1 TX
 21:
UART1 RX
The tool can also be used on binaries still on your local filesystem,
$ picotool info -a lcd_1602_i2c.uf2
File lcd_1602_i2c.uf2:
Program Information
 name:
 web site:
 binary start:
 binary end:
Fixed Pin Information
 4:
I2C0 SDA
 5:
I2C0 SCL
Build Information
 build date:
Using picotool
hello_world
stdout to UART
hello_world
stdout to UART
0x10000000
0x1000606c
Dec 31 2020
Debug build
2048K
2
hello_world
stdout to UART
lcd_1602_i2c
https://github.com/raspberrypi/pico-examples/tree/HEAD/i2c/lcd_1602_i2c
0x10000000
0x10003c1c
Dec 31 2020
68

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RP2040 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Pico

Table of Contents

Save PDF