Skip to content

ENH: firmware_manager target option

Marco Vogt requested to merge firmware_manager_flash into development

By default, the firmware is now written to the flash memory, because that's probably what most users need.

The added bdaq cli parameter --target takes either fpga or flash, with the default being flash.

The CI hardware runner should set the target to fpga.

Merge request reports