Skip to content

Commit

Permalink
Update hopper build script to use renamed 2022.2 release branch
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Nov 13, 2024
1 parent 95ac8f3 commit a805713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trx_examples/targeting/frequency-hopping/build_kernel.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

# Build kernel
git clone -b 2022_r2 --depth=1 https://github.com/analogdevicesinc/linux.git
git clone -b 2022_r2_release --depth=1 https://github.com/analogdevicesinc/linux.git
cd linux
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
source /opt/Xilinx/Vivado/2021.2/settings64.sh
source /opt/Xilinx/Vivado/2022.2/settings64.sh
cp ../hopper.patch .
git apply --reject hopper.patch
if [ "$?" != "0" ]; then
Expand Down

0 comments on commit a805713

Please sign in to comment.