Skip to content

Conversation

@cafemoloko
Copy link
Contributor

an installation guide for jetson nano

@cafemoloko cafemoloko requested a review from VanDavv May 10, 2021 13:45
@cafemoloko cafemoloko changed the title installation guide jetson nano installation guide May 10, 2021
Copy link
Contributor

@VanDavv VanDavv left a 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

@cafemoloko cafemoloko requested a review from VanDavv May 14, 2021 13:14
Copy link

@iacisme iacisme left a 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!


.. code-block:: bash
sudo apt install curl
Copy link

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.

sudo apt install curl
#Download and install the dependency package
sudowget-qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
Copy link

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
Copy link

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

Copy link
Contributor Author

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?

Copy link

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, @iacisme. please let me know. It seems that @VanDavv was able to run it without a reboot.

.. code-block:: bash
echo “export OPENBLAS_CORETYPE=AMRV8” >> ~/.bashrc
Copy link

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

@cafemoloko cafemoloko merged commit 2d20d02 into main May 16, 2021
@cafemoloko cafemoloko deleted the jetson-nano-installation-guide branch May 16, 2021 10:16
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

Successfully merging this pull request may close these issues.

4 participants