Changes between Version 16 and Version 17 of BuildingAPC/Ubuntu20pt04_Focal_Install
- Timestamp:
- Apr 9, 2021, 7:14:44 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Ubuntu20pt04_Focal_Install
v16 v17 25 25 }}} 26 26 27 Reboot into the new kernel :27 Reboot into the new kernel (after reboot, "uname -r" should show "lowlatency"): 28 28 {{{ 29 29 sudo reboot … … 44 44 }}} 45 45 46 Reboot to use the new CAN driver :46 Reboot to use the new CAN driver (after reboot, "cat /proc/pcan" should list can0): 47 47 {{{ 48 48 sudo reboot 49 49 }}} 50 50 51 Build libbarrett :51 Build libbarrett (using clang): 52 52 {{{ 53 53 export CC=/usr/bin/clang