Skip to content

Commit 1f37e98

Browse files
authored
Fix command syntax in README for building firmware
1 parent a0ba28e commit 1f37e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/raspberry_pi/pico2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python export_mlp_mnist.py # Creates balanced_tiny_mlp_mnist.pte
6767

6868
```bash
6969
# In the dir examples/raspberry_pi/pico2
70-
build_firmware_pico.sh --model=balanced_tiny_mlp_mnist.pte # This creates executorch_pico.uf2, a firmware image for Pico2
70+
./build_firmware_pico.sh --model=balanced_tiny_mlp_mnist.pte # This creates executorch_pico.uf2, a firmware image for Pico2
7171
```
7272

7373
### Flash Firmware

0 commit comments

Comments
 (0)