Skip to content

Commit

Permalink
Update platform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 26, 2024
1 parent 3536a83 commit 7524bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function setup_platform_env() {
export ARCH=arm
PACKAGE_ARCH=armhf
export CROSS_COMPILE=arm-linux-gnueabihf-
KERNEL_REPO=https://github.com/OpenHD/linux.git
KERNEL_REPO=https://github.com/OpenHD/linux-rpi.git
fi

if [[ "${PLATFORM}" == "jetson" ]]; then
Expand Down Expand Up @@ -71,7 +71,7 @@ function fetch_SBC_source() {
# Use --depth 1 to save some space on unneccessary huge git log
git clone ${KERNEL_REPO} ${LINUX_DIR} --depth 1 || exit 1
pushd ${LINUX_DIR}
#git checkout 20cb6d7b533b5e6d7df8a2cb7a83bd4555834bde || exit 1
git checkout stable_20240124 || exit 1
popd
fi

Expand Down

0 comments on commit 7524bd9

Please sign in to comment.