Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jul 28, 2018
2 parents 090d370 + b16e13a commit dd97fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-linux-xlnx-v2017.3-zynqmp-fpga.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LINUX_BUILD_DIR=linux-xlnx-v2017.3-zynqmp-fpga
### Download Linux Kernel Source
git clone /~https://github.com/Xilinx/linux-xlnx.git $LINUX_BUILD_DIR
cd $LINUX_BUILD_DIR
git git checkout -b linux-xlnx-v2017.3-zynqmp-fpga refs/tags/xilinx-v2017.3
git checkout -b linux-xlnx-v2017.3-zynqmp-fpga refs/tags/xilinx-v2017.3

### Patch for linux-xlnx-v2017.3-zynqmp-fpga
patch -p0 < ../files/linux-xlnx-v2017.3-zynqmp-fpga.diff
Expand All @@ -30,7 +30,7 @@ make xilinx_zynqmp_defconfig

### Build Linux Kernel and device tree
export DTC_FLAGS=--symbols
make deb-pkg
make deb-pkg -j16

#### Build uImage and devicetree to target/zybo-pynqz1/boot/

Expand Down

0 comments on commit dd97fae

Please sign in to comment.