更新3205b款电机pcb
parent
1b82067c45
commit
e4e0398571
|
@ -1,5 +1,10 @@
|
||||||
# V3自平衡莱洛三角形可充电RGB版
|
# V3自平衡莱洛三角形可充电RGB版
|
||||||
### 更新日志
|
### 更新日志
|
||||||
|
2023/10/31:
|
||||||
|
1. 更新新型号3205b款无限位电机适配pcb(<font color='red'> 3205b自带限位 </font>需要加工掉限位装置才可使用,某宝也可购买到加工后的3205b无限位款)
|
||||||
|
2. 修复工程drc报错问题
|
||||||
|
3. 修复上个版本快速开关电源导致短路问题(将电机驱动自举电容22uf更换为100nf电容)也可以自行在三个mos上管gs级之间并一个100k电阻用于电容放电
|
||||||
|
|
||||||
2023/5/25:V3升级明细(相比V2)因为电机无货原因请制作V3版本:
|
2023/5/25:V3升级明细(相比V2)因为电机无货原因请制作V3版本:
|
||||||
1. 将2715电机更改为存量大且自带磁环的3205无限位款电机(感谢“初心不变”提供创意);
|
1. 将2715电机更改为存量大且自带磁环的3205无限位款电机(感谢“初心不变”提供创意);
|
||||||
2. 将AS5600模块插接方案更改为MT6701焊接方案,最大可能地避免了磁铁不对中、磁铁与磁编距离原因导致的PP check fail问题;
|
2. 将AS5600模块插接方案更改为MT6701焊接方案,最大可能地避免了磁铁不对中、磁铁与磁编距离原因导致的PP check fail问题;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,19 +3,19 @@ efuse_mode = 1
|
||||||
efuse_err_halt = 1
|
efuse_err_halt = 1
|
||||||
|
|
||||||
[DOWNLOAD PATH]
|
[DOWNLOAD PATH]
|
||||||
file_sel0 = 1
|
file_sel0 = 0
|
||||||
file_path0 = D:\foc_project\foc\v3\bin\bin\main.ino.bootloader.bin
|
file_path0 = D:\foc_project\foc\v3\bin\bin\main.ino.bootloader.bin
|
||||||
file_offset0 = 0x1000
|
file_offset0 = 0x1000
|
||||||
file_sel1 = 1
|
file_sel1 = 0
|
||||||
file_path1 = D:\foc_project\foc\v3\bin\bin\main.ino.partitions.bin
|
file_path1 = D:\foc_project\foc\v3\bin\bin\main.ino.partitions.bin
|
||||||
file_offset1 = 0x8000
|
file_offset1 = 0x8000
|
||||||
file_sel2 = 1
|
file_sel2 = 0
|
||||||
file_path2 = D:\foc_project\foc\v3\bin\bin\boot_app0.bin
|
file_path2 = D:\foc_project\foc\v3\bin\bin\boot_app0.bin
|
||||||
file_offset2 = 0xe000
|
file_offset2 = 0xe000
|
||||||
file_sel3 = 1
|
file_sel3 = 0
|
||||||
file_path3 = D:\foc_project\foc\v3\bin\bin\main.ino.bin
|
file_path3 = D:\foc_project\foc\v3\bin\bin\main.ino.bin
|
||||||
file_offset3 = 0x10000
|
file_offset3 = 0x10000
|
||||||
file_sel4 = 0
|
file_sel4 = 1
|
||||||
file_path4 = D:\foc_project\foc\v3\bin\combine\target.bin
|
file_path4 = D:\foc_project\foc\v3\bin\combine\target.bin
|
||||||
file_offset4 = 0x000
|
file_offset4 = 0x000
|
||||||
file_sel5 = 0
|
file_sel5 = 0
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310061503
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x8d964dd8
|
||||||
|
mac h: 0xa2083a
|
||||||
|
crc_cal: 162
|
||||||
|
crc_read: 162
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 823.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310061447
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x8d96701c
|
||||||
|
mac h: 0xad083a
|
||||||
|
crc_cal: 173
|
||||||
|
crc_read: 173
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.6 seconds (effective 849.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310061505
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x8d96a184
|
||||||
|
mac h: 0xe2083a
|
||||||
|
crc_cal: 226
|
||||||
|
crc_read: 226
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 838.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310311329
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0xf90b7c34
|
||||||
|
mac h: 0x3508d1
|
||||||
|
crc_cal: 53
|
||||||
|
crc_read: 53
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 838.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201518
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebcc
|
||||||
|
mac h: 0xe43498
|
||||||
|
crc_cal: 228
|
||||||
|
crc_read: 228
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172303
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebd8
|
||||||
|
mac h: 0x183498
|
||||||
|
crc_cal: 24
|
||||||
|
crc_read: 24
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172309
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebec
|
||||||
|
mac h: 0xc73498
|
||||||
|
crc_cal: 199
|
||||||
|
crc_read: 199
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 825.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200110
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebf4
|
||||||
|
mac h: 0x983498
|
||||||
|
crc_cal: 152
|
||||||
|
crc_read: 152
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 827.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201313
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebf4
|
||||||
|
mac h: 0x983498
|
||||||
|
crc_cal: 152
|
||||||
|
crc_read: 152
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172311
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ebfc
|
||||||
|
mac h: 0x5a3498
|
||||||
|
crc_cal: 90
|
||||||
|
crc_read: 90
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.1 seconds (effective 806.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 32 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162221
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ec00
|
||||||
|
mac h: 0xe33498
|
||||||
|
crc_cal: 227
|
||||||
|
crc_read: 227
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.0 seconds (effective 820.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200120
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ec04
|
||||||
|
mac h: 0x823498
|
||||||
|
crc_cal: 130
|
||||||
|
crc_read: 130
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 836.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201325
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ec04
|
||||||
|
mac h: 0x823498
|
||||||
|
crc_cal: 130
|
||||||
|
crc_read: 130
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 822.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201613
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ec0c
|
||||||
|
mac h: 0x403498
|
||||||
|
crc_cal: 64
|
||||||
|
crc_read: 64
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 817.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172304
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ed14
|
||||||
|
mac h: 0xdb3498
|
||||||
|
crc_cal: 219
|
||||||
|
crc_read: 219
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 830.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172312
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ee18
|
||||||
|
mac h: 0x2d3498
|
||||||
|
crc_cal: 45
|
||||||
|
crc_read: 45
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 13 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201517
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ee38
|
||||||
|
mac h: 0xe3498
|
||||||
|
crc_cal: 14
|
||||||
|
crc_read: 14
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 824.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172258
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ee58
|
||||||
|
mac h: 0x6b3498
|
||||||
|
crc_cal: 107
|
||||||
|
crc_read: 107
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 835.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 13 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200134
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ee84
|
||||||
|
mac h: 0x9f3498
|
||||||
|
crc_cal: 159
|
||||||
|
crc_read: 159
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 826.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201350
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51ee84
|
||||||
|
mac h: 0x9f3498
|
||||||
|
crc_cal: 159
|
||||||
|
crc_read: 159
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200111
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51eeb4
|
||||||
|
mac h: 0x213498
|
||||||
|
crc_cal: 33
|
||||||
|
crc_read: 33
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 826.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201331
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51eeb4
|
||||||
|
mac h: 0x213498
|
||||||
|
crc_cal: 33
|
||||||
|
crc_read: 33
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 830.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201518
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51eec4
|
||||||
|
mac h: 0xd93498
|
||||||
|
crc_cal: 217
|
||||||
|
crc_read: 217
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200114
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efcc
|
||||||
|
mac h: 0xdf3498
|
||||||
|
crc_cal: 223
|
||||||
|
crc_read: 223
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 834.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201320
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efcc
|
||||||
|
mac h: 0xdf3498
|
||||||
|
crc_cal: 223
|
||||||
|
crc_read: 223
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 820.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172300
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efd4
|
||||||
|
mac h: 0x803498
|
||||||
|
crc_cal: 128
|
||||||
|
crc_read: 128
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 831.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162230
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efd8
|
||||||
|
mac h: 0x233498
|
||||||
|
crc_cal: 35
|
||||||
|
crc_read: 35
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 833.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200125
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efdc
|
||||||
|
mac h: 0x423498
|
||||||
|
crc_cal: 66
|
||||||
|
crc_read: 66
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 845.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201338
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efdc
|
||||||
|
mac h: 0x423498
|
||||||
|
crc_cal: 66
|
||||||
|
crc_read: 66
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200122
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efe0
|
||||||
|
mac h: 0x5f3498
|
||||||
|
crc_cal: 95
|
||||||
|
crc_read: 95
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 826.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201352
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51efe0
|
||||||
|
mac h: 0x5f3498
|
||||||
|
crc_cal: 95
|
||||||
|
crc_read: 95
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162003
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f010
|
||||||
|
mac h: 0xdf3498
|
||||||
|
crc_cal: 223
|
||||||
|
crc_read: 223
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 843.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200108
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f018
|
||||||
|
mac h: 0x1d3498
|
||||||
|
crc_cal: 29
|
||||||
|
crc_read: 29
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 847.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201307
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f018
|
||||||
|
mac h: 0x1d3498
|
||||||
|
crc_cal: 29
|
||||||
|
crc_read: 29
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.6 seconds (effective 852.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200116
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f02c
|
||||||
|
mac h: 0xc23498
|
||||||
|
crc_cal: 194
|
||||||
|
crc_read: 194
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 827.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 13 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200122
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f030
|
||||||
|
mac h: 0xfc3498
|
||||||
|
crc_cal: 252
|
||||||
|
crc_read: 252
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 825.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201327
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f030
|
||||||
|
mac h: 0xfc3498
|
||||||
|
crc_cal: 252
|
||||||
|
crc_read: 252
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162224
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f034
|
||||||
|
mac h: 0x9d3498
|
||||||
|
crc_cal: 157
|
||||||
|
crc_read: 157
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 834.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200131
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f044
|
||||||
|
mac h: 0x653498
|
||||||
|
crc_cal: 101
|
||||||
|
crc_read: 101
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 822.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201356
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f044
|
||||||
|
mac h: 0x653498
|
||||||
|
crc_cal: 101
|
||||||
|
crc_read: 101
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172314
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f050
|
||||||
|
mac h: 0x993498
|
||||||
|
crc_cal: 153
|
||||||
|
crc_read: 153
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 828.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172306
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f06c
|
||||||
|
mac h: 0x843498
|
||||||
|
crc_cal: 132
|
||||||
|
crc_read: 132
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162003
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f074
|
||||||
|
mac h: 0xdb3498
|
||||||
|
crc_cal: 219
|
||||||
|
crc_read: 219
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 836.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201614
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f07c
|
||||||
|
mac h: 0x193498
|
||||||
|
crc_cal: 25
|
||||||
|
crc_read: 25
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 825.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200125
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f080
|
||||||
|
mac h: 0xce3498
|
||||||
|
crc_cal: 206
|
||||||
|
crc_read: 206
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 829.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201312
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f080
|
||||||
|
mac h: 0xce3498
|
||||||
|
crc_cal: 206
|
||||||
|
crc_read: 206
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 837.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,63 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200120
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f084
|
||||||
|
mac h: 0xaf3498
|
||||||
|
crc_cal: 175
|
||||||
|
crc_read: 175
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 830.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201244
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f084
|
||||||
|
mac h: 0xaf3498
|
||||||
|
crc_cal: 175
|
||||||
|
crc_read: 175
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18992 bytes (13112 compressed) at 0x00001000 in 0.2 seconds (effective 909.0 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 3507.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 10912.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 852896 bytes (553224 compressed) at 0x00010000 in 8.5 seconds (effective 801.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f088
|
||||||
|
mac h: 0xc3498
|
||||||
|
crc_cal: 12
|
||||||
|
crc_read: 12
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 832.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201332
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f088
|
||||||
|
mac h: 0xc3498
|
||||||
|
crc_cal: 12
|
||||||
|
crc_read: 12
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 837.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162235
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f09c
|
||||||
|
mac h: 0xf03498
|
||||||
|
crc_cal: 240
|
||||||
|
crc_read: 240
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 828.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162221
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f140
|
||||||
|
mac h: 0xc03498
|
||||||
|
crc_cal: 192
|
||||||
|
crc_read: 192
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 825.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200130
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f15c
|
||||||
|
mac h: 0xfe3498
|
||||||
|
crc_cal: 254
|
||||||
|
crc_read: 254
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 829.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201341
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f15c
|
||||||
|
mac h: 0xfe3498
|
||||||
|
crc_cal: 254
|
||||||
|
crc_read: 254
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172259
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f164
|
||||||
|
mac h: 0x823498
|
||||||
|
crc_cal: 130
|
||||||
|
crc_read: 130
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 836.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200124
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f168
|
||||||
|
mac h: 0x213498
|
||||||
|
crc_cal: 33
|
||||||
|
crc_read: 33
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 831.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201329
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f168
|
||||||
|
mac h: 0x213498
|
||||||
|
crc_cal: 33
|
||||||
|
crc_read: 33
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 819.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 19 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200121
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f170
|
||||||
|
mac h: 0x7e3498
|
||||||
|
crc_cal: 126
|
||||||
|
crc_read: 126
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 832.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201326
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f170
|
||||||
|
mac h: 0x7e3498
|
||||||
|
crc_cal: 126
|
||||||
|
crc_read: 126
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 841.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162227
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f174
|
||||||
|
mac h: 0x1f3498
|
||||||
|
crc_cal: 31
|
||||||
|
crc_read: 31
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 828.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310181427
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f178
|
||||||
|
mac h: 0xbc3498
|
||||||
|
crc_cal: 188
|
||||||
|
crc_read: 188
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.0 seconds (effective 820.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162239
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f45c
|
||||||
|
mac h: 0x13498
|
||||||
|
crc_cal: 1
|
||||||
|
crc_read: 1
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 826.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172314
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f470
|
||||||
|
mac h: 0x813498
|
||||||
|
crc_cal: 129
|
||||||
|
crc_read: 129
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 838.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201517
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f488
|
||||||
|
mac h: 0x373498
|
||||||
|
crc_cal: 55
|
||||||
|
crc_read: 55
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 831.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310261500
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f48c
|
||||||
|
mac h: 0x563498
|
||||||
|
crc_cal: 86
|
||||||
|
crc_read: 86
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.6 seconds (effective 853.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200117
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f4a0
|
||||||
|
mac h: 0xd63498
|
||||||
|
crc_cal: 214
|
||||||
|
crc_read: 214
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.2 seconds (effective 797.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201316
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f4a0
|
||||||
|
mac h: 0xd63498
|
||||||
|
crc_cal: 214
|
||||||
|
crc_read: 214
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 817.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162231
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f4c0
|
||||||
|
mac h: 0xb33498
|
||||||
|
crc_cal: 179
|
||||||
|
crc_read: 179
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 834.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172258
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f4c8
|
||||||
|
mac h: 0x713498
|
||||||
|
crc_cal: 113
|
||||||
|
crc_read: 113
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 828.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f4e0
|
||||||
|
mac h: 0x903498
|
||||||
|
crc_cal: 144
|
||||||
|
crc_read: 144
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 842.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200113
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f504
|
||||||
|
mac h: 0xdc3498
|
||||||
|
crc_cal: 220
|
||||||
|
crc_read: 220
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 831.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201319
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f504
|
||||||
|
mac h: 0xdc3498
|
||||||
|
crc_cal: 220
|
||||||
|
crc_read: 220
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 840.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200133
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f508
|
||||||
|
mac h: 0x7f3498
|
||||||
|
crc_cal: 127
|
||||||
|
crc_read: 127
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 823.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201353
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f508
|
||||||
|
mac h: 0x7f3498
|
||||||
|
crc_cal: 127
|
||||||
|
crc_read: 127
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 840.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200129
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f51c
|
||||||
|
mac h: 0x833498
|
||||||
|
crc_cal: 131
|
||||||
|
crc_read: 131
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 844.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201339
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a51f51c
|
||||||
|
mac h: 0x833498
|
||||||
|
crc_cal: 131
|
||||||
|
crc_read: 131
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172305
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c04a8
|
||||||
|
mac h: 0x9d3498
|
||||||
|
crc_cal: 157
|
||||||
|
crc_read: 157
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.5 seconds (effective 770.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310221411
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1d14
|
||||||
|
mac h: 0x523498
|
||||||
|
crc_cal: 82
|
||||||
|
crc_read: 82
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 833.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 13 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162226
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1d50
|
||||||
|
mac h: 0x753498
|
||||||
|
crc_cal: 117
|
||||||
|
crc_read: 117
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 827.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172310
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e10
|
||||||
|
mac h: 0x663498
|
||||||
|
crc_cal: 102
|
||||||
|
crc_read: 102
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 835.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310202144
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e10
|
||||||
|
mac h: 0x663498
|
||||||
|
crc_cal: 102
|
||||||
|
crc_read: 102
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 817.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,100 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162224
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e30
|
||||||
|
mac h: 0x453498
|
||||||
|
crc_cal: 69
|
||||||
|
crc_read: 69
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 840.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162225
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set STOP FLG: True===============BAUD : 115200===============set state: ESP_DL_STOP
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172257
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e44
|
||||||
|
mac h: 0xdc3498
|
||||||
|
crc_cal: 220
|
||||||
|
crc_read: 220
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 839.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200134
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e50
|
||||||
|
mac h: 0x203498
|
||||||
|
crc_cal: 32
|
||||||
|
crc_read: 32
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.4 seconds (effective 781.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201343
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e50
|
||||||
|
mac h: 0x203498
|
||||||
|
crc_cal: 32
|
||||||
|
crc_read: 32
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.0 seconds (effective 812.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172304
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e74
|
||||||
|
mac h: 0x623498
|
||||||
|
crc_cal: 98
|
||||||
|
crc_read: 98
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.0 seconds (effective 815.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1e98
|
||||||
|
mac h: 0x283498
|
||||||
|
crc_cal: 40
|
||||||
|
crc_read: 40
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 829.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200127
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1ea4
|
||||||
|
mac h: 0x353498
|
||||||
|
crc_cal: 53
|
||||||
|
crc_read: 53
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 823.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201349
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c1ea4
|
||||||
|
mac h: 0x353498
|
||||||
|
crc_cal: 53
|
||||||
|
crc_read: 53
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 828.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172312
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2db4
|
||||||
|
mac h: 0xd03498
|
||||||
|
crc_cal: 208
|
||||||
|
crc_read: 208
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 827.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162226
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2db8
|
||||||
|
mac h: 0x733498
|
||||||
|
crc_cal: 115
|
||||||
|
crc_read: 115
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 827.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,87 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200107
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dbc
|
||||||
|
mac h: 0x123498
|
||||||
|
crc_cal: 18
|
||||||
|
crc_read: 18
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200107
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dbc
|
||||||
|
mac h: 0x123498
|
||||||
|
crc_cal: 18
|
||||||
|
crc_read: 18
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 9.1 seconds (effective 808.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201310
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dbc
|
||||||
|
mac h: 0x123498
|
||||||
|
crc_cal: 18
|
||||||
|
crc_read: 18
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 823.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310311330
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dc0
|
||||||
|
mac h: 0x493498
|
||||||
|
crc_cal: 73
|
||||||
|
crc_read: 73
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 9.2 seconds (effective 801.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200106
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dc4
|
||||||
|
mac h: 0x283498
|
||||||
|
crc_cal: 40
|
||||||
|
crc_read: 40
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 843.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201324
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dc4
|
||||||
|
mac h: 0x283498
|
||||||
|
crc_cal: 40
|
||||||
|
crc_read: 40
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.6 seconds (effective 849.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200114
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2de4
|
||||||
|
mac h: 0xb3498
|
||||||
|
crc_cal: 11
|
||||||
|
crc_read: 11
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 834.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201322
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2de4
|
||||||
|
mac h: 0xb3498
|
||||||
|
crc_cal: 11
|
||||||
|
crc_read: 11
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 840.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200112
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2df0
|
||||||
|
mac h: 0xf73498
|
||||||
|
crc_cal: 247
|
||||||
|
crc_read: 247
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 839.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201318
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2df0
|
||||||
|
mac h: 0xf73498
|
||||||
|
crc_cal: 247
|
||||||
|
crc_read: 247
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 836.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172313
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2dfc
|
||||||
|
mac h: 0x543498
|
||||||
|
crc_cal: 84
|
||||||
|
crc_read: 84
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 830.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200112
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e10
|
||||||
|
mac h: 0x4b3498
|
||||||
|
crc_cal: 75
|
||||||
|
crc_read: 75
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 847.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201314
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e10
|
||||||
|
mac h: 0x4b3498
|
||||||
|
crc_cal: 75
|
||||||
|
crc_read: 75
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 849.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162232
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e1c
|
||||||
|
mac h: 0xe83498
|
||||||
|
crc_cal: 232
|
||||||
|
crc_read: 232
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 20 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162232
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e30
|
||||||
|
mac h: 0x683498
|
||||||
|
crc_cal: 104
|
||||||
|
crc_read: 104
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 822.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200129
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e44
|
||||||
|
mac h: 0xf13498
|
||||||
|
crc_cal: 241
|
||||||
|
crc_read: 241
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 841.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201347
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e44
|
||||||
|
mac h: 0xf13498
|
||||||
|
crc_cal: 241
|
||||||
|
crc_read: 241
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 847.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,63 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200207
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e50
|
||||||
|
mac h: 0xd3498
|
||||||
|
crc_cal: 13
|
||||||
|
crc_read: 13
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.7 seconds (effective 846.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201301
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e50
|
||||||
|
mac h: 0xd3498
|
||||||
|
crc_cal: 13
|
||||||
|
crc_read: 13
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18992 bytes (13112 compressed) at 0x00001000 in 0.2 seconds (effective 909.0 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (146 compressed) at 0x00008000 in 0.0 seconds (effective 3507.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 10912.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 852896 bytes (553224 compressed) at 0x00010000 in 8.4 seconds (effective 809.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,42 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162222
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e54
|
||||||
|
mac h: 0x6c3498
|
||||||
|
crc_cal: 108
|
||||||
|
crc_read: 108
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 835.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200109
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e58
|
||||||
|
mac h: 0xcf3498
|
||||||
|
crc_cal: 207
|
||||||
|
crc_read: 207
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 830.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201309
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e58
|
||||||
|
mac h: 0xcf3498
|
||||||
|
crc_cal: 207
|
||||||
|
crc_read: 207
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 833.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200128
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e60
|
||||||
|
mac h: 0xb33498
|
||||||
|
crc_cal: 179
|
||||||
|
crc_read: 179
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 826.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201335
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c2e60
|
||||||
|
mac h: 0xb33498
|
||||||
|
crc_cal: 179
|
||||||
|
crc_read: 179
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 834.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200135
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c6cd8
|
||||||
|
mac h: 0x493498
|
||||||
|
crc_cal: 73
|
||||||
|
crc_read: 73
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 839.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201358
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c6cd8
|
||||||
|
mac h: 0x493498
|
||||||
|
crc_cal: 73
|
||||||
|
crc_read: 73
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 843.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 13 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200128
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c6db0
|
||||||
|
mac h: 0x2a3498
|
||||||
|
crc_cal: 42
|
||||||
|
crc_read: 42
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201337
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5c6db0
|
||||||
|
mac h: 0x2a3498
|
||||||
|
crc_cal: 42
|
||||||
|
crc_read: 42
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.7 seconds (effective 843.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200126
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5cf2bc
|
||||||
|
mac h: 0x523498
|
||||||
|
crc_cal: 82
|
||||||
|
crc_read: 82
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201334
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5cf2bc
|
||||||
|
mac h: 0x523498
|
||||||
|
crc_cal: 82
|
||||||
|
crc_read: 82
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 837.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310172300
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5cf2e8
|
||||||
|
mac h: 0xe83498
|
||||||
|
crc_cal: 232
|
||||||
|
crc_read: 232
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 838.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200115
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5cf320
|
||||||
|
mac h: 0x243498
|
||||||
|
crc_cal: 36
|
||||||
|
crc_read: 36
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 829.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201312
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5cf320
|
||||||
|
mac h: 0x243498
|
||||||
|
crc_cal: 36
|
||||||
|
crc_read: 36
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.8 seconds (effective 838.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200124
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e0380
|
||||||
|
mac h: 0x5d3498
|
||||||
|
crc_cal: 93
|
||||||
|
crc_read: 93
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 835.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201322
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e0380
|
||||||
|
mac h: 0x5d3498
|
||||||
|
crc_cal: 93
|
||||||
|
crc_read: 93
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 829.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 27 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310162234
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e1558
|
||||||
|
mac h: 0x8e3498
|
||||||
|
crc_cal: 142
|
||||||
|
crc_read: 142
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.8 seconds (effective 837.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,60 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310200132
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e156c
|
||||||
|
mac h: 0x513498
|
||||||
|
crc_cal: 81
|
||||||
|
crc_read: 81
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567143 compressed) at 0x00000000 in 8.9 seconds (effective 824.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310201355
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e156c
|
||||||
|
mac h: 0x513498
|
||||||
|
crc_cal: 81
|
||||||
|
crc_read: 81
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 824.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202310202139
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
set state: ESP_DL_SYNC
|
||||||
|
serial port opened
|
||||||
|
-----------
|
||||||
|
baud:115200
|
||||||
|
root baud:115200
|
||||||
|
-------------
|
||||||
|
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||||
|
connecting...
|
||||||
|
chip sync ok
|
||||||
|
mac l: 0x7a5e1584
|
||||||
|
mac h: 0x7a3498
|
||||||
|
crc_cal: 122
|
||||||
|
crc_read: 122
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 918432 bytes (567141 compressed) at 0x00000000 in 8.9 seconds (effective 821.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue