first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[SECURE BOOT]
|
||||
secure_boot_en = False
|
||||
public_key_digest_path = .\secure\public_key_digest.bin
|
||||
public_key_digest_block_index = 0
|
||||
|
||||
[FLASH ENCRYPTION]
|
||||
flash_encryption_en = False
|
||||
reserved_burn_times = 0
|
||||
flash_encrypt_key_block_index = 1
|
||||
|
||||
[SECURE OTHER CONFIG]
|
||||
flash_encryption_use_customer_key_enable = False
|
||||
flash_encryption_use_customer_key_path = .\secure\flash_encrypt_key.bin
|
||||
flash_force_write_enable = False
|
||||
|
||||
[FLASH ENCRYPTION KEYS LOCAL SAVE]
|
||||
keys_save_enable = False
|
||||
encrypt_keys_enable = False
|
||||
encrypt_keys_aeskey_path =
|
||||
|
||||
[ESP32C* EFUSE BIT CONFIG]
|
||||
dis_usb_jtag = False
|
||||
dis_pad_jtag = False
|
||||
soft_dis_jtag = 7
|
||||
dis_direct_boot = False
|
||||
dis_download_icache = False
|
||||
dis_download_manual_encrypt = False
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
[EFUSE CHECK]
|
||||
efuse_mode = 1
|
||||
efuse_err_halt = 1
|
||||
|
||||
[MULTI_UI_CONFIG]
|
||||
multi_col = 2
|
||||
|
||||
[DOWNLOAD PATH]
|
||||
file_sel0 = 1
|
||||
file_path0 = E:\晶彩\资料下载\ESP32\P4\JC1060P470\8-Burn operation\Burn files\JC1060P470_C6.bin
|
||||
file_flag0 = False
|
||||
file_offset0 = 0x0
|
||||
file_sel1 = 0
|
||||
file_path1 =
|
||||
file_flag1 = False
|
||||
file_offset1 =
|
||||
file_sel2 = 0
|
||||
file_path2 =
|
||||
file_flag2 = False
|
||||
file_offset2 =
|
||||
file_sel3 = 0
|
||||
file_path3 =
|
||||
file_flag3 = False
|
||||
file_offset3 =
|
||||
file_sel4 = 0
|
||||
file_path4 =
|
||||
file_flag4 = False
|
||||
file_offset4 =
|
||||
file_sel5 = 0
|
||||
file_path5 =
|
||||
file_flag5 = False
|
||||
file_offset5 =
|
||||
file_sel6 = 0
|
||||
file_path6 =
|
||||
file_flag6 = False
|
||||
file_offset6 =
|
||||
file_sel7 = 0
|
||||
file_path7 =
|
||||
file_flag7 = False
|
||||
file_offset7 =
|
||||
file_sel8 = 0
|
||||
file_path8 =
|
||||
file_flag8 = False
|
||||
file_offset8 =
|
||||
file_sel9 = 0
|
||||
file_path9 =
|
||||
file_flag9 = False
|
||||
file_offset9 =
|
||||
file_sel10 = 0
|
||||
file_path10 =
|
||||
file_flag10 = False
|
||||
file_offset10 =
|
||||
file_sel11 = 0
|
||||
file_path11 =
|
||||
file_flag11 = False
|
||||
file_offset11 =
|
||||
file_sel12 = 0
|
||||
file_path12 =
|
||||
file_flag12 = False
|
||||
file_offset12 =
|
||||
file_sel13 = 0
|
||||
file_path13 =
|
||||
file_flag13 = False
|
||||
file_offset13 =
|
||||
default_path = E:\晶彩\资料下载\ESP32\P4\JC1060P470\8-Burn operation\Burn files
|
||||
|
||||
[FLASH_CRYSTAL]
|
||||
spicfgdis = 1
|
||||
spispeed = 0
|
||||
spimode = 2
|
||||
|
||||
[DOWNLOAD]
|
||||
erase_button_en = True
|
||||
autostart1 = 0
|
||||
com_port1 = COM6
|
||||
baudrate1 = 0
|
||||
checkmac1 = 1
|
||||
|
||||
[LOG_CHECK]
|
||||
log_check_enable = False
|
||||
log_check_baud = 115200
|
||||
log_check_str = 1.0.0
|
||||
log_check_delaytime = 3
|
||||
log_check_timeout = 3
|
||||
log_check_cmd_str = AT+GMR
|
||||
log_check_enable_cmd = False
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[ESPTOOL_PARAM]
|
||||
after = no_reset
|
||||
before = default_reset
|
||||
compress = True
|
||||
flash_size = keep
|
||||
no_stub = False
|
||||
verify = True
|
||||
flash_freq = keep
|
||||
flash_mode = keep
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[LOG_LEVEL]
|
||||
utility_log_level = ERROR
|
||||
spi_log_level = ERROR
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[SECTOR_PROTECT]
|
||||
sector_protect_enable = False
|
||||
sector_protect_start = 0xe000
|
||||
sector_protect_end = 0x3000
|
||||
|
||||
[ESP32_EFUSE_CONFIG]
|
||||
config_voltage = OFF
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
[SECURE BOOT]
|
||||
secure_boot_en = False
|
||||
public_key_digest_path = .\secure\public_key_digest.bin
|
||||
|
||||
[FLASH ENCRYPTION]
|
||||
flash_encryption_en = False
|
||||
reserved_burn_times = 0
|
||||
|
||||
[SECURE OTHER CONFIG]
|
||||
flash_encryption_use_customer_key_enable = False
|
||||
flash_encryption_use_customer_key_path = .\secure\flash_encrypt_key.bin
|
||||
flash_force_write_enable = False
|
||||
|
||||
[FLASH ENCRYPTION KEYS LOCAL SAVE]
|
||||
keys_save_enable = False
|
||||
encrypt_keys_enable = False
|
||||
encrypt_keys_aeskey_path =
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
[EFUSE CHECK]
|
||||
efuse_mode = 1
|
||||
efuse_err_halt = 1
|
||||
|
||||
[MULTI_UI_CONFIG]
|
||||
multi_col = 2
|
||||
|
||||
[DOWNLOAD PATH]
|
||||
file_sel0 = 1
|
||||
file_path0 = E:\晶彩\资料下载\ESP32\P4\JC1060P470\8-Burn operation\Burn files\JC1060P470_C6.bin
|
||||
file_flag0 = False
|
||||
file_offset0 = 0x0000
|
||||
file_sel1 = 0
|
||||
file_path1 =
|
||||
file_flag1 = False
|
||||
file_offset1 =
|
||||
file_sel2 = 0
|
||||
file_path2 =
|
||||
file_flag2 = False
|
||||
file_offset2 =
|
||||
file_sel3 = 0
|
||||
file_path3 =
|
||||
file_flag3 = False
|
||||
file_offset3 =
|
||||
file_sel4 = 0
|
||||
file_path4 =
|
||||
file_flag4 = False
|
||||
file_offset4 =
|
||||
file_sel5 = 0
|
||||
file_path5 =
|
||||
file_flag5 = False
|
||||
file_offset5 =
|
||||
file_sel6 = 0
|
||||
file_path6 =
|
||||
file_flag6 = False
|
||||
file_offset6 =
|
||||
file_sel7 = 0
|
||||
file_path7 =
|
||||
file_flag7 = False
|
||||
file_offset7 =
|
||||
file_sel8 = 0
|
||||
file_path8 =
|
||||
file_flag8 = False
|
||||
file_offset8 =
|
||||
file_sel9 = 0
|
||||
file_path9 =
|
||||
file_flag9 = False
|
||||
file_offset9 =
|
||||
file_sel10 = 0
|
||||
file_path10 =
|
||||
file_flag10 = False
|
||||
file_offset10 =
|
||||
file_sel11 = 0
|
||||
file_path11 =
|
||||
file_flag11 = False
|
||||
file_offset11 =
|
||||
file_sel12 = 0
|
||||
file_path12 =
|
||||
file_flag12 = False
|
||||
file_offset12 =
|
||||
file_sel13 = 0
|
||||
file_path13 =
|
||||
file_flag13 = False
|
||||
file_offset13 =
|
||||
default_path = E:\晶彩\资料下载\ESP32\P4\JC1060P470\8-Burn operation\Burn files
|
||||
|
||||
[FLASH_CRYSTAL]
|
||||
spicfgdis = 1
|
||||
spispeed = 3
|
||||
spimode = 0
|
||||
|
||||
[DOWNLOAD]
|
||||
erase_button_en = True
|
||||
autostart1 = 0
|
||||
com_port1 = COM6
|
||||
baudrate1 = 5
|
||||
checkmac1 = 1
|
||||
|
||||
[LOG_CHECK]
|
||||
log_check_enable = False
|
||||
log_check_baud = 115200
|
||||
log_check_str = 1.0.0
|
||||
log_check_delaytime = 3
|
||||
log_check_timeout = 3
|
||||
log_check_cmd_str = AT+GMR
|
||||
log_check_enable_cmd = False
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[ESPTOOL_PARAM]
|
||||
after = no_reset
|
||||
before = default_reset
|
||||
compress = True
|
||||
flash_size = keep
|
||||
no_stub = False
|
||||
verify = True
|
||||
flash_freq = keep
|
||||
flash_mode = keep
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
[LOG_LEVEL]
|
||||
utility_log_level = ERROR
|
||||
spi_log_level = ERROR
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[SECTOR_PROTECT]
|
||||
sector_protect_enable = False
|
||||
sector_protect_start = 0xe000
|
||||
sector_protect_end = 0x3000
|
||||
|
||||
[ESP32_EFUSE_CONFIG]
|
||||
config_voltage = OFF
|
||||
|
||||
@@ -0,0 +1,161 @@
|
||||
[EFUSE CHECK]
|
||||
efuse_mode = 1
|
||||
efuse_err_halt = 1
|
||||
|
||||
[MULTI_UI_CONFIG]
|
||||
multi_col = 2
|
||||
|
||||
[DOWNLOAD PATH]
|
||||
file_sel0 = 1
|
||||
file_path0 = ..\bin\JC8048W550C_I_NEW.bin
|
||||
file_flag0 = False
|
||||
file_offset0 = 0x0
|
||||
file_sel1 = 0
|
||||
file_path1 =
|
||||
file_flag1 = False
|
||||
file_offset1 =
|
||||
file_sel2 = 0
|
||||
file_path2 =
|
||||
file_flag2 = False
|
||||
file_offset2 =
|
||||
file_sel3 = 0
|
||||
file_path3 =
|
||||
file_flag3 = False
|
||||
file_offset3 =
|
||||
file_sel4 = 0
|
||||
file_path4 =
|
||||
file_flag4 = False
|
||||
file_offset4 =
|
||||
file_sel5 = 0
|
||||
file_path5 =
|
||||
file_flag5 = False
|
||||
file_offset5 =
|
||||
file_sel6 = 0
|
||||
file_path6 =
|
||||
file_flag6 = False
|
||||
file_offset6 =
|
||||
file_sel7 = 0
|
||||
file_path7 =
|
||||
file_flag7 = False
|
||||
file_offset7 =
|
||||
file_sel8 = 0
|
||||
file_path8 =
|
||||
file_flag8 = False
|
||||
file_offset8 =
|
||||
file_sel9 = 0
|
||||
file_path9 =
|
||||
file_flag9 = False
|
||||
file_offset9 =
|
||||
file_sel10 = 0
|
||||
file_path10 =
|
||||
file_flag10 = False
|
||||
file_offset10 =
|
||||
file_sel11 = 0
|
||||
file_path11 =
|
||||
file_flag11 = False
|
||||
file_offset11 =
|
||||
file_sel12 = 0
|
||||
file_path12 =
|
||||
file_flag12 = False
|
||||
file_offset12 =
|
||||
file_sel13 = 0
|
||||
file_path13 =
|
||||
file_flag13 = False
|
||||
file_offset13 =
|
||||
default_path = ./bin/
|
||||
|
||||
[LOCK]
|
||||
lock_setting_password =
|
||||
|
||||
[FLASH_CRYSTAL]
|
||||
spicfgdis = 1
|
||||
spispeed = 3
|
||||
spimode = 0
|
||||
|
||||
[DOWNLOAD]
|
||||
erase_button_en = True
|
||||
autostart1 = 0
|
||||
com_port1 = COM11
|
||||
baudrate1 = 4
|
||||
checkmac1 = 1
|
||||
autostart2 = 0
|
||||
com_port2 =
|
||||
baudrate2 = 0
|
||||
checkmac2 = 1
|
||||
autostart3 = 0
|
||||
com_port3 =
|
||||
baudrate3 = 0
|
||||
checkmac3 = 1
|
||||
autostart4 = 0
|
||||
com_port4 =
|
||||
baudrate4 = 0
|
||||
checkmac4 = 1
|
||||
autostart5 = 0
|
||||
com_port5 =
|
||||
baudrate5 = 0
|
||||
checkmac5 = 1
|
||||
autostart6 = 0
|
||||
com_port6 = COM5
|
||||
baudrate6 = 4
|
||||
checkmac6 = 1
|
||||
autostart7 = 0
|
||||
com_port7 =
|
||||
baudrate7 = 0
|
||||
checkmac7 = 1
|
||||
autostart8 = 0
|
||||
com_port8 =
|
||||
baudrate8 = 0
|
||||
checkmac8 = 1
|
||||
autostart9 = 0
|
||||
com_port9 =
|
||||
baudrate9 = 0
|
||||
checkmac9 = 1
|
||||
autostart10 = 0
|
||||
com_port10 =
|
||||
baudrate10 = 0
|
||||
checkmac10 = 1
|
||||
|
||||
[LOG_CHECK]
|
||||
log_check_enable = False
|
||||
log_check_baud = 115200
|
||||
log_check_str = 1.0.0
|
||||
log_check_delaytime = 3
|
||||
log_check_timeout = 3
|
||||
log_check_cmd_str = AT+GMR
|
||||
log_check_enable_cmd = False
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[ESPTOOL_PARAM]
|
||||
after = no_reset
|
||||
before = default_reset
|
||||
compress = True
|
||||
flash_size = keep
|
||||
no_stub = False
|
||||
verify = True
|
||||
flash_freq = keep
|
||||
flash_mode = keep
|
||||
|
||||
[STATISTICS]
|
||||
pass1 = 3
|
||||
fail1 = 0
|
||||
pass2 = 0
|
||||
fail2 = 0
|
||||
pass3 = 0
|
||||
fail3 = 0
|
||||
pass4 = 0
|
||||
fail4 = 0
|
||||
pass5 = 0
|
||||
fail5 = 0
|
||||
pass6 = 3
|
||||
fail6 = 0
|
||||
pass7 = 0
|
||||
fail7 = 0
|
||||
pass8 = 0
|
||||
fail8 = 0
|
||||
pass9 = 0
|
||||
fail9 = 0
|
||||
pass10 = 0
|
||||
fail10 = 0
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
[SECURE BOOT]
|
||||
secure_boot_en = False
|
||||
public_key_digest_path = .\secure\public_key_digest.bin
|
||||
public_key_digest_block_index = 0
|
||||
|
||||
[FLASH ENCRYPTION]
|
||||
flash_encryption_en = False
|
||||
reserved_burn_times = 0
|
||||
flash_encrypt_key_block_index = 1
|
||||
|
||||
[SECURE OTHER CONFIG]
|
||||
flash_encryption_use_customer_key_enable = False
|
||||
flash_encryption_use_customer_key_path = .\secure\flash_encrypt_key.bin
|
||||
flash_force_write_enable = False
|
||||
|
||||
[FLASH ENCRYPTION KEYS LOCAL SAVE]
|
||||
keys_save_enable = False
|
||||
encrypt_keys_enable = False
|
||||
encrypt_keys_aeskey_path =
|
||||
|
||||
[ESP32S3 EFUSE BIT CONFIG]
|
||||
dis_usb_jtag = False
|
||||
hard_dis_jtag = False
|
||||
soft_dis_jtag = 7
|
||||
dis_usb_otg_download_mode = False
|
||||
dis_direct_boot = False
|
||||
dis_download_icache = False
|
||||
dis_download_dcache = False
|
||||
dis_download_manual_encrypt = False
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
[EFUSE CHECK]
|
||||
efuse_mode = 1
|
||||
efuse_err_halt = 1
|
||||
|
||||
[MULTI_UI_CONFIG]
|
||||
multi_col = 2
|
||||
|
||||
[DOWNLOAD PATH]
|
||||
file_sel0 = 1
|
||||
file_path0 = C:\Users\JCZN\Desktop\source\firware.bin
|
||||
file_flag0 = False
|
||||
file_offset0 = 0x0
|
||||
file_sel1 = 0
|
||||
file_path1 = D:\jc\JC8048W550\8-Burn operation\Burn files\5inch LVGL CTP.bin
|
||||
file_flag1 = False
|
||||
file_offset1 = 0x0
|
||||
file_sel2 = 0
|
||||
file_path2 =
|
||||
file_flag2 = False
|
||||
file_offset2 =
|
||||
file_sel3 = 0
|
||||
file_path3 =
|
||||
file_flag3 = False
|
||||
file_offset3 =
|
||||
file_sel4 = 0
|
||||
file_path4 =
|
||||
file_flag4 = False
|
||||
file_offset4 =
|
||||
file_sel5 = 0
|
||||
file_path5 =
|
||||
file_flag5 = False
|
||||
file_offset5 =
|
||||
file_sel6 = 0
|
||||
file_path6 =
|
||||
file_flag6 = False
|
||||
file_offset6 =
|
||||
file_sel7 = 0
|
||||
file_path7 =
|
||||
file_flag7 = False
|
||||
file_offset7 =
|
||||
file_sel8 = 0
|
||||
file_path8 =
|
||||
file_flag8 = False
|
||||
file_offset8 =
|
||||
file_sel9 = 0
|
||||
file_path9 =
|
||||
file_flag9 = False
|
||||
file_offset9 =
|
||||
file_sel10 = 0
|
||||
file_path10 =
|
||||
file_flag10 = False
|
||||
file_offset10 =
|
||||
file_sel11 = 0
|
||||
file_path11 =
|
||||
file_flag11 = False
|
||||
file_offset11 =
|
||||
file_sel12 = 0
|
||||
file_path12 =
|
||||
file_flag12 = False
|
||||
file_offset12 =
|
||||
file_sel13 = 0
|
||||
file_path13 =
|
||||
file_flag13 = False
|
||||
file_offset13 =
|
||||
default_path = D:\jc\JC8048W550\8-Burn operation\Burn files
|
||||
|
||||
[FLASH_CRYSTAL]
|
||||
spicfgdis = 1
|
||||
spispeed = 3
|
||||
spimode = 0
|
||||
|
||||
[DOWNLOAD]
|
||||
erase_button_en = True
|
||||
autostart1 = 0
|
||||
com_port1 = COM11
|
||||
baudrate1 = 4
|
||||
checkmac1 = 1
|
||||
|
||||
[LOG_CHECK]
|
||||
log_check_enable = False
|
||||
log_check_baud = 115200
|
||||
log_check_str = 1.0.0
|
||||
log_check_delaytime = 3
|
||||
log_check_timeout = 3
|
||||
log_check_cmd_str = AT+GMR
|
||||
log_check_enable_cmd = False
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[ESPTOOL_PARAM]
|
||||
after = no_reset
|
||||
before = default_reset
|
||||
compress = True
|
||||
flash_size = keep
|
||||
no_stub = False
|
||||
verify = True
|
||||
flash_freq = keep
|
||||
flash_mode = keep
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
[LOG_LEVEL]
|
||||
utility_log_level = ERROR
|
||||
spi_log_level = ERROR
|
||||
multi_log_level = ERROR
|
||||
|
||||
[MAC_SAVE]
|
||||
mac_save_enable = False
|
||||
|
||||
[SECTOR_PROTECT]
|
||||
sector_protect_enable = False
|
||||
sector_protect_start = 0xe000
|
||||
sector_protect_end = 0x3000
|
||||
|
||||
[ESP32_EFUSE_CONFIG]
|
||||
config_voltage = OFF
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+27436
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
BIN
Binary file not shown.
+27436
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
|
||||
3.9.7:
|
||||
* support ESP32-P4
|
||||
* update UI display icon
|
||||
* Fix bug: icon stuck after long-term use
|
||||
|
||||
3.9.6:
|
||||
* support ESP32/ESP32H2/ESP32C6/ESP32C2/ESP32S2 secure boot version2 and flash encryption
|
||||
* config DUT number in multiconfig file ,up to 20pcs
|
||||
* update secure config file, see docs in detail
|
||||
|
||||
3.9.5:
|
||||
* support esp32-h2
|
||||
* support erase button disable
|
||||
* fix some bugs
|
||||
|
||||
3.9.4:
|
||||
* support esp32-c6
|
||||
* support esp32-c3/esp32-s3 flash encrytion
|
||||
* add xmc flash fix
|
||||
* support dut count in factory mode
|
||||
|
||||
3.9.3:
|
||||
* support esp32-c2
|
||||
* update finish UI show
|
||||
|
||||
3.9.2:
|
||||
* fix configure file error
|
||||
* update autostart process
|
||||
Binary file not shown.
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412021816
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x27c7fdf4
|
||||
mac h: 0x3c84
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 4194304 bytes (1065902 compressed) at 0x00000000 in 23.6 seconds (effective 1420.1 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 33 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412031603
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
@@ -0,0 +1,25 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412301902
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc1
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 13697024 bytes (4639600 compressed) at 0x00000000 in 108.2 seconds (effective 1012.8 kbit/s)...
|
||||
|
||||
@@ -0,0 +1,129 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412310841
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc4
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 13697024 bytes (4639600 compressed) at 0x00000000 in 111.0 seconds (effective 987.1 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 138 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412310854
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc4
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 13697024 bytes (4639600 compressed) at 0x00000000 in 107.2 seconds (effective 1022.2 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 134 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412311049
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc4
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 4194304 bytes (3199460 compressed) at 0x00000000 in 47.8 seconds (effective 701.5 kbit/s)...
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412311050
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc4
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 4194304 bytes (3199460 compressed) at 0x00000000 in 48.3 seconds (effective 695.4 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 57 s
|
||||
@@ -0,0 +1,28 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412301858
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbc6
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x001840c8
|
||||
|
||||
manufacturer_id: 0xc8
|
||||
|
||||
device_id: 0x4018
|
||||
|
||||
|
||||
Wrote 23248 bytes (14291 compressed) at 0x00002000 in 0.5 seconds (effective 347.4 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Wrote 3072 bytes (120 compressed) at 0x00008000 in 0.0 seconds (effective 524.3 kbit/s)...
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412301857
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0xf9fafbca
|
||||
mac h: 0x6055
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Leaving...
|
||||
@@ -0,0 +1,42 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412311133
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x6e5ba8a4
|
||||
mac h: 0xfe9c9e
|
||||
get mac res: 1
|
||||
get flash id : 0x00164020
|
||||
|
||||
manufacturer_id: 0x20
|
||||
|
||||
device_id: 0x4016
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412311133
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x6e5ba8a4
|
||||
mac h: 0xfe9c9e
|
||||
get mac res: 1
|
||||
get flash id : 0x00164020
|
||||
|
||||
manufacturer_id: 0x20
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020941
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7068
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 16777216 bytes (1078132 compressed) at 0x00000000 in 63.3 seconds (effective 2120.5 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 93 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020954
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
@@ -0,0 +1,148 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020927
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7234
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 5 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020928
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7234
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 16777216 bytes (1078132 compressed) at 0x00000000 in 137.5 seconds (effective 976.1 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 168 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020932
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7234
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 4 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020932
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7234
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 617536 bytes (334320 compressed) at 0x00000000 in 5.3 seconds (effective 936.6 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 9 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020936
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020948
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b73dc
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 4194304 bytes (1065902 compressed) at 0x00000000 in 23.3 seconds (effective 1438.5 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 33 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020953
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020948
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7450
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 4194304 bytes (1065902 compressed) at 0x00000000 in 24.1 seconds (effective 1392.2 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 34 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020953
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020941
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7ba4
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 16777216 bytes (1078132 compressed) at 0x00000000 in 65.0 seconds (effective 2066.3 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 95 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020954
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
@@ -0,0 +1,67 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020936
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7c08
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020936
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x909b7c08
|
||||
mac h: 0xe806
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 16777216 bytes (1078132 compressed) at 0x00000000 in 61.4 seconds (effective 2187.2 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 91 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412020956
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
@@ -0,0 +1,50 @@
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412241702
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
mac l: 0x9e046648
|
||||
mac h: 0xf09e
|
||||
get mac res: 1
|
||||
get flash id : 0x00182085
|
||||
|
||||
manufacturer_id: 0x85
|
||||
|
||||
device_id: 0x2018
|
||||
|
||||
|
||||
Wrote 1737280 bytes (1061816 compressed) at 0x00000000 in 12.5 seconds (effective 1109.9 kbit/s)...
|
||||
|
||||
Hash of data verified.
|
||||
Leaving...
|
||||
|
||||
com closed
|
||||
Use time: 18 s
|
||||
|
||||
Download result: PASS
|
||||
|
||||
*************************** END ****************************
|
||||
|
||||
|
||||
|
||||
*************************** START ****************************
|
||||
|
||||
START TIME: 202412241706
|
||||
|
||||
CONNECT BAUD: 115200
|
||||
set state: ESP_DL_SYNC
|
||||
serial port opened
|
||||
-----------
|
||||
baud:115200
|
||||
root baud:115200
|
||||
-------------
|
||||
===============BAUD : 115200===============CALL DEVICE SYNC
|
||||
connecting...
|
||||
Reference in New Issue
Block a user