File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4242 nohup JLinkRemoteServer -select usb=771850347 -device STM32F103RE -endian little -speed 4000 -if swd > remote_server.log 2>&1 &
4343 sleep 3
4444 bmlab-scan --network 127.0.0.1/32 | tee scan3.txt
45+ status=$?
46+ cat remote_server.log
4547 grep -q "Target: *STM32F103RE" scan3.txt
4648 grep -q "Serial: *771850347" scan3.txt
49+ exit $status
50+
4751
4852 - name : Test 4 — bmlab-scan --network 127.0.0.1/32 -p jlink
4953 run : |
Original file line number Diff line number Diff line change 1+ SEGGER J-Link Remote Server V8.48 LogFile
2+ Logging started @ 2025-12-23 08:00
3+ 00000000 - SERVER (0x0015 bytes): Remote Server started
4+ 00000001 - SERVER (0x0015 bytes): TLV Protocol: V1.0.0
5+ 00000056 - SERVER (0x0026 bytes): Connected to J-Link with S/N 771850347
6+ 00000057 - SERVER (0x0022 bytes): Waiting for client connections...
You can’t perform that action at this time.
0 commit comments