Scripts from different projects
Nilecam30_TX2_install script to easily get the camera working. Basicly it extracts the archived software package, then copies the needed parts, and manages all the kernel changes and boot image writing, which is written in the official documentation in 20+ pages.
- Copy or download NileCAM30 compressed archive file to
/home/nvidia/
- Start this script as sudo!
NOTE : Written for basic "nvidia" user! If you use it elsewhere or with other user, you need to edit the services!
Jetson clocking with the nvidia shellscript. With this service installad, it's automatically starting at boot time.
- Shellscript must be copied to
/home/
than give permissions to read-execute - Copy service into
/etc/systemd/system/
- Add service to systemcontrol :
systemctl enable jetson_clocks.service
Initializing CAN communication interfaces at boot time automatically.
- Shellscript must be copied to
/home/
than give permissions to read-execute - Copy service into
/etc/systemd/system/
- Add service to systemcontrol :
systemctl enable can_iface_init.service