redpitaya-puzzlefw/os/03_get_kernel.sh

9 lines
127 B
Bash
Raw Normal View History

2024-01-07 00:51:38 +01:00
#!/bin/bash
set -e
. script_env
git clone https://github.com/Xilinx/linux-xlnx.git --single-branch --branch xilinx-v2023.2
2024-01-07 00:51:38 +01:00