Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Quark Bootloader 1.3.0

Compare
Choose a tag to compare
@jeez jeez released this 28 Oct 20:27
· 6 commits to master since this release

Quark Microcontrollers Bootloader v.1.3.0 Release code drop.

This release has improved support for:

  • Quark D2000
  • Quark SE

including Firmware Management over UART (D2000 and SE) and over USB (SE only).
Please refer to the README.rst file for building instructions and extra information.

This release also features support for restoring SoC context after wake events. Refer to the QMSI 1.3 README (https://github.com/quark-mcu/qmsi#saving-cpu-context-on-sleep-modes) for more information on how to enable the full feature set of Power Management.

Below you can find binaries for all variations of the Quark bootloader ROM Firmware and 2nd stage bootloader:

For D2000:

Filename Features
quark_d2000_rom.bin Bootstrap
quark_d2000_rom_fm.bin Bootstrap + Firmware Management over UART

For SE:

Filename Features
quark_se_rom.bin Bootstrap with Restore Context enabled
quark_se_rom_fm.bin Bootstrap + Firmware Management over UART, with Restore Context enabled
quark_se_rom_fm_2nd_stage.bin Bootstrap + support for 2nd-stage bootloader (for Firmware Management over USB), with Restore Context enabled
quark_se_rom_no_restore_context.bin Bootstrap
quark_se_rom_fm_no_restore_context.bin Bootstrap + Firmware Management over UART
quark_se_rom_fm_2nd_stage_no_restore_context.bin Bootstrap + support for 2nd-stage bootloader (for Firmware Management over USB)
2nd_stage_usb.bin 2nd-stage bootloader for Firmware Management over USB

This bootloader release uses version 1.3.0 from both qm-dfu-util (https://github.com/quark-mcu/qm-dfu-util/releases/tag/v1.3.0) and QMSI (https://github.com/quark-mcu/qmsi/releases/tag/v1.3.0).