Skip to content

dalessan/qm-dfu-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qm-dfu-util - Intel® Quark™ Microcontroller Device Firmware Upgrade Utility

qm-dfu-util is a fork of dfu-util, a host side implementation of the DFU 1.0 and DFU 1.1 specification of the USB forum.

DFU is intended to download and upload firmware to devices connected over USB. It ranges from small devices like micro-controller boards up to mobile phones. qm-dfu-util allows you to download firmware to your Intel® Quark™ Microcontroller by using the serial interface (UART).

For more information about this functionality and how to interface with the QMSI bootloader, please refer to https://github.com/quark-mcu/qmsi/blob/master/doc/dfu.rst .

Building

For building the host tool, first configure the build with:

./autogen.sh
./configure

Then compile it with:

make

The generated binary is src/dfu-util-qda . You can have it installed into your GNU/Linux host with:

make install

and you'll find /usr/local/bin/dfu-util-qda.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Other 1.3%