Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jetson nano developer kit support #258

Closed
ethanrublee opened this issue Jul 31, 2020 · 4 comments
Closed

jetson nano developer kit support #258

ethanrublee opened this issue Jul 31, 2020 · 4 comments

Comments

@ethanrublee
Copy link

I've tested this on the jetson nano development board (B01 version).

My results:

bus 2-1 is the usb3.0 bus corresponding to the 4 ports on the dev kit.
Untitled drawing

  • bus 2-1 port 1 can disable the VBUS of all the 2-1 ports.
  • bus 2-1 ports 2-4 do not disable the VBUS.
  • When plugging in another (unsupported) hub (anker https://www.amazon.com/gp/product/B07L32B9C2) to any port on bus 2-1, VBUS can no longer be disabled on bus 2-1.
@mvp
Copy link
Owner

mvp commented Jul 31, 2020

Thanks for reporting!

Regarding last case, you should be able to disable power anyway using uhubctl -l 2-1 -p 1 -a 0 -r 100. Try increasing -r option until it starts working.

@ethanrublee
Copy link
Author

Thanks @mvp, I tried with -r 1000 and it has no effect.

@mvp
Copy link
Owner

mvp commented Jul 31, 2020

Thats weird, oh well... I guess you still have more or less working option of plugging external hub to ports 2 to 4.

@mvp mvp closed this as completed in c692708 Aug 1, 2020
@aslanpour
Copy link

aslanpour commented Aug 18, 2022

It did not work for me. I had to do this instead
echo '2-1' |sudo tee /sys/bus/usb/drivers/usb/unbind"

Edited:
Actually, now uhubctl -l 2-1 -p 1 -a 0 is working on my jetson nano. I did not get what I changed.

What I am looking for is single port power switching that apparently Nano does not allow that due to the fact that all USB ports are ganged with each other as in raspberry pis. Any solution for that is appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants