发布V3版本-3205电机
parent
98fa91aff0
commit
0c080c2913
|
@ -1,3 +0,0 @@
|
||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="PYTHON_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
<component name="PyDocumentationSettings">
|
|
||||||
<option name="format" value="PLAIN" />
|
|
||||||
<option name="myDocStringFormat" value="Plain" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -1,15 +0,0 @@
|
||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<profile version="1.0">
|
|
||||||
<option name="myName" value="Project Default" />
|
|
||||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
|
||||||
<option name="ignoredPackages">
|
|
||||||
<value>
|
|
||||||
<list size="2">
|
|
||||||
<item index="0" class="java.lang.String" itemvalue="pyqtgraph" />
|
|
||||||
<item index="1" class="java.lang.String" itemvalue="PyQt5" />
|
|
||||||
</list>
|
|
||||||
</value>
|
|
||||||
</option>
|
|
||||||
</inspection_tool>
|
|
||||||
</profile>
|
|
||||||
</component>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<component name="InspectionProjectProfileManager">
|
|
||||||
<settings>
|
|
||||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
|
||||||
<version value="1.0" />
|
|
||||||
</settings>
|
|
||||||
</component>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
|
|
||||||
</project>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/foc.iml" filepath="$PROJECT_DIR$/.idea/foc.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
67
v2/README.md
67
v2/README.md
|
@ -1,52 +1,58 @@
|
||||||
# V2自平衡莱洛三角形可充电RGB版
|
# V3自平衡莱洛三角形可充电RGB版
|
||||||
|
### 更新日志
|
||||||
### 介绍
|
2023/5/25:V3升级明细(相比V2)因为电机无货原因请制作V3版本:
|
||||||
该版本为2022/3/3制作的版本,无刷驱动使用EG2133可以成功使用esp32-arduino的simplefoc驱动。但是特殊情况下会mos管击穿冒烟,请使用带保护的锂电池,以防发生意外
|
1. 将2715电机更改为存量大且自带磁环的3205无限位款电机(感谢“初心不变”提供创意);
|
||||||
|
2. 将AS5600模块插接方案更改为MT6701焊接方案,最大可能地避免了磁铁不对中、磁铁与磁编距离原因导致的PP check fail问题;
|
||||||
|
3. 将600mAh电池更改为800mAh电池,将12V转5V DCDC电路Ti方案、5V转3.3V LDO方案全部改为国产DCDC方案,增加续航35%以上;
|
||||||
|
4. 充电电路将电流限制为1A,避免极端环境下充电电感过热问题;降低了电池自放电,满电待机时间由一周增加至至少一个月;
|
||||||
|
5. 调整了电机PID参数,使用的3205电机运行更平稳;
|
||||||
|
6. 重新设计了动量轮,外径76mm+20颗M4*6螺栓(套件使用定制的不锈钢动量轮),兼容即将发布的平衡光立方;
|
||||||
|
7. 设计了电池安装板,从背后看不露电池,更加美观;
|
||||||
|
### 项目介绍
|
||||||
|
自平衡莱洛三角形,无刷驱动使用EG2133,使用esp32-arduino的simplefoc驱动。
|
||||||
|
|
||||||
`程序附件都在`gitee[https://gitee.com/coll45/foc](https://gitee.com/coll45/foc)
|
`程序附件都在`gitee[https://gitee.com/coll45/foc](https://gitee.com/coll45/foc)
|
||||||
|
|
||||||
![V2](../image/v2image.jpg)
|
![V3](../image/v3image.jpg)
|
||||||
图片中间为立创smt版本,左为加热焊台一次焊成,右为使用热风枪分区域焊成。均可以摇摆平衡,使用2715电机
|
图片中间为立创彩色丝印版本,左右为最终V3版本(磁编码器集成到pcb中心)。均可以摇摆平衡,使用3205电机
|
||||||
|
|
||||||
- mos管可以全部换成**AP2300**(更便宜一些),立创商城有售,测试过可以实现foc控制`(原理图用AO3400只是因为它是SMT基础库)`
|
- cn3300充电部分设计充电截至电压12.72V(考虑到电池内阻,最终充满电压为12.43V),充电电流0.5A,电感电流1A。充电功率为5W`(充电会电感部分会烫,但不至于烧毁电路)`
|
||||||
|
|
||||||
- cn3300充电部分设计充电截至电压12.9V(考虑到电池内阻,最终充满电压为12.43V),充电电流0.5A,电感电流1.5A。充电功率为7.5W`(充电会电感部分会烫,但不至于烧毁电路)`
|
- 电机可以适配3205无刷电机`(之前使用的电机GB2204\2715均已缺货)`
|
||||||
|
|
||||||
- 电机可以适配GB2204和2715无刷电机`(2715的平衡成功率高,因为KV值小)`
|
|
||||||
|
|
||||||
### 1 制作说明
|
### 1 制作说明
|
||||||
[原理图以及PCB图链接](https://oshwhub.com/45coll/zi-ping-heng-di-lai-luo-san-jiao_10-10-ban-ben_copy)
|
gitee文件夹中V3有`自平衡莱洛三角形V3_BOM.xlsx`,元器件请根据自己选择PCB空板还是SMT自行购买
|
||||||
|
|
||||||
|
[原理图以及PCB图链接](https://oshwhub.com/45coll/lai-luo-san-jiao-xing-3205-ban-ben-you-hua-bu-fen-dian-lu)
|
||||||
1. 在立创开源链接中,点击`在编辑器中打开`,进入EDA页面,双击对应的PCB,上方导航栏找到-制造-PCB制板文件(gerber)-生成gerber-一键PCB/SMT下单。(一定要进编辑器!!!有遇到过开源链接的bom和真实bom对不上的情况)
|
1. 在立创开源链接中,点击`在编辑器中打开`,进入EDA页面,双击对应的PCB,上方导航栏找到-制造-PCB制板文件(gerber)-生成gerber-一键PCB/SMT下单。(一定要进编辑器!!!有遇到过开源链接的bom和真实bom对不上的情况)
|
||||||
2. 在下单页面中下单对应的pcb,如需SMT(机器贴片)可以选需要SMT,不选SMT会得到PCB空板(SMT到手之后需要焊30几个元器件,PCB空板为181个)
|
2. 在下单页面中下单对应的pcb,如需SMT(机器贴片)可以选需要SMT,不选SMT会得到PCB空板
|
||||||
3. `淘宝购买`的表格是SMT和普通空板都要购买的
|
3. 焊接是基本功,最好是有风枪+烙铁的情况下尝试制作。
|
||||||
4. 普通空板,`BOM_莱洛三角V2`可以直接从立创商城**bom导入里面导入**
|
4. 焊接有焊接助手,在`立创专业版点开对应的PCB`,上方工具栏-焊接辅助工具
|
||||||
5. <font color='red'> 一定需要经向磁铁,物料清单里面已经给出,二选一</font>(磁环方便但是邮费贵,圆柱磁铁便宜包邮需要自行粘贴)
|
|
||||||
6. 焊接是基本功,最好是有风枪+烙铁的情况下尝试制作。
|
|
||||||
|
|
||||||
SMT注意:
|
SMT注意:
|
||||||
- 选择需要SMT完成下单之后,进入订单界面。SMT分板定位孔选择-嘉立创添加,BOM与坐标清单选择-用我自己的BOM和坐标,导出文件选择-立创EDA。
|
- 选择需要SMT完成下单之后,进入订单界面。SMT分板定位孔选择-嘉立创添加,BOM与坐标清单选择-用我自己的BOM和坐标,导出文件选择-立创EDA。
|
||||||
- 需要上传的坐标文件和bom,都是在`EDA页面`-莱洛三角形PCB-制造-(物料清单BOM和坐标文件)中导出。
|
- 需要上传的坐标文件和bom,都是在`EDA页面`-莱洛三角形PCB-制造-(物料清单BOM和坐标文件)中导出。
|
||||||
- 进入BOM匹配之后,左上角贴片数量选择-做5贴2(因为莱洛三角形制作一个需要两个PCB板,一个有元器件一个空板),贴片层-只贴顶层,产品类型-经济型,坐标文件生成方式-单板
|
- 进入BOM匹配之后,左上角贴片数量选择-做5贴2(因为莱洛三角形制作一个需要两个PCB板,一个有元器件一个空板),贴片层-只贴顶层,产品类型-经济型,坐标文件生成方式-单板
|
||||||
- 强烈建议删除所有**扩展库以及推荐库**后打板`也可以删除AO3400这样可以便宜15元`(费用**做5贴2只需要90元**左右)
|
- 强烈建议删除所有**扩展库以及推荐库**后打板(费用**做5贴2只需要90元**左右)
|
||||||
- SMT下单完成之后,只需购买`BOM_SMT购买专用_莱洛三角V2`,同样是从立创商城bom导入
|
- SMT下单完成之后,只需购买smt删除部分的元器件(比如扩展库和推荐库)
|
||||||
- `BOM_SMT购买专用_莱洛三角V2`中给出的MOS管将AO3400替换成了AP2300
|
|
||||||
|
|
||||||
|
|
||||||
### 2 硬件特性
|
### 2 硬件特性
|
||||||
|
|
||||||
| 说明 | 参数 |
|
| 说明 | 参数 |
|
||||||
|--------------|---------------------------------------------------------|
|
|--------------|-------------------------------------------------------|
|
||||||
| 莱洛三角形尺寸 | 100*100 mm |
|
| 莱洛三角形尺寸 | 100*100 mm |
|
||||||
| 动量轮尺寸 | 80*80 mm |
|
| 动量轮尺寸 | 80*80 mm |
|
||||||
| 电池*3 | 厚x长x宽:7.9mmx25mmx40mm 规格内均可 |
|
| 电池*3 | 厚x长x宽:7.9mmx25mmx40mm 规格内均可 |
|
||||||
| 输入电压 | 3.7v锂电池*3 |
|
| 输入电压 | 3.7v锂电池*3 |
|
||||||
| 充电电压 | 5V 从Type-C口输入 |
|
| 充电电压 | 5V 从Type-C口输入 |
|
||||||
| 充电芯片CN3300 | 5V输入,最大1.5A充电电流 |
|
| 充电芯片CN3300 | 5V输入,最大1A充电电流 |
|
||||||
| 均衡芯片CM1010-A | 电池电压超过4.25V之后开始放电 |
|
| 均衡芯片CM1010-A | 电池电压超过4.25V之后开始放电 |
|
||||||
| 主控芯片 | ESP-WROOM-32 |
|
| 主控芯片 | ESP-WROOM-32 |
|
||||||
| 电机驱动芯片EG2133 | 引脚:32, 33, 25 |
|
| 电机驱动芯片EG2133 | 引脚:32, 33, 25 |
|
||||||
| 稳压芯片TPS54331DR | 设置电池电压低于9V不工作,输出5.22V |
|
| 稳压芯片MT2492 | 输出5V和3.3V |
|
||||||
| AS5600 编码器 | SDA-23 SCL-5 芯片要离磁铁有<font color='red'> 2mm以上高度 </font> |
|
| MT6701 编码器 | SDA-23 SCL-5 |
|
||||||
| MPU6050六轴传感器 | SDA-19 SCL-18 |
|
| MPU6050六轴传感器 | SDA-19 SCL-18 |
|
||||||
| RGB灯-WS2812 | 使用GPIO16控制 |
|
| RGB灯-WS2812 | 使用GPIO16控制 |
|
||||||
|
|
||||||
|
@ -69,13 +75,10 @@ SMT注意:
|
||||||
| 收藏触摸盘 | GPOI2-Touch2-单击:减少RGB灯亮度;长按:上一个RGB灯效 |
|
| 收藏触摸盘 | GPOI2-Touch2-单击:减少RGB灯亮度;长按:上一个RGB灯效 |
|
||||||
### 3 使用说明
|
### 3 使用说明
|
||||||
|
|
||||||
1. 下载完本git所有文件后,打开arduino文件夹,解压arduino.7z完成之后双击运行esp32_package_1.0.6.exe安装esp32库环境。注意:若之前有安装过arduino,请将路径`C:\Users\用户名\AppData\Local\`的Arduino15文件夹和`此电脑\文档`内的Arduino<font color='red'> 删除 </font>(~~也可自行下载Arduino并安装SimpleFOC~~)(但是可能会版本不对电机不动)
|
1. 下载完本git所有文件后,打开文件夹V3/bin/flash_download_tool_3.9.2.exe
|
||||||
2. 打开解压后的arduino文件夹内的arduino.exe,导航栏-文件-打开。选择v2\main里面的main.ino
|
2. 打开flash_download_tool后选择chip Type "ESP32",然后点OK,在第五行选择target.bin,烧录到0x000位置![bin](../image/bin.png)
|
||||||
3. 使用CH340下载器,将下载器的TXD\RXD\GND用杜邦线引出,对准PCB的ESP32正上方的GND\RXD\TXD,接法为TXD-TXD\RXD-RXD\GND-GND
|
3. 使用CH340下载器,将下载器的TXD\RXD\GND用杜邦线引出,对准PCB的ESP32正上方的GND\RXD\TXD,接法为TXD-TXD\RXD-RXD\GND-GND
|
||||||
4. 将烧录程序到ESP32:选择工具-开发板-esp32 Arduino-ESP32 Dev module,然后连接USB口选择对应的com口,编译上传。
|
4. PCB焊好后,打开电源同时按住boot和RESET按钮,先松开RESET,然后松开boot进入下载模式后点START开始程序烧录
|
||||||
1. <font color='red'> 如无法正常编译 </font>
|
|
||||||
1. 可能与原有arduino冲突,请查看使用说明第一条
|
|
||||||
2. 文件夹路径含有非法字符,可以把Arduino移动到硬盘根目录下,如D:\Arduino
|
|
||||||
5. 如需修改参数,长按点赞触摸盘,可以打开wifi并停止电机。
|
5. 如需修改参数,长按点赞触摸盘,可以打开wifi并停止电机。
|
||||||
6. 打开本项目内的`python_gui`内的`可执行文件_main`内的**main.exe**并连接上WIFI:ESP32 。点击设置开始调参。
|
6. 打开本项目内的`python_gui`内的`可执行文件_main`内的**main.exe**并连接上WIFI:ESP32 。点击设置开始调参。
|
||||||
7. 连接成功后,点击disable,然后逆时针拨动动量轮,查看上位机中V参数是否为正值。注意!如果<font color='red'> 逆时针转为为负值 </font>那么需要将电机线任意两线互换。
|
7. 连接成功后,点击disable,然后逆时针拨动动量轮,查看上位机中V参数是否为正值。注意!如果<font color='red'> 逆时针转为为负值 </font>那么需要将电机线任意两线互换。
|
||||||
|
@ -83,8 +86,8 @@ SMT注意:
|
||||||
8. 如果电机不能正常运行可以,点击上位机中最下方的<font color='red'> 测试部分 </font>,打开电压或者速度测试,滑动滑条,查看电机能否正常运行。如还不能请检测硬件电路部分。
|
8. 如果电机不能正常运行可以,点击上位机中最下方的<font color='red'> 测试部分 </font>,打开电压或者速度测试,滑动滑条,查看电机能否正常运行。如还不能请检测硬件电路部分。
|
||||||
9. 如果不能摇摆直立,推荐调整的参数为TA、SA、SV
|
9. 如果不能摇摆直立,推荐调整的参数为TA、SA、SV
|
||||||
10. K值可以用滑块调整,拖动滑块就会发送参数命令,但是调整到合适值之后需要自行在Arduino的main中修改再烧录一次
|
10. K值可以用滑块调整,拖动滑块就会发送参数命令,但是调整到合适值之后需要自行在Arduino的main中修改再烧录一次
|
||||||
|
|
||||||
11. 滑条:最左边输入框为滑块下限,右边是滑块上限,滑条等分成**200**份,命令是**字符串**,滑动滑块发送**字符串** + **数值**
|
11. 滑条:最左边输入框为滑块下限,右边是滑块上限,滑条等分成**200**份,命令是**字符串**,滑动滑块发送**字符串** + **数值**
|
||||||
|
12. arduino文件夹为环境可以自行修改代码编译
|
||||||
|
|
||||||
比如让平衡角度为90度,则输入:TA90,并且会存入eeprom的位置0中 注:wifi发送**命令不能过快**,因为每次都会保存进eeprom,K参数没有保存到EEPROM所以可以使用滑条调整。
|
比如让平衡角度为90度,则输入:TA90,并且会存入eeprom的位置0中 注:wifi发送**命令不能过快**,因为每次都会保存进eeprom,K参数没有保存到EEPROM所以可以使用滑条调整。
|
||||||
|
|
||||||
|
@ -125,9 +128,7 @@ LQR算法解释:当三角形向←倾斜时,需要产生向→的力回正
|
||||||
|
|
||||||
LaserMaker绘制的plt在**莱洛三角结构**文件夹内,需要重新绘制电路图可以使用
|
LaserMaker绘制的plt在**莱洛三角结构**文件夹内,需要重新绘制电路图可以使用
|
||||||
|
|
||||||
感谢嘉立创的PCB制板,使DIY电路制作变得非常便利,点击下方超链接可以前往嘉立创进行PCB制板
|
感谢嘉立创的PCB制板,使DIY电路制作变得非常便利
|
||||||
|
|
||||||
[莱洛三角形V2PCB](https://oshwhub.com/45coll/zi-ping-heng-di-lai-luo-san-jiao_10-10-ban-ben_copy)
|
|
||||||
|
|
||||||
### 5 Ctrl+C +V(参考)
|
### 5 Ctrl+C +V(参考)
|
||||||
Arduino上的控制算法是原作者的LQR,无刷驱动为立创开源的EG2133方案。
|
Arduino上的控制算法是原作者的LQR,无刷驱动为立创开源的EG2133方案。
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -6,7 +6,8 @@ AS5600霍尔传感器 SDA-23 SCL-5 MPU6050六轴传感器 SDA-19 SCL-18
|
||||||
在wifi上位机窗口中输入:TA+角度,就可以修改平衡角度
|
在wifi上位机窗口中输入:TA+角度,就可以修改平衡角度
|
||||||
比如让平衡角度为90度,则输入:TA90,并且会存入eeprom的位置0中 注:wifi发送命令不能过快,因为每次都会保存进eeprom
|
比如让平衡角度为90度,则输入:TA90,并且会存入eeprom的位置0中 注:wifi发送命令不能过快,因为每次都会保存进eeprom
|
||||||
在使用自己的电机时,请一定记得修改默认极对数,即 BLDCMotor(7) 中的值,设置为自己的极对数数字,磁铁数量/2
|
在使用自己的电机时,请一定记得修改默认极对数,即 BLDCMotor(7) 中的值,设置为自己的极对数数字,磁铁数量/2
|
||||||
程序默认设置的供电电压为 12V,用其他电压供电请记得修改 voltage_power_supply , voltage_limit 变量中的值
|
程序默认设置的供电电压为 12V,用其
|
||||||
|
他电压供电请记得修改 voltage_power_supply , voltage_limit 变量中的值
|
||||||
默认PID针对的电机是 2715 ,使用自己的电机需要修改PID参数,才能实现更好效果
|
默认PID针对的电机是 2715 ,使用自己的电机需要修改PID参数,才能实现更好效果
|
||||||
*/
|
*/
|
||||||
#include <SimpleFOC.h>
|
#include <SimpleFOC.h>
|
||||||
|
@ -22,7 +23,7 @@ AS5600霍尔传感器 SDA-23 SCL-5 MPU6050六轴传感器 SDA-19 SCL-18
|
||||||
#define BAT_VOLTAGE_SENSE_PIN 34 //电池电压检测ADC,如果旧版PCB无电压检测电路,则注释掉此行
|
#define BAT_VOLTAGE_SENSE_PIN 34 //电池电压检测ADC,如果旧版PCB无电压检测电路,则注释掉此行
|
||||||
const double R1_VOLTAGE = 62000; //62K
|
const double R1_VOLTAGE = 62000; //62K
|
||||||
const double R2_VOLTAGE = 10000; //10K
|
const double R2_VOLTAGE = 10000; //10K
|
||||||
const double min_voltage = 9.5; //电池检测最低电压
|
const double min_voltage = 9; //电池检测最低电压
|
||||||
double bat_voltage;
|
double bat_voltage;
|
||||||
unsigned long voltage_last_time;
|
unsigned long voltage_last_time;
|
||||||
/* ----IMU Data---- */
|
/* ----IMU Data---- */
|
||||||
|
@ -251,7 +252,7 @@ if(j == 0)
|
||||||
colorWipe_delay(strip.Color(148, 0, 211),50);
|
colorWipe_delay(strip.Color(148, 0, 211),50);
|
||||||
|
|
||||||
// kalman mpu6050 init
|
// kalman mpu6050 init
|
||||||
Wire.begin(19, 18,400000);// Set I2C frequency to 400kHz
|
Wire.begin(19, 18,uint32_t(4000000));// Set I2C frequency to 400kHz
|
||||||
i2cData[0] = 7; // Set the sample rate to 1000Hz - 8kHz/(7+1) = 1000Hz
|
i2cData[0] = 7; // Set the sample rate to 1000Hz - 8kHz/(7+1) = 1000Hz
|
||||||
i2cData[1] = 0x00; // Disable FSYNC and set 260 Hz Acc filtering, 256 Hz Gyro filtering, 8 KHz sampling
|
i2cData[1] = 0x00; // Disable FSYNC and set 260 Hz Acc filtering, 256 Hz Gyro filtering, 8 KHz sampling
|
||||||
i2cData[2] = 0x00; // Set Gyro Full Scale Range to ±250deg/s
|
i2cData[2] = 0x00; // Set Gyro Full Scale Range to ±250deg/s
|
||||||
|
@ -281,7 +282,7 @@ if(j == 0)
|
||||||
timer = micros();
|
timer = micros();
|
||||||
Serial.println("kalman mpu6050 init");
|
Serial.println("kalman mpu6050 init");
|
||||||
|
|
||||||
I2Ctwo.begin(23, 5, 400000); //SDA,SCL
|
I2Ctwo.begin(23, 5,(uint32_t) 400000); //SDA,SCL
|
||||||
sensor.init(&I2Ctwo);
|
sensor.init(&I2Ctwo);
|
||||||
|
|
||||||
//连接motor对象与传感器对象
|
//连接motor对象与传感器对象
|
||||||
|
@ -318,6 +319,7 @@ if(j == 0)
|
||||||
motor.init();
|
motor.init();
|
||||||
|
|
||||||
//初始化 FOC
|
//初始化 FOC
|
||||||
|
|
||||||
motor.initFOC();
|
motor.initFOC();
|
||||||
|
|
||||||
Serial.println(F("Motor ready."));
|
Serial.println(F("Motor ready."));
|
||||||
|
@ -327,6 +329,7 @@ if(j == 0)
|
||||||
}
|
}
|
||||||
char buf[255];
|
char buf[255];
|
||||||
void loop() {
|
void loop() {
|
||||||
|
sensor.update();
|
||||||
motor.loopFOC(); //foc循环用来控制电机运动
|
motor.loopFOC(); //foc循环用来控制电机运动
|
||||||
if(wifi_on_off)
|
if(wifi_on_off)
|
||||||
{
|
{
|
||||||
|
@ -604,7 +607,7 @@ void voltage_detection()
|
||||||
bat_voltage = return_voltage_value(BAT_VOLTAGE_SENSE_PIN);
|
bat_voltage = return_voltage_value(BAT_VOLTAGE_SENSE_PIN);
|
||||||
if (bat_voltage >= (min_voltage + 0.5)) {
|
if (bat_voltage >= (min_voltage + 0.5)) {
|
||||||
Serial.print(driver.voltage_power_supply);
|
Serial.print(driver.voltage_power_supply);
|
||||||
Serial.println("V");
|
Serial.print("V--");
|
||||||
Serial.print(bat_voltage);
|
Serial.print(bat_voltage);
|
||||||
Serial.println("V battery ok");
|
Serial.println("V battery ok");
|
||||||
digitalWrite(ACTIVE_PIN, 0); //电池电压恢复则常亮,需reset重启
|
digitalWrite(ACTIVE_PIN, 0); //电池电压恢复则常亮,需reset重启
|
||||||
|
|
BIN
v2/淘宝购买.xlsx
BIN
v2/淘宝购买.xlsx
Binary file not shown.
|
@ -0,0 +1,94 @@
|
||||||
|
# 自平衡莱洛三角形可充电版
|
||||||
|
|
||||||
|
### 介绍
|
||||||
|
**在B站[“基于LQR控制器的自平衡莱洛三角形”](https://www.bilibili.com/video/BV19v411n7mN) 基础上添加了充电模块**
|
||||||
|
主控芯片使用ESP32,并配置了调参上位机,可以很方便的通过wifi无线调参。无刷控制使用灯哥开源FOC。制作出一个方便复刻的自平衡莱洛三角形,在桌面上作为一个摆件还是非常不错的
|
||||||
|
[展示视频](https://www.bilibili.com/video/BV1b3411x7za)
|
||||||
|
|
||||||
|
<center>V1(图一)</center>
|
||||||
|
|
||||||
|
![V1](image/show.png)
|
||||||
|
|
||||||
|
<center>V2(图二)</center>
|
||||||
|
|
||||||
|
![V2](image/v2image.jpg)
|
||||||
|
|
||||||
|
目前有两个版本
|
||||||
|
- V1(图1):ESP32主控+L6234驱动+GB2204电机+CH340串口芯片+CS5095充电芯片
|
||||||
|
- V2(图2):ESP32主控+EG2133+6mos驱动+2715电机+RGB+CM1010-A均衡芯片+CN3300充电芯片
|
||||||
|
|
||||||
|
**推荐制作V2,成功率高,效果更好,电机驱动芯片更便宜,还有RGB**
|
||||||
|
|
||||||
|
V1和V2**`电路图以及代码`**均在对应`V1\V2`文件夹(如需制作只要打开对应版本的文件夹即可,里面有对应的README说明)
|
||||||
|
|
||||||
|
### 1 软件架构
|
||||||
|
自平衡控制为LQR算法输出期望**速度**,使动量轮**加速运动**从而控制三角形左右方向。并且代码的调参都可以通过连接ESP32的wifi调整。具体特性如下:
|
||||||
|
|
||||||
|
- **基于 Arduino**:运行在 ESP32 Arduino 上
|
||||||
|
- **自带测试模式**:电压测试和速度测试,可以单独输出电压让电机转动,也可以设置指定速度让电机保持速度
|
||||||
|
|
||||||
|
![Image text](image/gui.gif)
|
||||||
|
### 2 硬件特性
|
||||||
|
|
||||||
|
| 说明 | 参数 |
|
||||||
|
| ---------------- |---------------------- |
|
||||||
|
| 莱洛三角形尺寸 | 100*100 mm |
|
||||||
|
|动量轮尺寸|80*80 mm|
|
||||||
|
| 输入电压 | 3.7v锂电池*3|
|
||||||
|
|充电电压| 5V 从Type-C口输入|
|
||||||
|
| 主控芯片 | ESP-WROOM-32 |
|
||||||
|
|电机驱动|引脚:32, 33, 25|
|
||||||
|
| AS5600 编码器 |SDA-23 SCL-5 芯片要离径向磁铁有<font color='red'> 2mm以上高度 </font>|
|
||||||
|
| MPU6050六轴传感器 | SDA-19 SCL-18 |
|
||||||
|
|
||||||
|
|
||||||
|
### 3 硬件设计
|
||||||
|
使用立创EDA绘制电路原理图,LaserMaker绘制莱洛三角形和动量轮(有激光切割机可以事先切割结构作为参考)。将绘制完的图形导入到立创EDA中可作为PCB的外框。丝印图案分别是**Gawr Gura**、**ouro kronii** ~~helicopter~~
|
||||||
|
|
||||||
|
LaserMaker绘制的plt在**莱洛三角结构**文件夹内,需要重新绘制电路图可以使用
|
||||||
|
|
||||||
|
感谢嘉立创的PCB制板,使DIY电路制作变得非常便利,PCB制作开源点击
|
||||||
|
|
||||||
|
### 4 Ctrl+C +V(参考)
|
||||||
|
Arduino上的控制算法是原作者的LQR,无刷电机控制是灯哥开源FOC。电机控制引脚定义与传感器定义和灯哥开源FOC控制板2.0版一样。
|
||||||
|
|
||||||
|
EG2133无刷驱动为立创开源方案。
|
||||||
|
|
||||||
|
Python的GUI是以SimpleFOC的SimpleFOCStudio为基础,添加wifi功能。
|
||||||
|
|
||||||
|
V1的充电电路是立创广场开源的CS5095充电方案。
|
||||||
|
|
||||||
|
V2的充电电路是在立创广场开源的《CN3300 4串电池组板》方案基础上改的3串锂电池
|
||||||
|
|
||||||
|
PCB以及原理图技术支持——muyan
|
||||||
|
|
||||||
|
wifi效果以及按键面修复代码作者——muyan
|
||||||
|
|
||||||
|
1. 原作者:基于LQR控制器的自平衡莱洛三角形[BV19v411n7mN](https://www.bilibili.com/video/BV19v411n7mN)
|
||||||
|
2. muyan 立创链接[https://oshwhub.com/muyan2020?tab=project&page=1](https://oshwhub.com/muyan2020?tab=project&page=1)
|
||||||
|
3. muyan git链接[https://gitee.com/muyan3000](https://gitee.com/muyan3000)
|
||||||
|
4. EG2133驱动参考[https://oshwhub.com/acmetech-lceda/minifoc](https://oshwhub.com/acmetech-lceda/minifoc)
|
||||||
|
5. 灯哥开源FOC [https://gitee.com/ream_d/Deng-s-foc-controller](https://gitee.com/ream_d/Deng-s-foc-controller)
|
||||||
|
6. CS5095充电芯片电路[https://oshwhub.com/Aknice/cs5095e-san-jie-li-dian-chi-sheng-ya-chong-dian-dian-lu](https://oshwhub.com/Aknice/cs5095e-san-jie-li-dian-chi-sheng-ya-chong-dian-dian-lu)
|
||||||
|
7. CN3300 4串电池组板[https://oshwhub.com/583703056a/dian-chi-zu-ban_copy_copy](https://oshwhub.com/583703056a/dian-chi-zu-ban_copy_copy)
|
||||||
|
8. Arduino-Esp32环境提供者[https://github.com/kaliCYH](https://github.com/kaliCYH)
|
||||||
|
|
||||||
|
|
||||||
|
### 5 有用的地方
|
||||||
|
|
||||||
|
1. Arduino的程序中的command.h、command.cpp可以支持任意的字符串输入。在其他项目中一样可以用,无论是wifi接收到的字符串数据或者是串口的字符串数据。
|
||||||
|
|
||||||
|
2. GUI上位机可以在其他wifi项目中可以继续使用,用来调参还是很方便。
|
||||||
|
|
||||||
|
### 6 未解之谜
|
||||||
|
|
||||||
|
问题1:在传感器读取当前角度pitch在0和360来回切换时候,卡尔曼滤波值会慢慢变化,得到的值无法反映正确的当前角度。导致有一个面无法摇摆平衡。(已解决)(使用muyan的代码完美解决)
|
||||||
|
|
||||||
|
问题2:摇摆到平衡态时,参数不太好时,可能会摇摆过头,或者一直左右摇摆不能到平衡态。就算调好参数也会偶尔发生摇摆过头现象。(V2的2715电机可以让摇摆平衡的成功率提高到80%)
|
||||||
|
|
||||||
|
### 7 交流Q群
|
||||||
|
|
||||||
|
45coll电子交流QQ群:**824113552**
|
||||||
|
|
||||||
|
欢迎交流与沟通
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
SUCCESS
|
Binary file not shown.
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = D:\Download\flash_download_tool_3.9.2_0\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
reserved_burn_times = 0
|
||||||
|
|
||||||
|
[ENCRYPTION KEYS SAVE]
|
||||||
|
keys_save_enable = False
|
||||||
|
encrypt_keys_enable = False
|
||||||
|
encrypt_keys_aeskey_path =
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
|
@ -0,0 +1,94 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 = D:\foc_project\foc\v3\bin\bin\main.ino.bootloader.bin
|
||||||
|
file_offset0 = 0x1000
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 = D:\foc_project\foc\v3\bin\bin\main.ino.partitions.bin
|
||||||
|
file_offset1 = 0x8000
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 = D:\foc_project\foc\v3\bin\bin\boot_app0.bin
|
||||||
|
file_offset2 = 0xe000
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 = D:\foc_project\foc\v3\bin\bin\main.ino.bin
|
||||||
|
file_offset3 = 0x10000
|
||||||
|
file_sel4 = 1
|
||||||
|
file_path4 = D:\foc_project\foc\v3\bin\combine\target.bin
|
||||||
|
file_offset4 = 0x000
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = D:\foc_project\foc\v3\bin\combine
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 3
|
||||||
|
spimode = 0
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM6
|
||||||
|
baudrate1 = 4
|
||||||
|
checkmac1 = 1
|
||||||
|
erase_flash_en = True
|
||||||
|
new_status = 0
|
||||||
|
num_bytes = 0
|
||||||
|
non_volatile = False
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[EFUSE_CONFIG]
|
||||||
|
xpd_sdio_enable = False
|
||||||
|
xpd_sdio_force = 0
|
||||||
|
xpd_sdio_reg = 0
|
||||||
|
xpd_sdio_tieh = 0
|
||||||
|
|
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = C:\Users\coll\Desktop\bin\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
reserved_burn_times = 0
|
||||||
|
|
||||||
|
[ENCRYPTION KEYS SAVE]
|
||||||
|
keys_save_enable = False
|
||||||
|
encrypt_keys_enable = False
|
||||||
|
encrypt_keys_aeskey_path =
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = C:\Users\coll\Desktop\bin\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[EFUSE_CONFIG]
|
||||||
|
xpd_sdio_enable = False
|
||||||
|
xpd_sdio_force = 0
|
||||||
|
xpd_sdio_reg = 0
|
||||||
|
xpd_sdio_tieh = 0
|
||||||
|
|
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = C:\Users\coll\Desktop\bin\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
reserved_burn_times = 0
|
||||||
|
|
||||||
|
[ENCRYPTION KEYS SAVE]
|
||||||
|
keys_save_enable = False
|
||||||
|
encrypt_keys_enable = False
|
||||||
|
encrypt_keys_aeskey_path =
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = C:\Users\coll\Desktop\bin\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[EFUSE_CONFIG]
|
||||||
|
xpd_sdio_enable = False
|
||||||
|
xpd_sdio_force = 0
|
||||||
|
xpd_sdio_reg = 0
|
||||||
|
xpd_sdio_tieh = 0
|
||||||
|
|
|
@ -0,0 +1,90 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 0
|
||||||
|
file_path0 =
|
||||||
|
file_offset0 =
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = C:\Users\coll\Desktop\bin\flash_download_tool_3.9.2
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 1
|
||||||
|
spispeed = 0
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 =
|
||||||
|
baudrate1 = 0
|
||||||
|
checkmac1 = 1
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
[SECURE BOOT]
|
||||||
|
secure_boot_en = False
|
||||||
|
|
||||||
|
[FLASH ENCRYPTION]
|
||||||
|
flash_encryption_en = False
|
||||||
|
reserved_burn_times = 0
|
||||||
|
|
||||||
|
[ENCRYPTION KEYS SAVE]
|
||||||
|
keys_save_enable = False
|
||||||
|
encrypt_keys_enable = False
|
||||||
|
encrypt_keys_aeskey_path =
|
||||||
|
|
||||||
|
[DISABLE FUNC]
|
||||||
|
jtag_disable = False
|
||||||
|
dl_encrypt_disable = False
|
||||||
|
dl_decrypt_disable = False
|
||||||
|
dl_cache_disable = False
|
||||||
|
|
|
@ -0,0 +1,94 @@
|
||||||
|
[EFUSE CHECK]
|
||||||
|
efuse_mode = 1
|
||||||
|
efuse_err_halt = 1
|
||||||
|
|
||||||
|
[DOWNLOAD PATH]
|
||||||
|
file_sel0 = 1
|
||||||
|
file_path0 = D:\superdial\¿ªÔ´´úÂë\bin\bin\super_dial_change_img.bin
|
||||||
|
file_offset0 = 0x0
|
||||||
|
file_sel1 = 0
|
||||||
|
file_path1 =
|
||||||
|
file_offset1 =
|
||||||
|
file_sel2 = 0
|
||||||
|
file_path2 =
|
||||||
|
file_offset2 =
|
||||||
|
file_sel3 = 0
|
||||||
|
file_path3 =
|
||||||
|
file_offset3 =
|
||||||
|
file_sel4 = 0
|
||||||
|
file_path4 =
|
||||||
|
file_offset4 =
|
||||||
|
file_sel5 = 0
|
||||||
|
file_path5 =
|
||||||
|
file_offset5 =
|
||||||
|
file_sel6 = 0
|
||||||
|
file_path6 =
|
||||||
|
file_offset6 =
|
||||||
|
file_sel7 = 0
|
||||||
|
file_path7 =
|
||||||
|
file_offset7 =
|
||||||
|
file_sel8 = 0
|
||||||
|
file_path8 =
|
||||||
|
file_offset8 =
|
||||||
|
file_sel9 = 0
|
||||||
|
file_path9 =
|
||||||
|
file_offset9 =
|
||||||
|
file_sel10 = 0
|
||||||
|
file_path10 =
|
||||||
|
file_offset10 =
|
||||||
|
file_sel11 = 0
|
||||||
|
file_path11 =
|
||||||
|
file_offset11 =
|
||||||
|
file_sel12 = 0
|
||||||
|
file_path12 =
|
||||||
|
file_offset12 =
|
||||||
|
file_sel13 = 0
|
||||||
|
file_path13 =
|
||||||
|
file_offset13 =
|
||||||
|
default_path = D:\superdial\¿ªÔ´´úÂë\bin\bin
|
||||||
|
|
||||||
|
[FLASH_CRYSTAL]
|
||||||
|
spicfgdis = 0
|
||||||
|
spispeed = 3
|
||||||
|
spimode = 2
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[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
|
||||||
|
|
||||||
|
[ESPTOOL_PARAM]
|
||||||
|
after = no_reset
|
||||||
|
baud = 115200
|
||||||
|
before = default_reset
|
||||||
|
chip = auto
|
||||||
|
compress = True
|
||||||
|
flash_freq = keep
|
||||||
|
flash_mode = keep
|
||||||
|
flash_size = keep
|
||||||
|
no_compress = False
|
||||||
|
no_progress = False
|
||||||
|
no_stub = False
|
||||||
|
operation = write_flash
|
||||||
|
port = com5
|
||||||
|
spi_connection = 0
|
||||||
|
verify = False
|
||||||
|
flash_write_size = 1024
|
||||||
|
|
||||||
|
[DOWNLOAD]
|
||||||
|
autostart1 = 0
|
||||||
|
com_port1 = COM104
|
||||||
|
baudrate1 = 5
|
||||||
|
checkmac1 = 1
|
||||||
|
erase_flash_en = True
|
||||||
|
new_status = 0
|
||||||
|
num_bytes = 0
|
||||||
|
non_volatile = False
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
[LOG_LEVEL]
|
||||||
|
utility_log_level = ERROR
|
||||||
|
spi_log_level = ERROR
|
||||||
|
hspi_log_level = ERROR
|
||||||
|
|
||||||
|
[MAC SAVE]
|
||||||
|
mac_save_enable = False
|
||||||
|
|
||||||
|
[EFUSE_CONFIG]
|
||||||
|
xpd_sdio_enable = False
|
||||||
|
xpd_sdio_force = 0
|
||||||
|
xpd_sdio_reg = 0
|
||||||
|
xpd_sdio_tieh = 0
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,222 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251539
|
||||||
|
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: 0x51bdb7ac
|
||||||
|
mac h: 0x944091
|
||||||
|
crc_cal: 148
|
||||||
|
crc_read: 148
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18912 bytes (13025 compressed) at 0x00001000 in 0.2 seconds (effective 905.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 3507.8 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 820496 bytes (533308 compressed) at 0x00010000 in 8.3 seconds (effective 788.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251540
|
||||||
|
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: 0x51bdb7ac
|
||||||
|
mac h: 0x944091
|
||||||
|
crc_cal: 148
|
||||||
|
crc_read: 148
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
SET FLASH PARAMS
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251541
|
||||||
|
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: 0x51bdb7ac
|
||||||
|
mac h: 0x944091
|
||||||
|
crc_cal: 148
|
||||||
|
crc_read: 148
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18912 bytes (13025 compressed) at 0x00001000 in 0.2 seconds (effective 899.8 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.0 seconds (effective 3507.8 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 820496 bytes (533308 compressed) at 0x00010000 in 8.3 seconds (effective 790.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 11 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251544
|
||||||
|
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: 0x51bdb7ac
|
||||||
|
mac h: 0x944091
|
||||||
|
crc_cal: 148
|
||||||
|
crc_read: 148
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202305251544
|
||||||
|
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: 0x51bdb7ac
|
||||||
|
mac h: 0x944091
|
||||||
|
crc_cal: 148
|
||||||
|
crc_read: 148
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x0016405e
|
||||||
|
manufacturer_id: 0x5e
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 886032 bytes (547249 compressed) at 0x00000000 in 8.6 seconds (effective 828.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,944 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052058
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 875.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2728.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.5 seconds (effective 567.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 23 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052111
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 869.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052112
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 32768 bytes (9009 compressed) at 0x00000000 in 0.1 seconds (effective 2167.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052116
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 867.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052117
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 870.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 4 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052117
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 868.7 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2458.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 7 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052126
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2232.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052127
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 6538.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052136
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00001000 in 0.1 seconds (effective 870.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052137
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 869.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052154
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2232.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7639.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.5 seconds (effective 567.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 23 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052254
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 869.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052255
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00001000 in 0.1 seconds (effective 865.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 4 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052255
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 866.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 5 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052255
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 875.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052255
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 868.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052256
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 869.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052319
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2224.7 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.5 seconds (effective 567.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 25 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052320
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2232.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.5 seconds (effective 565.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 27 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209052322
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 13824 bytes (9619 compressed) at 0x00000000 in 0.1 seconds (effective 856.5 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2455.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.0 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.5 seconds (effective 566.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 26 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060945
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 18896 bytes (11761 compressed) at 0x00000000 in 0.2 seconds (effective 1003.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060945
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 18896 bytes (11761 compressed) at 0x00000000 in 0.2 seconds (effective 1007.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060946
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 18864 bytes (11699 compressed) at 0x00000000 in 0.1 seconds (effective 1009.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 4 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060946
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 18864 bytes (11699 compressed) at 0x00000000 in 0.1 seconds (effective 1010.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 4927.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 16444.0 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238816 bytes (697208 compressed) at 0x00010000 in 17.6 seconds (effective 564.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 26 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060955
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 911.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209060955
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 911.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 3 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061010
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 15008 bytes (10328 compressed) at 0x00000000 in 0.1 seconds (effective 912.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061011
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
com closed
|
||||||
|
Use time: 5 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061011
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 13936 bytes (9694 compressed) at 0x00000000 in 0.1 seconds (effective 896.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 4 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061012
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 15008 bytes (10328 compressed) at 0x00000000 in 0.1 seconds (effective 912.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061105
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1304352 bytes (709297 compressed) at 0x00000000 in 18.2 seconds (effective 572.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 25 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202209061322
|
||||||
|
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: 0xa1f2825c
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1304352 bytes (709297 compressed) at 0x00000000 in 18.2 seconds (effective 572.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 25 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,153 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100006
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100007
|
||||||
|
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: 0xa1f282c0
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 1.1 seconds (effective 131.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 1067.5 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 14896 bytes (10242 compressed) at 0x0000e000 in 0.9 seconds (effective 130.9 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238752 bytes (697183 compressed) at 0x00010000 in 61.6 seconds (effective 160.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 69 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100020
|
||||||
|
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: 0xa1f282c0
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 875.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2455.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238752 bytes (697183 compressed) at 0x00010000 in 17.1 seconds (effective 580.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 34 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202208100029
|
||||||
|
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: 0xa1f282c0
|
||||||
|
mac h: 0x7cdf
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 14896 bytes (10242 compressed) at 0x00000000 in 0.1 seconds (effective 869.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (127 compressed) at 0x00008000 in 0.0 seconds (effective 2455.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1238752 bytes (697183 compressed) at 0x00010000 in 17.1 seconds (effective 579.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 23 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,561 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207122239
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1169.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4365.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 102 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207122256
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4092.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 71 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207122311
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 0.2 seconds (effective 886.9 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 2728.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 8184.8 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 12.4 seconds (effective 764.0 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 24 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207122322
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4092.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 71 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130027
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
SET FLASH PARAMS
|
||||||
|
com closed
|
||||||
|
Use time: 57 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130029
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4676.8 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 71 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130036
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
com closed
|
||||||
|
Use time: 38 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130037
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 71 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130047
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 2 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130048
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 8192 bytes (47 compressed) at 0x00001000 in 0.0 seconds (effective 4092.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130049
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130102
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 17088 bytes (11848 compressed) at 0x00001000 in 1.0 seconds (effective 130.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 2 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130103
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
com closed
|
||||||
|
Use time: 6 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130103
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 1.1 seconds (effective 131.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 2 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130104
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 1.1 seconds (effective 131.7 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4092.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 71 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207130134
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 1.1 seconds (effective 131.7 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4092.3 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1179440 bytes (762063 compressed) at 0x00010000 in 67.2 seconds (effective 140.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 77 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207170037
|
||||||
|
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: 0xcd509b40
|
||||||
|
mac h: 0xb8e831
|
||||||
|
crc_cal: 184
|
||||||
|
crc_read: 184
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 0.2 seconds (effective 893.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (119 compressed) at 0x00008000 in 0.0 seconds (effective 2455.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1327552 bytes (786677 compressed) at 0x00010000 in 13.9 seconds (effective 762.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 17 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,293 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162006
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 1.1 seconds (effective 131.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 1116.1 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4365.2 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1327552 bytes (786677 compressed) at 0x00010000 in 69.5 seconds (effective 152.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 74 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162030
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 1327552 bytes (786677 compressed) at 0x00010000 in 69.6 seconds (effective 152.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 72 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162039
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 4092.3 kbit/s)...
|
||||||
|
Hash of data verified.com closed
|
||||||
|
Use time: 47 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162045
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 6547.8 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1327552 bytes (786677 compressed) at 0x00010000 in 14.1 seconds (effective 754.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162046
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162046
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 3072 bytes (122 compressed) at 0x00008000 in 0.0 seconds (effective 2232.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 9 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162317
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
com closed
|
||||||
|
Use time: 12 s
|
||||||
|
Download result: FAIL
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162317
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 3008 bytes (95 compressed) at 0x00008000 in 0.0 seconds (effective 2185.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 1 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207162353
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 3008 bytes (97 compressed) at 0x00008000 in 0.0 seconds (effective 2185.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 2 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202207172343
|
||||||
|
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: 0xcd509bf8
|
||||||
|
mac h: 0x48e831
|
||||||
|
crc_cal: 72
|
||||||
|
crc_read: 72
|
||||||
|
crc_test: 0
|
||||||
|
ESP32 MAC CRC OK
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x00164020
|
||||||
|
manufacturer_id: 0x20
|
||||||
|
device_id: 0x4016
|
||||||
|
Wrote 18560 bytes (12759 compressed) at 0x00001000 in 0.2 seconds (effective 893.6 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 3072 bytes (119 compressed) at 0x00008000 in 0.0 seconds (effective 2455.4 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 7275.0 kbit/s)...
|
||||||
|
Hash of data verified.
Wrote 1327552 bytes (786677 compressed) at 0x00010000 in 14.0 seconds (effective 756.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 23 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241408
|
||||||
|
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: 0xfad3f660
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1306784 bytes (710446 compressed) at 0x00000000 in 10.9 seconds (effective 954.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,44 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202211241123
|
||||||
|
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: 0xfad3f664
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1306784 bytes (710446 compressed) at 0x00000000 in 10.8 seconds (effective 967.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 14 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304200123
|
||||||
|
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: 0xfad4d16c
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1355.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304051558
|
||||||
|
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: 0xfad54fc8
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.5 seconds (effective 1370.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304051601
|
||||||
|
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: 0xfad54fd8
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1378.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303211440
|
||||||
|
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: 0xfad54fdc
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.5 seconds (effective 1370.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303111613
|
||||||
|
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: 0xfad54fe8
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1377.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304161515
|
||||||
|
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: 0xfad54fec
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1378.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303281153
|
||||||
|
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: 0xfad54ff0
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.4 seconds (effective 1093.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303230000
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303230000
|
||||||
|
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: 0xfad54ff4
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.5 seconds (effective 1370.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304062133
|
||||||
|
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: 0xfad55000
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1377.2 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303111617
|
||||||
|
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: 0xfad55004
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1355.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304010029
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304010029
|
||||||
|
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: 0xfad55008
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1380.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303191346
|
||||||
|
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: 0xfad55010
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.4 seconds (effective 1092.8 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303281154
|
||||||
|
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: 0xfad5501c
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.3 seconds (effective 1102.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303072340
|
||||||
|
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: 0xfad55020
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1351.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303281154
|
||||||
|
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: 0xfad55024
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.2 seconds (effective 1104.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303211439
|
||||||
|
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: 0xfad55028
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.5 seconds (effective 1361.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304010026
|
||||||
|
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: 0xfad5502c
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1359.7 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303111614
|
||||||
|
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: 0xfad55030
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.4 seconds (effective 1378.5 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303222359
|
||||||
|
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: 0xfad55034
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.5 seconds (effective 1369.9 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 15 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303231902
|
||||||
|
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: 0xfad55038
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.3 seconds (effective 1100.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303261354
|
||||||
|
CONNECT BAUD: 115200
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303261354
|
||||||
|
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: 0xfad55044
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1360.1 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303191354
|
||||||
|
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: 0xfad5504c
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 11.6 seconds (effective 1358.6 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 16 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202303231902
|
||||||
|
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: 0xfad55054
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.3 seconds (effective 1098.4 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 18 s
|
||||||
|
Download result: PASS
|
||||||
|
*************************** END ****************************
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
*************************** START ****************************
|
||||||
|
START TIME: 202304191927
|
||||||
|
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: 0xfad5505c
|
||||||
|
mac h: 0xf412
|
||||||
|
get mac res: 1
|
||||||
|
get flash id : 0x001840c8
|
||||||
|
manufacturer_id: 0xc8
|
||||||
|
device_id: 0x4018
|
||||||
|
Wrote 1964656 bytes (1079223 compressed) at 0x00000000 in 14.4 seconds (effective 1093.3 kbit/s)...
|
||||||
|
Hash of data verified.
|
||||||
|
Leaving...
|
||||||
|
com closed
|
||||||
|
Use time: 22 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