We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c79132 commit 871bd13Copy full SHA for 871bd13
README.md
@@ -13,11 +13,15 @@ The following ORI library components are used as submodules to this repository:
13
5. [prbs](https://github.com/OpenResearchInstitute/prbs)
14
15
## Building
16
-
17
-1. git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
18
-2. cd pluto_msk/projects/pluto/
19
-3. source /opt/Xilinx/Vivado/2022.2/settings64.sh
20
-4. make
+### First, clone this repo with all submodules
+git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
+### building bitstream only
+1. cd pluto_msk/projects/pluto/
+2. source /opt/Xilinx/Vivado/2022.2/settings64.sh
21
+3. make
22
+### complete firmware
23
+1. cd pluto_msk/firmware
24
+2. make
25
26
## MSK Modem Architecture
27
0 commit comments