Changes between Version 20 and Version 21 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Feb 2, 2009, 10:06:29 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v20 v21  
    132132}}}
    133133
    134 From here we had to create a usrp group, add root to it, and then throw some file in the udev rules. Like So:
     134Here we had to '''create a usrp group''', add root to it, and then throw some file in the udev rules. Like So:
    135135{{{
    136136sudo addgroup usrp
     
    143143'''NOTE:''' the naming convention of the rules files on the flavor of debian thats on the nodes is a little different. I made a copy of the ''10-usrp.rules'' and named it z10_usrp.rules. Not really sure which one its reading, but ehh disk space is cheap.
    144144
    145 that being said, post actual reboot (not restarting udev as the guide suggests) ls -lR /dev/bus/usb | grep usrp yeilds:
     145that being said, '''post actual reboot''' (not restarting udev as the guide suggests) ls -lR /dev/bus/usb | grep usrp yeilds:
    146146{{{
    147147node1-1:~# ls -lR /dev/bus/usb | grep usrp
     
    293293This downgraded the libraries, but we also had to downgrade the complier it self, and the docs for laughs.
    294294
    295 http://packages.debian.org/etch/all/sdcc-doc/download
     295http://packages.debian.org/etch/all/sdcc-doc/download[[BR]]
    296296http://packages.debian.org/etch/i386/sdcc/download
    297297
     
    300300Sucess!!! Or at least a glimpse of hope, the usrp module was now listed in the list of shite to be built.
    301301
    302 From here we will take an image and then we have to do the following:
    303 
    304  * run make check, make install again
     302Image was take, new image name is:
     303{{{
     304ssugrim@repository2:/export/orbit/image$ ls -al | grep james
     305-rwxrwxrwx 1 ssugrim       winlab      585105408 2008-12-19 16:22 james-bob-gnuradio-ver0.ndz
     306-rw-r--r-- 1 ssugrim       winlab      628097024 2009-02-02 16:13 james-bob-gnuradio-ver1.ndz
     307}}}
     308
     309The follow is whats left to do:
     310
     311 * run make install again
    305312 * check to see if we can run ''form gnu-radio import uspr''. This might require:
    306313  * the python path change
     
    309316  * the ld.so.conf (linker) modifications.
    310317
     318----
     319
     320Make install was successful. After doing the ld.so.conf modifications, importing usrp was successful.
     321
     322We then added the usrp group and made the udev modifications.
     323
     324