Skip to content

Commit 7666fd0

Browse files
authored
Merge pull request #5 from ARK-Electronics/pr-ark_35.5.0
Update prebuilt tag for 35.5.0
2 parents edeffec + 4ed9da8 commit 7666fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_prebuilt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646
repo_downloaded=$(ls | grep "ark_jetson_compiled_device_tree_files")
4747
if [ -z $repo_downloaded ]; then
4848
echo "Downloading device tree files"
49-
git clone -b ark_35.3.1 git@github.com:ARK-Electronics/ark_jetson_compiled_device_tree_files.git
49+
git clone -b ark_35.5.0 git@github.com:ARK-Electronics/ark_jetson_compiled_device_tree_files.git
5050
fi
5151

5252
echo "Copying device tree files"

0 commit comments

Comments
 (0)