Device: Add EnterApplicationPhases step

This commit is contained in:
Max Brombach
2026-01-20 14:25:29 -05:00
committed by Kyle Schwarz
parent 8cb62c2cae
commit 68ebb6dae4
6 changed files with 8 additions and 2 deletions
@@ -80,6 +80,7 @@ public:
return BootloaderPipeline()
.add<EnterBootloaderPhase>()
.add<FlashPhase>(ChipID::RADGalaxy_ZYNQ, BootloaderCommunication::RAD)
.add<EnterApplicationPhase>(ChipID::RADGalaxy_ZYNQ)
.add<ReconnectPhase>()
.add<WaitPhase>(std::chrono::milliseconds(3000));
}