Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ cd antsdr-fw-patch
sh patch.sh ant
```

for linux 7.09 and vivado 2025.2, Infos: `patch/ant-2026/Readme.md`

```sh
sh patch.sh ant-2026
```

2. ant e200

```sh
Expand Down
1 change: 1 addition & 0 deletions patch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target=$1

cp ./patch/*v0.39-v1.patch ./plutosdr-fw/hdl
cp ./patch/${target}/*hdl.patch ./plutosdr-fw/hdl
cp ./patch/${target}/*linux.patch ./plutosdr-fw/linux
cp ./patch/${target}/*buildroot.patch ./plutosdr-fw/buildroot
cp ./patch/${target}/*scripts.patch ./plutosdr-fw/
Expand Down
Loading