jetcard icon indicating copy to clipboard operation
jetcard copied to clipboard

Issues with option 2 of installing jetcard

Open fengjunzhang89 opened this issue 4 years ago • 4 comments

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

fengjunzhang89 avatar Mar 20 '20 02:03 fengjunzhang89

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

leosh64 avatar Jul 09 '20 13:07 leosh64

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

kaisark avatar Sep 17 '20 22:09 kaisark

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

kaisark avatar Sep 17 '20 22:09 kaisark

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

joshua-git0 avatar Feb 24 '21 00:02 joshua-git0