Changes between Version 2 and Version 3 of BuildingAPC/Ubuntu20pt04_Focal_Install


Ignore:
Timestamp:
Apr 8, 2021, 6:42:46 PM (3 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Ubuntu20pt04_Focal_Install

    v2 v3  
    33Start by [https://releases.ubuntu.com/20.04/ installing Ubuntu 20.04].
    44
    5 Install Peak CAN card hardware (but do not install a driver, yet):
     5Install Peak CAN card hardware:
    66  * PCAN-PCI
    77  * PCAN-PCIe
    88  * PCAN-USB
    99  * PCAN-ISA
     10
     11NOTE: These cards are supported by the SocketCAN driver built into Linux, however we have found that the SocketCAN txbuffer can occasionally fail to send CAN frames without reporting an error, and this causes the WAM to E-Stop itself. This can happen a few seconds, a few minutes, or even a few hours after starting a WAM application. Fortunately, Peak offers an alternative driver (pcan) which is still socket-based but avoids this SocketCAN bug.
    1012
    1113Then install git:
     
    1921}}}
    2022
    21 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:
     23Install 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:
    2224{{{
    2325cd ~/libbarrett/scripts && ./install_dependencies.sh