0

I have installed OpenWrt in a Virtualbox, i am new to the OpenWrt, could any one guide me how to install GnuRadio on the OpenWrt OS.

Marcus Müller
  • 34,677
  • 4
  • 53
  • 94

2 Answers2

1

Read the GNU Radio Embedded wiki page:

http://gnuradio.org/redmine/projects/gnuradio/wiki/Embedded

It is a work in progress, but hopefully gives you some ideas where to start using GNU Radio on embedded devices. We do not support OpenWRT.

balister
  • 341
  • 2
  • 4
0

It's just a linux, probably running on some ARM processor, so follow the cross-compile instructions on the GNU Radio wiki.

However, it should be noted that most openWRT boxes are basically the least powerful linux devices you find, and running GNU Radio on a device that weak doesn't make much sense at all.

Marcus Müller
  • 34,677
  • 4
  • 53
  • 94