I am working with an EVSE-SIG-BRD2X board and trying to flash EV-side software onto it. My setup consists of a Linux machine connected to an i.MX 93 EVK board, which is in turn connected to the EVSE-SIG-BRD2X. The EVSE-SIG-BRD2X is powered by the i.MX 93 EVK, so jumpers J2 and J3 are set to pins 2–3.
For debugging, I am using an MCU-Link Debug Probe connected to the SWD debug port J30, and LinkServer is installed and updated on my Linux system.
LinkServer --version

When checking for available probes, I get the following:

I am building and flashing the project using MCUXpresso IDE. The build completes successfully, but flashing fails with the following error:

Using the GUI Flash Tool

I get the same error

I click cancel

I also attempted flashing via LinkServer:
LinkServer devices | grep LPC55S36
LinkServer flash -p '#1' LPC55S36 load /home/mj/Desktop/EV/NXP_EasyEVSE/workplace/evsigbrd_sw/Debug/evsigbrd_sw.axf

Since SWD did not work, I switched to ISP programming. I opened jumper J29 to enable ISP mode and connected a UART TTL adapter to J46 (pins 2, 3, and 4). Then I ran:
Downloads/blhost_2.6.7/bin/linux/amd64/blhost -p /dev/ttyUSB0,115200 -- get-property 1
Downloads/blhost_2.6.7/bin/linux/amd64/blhost -p /dev/ttyUSB0,115200 -- flash-erase-all

Unfortunately, it is still not working. I would appreciate any suggestions on how to resolve this issue.
Thanks