Skip to content

Commit

Permalink
Add batch files to switch between GPU and ARM capture
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Dec 16, 2021
1 parent d84104b commit a198cb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/Use_ARM_Capture.bat
@@ -0,0 +1,2 @@
ren config.txt configG.txt
ren configA.txt config.txt
2 changes: 2 additions & 0 deletions src/scripts/Use_GPU_Capture.bat
@@ -0,0 +1,2 @@
ren config.txt configA.txt
ren configG.txt config.txt
2 changes: 2 additions & 0 deletions src/scripts/release.sh
Expand Up @@ -44,6 +44,8 @@ EOF

cp -a config.txt ${DIR}
cp -a configA.txt ${DIR}
cp -a Use_ARM_Capture.bat ${DIR}
cp -a Use_GPU_Capture.bat ${DIR}
cp -a default_config.txt ${DIR}
cp -a firmware/* ${DIR}
cp -a cpld_firmware ${DIR}
Expand Down

0 comments on commit a198cb1

Please sign in to comment.