Skip to content

Commit

Permalink
ox64 flashig on archlinux fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
giorez authored Apr 30, 2024
1 parent 84927d8 commit f222e85
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/documentation/Ox64/Software/Flashing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,14 @@ In case you're on a system with Arch Linux, slightly adapt the commands:

[source,console]
----
$ sudo pacman -S python
$ python -m venv ~/ox64_venv
$ . ~/ox64_venv/bin/activate
$ pip install setuptools
$ pip install bflb-iot-tool # we are *not* using bflb-mcu-tool
sudo pacman -S python-pipenv
sudo pacman -S python-setuptools
pipenv install bflb-iot-tool # install CLI flash tool
pipenv shell # activate virtual enviroment
bflb-iot-tool --help # check info
----

NOTE: Each time you open a new terminal window you will need to re-run `. ~/ox64_venv/bin/activate` to reactivate the virtual environment.
NOTE: Each time you open a new terminal window you will need to re-run `. ~/ox64_venv/bin/activate` on Debian-based or `pipenv shell` on Archlinux systems to reactivate the virtual environment.

=== DevCube installation

Expand Down

0 comments on commit f222e85

Please sign in to comment.