I am running the Xilinx SDK in Ubuntu 14.0.2 in Virtualbox (Windows 10 host) building a bare-bones Zedboard application. I cannot get the debugger to work. I get the "could not find ARM device on board for connection 'Local'.
In Virtualbox, I am sharing the "Diligent USB Device [0900]" (which I believe is the USB-JTAG) and "2012 Cypress Semiconductor Cypress-USB2UART" devices with the guest Linux machine. (The USB serial does share since I can use minicom to see the Linux terminal.)
GDB over TCP/IP (ssh) is not an option because I'm doing barebones development.
Has anyone else been able to debug in Virtualbox with the USB-JTAG?
Any suggestions?
Thank you.