From 769ccfdfe68d59b9c005d8ee26151655db68b505 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 20 Jun 2017 21:48:30 +0000 Subject: [PATCH] OK gr-satellites finally installing to correct path, gnuradio-companion starting up OK and lilacsat1 appliation OK besides one module git-svn-id: https://svn.code.sf.net/p/freetel/code@3230 01035d8c-6547-0410-b346-abe4f91aad63 --- misc/lilacsat1/README.txt | 7 ++++--- misc/lilacsat1/lilacsat1_setup.sh | 10 ++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/misc/lilacsat1/README.txt b/misc/lilacsat1/README.txt index df5db693..e1c683c0 100644 --- a/misc/lilacsat1/README.txt +++ b/misc/lilacsat1/README.txt @@ -64,15 +64,16 @@ TODO [X] rebuild instructions [X] link to gnuradio build instruction [ ] How to find and starta terminal (image) +[ ] what path? + + lilacsat1/default/prefix too long? [ ] install emacs as well, in case we need an editor [ ] way to throttle GR UDP input for testing + pipe viewer: cat file | pv -L 512k | nc -u 192.168.x.x 5000 [ ] HackRF test Tx - [ ] way to disable telemetry uploads + maybe modify script? [ ] will it run fast enough on roadkill machines? [ ] play samples in real time from a HackRF [ ] real satellite pass -[ ] Wenet style start/stp scripts -[ ] heartbeat output to show all pcoresses running +[ ] Wenet style start/stop scripts on Desktop +[ ] heartbeat output to show all proceses running diff --git a/misc/lilacsat1/lilacsat1_setup.sh b/misc/lilacsat1/lilacsat1_setup.sh index e68ce047..0cb7f121 100644 --- a/misc/lilacsat1/lilacsat1_setup.sh +++ b/misc/lilacsat1/lilacsat1_setup.sh @@ -40,15 +40,17 @@ sudo pybombs install gqrx git clone https://github.com/daniestevez/libfec.git cd libfec && ./configure && make && sudo make install && cd .. -# DR 21 June - works up to here .......... but gr-satellites not 'make -# installing' to the correct path - # Hopefully by now we have everything needed to compile gr-satellites +# Note magic cmake command to set path that cost my 3 hours of my life +# that I want back cd prefix/default/ source setup_env.sh cd src git clone https://github.com/daniestevez/gr-satellites.git -cd gr-satellites && mkdir build_linux && cd build_linux && cmake ../ && make && cd .. +cd gr-satellites && mkdir build_linux && cd build_linux +cmake -DCMAKE_INSTALL_PREFIX=$PYBOMBS_PREFIX .. +cd .. ./compile_hierarchical.sh +# OK now ready to run everything, back to REAME.txt -- 2.25.1