jetcard
jetcard copied to clipboard
Issues with option 2 of installing jetcard
I use option 2 to install jetcard. The jupter notebook is not working and the small display screen is not showing anything.
please help. Thanks Fengjun
There are more issues with the installation: Running ./install.sh <password>
on a fresh Jetson SDK image fails due to:
cp: cannot stat '/opt/nvidia/l4t-usb-device-mode//nv-l4t-usb-device-mode.sh': No such file or directory
There are more issues with the installation: Running
./install.sh <password>
on a fresh Jetson SDK image fails due to:cp: cannot stat '/opt/nvidia/l4t-usb-device-mode//nv-l4t-usb-device-mode.sh': No such file or directory
@dusty-nv The following line should not have a trailing slash: DIR="/opt/nvidia/l4t-usb-device-mode/"
Also, I believe the nv-l4t-usb-device-mode.sh filename has changed (install.sh needs to be updated):
install.sh nv-l4t-usb-device-mode.sh
jetpack 4.4 image: nv-l4t-usb-device-mode-start.sh
I ran into the following GPIO error (could be a path issue or missing config files) in the install.sh script:
$sudo -S cp /opt/nvidia/jetson-gpio/etc/99-gpio.rules /etc/udev/rules.d/ [sudo] password for kaisark: cp: cannot stat '/opt/nvidia/jetson-gpio/etc/99-gpio.rules': No such file or directory
~$ ll /opt/nvidia/jetson-gpio ls: cannot access '/opt/nvidia/jetson-gpio': No such file or directory
$ ll /etc/udev/rules.d total 104 drwxr-xr-x 2 root root 4096 Sep 14 12:32 ./ drwxr-xr-x 4 root root 4096 Sep 16 12:53 ../ -rw-r--r-- 1 root root 58549 Sep 14 12:32 70-snap.core.rules -rw-r--r-- 1 root root 616 Jun 26 00:36 90-alsa-asound-tegra.rules -rw-r--r-- 1 root root 175 Jun 26 00:36 91-xorg-conf-tegra.rules -rw-r--r-- 1 root root 962 Jun 26 00:36 92-hdmi-audio-tegra.rules -rw-r--r-- 1 root root 208 Jun 26 00:36 99-nv-l4t-usb-device-mode.rules -rw-r--r-- 1 root root 1137 Jun 26 00:36 99-nv-l4t-usb-host-config.rules -rw-r--r-- 1 root root 425 Jun 26 00:36 99-nv-ufs-mount.rules -rw-r--r-- 1 root root 634 Jun 26 00:36 99-nv-wifibt.rules -rw-r--r-- 1 root root 1834 Jun 26 00:36 99-tegra-devices.rules -rw-r--r-- 1 root root 130 Jun 26 00:36 99-tegra-mmc-ra.rules
I ran into the following GPIO error (could be a path issue or missing config files) in the install.sh script:
$sudo -S cp /opt/nvidia/jetson-gpio/etc/99-gpio.rules /etc/udev/rules.d/ [sudo] password for kaisark: cp: cannot stat '/opt/nvidia/jetson-gpio/etc/99-gpio.rules': No such file or directory
~$ ll /opt/nvidia/jetson-gpio ls: cannot access '/opt/nvidia/jetson-gpio': No such file or directory
$ ll /etc/udev/rules.d total 104 drwxr-xr-x 2 root root 4096 Sep 14 12:32 ./ drwxr-xr-x 4 root root 4096 Sep 16 12:53 ../ -rw-r--r-- 1 root root 58549 Sep 14 12:32 70-snap.core.rules -rw-r--r-- 1 root root 616 Jun 26 00:36 90-alsa-asound-tegra.rules -rw-r--r-- 1 root root 175 Jun 26 00:36 91-xorg-conf-tegra.rules -rw-r--r-- 1 root root 962 Jun 26 00:36 92-hdmi-audio-tegra.rules -rw-r--r-- 1 root root 208 Jun 26 00:36 99-nv-l4t-usb-device-mode.rules -rw-r--r-- 1 root root 1137 Jun 26 00:36 99-nv-l4t-usb-host-config.rules -rw-r--r-- 1 root root 425 Jun 26 00:36 99-nv-ufs-mount.rules -rw-r--r-- 1 root root 634 Jun 26 00:36 99-nv-wifibt.rules -rw-r--r-- 1 root root 1834 Jun 26 00:36 99-tegra-devices.rules -rw-r--r-- 1 root root 130 Jun 26 00:36 99-tegra-mmc-ra.rules
You shouldn't have to do this because of this - https://forums.developer.nvidia.com/t/there-is-no-99-gpio-rules-file-in-the-latest-jetson-gpio-library/118619