Skip to content

Commit

Permalink
sdcard-images-utils: nxp: deboot.sh: Fix ToF repo link
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Togorean <[email protected]>
  • Loading branch information
btogorean committed Mar 4, 2022
1 parent fcd74de commit ba81ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdcard-images-utils/nxp/deboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ systemctl enable uvc-gadget.service
pushd /home/${USERNAME}
mkdir Workspace
pushd Workspace
TOF_GIT_LOCATION=${TOF_GIT_LOCATION:=https://github.com/analogdevicesinc/aditof-sdk-rework.git}
TOF_GIT_LOCATION=${TOF_GIT_LOCATION:=https://github.com/analogdevicesinc/ToF.git}
echo "Clone ToF source code from: $TOF_GIT_LOCATION"
git clone ${TOF_GIT_LOCATION}
pushd aditof-sdk-rework/scripts/nxp/
pushd ToF/scripts/nxp/
chmod +x setup.sh
# ./setup.sh -y -b ../../build -d ../../deps -i /opt -j4
chown -R ${USERNAME}:${USERNAME} /home/${USERNAME}/Workspace
Expand Down

0 comments on commit ba81ccb

Please sign in to comment.