We have Petalinux installed on an SD card, and can ssh into this etc., but its missing the necessary matlab customisation. We need to either use build root, or customise the Petalinux build. From Mathworks:
Quote
For unsupported or custom boards, you would have 2 options:
1) Using the Mathworks buildroot environment from our GitHub repository, create a new image for your board:
This would involve creating a new FSBL (First Stage Bootloader), device tree, and possibly reconfiguring of the kernel to include additional drivers required by your board.
Refer to the following readme for basic instructions on how to use the buildroot: https://github.com/mathworks/buildroot/blob/master/board/mathworks/doc/readme.md
2) Using some existing Linux image or other build framework (e.g. Petalinux), configure and build only the required MathWorks drivers against your kernel source and add them to your image.
So my questions are:
Does anyone have a built image for the Cora Z7 using either of these methods? / a Linux image that we can use for this board with Matlab?.
Can we use buildroot with the Cora Z7, such as by using the Zybo as an example and adapting this to suit the Cora? HAs anyone tried this?
Does anyone have experience of the drivers necessary for Matlab, and how to add these to and rebuild the Petalinux kernel source?
Question
Sean_M
Hello,
We are trying to add the Cora Z7 as a custom board into Matlab to allow model based development. We have been following this guide: define-and-register-custom-board-and-reference-design-for-zynq-workflow, but are getting stuck at linking to the Linux bit (the last step); (step 4 of section 'Integrate the IP core with the Xilinx Vivado environment' referenced here Getting Started with Targeting Xilinx Zynq Platform).
We have Petalinux installed on an SD card, and can ssh into this etc., but its missing the necessary matlab customisation. We need to either use build root, or customise the Petalinux build. From Mathworks:
So my questions are:
Cheers,
Sean.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now