03-17-2015 11:49 AM
How do I use chipscope with an ILA block in petalinux? I noticed that the petalinux SDK does not use the debug file that Vivado does. Is there a work around or another method to see the FPGA logic while running the kernel?
Thanks,
Kevin
03-27-2015 08:27 AM
Hello community,
I tried a couple of different things but have the same problem. Would be nice to know how they can be used together!
Regards
03-29-2015 10:03 PM
03-30-2015 10:03 AM
Hello,
Thanks for the repsonse. The links are good and it works if you use the standalone kernel inside the Xilinx SDK. The Petalinux flow is slightly different and does not really use the SDK but couple of Linux command line applications to compile the kernel, create the file system and so on.
The boot command (just an example) that also downloads a bit file looks as follows:
$petalinux-boot --jtag --prebuilt 3
It basically takes over the JTAG but doesn't seem to use the debug_netlist probes file that Vivado uses when downloading a bit file. As a result the design running on the FPGA seems inaccessible from the Hardware Manager in Vivado since it cannot find the probe definitions.
Regards