Is there a script or minimal PYNQ image for Minized?
Customizing or compiling from scratch Petalinux takes literally half a day on medium laptop.
Also I noticed on Minzed forum the BSP for 2018.3 is missing some files and does not work.
Is there a script or minimal PYNQ image for Minized?
Customizing or compiling from scratch Petalinux takes literally half a day on medium laptop.
Also I noticed on Minzed forum the BSP for 2018.3 is missing some files and does not work.
Hi,
No there currently is no PYNQ image for minized.
We don't offer a 2018.2 BSP for minized at this time. What are you referring to?
Thanks!
-Josh
Any plans to offer a PYNQ image for emmc?
On this page there is a 2018.2 bsp for minzed but it's missing some files when I unzip it.
What files is the 2018.2 BSP missing? If you look, there are 2 BSPs for MiniZed 2018.2.
There are no plans to implement PYNQ on MiniZed at this time.
-Josh
Well, too bad about the PYNQ image. I'll give it a try myself but the BSP is giving me issues.
Regarding the BSP , It gives some warnings:
.........nor could it be found using path 'C:/apps_home/home/sroussea/VivadoProjects/2018.2/hdl/Boards/MINIZED/minized_LEDs.xdc'.
We can see if we can change the paths in the 2018.2 BSP's Vivado project. Here is how you can get those files or generate the Vivado project:
Create and browse to a directory where you would like to create the Vivado project. Like ~/VivadoProjects/myminized
git clone https://github.com/Avnet/hdl.git
vivado (Open Vivado 2018.2)
In TCL:
cd ~/VivadoProjects/myminized/hdl/Scripts
source ./make_minized_petalinux.tcl
This will generate and close the project, after which you can re-open it in Vivado.
Stefan