With the current Pocketbeagle 2 image (BeagleBoard.org Debian Bookworm Minimal Image 2025-03-25) the usb network interface does not plug-and-play configure on windows; so the quickstart tutorial fails and you can not easily access the pocketbeagle device.
This is because the usb network device (CDC NCM) is not recognized by windows and it does not identify and load the correct driver. The network device is function if you manually select the appropriate driver for the “CDC NCM” device via:
Opening the device manager and locating the “CDC NCM” device.
Selecting Update Driver → Browse my Computer for Drivers → Pick from Available Drivers → Network Adapters → Microsoft → UsbNcm Host Device.
I believe this is a misconfiguration in the PocketBeagle2 image, which needs a few updates to the usb device configuration to allow windows to recognize the NCM driver.
See:
Read this and I recall when I set up an arch Linux image for the original pocket beagle, iirc you just set up the usb gadget on the PB to give several types of Ethernet over usb. I’ll grab the link for you … here it is Arch Linux ARM • View topic - PocketBeagle on Arch think the only think I add now, is have systemd networkd do the dhcp server, which works better.
Ah yes, and in 2021 I changed to NCM - I forgot that …