-
Notifications
You must be signed in to change notification settings - Fork 202
jetson nano installation guide #258
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
Conversation
VanDavv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I gave it a try on Jetson, some of the sections need updates, but overall I was able to run the example on my device
iacisme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good, thank you!
I've made some edits that were some of my errors in the document I sent.
Also, technically these instructions would also work on an RPi. The only difference is the download dependancies instructions. I believe for the RPi it's curl.... instead of wget().
Thanks!
docs/source/install.rst
Outdated
|
|
||
| .. code-block:: bash | ||
| sudo apt install curl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required, I copied and pasted the wrong command - sorry about that.
docs/source/install.rst
Outdated
| sudo apt install curl | ||
| #Download and install the dependency package | ||
| sudowget-qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
docs/source/install.rst
Outdated
|
|
||
| .. code-block:: bash | ||
| echo “export OPENBLAS_CORETYPE=AMRV8” >> ~/.bashrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest adding:
sudo reboot now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iacisme is a reboot really required here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cafemoloko good question, I'd say it's a best practise. However, to your point if it's really requried - no.
Not something that MUST be updated, I was just thinking of those times when my problems happened to simply be solved by a reboot.
I can't remember if I did this consistently or not, I have another Jetson Nano that I'm setting up so will try w/out reboot to confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. code-block:: bash | ||
| echo “export OPENBLAS_CORETYPE=AMRV8” >> ~/.bashrc | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Login to the virtual environment:
workon depthAI
…uxonis/depthai-python into jetson-nano-installation-guide
an installation guide for jetson nano