From 3439c7666e7b352846d89e77b7f4a4fbc6bb1b1c Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:40:23 +0000 Subject: [PATCH] Comment Win11 copy from build and demo scripts --- build.sh | 6 +++--- demo.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 52048e9..e33b4fe 100755 --- a/build.sh +++ b/build.sh @@ -2,8 +2,8 @@ set -e python3 make.py --build --doc cp build/gsd_orangecrab/gateware/gsd_orangecrab.bit gsd_orangecrab.dfu && echo "Copied .bit to .dfu" -dfu-suffix -v 1209 -p 5af0 -a gsd_orangecrab.dfu -rm -f /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.dfu && echo "Deleted old Win11 DFU" -mv gsd_orangecrab.dfu /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.dfu && echo "Moved new DFU to Win11 Desktop" +dfu-suffix -v 1209 -p 5af0 -a gsd_orangecrab.dfu && echo "Added DFU suffix for target (VID:PID)" +# rm -f /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.dfu && echo "Deleted old Win11 DFU" +# mv gsd_orangecrab.dfu /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.dfu && echo "Moved new DFU to Win11 Desktop" rm -f docs/ && echo "Deleted old docs in project root" cp -r build/gsd_orangecrab/doc/_build/html docs/ && echo "Copied docs to project root" diff --git a/demo.sh b/demo.sh index e95aab4..5a5bbfb 100755 --- a/demo.sh +++ b/demo.sh @@ -2,5 +2,5 @@ set -e python3 demo/demo.py --build-path build/gsd_orangecrab/ --with-cxx rm -f demo/*.o demo/*.d demo/demo.bin demo/demo.elf demo/demo.elf.map && echo "Cleaned up build artifacts" -rm -f /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.bin && echo "Deleted old Win11 BIN" -mv demo.bin /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.bin && echo "Moved new BIN to Win11 Desktop" +# rm -f /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.bin && echo "Deleted old Win11 BIN" +# mv demo.bin /mnt/c/Users/suple/Desktop/dfu-util-0.9-win64/gsd.bin && echo "Moved new BIN to Win11 Desktop"