9ad94cbea1bc51dc1150e115d288558c2dd6fbf3
Description
This script will install the the following packages on a Ubuntu/Debian system.
- intrepid-socketcan-kernel-module
- icsscand
- libicsneo It is meant to ease installation on a neoVI PI
The script will clone the repositories of the above mentioned packages. Build them from source (and therefore utilizes the Package manger to install all required dependencies). Further it will deploy the built ressources into the appropriate system folders and configures the system to automatically load after a reboot or start up event. The script therefore:
- autoload necessary and built kernel modules by adding to
/etc/modules - autostart the icsscan daemon by adding a corresponding systemd service unit
- Deploy the API ressources into the folders
/usr/liband/usr/include
Description
Languages
Shell
100%