Skip to content

Commit

Permalink
[REVERTME] Disable signing for imx93 based images for now
Browse files Browse the repository at this point in the history
There is no TOC / bootloader support yet.

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Mar 22, 2024
1 parent 491f459 commit 2cfbf73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packaging/build_px4fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ else
unset SIGNING_ARGS
fi

# TODO: remove this when we want to enable signed boot for imx93
if [[ $NAME = saluki-nxp93 ]]
then
unset SIGNING_TOOL
unset SIGNING_ARGS
fi

# Remove old build output
rm -Rf build/${arg}
# Build
Expand Down

0 comments on commit 2cfbf73

Please sign in to comment.