Skip to content

Commit

Permalink
Update README.md for firmware instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
F5OEO authored Jul 23, 2024
1 parent 8c79132 commit 871bd13
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ The following ORI library components are used as submodules to this repository:
5. [prbs](https://github.com/OpenResearchInstitute/prbs)

## Building

1. git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
2. cd pluto_msk/projects/pluto/
3. source /opt/Xilinx/Vivado/2022.2/settings64.sh
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
3. make
### complete firmware
1. cd pluto_msk/firmware
2. make

## MSK Modem Architecture

Expand Down

0 comments on commit 871bd13

Please sign in to comment.