Skip to content
Prev Previous commit
Next Next commit
loader: disable Serial before starting application
  • Loading branch information
pennam committed Jan 14, 2026
commit 416abf26170ae5e325913b1c500040e71599ae0c
1 change: 1 addition & 0 deletions libraries/SFU/extra/loader/loader.ino
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ void setup() {
if (app_valid) {
#ifdef PORTENTA_C33_SFU_DEBUG_OTA
DEBUG_INFO("Booting application @ 0x%x", SKETCH_FLASH_OFFSET + POST_APPLICATION_ADDR);
Serial.end();
#endif
boot5(SKETCH_FLASH_OFFSET + POST_APPLICATION_ADDR);
} else {
Expand Down