Skip to content

Commit adb3223

Browse files
committed
Add note about configuration on device
1 parent da86844 commit adb3223

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

binary_info/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,19 @@ File hello_anything.uf2:
3737
text = "Hello, world!"
3838
setting text -> "Goodbye, world!"
3939
```
40+
41+
The binaries can also be configured after being loaded onto the device with
42+
```
43+
$ picotool config
44+
use_usb = 1
45+
uart_baud = 115200
46+
uart_rx = 1
47+
uart_tx = 0
48+
uart_num = 0
49+
use_uart = 1
50+
text = "Hello, world!"
51+
52+
$ picotool config -s use_uart 0
53+
use_uart = 1
54+
setting use_uart -> 0
55+
```

0 commit comments

Comments
 (0)