Hello,
I am trying to connect an NXP board (S32R274) to my Ubuntu laptop in order to execute some code on the S32R274 board using S32 Design Studio. I am using a USB-C to Ethernet converter to connect to the board via the Ethernet port. I can ping the NXP board, and the Ethernet connection is recognized by the host laptop. However, when I attempt to debug an S32 project and execute it on the board, I receive the following error:
Error in final launch sequence Failed to execute MI command: -target-select remote fe80::24bb:4778:e687:da56%enxa0cec8abc033:10000 Error message from debugger back end: could not connect: Network is unreachable. could not connect: Network is unreachable.
In my debug configurations, I have selected Generic TCP/IP as the JTAG device under GDB hardware debugging, and then entered the IPv6 address of the NXP board as the IP address.
I am wondering if this type of connection is even possible, as the NXP documentation mentions that the PEmicro Multilink Universal JTAG debugger should be used to deploy the code. It should also be noted that the project I am trying to execute is an S32DS application project, which includes a forever loop for two cores.
I would appreciate your help!
Best,
Hadi