Changes between Version 20 and Version 21 of Internal/BuildingGNURadioImage
- Timestamp:
- Feb 2, 2009, 10:06:29 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/BuildingGNURadioImage
v20 v21 132 132 }}} 133 133 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:134 Here we had to '''create a usrp group''', add root to it, and then throw some file in the udev rules. Like So: 135 135 {{{ 136 136 sudo addgroup usrp … … 143 143 '''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. 144 144 145 that being said, post actual reboot(not restarting udev as the guide suggests) ls -lR /dev/bus/usb | grep usrp yeilds:145 that being said, '''post actual reboot''' (not restarting udev as the guide suggests) ls -lR /dev/bus/usb | grep usrp yeilds: 146 146 {{{ 147 147 node1-1:~# ls -lR /dev/bus/usb | grep usrp … … 293 293 This downgraded the libraries, but we also had to downgrade the complier it self, and the docs for laughs. 294 294 295 http://packages.debian.org/etch/all/sdcc-doc/download 295 http://packages.debian.org/etch/all/sdcc-doc/download[[BR]] 296 296 http://packages.debian.org/etch/i386/sdcc/download 297 297 … … 300 300 Sucess!!! Or at least a glimpse of hope, the usrp module was now listed in the list of shite to be built. 301 301 302 From here we will take an image and then we have to do the following: 303 304 * run make check, make install again 302 Image was take, new image name is: 303 {{{ 304 ssugrim@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 309 The follow is whats left to do: 310 311 * run make install again 305 312 * check to see if we can run ''form gnu-radio import uspr''. This might require: 306 313 * the python path change … … 309 316 * the ld.so.conf (linker) modifications. 310 317 318 ---- 319 320 Make install was successful. After doing the ld.so.conf modifications, importing usrp was successful. 321 322 We then added the usrp group and made the udev modifications. 323 324