JETSON NANO Development kit 4G Installation
https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit
Installation Chinese Artical
Wi-Fi Dongle Driver:
git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu
make all
sudo make install
Install Node-RED、Tensorflow packages:
sudo apt update
sudo apt install -y python3-pip python3-dev python3-scipy python3-h5py libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
sudo apt-get install curl -y
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt install -y nodejs
Node-RED ( install V3):
sudo npm install -g --unsafe-perm node-red@3.1.9
pip3 install -U pip testresources setuptools==49.6.0
pip3 install numpy==1.19.4
pip3 install pillow
Notes, the follwing step takes much time ....:
pip3 install --pre --no-cache-dir --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v461 tensorflow
Start Node-RED:
node-red