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
en:research:sr:softwareradio_install [2007/06/06 13:50]
brunner
en:research:sr:softwareradio_install [2007/08/09 15:30] (current)
brunner
Line 10: Line 10:
   * /var 10Go   * /var 10Go
   * /tmp 1Go   * /tmp 1Go
-  * /big unused space (env.: 40Go)+  * /big unused space (about 40 Go)
   * swap 2.8Go (primary)   * swap 2.8Go (primary)
  
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:
 <code bash> <code bash>
-cd /usr/srv/​rtlinux-3.2-pre3+cd /usr/src/​rtlinux-3.2-pre3
 ln -s /​usr/​src/​linux linux ln -s /​usr/​src/​linux linux
 </​code>​ </​code>​
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 109: Line 105:
 at end: at end:
 <code bash> <code bash>
 +rm /​lib/​modules/​2.4.22-rtl3.2-pre3-bigphys/​misc/​rtl_debug.o
 ln -s /​usr/​src/​rtlinux-3.2-pre3/​debugger/​rtl_debug.o /​lib/​modules/​2.4.22-rtl3.2-pre3-bigphys/​misc/​ ln -s /​usr/​src/​rtlinux-3.2-pre3/​debugger/​rtl_debug.o /​lib/​modules/​2.4.22-rtl3.2-pre3-bigphys/​misc/​
 +
 +rm /​etc/​init.d/​rtlinux
 cp /​usr/​src/​rtlinux-3.2-pre3/​scripts/​rtlinux /​etc/​init.d/​ cp /​usr/​src/​rtlinux-3.2-pre3/​scripts/​rtlinux /​etc/​init.d/​
 ln -s /​etc/​init.d/​rtlinux /​etc/​rc5.d/​S90rtlinux ln -s /​etc/​init.d/​rtlinux /​etc/​rc5.d/​S90rtlinux
-cp /​usr/​src/​rtlinux-3.2-pre3/​scripts/​rtlinux /​etc/​init.d/​ 
 ln -s /​etc/​init.d/​rtlinux /​etc/​rc4.d/​S90rtlinux ln -s /​etc/​init.d/​rtlinux /​etc/​rc4.d/​S90rtlinux
-cp /​usr/​src/​rtlinux-3.2-pre3/​scripts/​rtlinux /​etc/​init.d/​ 
 ln -s /​etc/​init.d/​rtlinux /​etc/​rc3.d/​S90rtlinux ln -s /​etc/​init.d/​rtlinux /​etc/​rc3.d/​S90rtlinux
 </​code>​ </​code>​
Line 123: 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
 +ln -s /​usr/​ics/​ics554-src/​drv/​ics554.o /​lib/​modules/​2.4.22-rtl3.2-pre3-bigphys/​misc
 +</​code>​
 +
 +copy files from //init.d// to ///​etc/​init.d//​
 +
 +
 +
  
 ===== NFS ===== ===== NFS =====
Line 204: Line 217:
 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/%06/%06 %13:%Jun