Changes between Version 7 and Version 8 of BuildingAPC/Ubuntu20pt04_Focal_Install
- Timestamp:
- Apr 8, 2021, 8:13:34 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Ubuntu20pt04_Focal_Install
v7 v8 20 20 }}} 21 21 22 Install the libbarrett software dependencies and scripts. This will replace the standard kernel with one compiled for low interrupt latency. This script also installs the Peak pcan driver and blacklists the SocketCAN driver:22 Install the libbarrett software dependencies and scripts. This will replace the standard kernel with one compiled for low interrupt latency. 23 23 {{{ 24 24 cd ~/libbarrett/scripts && ./install_dependencies.sh 25 sudo reboot26 25 }}} 27 26 … … 32 31 install pcan modprobe --ignore-install pcan 33 32 EOF 33 }}} 34 35 Remove the generic Linux kernel, then reboot: 36 {{{ 37 sudo apt autoremove --purge linux-image-generic 38 sudo reboot 39 }} 40 41 Build and install the Peak pcan driver: 42 {{{ 43 sh ~/libbarrett/scripts/install-pcan.sh 34 44 }}} 35 45