Jump to content
  • 0

Cora Z7 Linux build for Matlab


Sean_M

Question

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: 

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: 

https://github.com/mathworks/buildroot

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:

  1. 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?.
  2. 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?
  3. Does anyone have experience of the drivers necessary for Matlab, and how to add these to and rebuild the Petalinux kernel source?

Cheers,

Sean.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Not sure what else is stated in the context of the quoted text but it looks like it is about a kernel module which can be included in petalinux by 1) configuring the kernel if the module is already included in the kernel sources. 2) patch and configure the kernel if not. 3) create a petalinux (yocto) recipe* for building the respective module out of tree then add it to the rootfs.

*This recipe may already exist.

It is possible other software are reqired for the final image to properly work with matlab.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...