I am trying to use the USB-to-Ethernet connection, e.g. plug the Nano into the Mac USB-A port and connect to it on the default 192.168.55.1 IP address. But this doesn’t work.
More specifically, I am trying to follow the “Getting Started with AI on Jetson Nano” course. As mentioned on the official course homepage:
Attention MacOS Users!
If you’ve upgraded your laptop to Catalina 10.15.1, the Nano device mode will not work because this version of Mac breaks the existing USB-to-Ethernet drivers. The Mojave release (10.14) does not have this issue. In the mean time, please use a different laptop to connect to your computer using device mode. As more details and workaround information become available, instructions will be provided with the course.
I am not a Mac guy, but I do know networking is somewhat *NIX-like, e.g., much is in common with Linux. For this particular case I do not think the Mac needs a driver per se, but I am uncertain. Normally what would happen is that the device should just be seen as a network adapter, and connecting to it should automatically assign an address. If security does not trust this USB device, then it might just be a case of telling the Mac that it is ok to use the USB NIC.
FYI, most USB network devices would be an actual NIC, but because the Jetson is already fully set up and running, then the usual driver will be irrelevant…the Jetson runs regardless of whether the Mac provides anything or not. The real question is if the Mac sees the device, and if the Mac gives permission.
If you were to go to a command line prompt on the Mac, then probably the “ifconfig” command would work the same for this as it does with Linux, and perhaps show devices.
I’m trying the headless setup and my MAC OS Catalina 10.15.4 does not even detect the Jetson Nano 2GB. Even as serial device under /dev directory does not exists! And I don’t even have a HDMI monitor…