diff --git a/install.sh b/install.sh deleted file mode 100755 index 0e6cee60..00000000 --- a/install.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -find /dev -regextype sed -regex ".*/sd[a-z]\+[0-9]" -print | head -n 1 - | xargs -I "{}" sudo mount '{}' /mnt/pycubed -sudo cp build/src/samwise.uf2 /mnt/pycubed -sync diff --git a/scripts/swd_load.sh b/scripts/swd_load.sh index 5f13a09d..4b54957a 100755 --- a/scripts/swd_load.sh +++ b/scripts/swd_load.sh @@ -3,4 +3,4 @@ sudo ~/.pico-sdk/openocd/0.12.0+dev/openocd \ -f interface/cmsis-dap.cfg \ -f target/rp2350.cfg \ -c "adapter speed 5000" \ - -c "program ../build/src/samwise.elf verify reset exit" + -c "program ../bazel-bin/samwise.elf verify reset exit"