add swd linkcheck script

This commit is contained in:
pstruebi
2025-07-10 16:11:09 +02:00
parent 53df58c89e
commit fd592b0db2
4 changed files with 79 additions and 4 deletions

7
linkcheck_nrf54l.sh Normal file
View File

@@ -0,0 +1,7 @@
set -e # Exit on error
sudo openocd -f ./raspberrypi-swd0.cfg -f target/nordic/nrf54l.cfg -c "init; targets; shutdown"
echo "swd0 linkcheck success."
sudo openocd -f ./raspberrypi-swd1.cfg -f target/nordic/nrf54l.cfg -c "init; targets; shutdown"
echo "swd1 linkcheck success."
echo "✅ Linkcheck complete."