File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ In order for the SDK to find `picotool` in this custom folder, you will usually
102
102
103
103
Note for additional documentation see https://rptl.io/pico-get-started
104
104
105
- ```
105
+ ``` text
106
106
$ picotool help
107
107
PICOTOOL:
108
108
Tool for interacting with RP-series device(s) in BOOTSEL mode, or with an RP-series binary
@@ -157,13 +157,13 @@ Note commands that aren't acting on files require a device in BOOTSEL mode to be
157
157
158
158
## info
159
159
160
- The is _ Binary Information_ support in the SDK which allows for easily storing compact information that ` picotool `
160
+ There is _ Binary Information_ support in the SDK which allows for easily storing compact information that ` picotool `
161
161
can find (See Binary Info section below). The info command is for reading this information.
162
162
163
163
The information can be either read from one or more connected devices in BOOTSEL mode, or from
164
164
a file. This file can be an ELF, a UF2 or a BIN file.
165
165
166
- ```
166
+ ``` text
167
167
$ picotool help info
168
168
INFO:
169
169
Display information from the target device(s) or file.
@@ -220,14 +220,14 @@ Note the -f arguments vary slightly for Windows vs macOS / Unix platforms.
220
220
221
221
e.g.
222
222
223
-
223
+ ``` text
224
224
$ picotool info
225
225
Program Information
226
226
name: hello_world
227
227
features: stdout to UART
228
228
```
229
229
230
-
230
+ ``` text
231
231
$ picotool info -a
232
232
Program Information
233
233
name: hello_world
@@ -248,7 +248,7 @@ Device Information
248
248
ROM version: 2
249
249
```
250
250
251
-
251
+ ``` text
252
252
$ picotool info -bp
253
253
Program Information
254
254
name: hello_world
@@ -259,7 +259,7 @@ Fixed Pin Information
259
259
21: UART1 RX
260
260
```
261
261
262
-
262
+ ``` text
263
263
$ picotool info -a lcd_1602_i2c.uf2
264
264
File lcd_1602_i2c.uf2:
265
265
You can’t perform that action at this time.
0 commit comments