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

NVIDIA Jetson Nano setup? #5

Open
Manalope opened this issue Aug 23, 2019 · 6 comments
Open

NVIDIA Jetson Nano setup? #5

Manalope opened this issue Aug 23, 2019 · 6 comments

Comments

@Manalope
Copy link

Thank you for this project... awaiting Jetson Nano instructions

@dtomcat
Copy link

dtomcat commented Aug 23, 2019

He is hoping to have this posted by the end of the weekend

@mikenewhouse
Copy link

Me too, I want to use a Nano.

@mikeoldhouse
Copy link

How is nano different? I am new to this but other than storage size the nano configuration should be no different. Looking at something like the Geekworm NVIDIA Jetson Nano 2.5 inch SATA SSD/HDD Shield Storage Expansion Board to allow for 1 TB of storage.

@jasonmk
Copy link

jasonmk commented Aug 27, 2019

I think you just answered your own question. Without an on-board M.2 slot, you have to either add in an expansion board or use a USB SSD drive which requires a custom kernel if you want to boot from it. All doable, but extra steps vs what is listed in the README.

EDIT: power is the other difference. The Nano doesn't have a USB-C port for providing power, and the micro-usb port can only deliver a max of 2A which is barely enough to run the Nano itself and will be insufficient once you add an SSD and wireless card. You'll need a 12V to 5V converter with with a barrel connector to power it.

@devedse
Copy link

devedse commented Aug 27, 2019

So what's the reason there's a need for an external SSD? I would expect the only disk read/write is from the Dashcam writing footage to the disk.

@jasonmk
Copy link

jasonmk commented Aug 27, 2019

I'm obviously speculating here, but I'm guessing an SD card (which is the only onboard storage for the Nano) just doesn't have the IO bandwidth to support the amount of reading and writing necessary. They also are really bad at random IO, preferring to read and right in a stream. If it were just camera data, that would probably be fine, but I would assume that there's a lot more going on when you start doing license plate and face detection. The instructions mention a MongoDB installation which is probably going to generate a huge amount of random IO.

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

6 participants