Skip to content

Commit 871bd13

Browse files
authored
Update README.md for firmware instructions
1 parent 8c79132 commit 871bd13

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ The following ORI library components are used as submodules to this repository:
1313
5. [prbs](https://github.com/OpenResearchInstitute/prbs)
1414

1515
## 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
16+
### First, clone this repo with all submodules
17+
git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
18+
### building bitstream only
19+
1. cd pluto_msk/projects/pluto/
20+
2. source /opt/Xilinx/Vivado/2022.2/settings64.sh
21+
3. make
22+
### complete firmware
23+
1. cd pluto_msk/firmware
24+
2. make
2125

2226
## MSK Modem Architecture
2327

0 commit comments

Comments
 (0)