Skip to content

Commit

Permalink
Merge pull request #5 from ARK-Electronics/pr-ark_35.5.0
Browse files Browse the repository at this point in the history
Update prebuilt tag for 35.5.0
  • Loading branch information
AlexKlimaj authored May 16, 2024
2 parents edeffec + 4ed9da8 commit 7666fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
repo_downloaded=$(ls | grep "ark_jetson_compiled_device_tree_files")
if [ -z $repo_downloaded ]; then
echo "Downloading device tree files"
git clone -b ark_35.3.1 git@github.com:ARK-Electronics/ark_jetson_compiled_device_tree_files.git
git clone -b ark_35.5.0 git@github.com:ARK-Electronics/ark_jetson_compiled_device_tree_files.git
fi

echo "Copying device tree files"
Expand Down

0 comments on commit 7666fd0

Please sign in to comment.