Changes between Version 16 and Version 17 of BuildingAPC/Ubuntu20pt04_Focal_Install


Ignore:
Timestamp:
Apr 9, 2021, 7:14:44 PM (3 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Ubuntu20pt04_Focal_Install

    v16 v17  
    2525}}}
    2626
    27 Reboot into the new kernel:
     27Reboot into the new kernel (after reboot, "uname -r" should show "lowlatency"):
    2828{{{
    2929sudo reboot
     
    4444}}}
    4545
    46 Reboot to use the new CAN driver:
     46Reboot to use the new CAN driver (after reboot, "cat /proc/pcan" should list can0):
    4747{{{
    4848sudo reboot
    4949}}}
    5050
    51 Build libbarrett:
     51Build libbarrett (using clang):
    5252{{{
    5353export CC=/usr/bin/clang