To install on Raspberry Pi (running 32 bit Raspberry Pi OS), open Terminal and enter the command:
$ sudo pip install esptool
or install Development mode, allows you to run the latest development version from this repository.
$ git clone https://github.com/espressif/esptool.git
$ cd esptool
$ pip install --user -e .
No comments:
Post a Comment