文件名称:esptool:用#golang 编写的 esptool.py 替换
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-18 04:17:48
golang iot esp32 esptool termios
工具 这是一项正在进行的工作,尚未经过全面测试 我将我的固件与此工具捆绑在一起以提供独立的更新实用程序,我更喜欢它在客户硬件上远程执行代码OTA 更新。 汇编 go get github.com/fluepke/esptool cd ${GOPATH- $HOME / go} /src/github.com/fluepke/esptool go build ./esptool < args> 用法 它目前仅适用于Linux ,因为 Microsoft(r) Windows(tm)(c) 不支持 termios。 关于 MacOS:给我买一台 macbook。 Esptool 提供以下子命令: version:显示版本信息并退出 info:从芯片中检索各种信息 flashRead:读取闪存内容 flashWrite:写入闪存内容 要查看帮助,请键入./esptool <subcomma
【文件预览】:
esptool-master
----.gitignore(804B)
----go.mod(137B)
----infoCommand.go(2KB)
----esp32()
--------chipType.go(416B)
--------partitionCsv.go(4KB)
--------chipDescription.go(889B)
--------partition.go(7KB)
--------esp32rom.go(5KB)
--------macAddress.go(410B)
--------test_bindata.go(12KB)
--------partition_test.go(3KB)
--------chipFeatures.go(2KB)
--------partitionBinary.go(4KB)
--------flash.go(4KB)
----LICENSE(34KB)
----go.sum(471B)
----main.go(7KB)
----README.md(2KB)
----util.go(849B)
----versionCommand.go(861B)
----common()
--------response.go(1KB)
--------errorCode.go(1KB)
--------util.go(388B)
--------slipReadWriter.go(2KB)
--------opcode.go(2KB)
--------serial()
--------command.go(3KB)
--------direction.go(119B)