Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MicroPython-ESP32固件烧录.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ sudo pip install esptool --upgrade
将ESP32开发板与PC相连, 确定ESP32开发板在Ubuntu下分配的端口号 `ttyUSB?`

```bash
➜ ~ ls -l /dev/ttyUSB*
~~~➜ ~ ls -l /dev/ttyUSB* ~~~
ls -l /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 8月 10 10:42 /dev/ttyUSB0
```

Expand All @@ -70,7 +71,8 @@ sudo esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 esp32-xx
固件烧录日志

```bash
fange@cr ~/D/E/1/固件> sudo esptool.py --chip esp32 --port /dev/ttyUSB1 write_flash -z 0x1000 esp32-20180411-v1.9.3-534-g59dda710.bin
~~~fange@cr ~/D/E/1/固件> sudo esptool.py --chip esp32 --port /dev/ttyUSB1 write_flash -z 0x1000 esp32-20180411-v1.9.3-534-g59dda710.bin~~~
sudo esptool.py --chip esp32 --port /dev/ttyUSB1 write_flash -z 0x1000 esp32-20180411-v1.9.3-534-g59dda710.bin
esptool.py v2.3.1
Connecting........_
Chip is ESP32D0WDQ6 (revision 1)
Expand Down