forked from xiaozhi/xiaozhi-esp32
support esp launchpad online download
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
|
||||
## 固件部分
|
||||
|
||||
### EspLaunchpad在线烧入
|
||||
|
||||
<a href="https://iot.diybyte.com:52088/esp_launchpad/?flashConfigURL=https://github.com/whble/xiaozhi-esp32/blob/main/images/config.toml">
|
||||
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
|
||||
</a>
|
||||
|
||||
### 免开发环境烧录
|
||||
|
||||
新手第一次操作建议先不要搭建开发环境,直接使用免开发环境烧录的固件。固件使用的是作者友情提供的测试服,目前开放免费使用,请勿用于商业用途。
|
||||
|
||||
BIN
docs/try_with_launchpad.png
Normal file
BIN
docs/try_with_launchpad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
3
images/cfg.md
Normal file
3
images/cfg.md
Normal file
@@ -0,0 +1,3 @@
|
||||
#### Build Config
|
||||
- esp-idf: V5.3
|
||||
- 小智开源: [V0.9.7](https://github.com/78/xiaozhi-esp32/tree/v0.9.7)
|
||||
13
images/config.toml
Normal file
13
images/config.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
esp_toml_version = 1.0
|
||||
firmware_images_url = "https://github.com/whble/xiaozhi-esp32/blob/main/images/"
|
||||
config_readme_url = "https://github.com/whble/xiaozhi-esp32/blob/main/images/cfg.md"
|
||||
|
||||
supported_apps = ["xiaozhi_esp-box-3_v0.9.8"]
|
||||
|
||||
[xiaozhi_esp-box-3_v0.9.8]
|
||||
chipsets = ["ESP32S3"]
|
||||
image.esp32s3 = "xiaozhi_esp-box-3_v0.9.8.bin"
|
||||
ios_app_url = ""
|
||||
android_app_url = ""
|
||||
readme.text = "https://github.com/78/xiaozhi-esp32/blob/main/README.md"
|
||||
|
||||
BIN
images/xiaozhi_esp-box-3_v0.9.8.bin
Normal file
BIN
images/xiaozhi_esp-box-3_v0.9.8.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user