06-07-2018 06:41 AM
I have Linux booting from SD card on a custom Zynq Ultrascale+ PCB. Linux boots fine without JTAG connected, but if open the Vivado hardware manger and connect a Xilinx platform cable II, linux hangs on boot with the message:
"XPFW: DAP RPU WAKE.. DONE"
So it looks like it's related to the platform management unit, since this message originates from the pmufw (https://github.com/Xilinx/embeddedsw/blob/master/lib/sw_apps/zynqmp_pmufw/src/xpfw_mod_dap.c), but I'm not sure how to debug further. Any suggestions?
06-07-2018 09:03 AM
Hi Josh,
Looks this is a known issue.
Could you please check this AR: https://www.xilinx.com/support/answers/69143.html
Thanks & Regards
Aravind
----------------------------------------------------------------------------------------------
Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
Give Kudos to a post which you think is helpful and reply oriented.
----------------------------------------------------------------------------------------------
06-07-2018 09:03 AM
Hi Josh,
Looks this is a known issue.
Could you please check this AR: https://www.xilinx.com/support/answers/69143.html
Thanks & Regards
Aravind
----------------------------------------------------------------------------------------------
Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
Give Kudos to a post which you think is helpful and reply oriented.
----------------------------------------------------------------------------------------------
06-11-2018 12:51 AM
Yes, that solved it, thank you!