Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:research:sr:softwareradio_install [2007/08/09 10:06]
brunner
en:research:sr:softwareradio_install [2007/08/09 15:28]
brunner
Line 73: Line 73:
 <code bash>​echo "​eepro100"​ >> /​etc/​modules</​code>​ <code bash>​echo "​eepro100"​ >> /​etc/​modules</​code>​
 then reboot on new kernel. then reboot on new kernel.
 +
 +
  
 ===== Compile RTLinux ===== ===== Compile RTLinux =====
 unzip rtlinux: unzip rtlinux:
 <code bash> <code bash>
-tar -xvf rtlinux-3.2-pre3.tar.bz2+tar -xvjf rtlinux-3.2-pre3.tar.bz2
 </​code>​ </​code>​
 prepare: prepare:
Line 91: Line 93:
   * posix-timers   * posix-timers
   * posix-priority   * posix-priority
-Compile:+Compile ​& install:
 <​code>​ <​code>​
 make dep make dep
 make // without -j8 (don't work) make // without -j8 (don't work)
-</​code>​ 
-Install: 
-<code bash> 
-checkinstall 
-dpkg -i --force-overwrite rtlinux-3.2-pre3_pre3-1_i386.deb 
-// and (some files will no be modified !) 
 make install make install
 </​code>​ </​code>​
Line 124: Line 120:
 apt-get install libqt3-compat-headers libqt3-mt-dev apt-get install libqt3-compat-headers libqt3-mt-dev
 </​code>​ </​code>​
 +
 +==== ICS ====
 +  * copy ICS to ///​usr/​ics//​
 +do :
 +<​code>​
 +cd /​usr/​ics/​ics554-src/​
 +sh install.sh
 +cd /​usr/​ics/​ics564-src/​
 +sh install.sh
 +</​code>​
 +
 +
  
 ===== NFS ===== ===== NFS =====
Line 205: Line 213:
 NTPOPTIONS="​-u"​ NTPOPTIONS="​-u"​
 </​code>​ </​code>​
- 
-===== NFS ===== 
-In the file /etc/fstab add: 
-<​code>​ 
-fileserver:/​home ​       /home        nfs defaults ​      ​0 ​      0 
-fileserver:/​home/​sradio /​home/​sradio nfs defaults ​      ​0 ​      0 
-</​code>​ 
- 
  
  

Last modified:: %2007/%08/%09 %15:%Aug