Hi,
I'm trying to evaluate MJPEG on zedboard.
There is a readme file in the refernece project.
It tells me where to find the kernel source code.
But there is no souce code in avnet git folder.
Can anybody tell me where to download the kernel source code?
Thanks.
Below is the readme file
Motion JPEG Streaming SDK 2016.4)
How to apply patch
-------------------
1. Download kernel source from Xilinx github
# cd $HOME
# git clone https://github.com/Xilinx/linux-xlnx.git
# cd linux-xlnx
# git checkout tdnext-v2016.4 xilinx-v2016.4
2. Apply patch
# cp [folder containing the patch]/tdnext-2016.4-v2.0.patch $HOME/linux-xlnx
# git apply tdnext-2016.4-v2.0.patch
Note:
1. You may ignore those whitespace errors when apply the patch
How to build kernel
-------------------
Please refer to Xilinx wiki
http://www.wiki.xilinx.com/Build+kernel
--- End ---