最近要用这软件,但找了一圈没有Windows版的,只能用源码自己了编译,点击前往(github)

sunxi-fel
script interface for USB communication with the FEL handler built in to the CPU. You usually activate FEL mode by pushing the uboot / recovery button at poweron, or by having your device “fail over” to FEL when no other boot option is available. See http://linux-sunxi.org/FEL/USBBoot for a detailed usage guide.

When called with no arguments, sunxi-fel will display a short usage summary.

Note: Unless you select a specific device using the –dev or –sid options, the tool will access the first Allwinner device (in FEL mode) that it finds. You can print a list of all FEL devices currently connected/detected with ./sunxi-fel –list –verbose.

用于与 CPU 内置 FEL 处理器进行 USB 通信的脚本接口。通常,你可以在开机时按下 U-Boot / 恢复按钮来激活 FEL 模式;或者当设备无其他可用启动选项时,它会自动降级切换至 FEL 模式。详细使用指南可参考:http://linux-sunxi.org/FEL/USBBoot。

若不带任何参数运行 sunxi-fel 工具,它将输出简短的使用说明。

注意:除非你使用 –dev 或 –sid 选项指定特定设备,否则该工具会访问其检测到的第一个处于 FEL 模式的全志(Allwinner)设备。你可以执行命令 ./sunxi-fel –list –verbose 来打印当前已连接 / 被检测到的所有 FEL 设备列表。