Replies: 1 comment 1 reply
-
Great addition; thanks for adding the instructions!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project is fully compatible with jetson nano with a few small tweaks.
Python Dependencies
For matplotlib, I had to use this to install.
sudo apt-get install python-matplotlib
First edit your .bashrc file and add the line
export OPENBLAS_CORETYPE=ARMV8
This will resolve any "Illegal instruction (core dumped)" issues.
Dont forget to
source .bashrc
for effects to take placeNext change the i2c clock rate from 100000 to 1000000 ( 1 extra 0 )
sudo nano /sys/bus/i2c/devices/i2c-1/bus_clk_rate
Everything should work from here.
Beta Was this translation helpful? Give feedback.
All reactions