Issue Connecting to NVIDIA Jetson TX2

I recently got the new 3.5 48v ODrive and got it to connect (via odrivetool) to my mac but can’t get it to connect to my Jetson TX2 (it is an ARM based Ubuntu computer).

I have a feeling it might be something simple but here is what it shows when I run the program:

nvidia@tegra-ubuntu:~/.local/bin$ ./odrivetool
ODrive control utility v0.4.2
Please connect your ODrive.
You can also type help() or quit().
In [1]:

I tried typing help and get this:

nvidia@tegra-ubuntu:~/.local/bin$ ./odrivetool
ODrive control utility v0.4.2
Please connect your ODrive.
You can also type help() or quit().

In [1]: help
Out[1]: <function fibre.shell.launch_shell..()>
In [2]:

Not sure if that info is helpful. I have installed the latest devel firmware on the ODrive and that didn’t chance anything.

When I do lsusb this is what I get

nvidia@tegra-ubuntu:~/.local/bin$ lsusb
Bus 002 Device 002: ID 05e3:0616 Genesys Logic, Inc. hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 046d:0819 Logitech, Inc. Webcam C210
Bus 001 Device 010: ID 1209:0d32 InterBiometrics
Bus 001 Device 006: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
Bus 001 Device 004: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 001 Device 003: ID 04f2:0939 Chicony Electronics Co., Ltd
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
nvidia@tegra-ubuntu:~/.local/bin$

Any ideas as what to try next?

I got it work, not sure what happened, I think I might not have flashed the correct firmware, but I went back and reflashed it with the devel and it works now.