Skip to content

Commit

Permalink
testing-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Mar 24, 2024
1 parent 76b1acc commit 9d198c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false # Don't fail all if any of the jobs is failing
matrix:
TESTING: [release]
TARGET: [x20] # <-- Add targets here!
TARGET: [nvidia-agx] # <-- Add targets here!


steps:
Expand Down
11 changes: 11 additions & 0 deletions images/nvidia-agx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
BASE_IMAGE_URL="https://developer.download.nvidia.com/embedded/L4T/"
BASE_IMAGE="r35_Release_v5.0/JP513-xnx-sd-card-image.zip"
BASE_IMAGE_SHA256="dfdd2d22c8bc86e925803ca0b571ac168202521ad9bea4f439723c75f04420d4"
OS="ubuntu"
DISTRO="focal"
HAS_CUSTOM_BASE=false
HAVE_BOOT_PART=false
HAVE_CONF_PART=false
ROOT_PART=1
CONF_PART=15
BIT="64"

0 comments on commit 9d198c0

Please sign in to comment.