05-07-2019 02:11 PM
Hi All,
We are using the Zynq Ultrascale+ MPSoC; running baremetal we have no problems using Chipscope ILA connected via either Platform USB cable or the SmartLynq cable.
However when we boot linux (out of SDCard) and then run chipscope ILA (connected via either the Platform USB cable or the SmartLynq calbe), it more often than not crashes Linux.
We have already tried this suggest fix but to no avail : https://www.xilinx.com/support/answers/69143.html
If any one has any suggestions or workarounds, would love to hear them.
Thanks
05-08-2019 12:55 AM
Could you please share the Linux boot log to check the power management? also check boot args whether your changes reflected or not.
You can try with v2018.3 release where this issue is fixed.
05-08-2019 12:55 AM
Could you please share the Linux boot log to check the power management? also check boot args whether your changes reflected or not.
You can try with v2018.3 release where this issue is fixed.
05-08-2019 02:24 PM
Could it be the cpu idling?
05-08-2019 02:51 PM
Hi Kranthi,
I forgot to mention that we are using 2018.3.
I will try and get the linux boot log for you.
Thanks
05-08-2019 02:51 PM
05-08-2019 10:10 PM
Could you please give a try by disabling the CPU idle in Kernel?
Petalinux-config -c kernel
CPU Power Management --->
-> CPU Idle --->
[ ] CPU idle PM support
Then try building and boot the board.
05-09-2019 02:05 AM
Can you post the linux log. Does it halt at the same spot, or random?
05-09-2019 01:55 PM
@gudishak wrote:
Could you please share the Linux boot log to check the power management? also check boot args whether your changes reflected or not.
You can try with v2018.3 release where this issue is fixed.
Thanks for the tip regarding checking the boot args. It looks like that helped and we had one successful case of running chipscope with Linux booted.