We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433271 commit db66b14Copy full SHA for db66b14
readme.md
@@ -1 +1,17 @@
1
LA9310 iqplayer based on https://github.com/nxp-qoriq/la931x_iqplayer
2
+
3
+# IQPlayer firmware for LimeSDR-Micro VSPA
4
5
+Building from source:
6
7
+```
8
+git clone github.com/myriadrf/LimeSDR-Micro_VSPA
9
+cd LimeSDR-Micro_VSPA
10
+cmake -B build && cd build
11
+make
12
13
14
+Produced firmware images will be placed in LimeSDR-Micro_VSPA/build/Release directory.
15
16
+If "VSPA_TOOL" environment variable is available, VSPA toolchain will be used from that location.
17
+If "VSPA_TOOL" environment variable is not set, CMake will download VSPA toolchain and place it in project's artifacts directory.
0 commit comments