Code Monkey home page Code Monkey logo

zydownloader's Introduction

开发板固件下载工具:

主要特色:

  • 采用自描述的插件式设计,支持不同的下载方式,增加新的下载方式不需要修改界面。

  • 界面用JS开发,实现用C/C++开发。界面和实现完全分离,同时支持图形界面和命令行界面。

  • 目前支持基于串口的ymodem协议下载、TFTP网络下载和基于TCP的ymodem协议下载(仅用于测试ymodem协议)。

  • 支持Linux、MacOS和Windows多个平台。

  • 支持国际化,根据当前系统选择适当的语言。

预编译好的安装包

  • release下可以下载预编译好的安装包。

安装依赖的工具:

0.先安装node.js, make, cmake, git和python(2.7)。请参考:

npm install -g asar prebuild node-gyp
npm install

编译:

make

测试运行:

Electron .

发布:

release.sh (or release.bat)
npm run dist

(生成的安装包在release/dist目录下)

目录结构:

  • src typescript开发的界面相关的代码(参考文件夹内的README)。
  • js typescript编译后生成的JS代码。
  • www Electron的相关的文件。
  • www/asserts GUI主题数据。
  • native C/C++开发的代码(参考文件夹内的README)。

zydownloader's People

Contributors

xianjimli avatar

Stargazers

 avatar Rally Wang avatar  avatar MichaelDu avatar  avatar geek_michael avatar  avatar  avatar  avatar TonyHo avatar Mark Zhang avatar xiaolongde avatar  avatar philippe_nuaa avatar Jason Wong avatar  avatar  avatar Sidnery Zou avatar rick.zhang avatar WANMING avatar linchen avatar Wenlong Fan avatar  avatar zhaozh avatar  avatar wujy avatar  avatar  avatar  avatar  avatar  avatar

Watchers

James Cloos avatar rick.zhang avatar  avatar skyformat99 avatar Rally Wang avatar Wenlong Fan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.