Changes between Version 2 and Version 3 of BuildingAPC/Lucid64Install
- Timestamp:
- Mar 20, 2012, 2:47:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Lucid64Install
v2 v3 38 38 sudo usermod -aG xenomai robot 39 39 40 # now use the following command to identify the xenomai group id number 41 egrep -i "^xenomai" /etc/group 42 #find the group number that corresponds to the xenomai group. Usually: 1001 - will be referred to as <gid> 43 40 44 #Update rc.local 41 45 sudo vim /etc/rc.local 42 46 #Copy the following as the last command before exit 0 43 47 /usr/xenomai/sbin/rtcanconfig rtcan0-b 1000000 -c none start 48 echo "<gid>" > /sys/module/xeno_nucleus/parameters/xenomai_gid 44 49 #Save and close the updated file 45 50 … … 54 59 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" 55 60 56 # Add the kernel option "xeno_nucleus.xenomai_gid= 1001". Make sure the use the correct groud id number!61 # Add the kernel option "xeno_nucleus.xenomai_gid=<gid>". Make sure the use the correct groud id number! 57 62 # The modified entry should look similar to: 58 63 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xeno_nucleus.xenomai_gid=1001"