We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f43a43 commit e95a1dfCopy full SHA for e95a1df
docs/guide/adapters/flashing/flashing_via_cc2538-bsl.md
@@ -22,6 +22,16 @@ You can find details on the Docker command [here](https://github.com/git-develop
22
23
## Method without Docker
24
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
35
### Prepare your system (debian based)
36
37
1. Install python and python-pip.
0 commit comments