Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with option 2 of installing jetcard #23

Open
fengjunzhang89 opened this issue Mar 20, 2020 · 4 comments
Open

Issues with option 2 of installing jetcard #23

fengjunzhang89 opened this issue Mar 20, 2020 · 4 comments

Comments

@fengjunzhang89
Copy link

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

@leosh64
Copy link

leosh64 commented Jul 9, 2020

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

@kaisark
Copy link

kaisark commented Sep 17, 2020

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

kaisark commented Sep 17, 2020

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

@joshua-git0
Copy link

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

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

No branches or pull requests

4 participants