Skip to content

Commit

Permalink
nxp93: Do cold reset in reset type 2
Browse files Browse the repository at this point in the history
Signed-off-by: Jouni Ukkonen <[email protected]>
  • Loading branch information
Jouni Ukkonen authored and joukkone committed Dec 11, 2024
1 parent 0a13103 commit 46cc587
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions platforms/nuttx/src/px4/nxp/imx9/board_reset/board_reset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,9 @@ static void board_reset_enter_bootloader()

static void board_reset_enter_bootloader_and_continue_boot()
{
/* Reset by triggering WDOG */

/* TODO */

_alert("WDOG reset Not implemented\n");

/* Wait for the reset */
/* Reset the whole SoC */

for (; ;);
up_systemreset();
}

static void board_reset_enter_app()
Expand Down

0 comments on commit 46cc587

Please sign in to comment.