Today, I knew steemit articles are locked in 1 week. Please forgive me. I'm noob and also cyber space frontier.
I write down gnuradio tips here. Someday, I'd like to brush up my Blockstream w/Raspberry Pi Installation guide by including kind of trouble shooting tips and post again.
If you see the following message when you run gnuradio .grc file,
Warning: missing xterm executable |
---|
The xterm executable '' is missing. |
You can change this setting in your gnuradio.conf, in section [grc], 'xterm_executable'. |
(This message show only once) |
[OK] |
---------------------------------------------- |
![xterm_error.png](https://steemitimages.com/DQmZjnTFRMvJceo1VwmSLDQj7UWTL6LZNkDx2cG6uLNGPRW/xterm_error.png)
If you are Raspbian, You should add [grc] section with key 'xterm_executable' and value '/usr/bin/lxterminal' in the file ~/.gnuradio/grc.conf like the following. The problem will be solved.
![grc.conf.png](https://steemitimages.com/640x0/https://steemitimages.com/DQmVGcp1JEUoW8LuCX8aJUeS7nizDXw46PKi55FanHBs5KV/grc.conf.png)
The key 'xterm_missing' in [main] section seems to be a flag of this error. When you delete this, you can reproduce it.