Hopefully this is a silly problem with a simple answer !!
I have done several projects using MpSOC and usually develop code on Big old MacPro using Windows10 running Virtua; [VMware-Fusion]
Been no problem at all !!
Latest project requires a Linux operating system to run on the APU with some bare metal code on the RPU and some custom FPGA cores.
So I moved everything over to Ubuntu 18.04 [also a virtual on the same machine].
I have not used Linux in anger before so feeling my way a little ... However after a few attempts I have managed to get Petalinux running and built the bootloader etc etc ...
So Linux is now running comfortably on the TE0820 for the moment booting from SDCard.
Now I need to start building FPGA logic and the RPU application.
OK sorry for the long-winded intro ....... here is the actual problem !!
Under Ubuntu I cannot get the Hardware manager to connect to the board.
USB port is connected and assigned to my Linux Virtual.
I see two devices /dev/ttyUSB0 and /dev/ttyUSB1 and the TE0820 Linux Build is communicating quite nicely on ttyUSB1
[screen /dev/ttyUSB1 115200]
From Vivado [and similar story from Vitis] ...... this is 2019.2
Xilinx Hardware Server appears to be running and connects but it does not find a target.
I tried stopping the APU boot in Uboot rather than starting the Linux file system but again no joy and yes I do close down the 'screen ......' connection as well !!
if I switch over to Win10 and try the same thing everything just fine on same board same cable same everything.
Now I suppose I could start developing code again under windows but as I have a three way thing going on here which will involve a Linux application running on the A53 it's probably going to be a lot easier to keep everything running on Ubuntu.
Any clue as to what might be happing with hw_server

?