Activity
From 06/03/2023 to 07/02/2023
06/27/2023
- MF 06:13 PM Software Development: RE: Project files and Quartus startup
- Eric,
https://www.intel.com/content/www/us/en/products/details/fpga/development-tools/quartus-prime/resource.html
Here is the link to the tools. Once you select the edition/platform that is applicable to you, you can change the ver... - EN 05:43 PM Software Development: RE: Project files and Quartus startup
- Thanks Mike.
That page filled in a couple of knowledge gaps for me.
I'm still struggling to find out where to get Quartus though.
Can you point me in the right direction?
I tried but was unsuccessful in getting the virtualbox... - MF 03:41 PM Software Development: RE: Project files and Quartus startup
- Eric,
https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Building_fpga_181
This should be the build instructions for the project. Make sure to run the Intel Embedded Command Shell script to source the tools. This se... - MF 05:35 PM Software Development: RE: Pin-muxing SPI
- Eric,
Thanks for sharing! I wasn't sure if it supported arbitrary GPIO pins or not. Good to know!
- Mike - EN 05:33 PM Software Development: RE: Pin-muxing SPI
- Thanks Mike.
In case it's useful to someone else, I saw that the driver supports the use of "arbitrary GPIO pins":https://support.criticallink.com/gitweb/?p=linux-socfpga.git;a=blob;f=drivers/spi/spi-dw-mmio.c;h=447497e9124c922a4e3ecc... - MF 03:36 PM Software Development: RE: Pin-muxing SPI
- Hi Eric,
Your assumptions are correct. To use the hard HPS SPI peripheral, you would use the signals you have highlighted in the attached image.
You could also not use the hard HPS SPI peripheral, and add a SPI controller into the FP... - EN 05:27 PM Software Development: RE: Toolchain bundles
- Thanks Mike
- MF 03:43 PM Software Development: RE: Toolchain bundles
- Eric,
Use poky-glibc-x86_64-mitysom-image-base-cortexa9hf-neon-toolchain-2.4.4.sh which is under the Quartus 18.1 20201116 section.
Sorry for the confusion. I think the other two are legacy and should be removed.
- Mike
06/26/2023
- EN 09:51 PM Software Development: RE: Project files and Quartus startup
- I'm also answering my first question (how to launch Quartus).
The executable name is quartus, and it seems that I don't have a proper installation. I followed instructions on Intel's site and seem to have a broken version 20.1.
In ... - EN 04:01 PM Software Development: RE: Project files and Quartus startup
- I found the answer to the second question on this page:
https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Building_fpga_181
The reference projects are in this Git repository:
https://support.criticallink.com/git... - I'm just getting started with a MitySOM-5CSX and
First off, this page says "launch quartus", and I'm not sure how.
https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/System_Design_Overview
In my ~/intelFPGA tree... - There are three poky toolchain bundles on this page, and two of them have the same name, "poky-eglibc-x86_64-mitysom-5csx-dev-kit-cortexa9hf-vfp-neon-toolchain-1.5.4.sh".
https://support.criticallink.com/redmine/projects/mityarm-5cs/f...
06/23/2023
- Hi all,
We'd like to make use of the SPI peripheral on the MitySOM-5CSx with at least two different chip-selects.
Is the use of the highlighted pins (SPIM0_SS0/SS1) the right approach?
I've worked with other SPI controller drive...