Hej,
Made some progress on my FRDM-MCXW71 board were I had issues with recognizing the device and flashing the radio firmware from within a virtual machine (it worked for the RW612).
Managed to install most of the mcuexpresso components natively on a bleeding edge Debian install.
Device now properly recognized and successfully flashed the radio firmware.
Also the lab 3 app built successfully.
Now new things to tackle:
Run in debug mode doesn't work:
```
Launching GDB: /home/martin/.mcuxpressotools/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gdb -q --interpreter=mi2
IMPORTANT: Set "showDevDebugOutput": "raw" in "launch.json" to see all GDB transactions.
/home/martin/.mcuxpressotools/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gdb: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
ERROR: GDB not started within the expected 5 seconds. Make sure you can start GDB from the command-line and run any command like "echo hello".
On Linux-based operating systems, ensure "libncurses" and "python" dependencies are satisfied.
GDB session ended unexpectedly: exit code: 127
Launching GDB server: /usr/local/LinkServer_24.12.21/LinkServer -l5 gdbserver "MCXW716CxxxA:FRDM-MCXW71" --probe QDRSKIF0QBZRM --gdb-port 2332 --no-boot --redlink-port 2440 --core primary
Please check TERMINAL tab (GDB server console) for output from "/usr/local/LinkServer_24.12.21/LinkServer"
GDB did not respond to target suspend request. Attempting to end debug session anyway.
```
Little issue as on my laptop I'm already on libncursesw.so.6.... will probably find a solution for this, otherwise I might need to install some legacy laptop on ubuntu 22.04.
Trying to flash the app to the board is more puzzling:
```
INFO: Exact match for MCXW716CxxxA:FRDM-MCXW71 found
INFO: Selected device MCXW716CxxxA:FRDM-MCXW71
INFO: Getting available probes
INFO: Selecting probe by serial substring
INFO: Selected probe #1 QDRSKIF0QBZRM (MCU-LINK on-board (r0E3) CMSIS-DAP V3.117)
INFO: MCU-Link firmware update `check`: not supported on probe ([QDRSKIF0QBZRM] [MCU-LINK on-board (r0E3) CMSIS-DAP V3.117]). Only probes running firmware V3.122 or later can be updated automatically
CRITICAL: Critical error
ERRMSG: Exception: Flash operation exited with code
```
At least i got further ! Best is probably to set up a dedicated laptop for this using the supported ubuntu version.
Thanks again for the interesting workshop and i'll keep playing on those boards !