-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Hi Robert,
I recently acquired some pocketbeagles and found that when connected to a MacOS 10.15.4 system via USB neither of the two USB Ethernet interfaces are recognised i.e. neither RNDIS or CDC-ECM.
However, if I update /opt/scripts/boot/am335x_evm.sh to replace all 4 instances of "ecm.usb0" with "ncm.usb0", I am able to access the pocketbeagle via CDC-NCM from MacOS 10.15.4 successfully.
Could you give some consideration to updating the boot scripts so that the more modern CDC-NCM is used instead of CDC-ECM to allow a good out of the box experience on MacOS? This should not impact Windows users (who use RNDIS) and most Linux systems should work with CDC-NCM too - it certainly works when I attach a pocketbeagle to a Debian Buster system via USB.
James