How to debug the GPIO controller driver on a laptop

Hi All,

I have to develop a GPIO controller driver on a laptop. Unfortunately, there is no 1394, no firewire and no cable network adapter. I am wondering how to do kernel debugging for the GPIO controller driver on that laptop. I tried to install Win10 on the VirtualBox on that laptop but the Win10 of the VirtualBox doesn’t expose the GPIO controller from the device manager. The GPIO controller can be found from the device manager of the laptop, though.

Thanks,
Marshall

Does it have USB3 ports?

1 Like

I finally make it work through USB3 ports. Thanks for the advice.

1 Like