当前位置: 首页 > news >正文

ml307 二次开发

中移物联网旗下

  • OneMO是中移物联网打造的物联网专业模组品牌
  • OneOS 是中移物联网有限公司自主研发的物联网操作系统
  • OneNET 是中移物联网有限公司发布的物联网开放平台
    形成了从硬件模组到云平台、再到操作系统的完整物联网解决方案

4g模组官方网站
http://onemo10086.com/#/aboutus

官方教程
http://onemo10086.com/#/school/article/514?id=514

官方客户不知道啥时候上班 早上10点也说不在服务时间内 找不到官方的sdk下载路径
在这里插入图片描述

sdk获取

https://github.com/viys/ML305A_ML307A_OpenCPU_Standard_1.4.2.2023062518_release

在这里插入图片描述
在这里插入图片描述

诊断工具文档

http://file.whycan.com/files/202412/ML307/5_ML307R_%E7%BB%B4%E6%8A%A4%E8%AF%8A%E6%96%AD%E5%B7%A5%E5%85%B7%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C_V1.0.1.pdf

https://github.com/RomaWan/ML307/blob/main/5_ML307R_%E7%BB%B4%E6%8A%A4%E8%AF%8A%E6%96%AD%E5%B7%A5%E5%85%B7%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C_V1.0.1.pdf

驱动下载 CATStudio

在这里插入图片描述
在这里插入图片描述

https://gitcode.com/open-source-toolkit/13721/?utm_source=tools_gitcode&index=top&type=card&

烧写工具 aboot-tools

https://os.iot.10086.cn/download/tool
在这里插入图片描述

烧录模式

先一直按着BOOT按键,然后按一下RST按键, 然后松开RST按键, 最后松开BOOT,此时模组进入了烧录程序模式

烧录报错
在这里插入图片描述
对比编译
在这里插入图片描述
好像缺少一个步骤,python版本为3.9 切换为3.7 还是报错如上

在这里插入图片描述

烧写log
在这里插入图片描述

23:24:58.204 stopping aboot download engine...23:24:58.204 <COM11> device offlined23:24:58.204 <COM11> extinguishing device <COM11>...23:24:58.204 <COM11> device <COM11> extinguished successfully.23:24:58.204 <COM11> disconnecting from serial device <COM11>...23:24:58.204 Reading from COM port (ReadIOCompletion): Operation aborted23:24:58.204 disconnected from serial device <COM11> successfully!23:24:58.204 <COM11> OFFLINE device_open_failed_num = 0, device_list size = 023:24:58.204 received all devices closed message.23:24:58.204 aboot download engine stopped successfully.23:24:58.272 initializing aboot release package...23:24:58.272 extracting download.json (2 KB)...23:24:58.273 extracting partition.bin (2 KB)...23:24:58.274 initialized aboot release package successfully.23:27:08.108 starting aboot download engine...23:27:08.108 extracting download.json (2 KB)...23:27:08.108 download engine running in upgrade mode!23:27:08.108 aboot download engine started successfully.23:27:08.108 getting serial devices list...23:27:13.198 <COM11> new device arrived.23:27:13.198 enabling device <COM11> into downloading mode...23:27:13.198 device <COM11> enabled successfully.23:27:13.198 connecting to serial device <COM11>...23:27:13.239 <COM11> connected to serial device <COM11> successfully!23:27:13.239 <COM11> starting to fire device <COM11>...23:27:13.239 <COM11> ONLINE device_open_failed_num = 0, device_list size = 123:27:13.239 <COM11> device <COM11> fired successfully.23:27:13.273 <COM11> #=> [INFO: UsbArch   ] usb phy reg: 0xd42070a4 = 0x189b23:27:14.327 <COM11> device <COM11> is ready to be enabled manually23:27:14.390 <COM11> #=> [INFO: Main      ] Downloading command detected.23:27:14.390 <COM11> #=> [INFO: Aboot     ] volume "boardid" not found, use empty as default!23:27:14.412 <COM11> processing command [get bootrom info]23:27:14.412 <COM11> enable fast downloading mode23:27:14.412 <COM11> OKAY [  0.000s]23:27:14.412 <COM11> processing command [require product arom-tiny]23:27:14.412 <COM11> Checking product23:27:14.412 <COM11> OKAY [  0.000s]23:27:14.412 <COM11> processing command [require version 0.6]23:27:14.412 <COM11> Checking version23:27:14.412 <COM11> OKAY [  0.000s]23:27:14.412 <COM11> processing command [require version-bootrom 2022.11.06]23:27:14.412 <COM11> Checking version-bootrom23:27:14.412 <COM11> OKAY [  0.000s]23:27:14.412 <COM11> processing command [progress weight 6946816]23:27:14.412 <COM11> setting total progress23:27:14.412 <COM11> OKAY [  0.000s]23:27:14.422 <COM11> target reported max download size of 65408 bytes23:27:14.422 <COM11> extracting preboot.img (25 KB)...23:27:14.422 <COM11> processing command [call preboot.img]23:27:14.422 <COM11> Sending 'preboot.img' (25 KB)23:27:14.422 <COM11> OKAY [  0.000s]23:27:14.422 <COM11> verifying23:27:14.422 <COM11> #=> [ERR : Fip       ] Not a fip!23:27:14.422 <COM11> FAILED (remote: image verify failed)23:27:14.422 <COM11> all finished. total time: 0.011s

烧录问题解决 换了一个下载工具 就好了。。。。
在这里插入图片描述

参考

https://cloud.tencent.com/developer/article/2435789

https://blog.csdn.net/jcf5832/article/details/144294665

相关文章:

  • SpringBoot项目移动之后无法运行
  • 电路设计基础-3
  • 新建网站部署流程
  • 2025年阿里最新软件测试面试题:Web 测试+接口测试+App 测试
  • GitHub 开源 AI 图像超分辨率工具 upscayl 介绍
  • 为什么使用beego框架接收不到前端的请求体
  • 前端开发面试题总结-CSS篇
  • 编程边界突破:当AI能听懂你的需求时…
  • 【TinyWebServer】线程同步封装
  • Nuxt.js 入门总结教程
  • 前端使用 preview 插件预览docx文件
  • PPT转图片拼贴工具 v3.0
  • MYSQL(三)--服务器启动参数与配置
  • 云服务器代理商的合作模式
  • 【信息系统项目管理师-选择真题】2025上半年(第一批)综合知识答案和详解
  • 每日算法-250605
  • JVM 类初始化和类加载 详解
  • 代码训练LeetCode(24)数组乘积
  • LeetCode 热题 100 - 哈希 - 128
  • ES6中的Map与Set数据结构的简单应用
  • icp备案域名网站备案信息/免费推广的方式有哪些
  • 网络培训的网站建设/今日重点新闻
  • 赣州网页制作公司/seo顾问阿亮
  • 网站用哪些系统做的好处/网站建设开发公司
  • 政府网站平台建设标准/seo综合查询中的具体内容有哪些
  • crm系统的销售管理功能包括/西安seo优化培训