更新MPY的固件,soar和nova也更新至v1.25.0

This commit is contained in:
dahanzimin
2026-01-19 18:37:03 +08:00
parent 1a121048a1
commit f17f2105ea
27 changed files with 91 additions and 96 deletions

View File

@@ -121,10 +121,10 @@
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Sant_lib_DL-v1.25.0.bin\" 0xF00000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\" 0xC00000 \"{indexPath}/../micropython/build/esp_tts_voice_data_xiaole.dat\""
},
"micropython:esp32s3:mixgo_nova": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Nova_lib-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Nova_lib-v1.25.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\" 0x400000 \"{indexPath}/../micropython/build/esp_tts_voice_data_xiaole.dat\""
},
"micropython:esp32s3:mixgo_soar": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Soar_lib-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\""
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Soar_lib-v1.25.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\" 0x400000 \"{indexPath}/../micropython/build/esp_tts_voice_data_xiaole.dat\""
},
"micropython:esp32s3:generic": {
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after=no_reset write_flash -e 0x0 \"{indexPath}/build/Generic_S3_lib-v1.25.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
@@ -196,10 +196,13 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Nova_lib-v1.21.0.bin"
"path": "./build/Mixgo_Nova_lib-v1.25.0.bin"
}, {
"offset": "0x700000",
"path": "../micropython/build/HZK12.bin"
}, {
"offset": "0x400000",
"path": "../micropython/build/esp_tts_voice_data_xiaole.dat"
}
]
},
@@ -207,10 +210,13 @@
"binFile": [
{
"offset": "0x0000",
"path": "./build/Mixgo_Soar_lib-v1.21.0.bin"
"path": "./build/Mixgo_Soar_lib-v1.25.0.bin"
}, {
"offset": "0x700000",
"path": "../micropython/build/HZK16_GBK.bin"
}, {
"offset": "0x400000",
"path": "../micropython/build/esp_tts_voice_data_xiaole.dat"
}
]
},