Device: FIRE3: Add EnterBootloader phase

This commit is contained in:
Jonathan Schwartz
2026-06-29 12:19:02 -04:00
committed by Kyle Schwarz
parent 19232def41
commit 55d69246b0
4 changed files with 4 additions and 0 deletions
@@ -71,6 +71,7 @@ public:
BootloaderPipeline getBootloader() override {
return BootloaderPipeline()
.add<EnterBootloaderPhase>()
.add<FlashPhase>(ChipID::neoVIFIRE3_ZCHIP, BootloaderCommunication::Application, true, false)
.add<FlashPhase>(ChipID::neoVIFIRE3_SCHIP, BootloaderCommunication::Application, false, true)
.add<FlashPhase>(ChipID::neoVIFIRE3_LINUX, BootloaderCommunication::Application, false, false, false)