Skip to content

Commit e95a1df

Browse files
Include uvx method for flashing cc2538-bsl
Added instructions for using uvx to flash via cc2538-bsl.
1 parent 2f43a43 commit e95a1df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/guide/adapters/flashing/flashing_via_cc2538-bsl.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ You can find details on the Docker command [here](https://github.com/git-develop
2222

2323
## Method without Docker
2424

25+
## With uvx
26+
[uv](https://docs.astral.sh/uv/) provides `uvx`, a command that invokes tools without installing them. It is lightning fast.
27+
28+
```bash
29+
uvx --from git+https://github.com/JelmerT/cc2538-bsl --with intelhex \
30+
cc2538-bsl -p /dev/ttyACM0 -ewv CC1352P2_CC2652P_launchpad_coordinator_20230507.hex
31+
```
32+
33+
This command includes installing the intelhex dependency. Add `--bootloader-sonoff-usb` as required.
34+
2535
### Prepare your system (debian based)
2636

2737
1. Install python and python-pip.

0 commit comments

Comments
 (0)