From a2b9df58483531a5eb7be701a6f6c3f1a772b4ca Mon Sep 17 00:00:00 2001 From: Haobo Gu Date: Mon, 8 Dec 2025 21:27:38 +0800 Subject: chore: remove jlink script in nRF54LM20A example, use probe-rs instead Signed-off-by: Haobo Gu chore: remove jlink script in nRF54LM20A example, use probe-rs instead Signed-off-by: Haobo Gu --- examples/nrf54lm20/.cargo/config.toml | 5 ++--- examples/nrf54lm20/run.sh | 15 --------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100755 examples/nrf54lm20/run.sh (limited to 'examples') diff --git a/examples/nrf54lm20/.cargo/config.toml b/examples/nrf54lm20/.cargo/config.toml index e26853bef..0ffebed14 100644 --- a/examples/nrf54lm20/.cargo/config.toml +++ b/examples/nrf54lm20/.cargo/config.toml @@ -1,7 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -# runner = "probe-rs run --chip nrf54lm20" -# probe-rs doesn't support nRF54LM20A right now, so jlink is needed -runner = "./run.sh" +# Note: it needs the latest git version of probe-rs +runner = "probe-rs run --chip nrf54lm20a" [build] target = "thumbv8m.main-none-eabihf" diff --git a/examples/nrf54lm20/run.sh b/examples/nrf54lm20/run.sh deleted file mode 100755 index 2386163a7..000000000 --- a/examples/nrf54lm20/run.sh +++ /dev/null @@ -1,15 +0,0 @@ -cp $1 $1.elf - -ELF_FILE="$1.elf" - -JLinkExe <