MATLAB: Is it possible to get the source code for the Linux kernel that MathWorks uses to create the images for the Communications Toolbox Support Package for Xilinx Zynq-Based Radio

Communications Toolboxdriverkernellinuxradiosdrxilinxzynq

I am using the "Communications Toolbox Support Package for Xilinx Zynq-Based Radio" but I need to either use my own Linux kernel or modify the one that is downloaded to the SD during the Hardware Setup of that support package. When I try to integrate the generated code into our own kernel, I get errors that I believe are due to using different drivers. Can we get the Linux kernel code that MathWorks uses?

Best Answer

The buildroot framework specifically for the Xilinx Zynq-Based Radio support package can be found here:
Note that unlike SoC Blockset, we do not explicitly support adding custom boards or Linux image customization, but the above repository tag should give you a starting point to investigate your own solution.
Related Question