Skip to content

Commit

Permalink
README.md tweaks
Browse files Browse the repository at this point in the history
Fix typo and add missing opening-backticks
  • Loading branch information
lurch authored Feb 10, 2025
1 parent 80be8bc commit 7a658cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In order for the SDK to find `picotool` in this custom folder, you will usually

Note for additional documentation see https://rptl.io/pico-get-started

```
```text
$ picotool help
PICOTOOL:
Tool for interacting with RP-series device(s) in BOOTSEL mode, or with an RP-series binary
Expand Down Expand Up @@ -157,13 +157,13 @@ Note commands that aren't acting on files require a device in BOOTSEL mode to be

## info

The is _Binary Information_ support in the SDK which allows for easily storing compact information that `picotool`
There is _Binary Information_ support in the SDK which allows for easily storing compact information that `picotool`
can find (See Binary Info section below). The info command is for reading this information.

The information can be either read from one or more connected devices in BOOTSEL mode, or from
a file. This file can be an ELF, a UF2 or a BIN file.

```
```text
$ picotool help info
INFO:
Display information from the target device(s) or file.
Expand Down Expand Up @@ -220,14 +220,14 @@ Note the -f arguments vary slightly for Windows vs macOS / Unix platforms.

e.g.


```text
$ picotool info
Program Information
name: hello_world
features: stdout to UART
```

```text
$ picotool info -a
Program Information
name: hello_world
Expand All @@ -248,7 +248,7 @@ Device Information
ROM version: 2
```


```text
$ picotool info -bp
Program Information
name: hello_world
Expand All @@ -259,7 +259,7 @@ Fixed Pin Information
21: UART1 RX
```

```text
$ picotool info -a lcd_1602_i2c.uf2
File lcd_1602_i2c.uf2:
Expand Down

0 comments on commit 7a658cf

Please sign in to comment.