It's great to see an update to the BSPs for the Microzed and other boards. I'm trying to get to grips with Petalinux for the MicroZed and it seemed a bit odd that until recently the latest BSP was for 2018.2.
I'm still having issues with the 2019.1 MicroZed 7010 BSP and I was wondering if the problem is likely to be the BSP or Petalinux installation. I eventually managed to install Petalinux successfully on a clean Ubuntu 18.04.3 LTS VM. (There a few tweaks to the UG1144 guide I needed but I eventually got there.)
I've copied mz7010_fmccc_2019_1.bsp over. I successfully ran
petalinux-create -t project -s mz7010_fmccc_2019_1.bsp
I was trying to follow the simplest route to check petalinux is working as intended by following https://forums.xilinx.com/t5/Xcell-Daily-Blog-Archived/Adam-Taylor-s-MicroZed-Chronicles-Part-54-Peta-Linux-SDK-for-the/…
I then cd'd into the newly created mz7010_fmccc_2019.1 folder and ran
petalinux-boot --qemu --prebuilt 3
Any ideas? Am I using the BSP correctly? Is my Petalinux installation OK? I'm not sure where to go from here and google didn't help much either.