Skip to content

Commit

Permalink
chore(ota_helpers): update to follow nv-l4t-bootloader-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Princemachiavelli committed Mar 28, 2024
1 parent c8f872f commit 8ce19eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/ota-utils/ota_helpers.func
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ generate_compat_spec() {

# Orin AGX
3701)
if [[ "${boardsku}" == "0000" ]] || [[ "${boardsku}" == "0004" ]]; then
if [[ "${boardsku}" == "0000" ]] ; then
if echo "$fab" | egrep -q "^([012][0-9][0-9]|TS|EB)"; then
fab="000"
else
fab="300"
fi
fi
if [[ "${boardsku}" == "0005" ]]; then
if [[ "${boardsku}" == "0004" || "${boardsku}" == "0005" || "${boardsku}" == "0008" ]]; then
fab=""
fi
boardrev=""
Expand Down

0 comments on commit 8ce19eb

Please sign in to comment.