add swd linkcheck script
This commit is contained in:
7
linkcheck_nrf54l.sh
Normal file
7
linkcheck_nrf54l.sh
Normal 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."
|
||||
Reference in New Issue
Block a user