diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-09-13 23:27:40 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-09-15 01:38:33 +0200 |
commit | 8cff11d815a3c054d4f254931f8a14efab71aa3d (patch) | |
tree | 2c93a69530d7c7ad78ea1b8c027df39a4e102f34 /Readme.md | |
download | rtlsdr-flarm-android-8cff11d815a3c054d4f254931f8a14efab71aa3d.tar.gz rtlsdr-flarm-android-8cff11d815a3c054d4f254931f8a14efab71aa3d.zip |
rtlsdr-flarm buildscript for android
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..587479e --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +# compiling required libraries + +see makefile target 'compile' + + +# compiling rtlsdr-flarm + +get the rtlsdr-flarm-0.1.2 source +apply the patch rtlsdr-flarm-android.diff + +go to rtlsdr-flarm-0.1.2 directory +create the android binary make -f Makefile.android rtlsdr-flarm-android + + +# debug android binary + +see 'make debug' target in Makefile.android +setup adb port-forward, e.g. 'adb forward tcp:5000 tcp:5000' + +run: ../toolchain/bin/arm-linux-androideabi-gdb rtlsdr-flarm-android +call: target remote :5000 + |