Hello,
I want to debug the PNEV7462C dev board with the LPC-Link 2 debugger on Ubuntu 22.10.
I installed the MCUxpresso IDE 11.7 successfully and build the application. When starting debugging, I get the error message:

Redlink Server output:
[Started server]
[Connected on port 3025]
redlink> ProbeList
Error: No probes found
lsusb output:
Bus 003 Device 033: ID 1fc9:000c NXP Semiconductors LPC4330FET180 [ARM Cortex M4 + M0] (device firmware upgrade mode)
dmesg output:
[ 6018.296770] usb 3-6.1.2.1: USB disconnect, device number 33
[ 6020.097549] usb 3-6.1.2.1: new high-speed USB device number 34 using xhci_hcd
[ 6020.198484] usb 3-6.1.2.1: New USB device found, idVendor=1fc9, idProduct=000c, bcdDevice= 1.00
[ 6020.198491] usb 3-6.1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6020.198494] usb 3-6.1.2.1: Product: LPC
[ 6020.198496] usb 3-6.1.2.1: Manufacturer: NXP
[ 6020.198498] usb 3-6.1.2.1: SerialNumber: ABCD
I also tried this script, but it did not found the debug probe as well:
/usr/local/lpcscrypt/scripts/program_CMSIS
Other versions of MCUxpresso IDE did also not work.
Thank you for your help!