请问这个问题要怎么解决啊?蟹蟹!
ninja build stopped subcommand failed
ESP32-S3 烧录过程中遇到的问题
Moderator: ESP_ZT
ESP32-S3 烧录过程中遇到的问题
- Attachments
-
- 微信图片_20230526220007.jpg (1.19 MiB) Viewed 29071 times
Re: ESP32-S3 烧录过程中遇到的问题
放弃vscode转用IDF了,按照官方文档最后一步烧录程序idf.py -p PORT [-b BAUD] flash,
报错
Executing action: [-b
ninja: error: unknown target '[-b', did you mean 'lib'?
command "[-b" is not known to idf.py and is not a Ninja target
报错
Executing action: [-b
ninja: error: unknown target '[-b', did you mean 'lib'?
command "[-b" is not known to idf.py and is not a Ninja target
Re: ESP32-S3 烧录过程中遇到的问题
-b 是设置波特率,默认是 115200
正常使用 idf.py flash monitor 即可
需要设置端口波特率就是,具体的按照你的实际来
idf.py -p dev/ttyUSB0 -b 115200 flash monitor
正常使用 idf.py flash monitor 即可
需要设置端口波特率就是,具体的按照你的实际来
idf.py -p dev/ttyUSB0 -b 115200 flash monitor
Who is online
Users browsing this forum: No registered users and 17 guests