02-11-2016 04:41 AM
Hi,
I'm trying to create a petalinux project for a microblaze soft core that is residing in the PL on a Zynq but the petalinux-config --get-hw-description operation is stuck in a loop. It lets me chose the config options but then when I exit the ncurses window the progam never returns.
The config.log file is huge, I left it to run once and it expanded to 150GB! It shows the program going through the config but then the following line appears with no other error and the config starts again.
* * Restart config... *
I've tried this on vivado/petalinux 2015.2.1 and 2015.4 (see my other thread for an issue there)
The design has the MB connected to RAM and an Ethernet device that are physically separate from the PS, I think I may have missed something important but I cant find much up to date info on the microblaze it seems people have stoppped using them.
I've attached the HDF file for my design and the first loop of the config log
Any help is appreciated
Thanks
Jon
02-11-2016 11:12 AM
Do you see this happening only for this particular HDF file?
I will verify this and update you.
Regards,
Achutha
02-12-2016 01:32 AM
I have tried it with a cut down version of the same design, it's a very simple design but I've tried it without the Ethernet device.
I am able to get bare metal software running on the MB, using the AXI stream FIFOs in the design to talk between MB and main PS
Thanks
Jon