Skip to content

Commit db66b14

Browse files
committed
Add build instructions to README
1 parent 5433271 commit db66b14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
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

Comments
 (0)