Carlos
I just checked with the FRDM-KL25Z board (on the Open SDA VCOM) and I could connect.
The modification for UART2 is OK - it sets the UART to PTD2/PTD3.
I would remove the define KBOOT_LOADER (in the serial setup) and ensure that REMOVE_SREC_LOADING is not enabled. This will give you an SREC loader on the UART instead, with the advantage that it gives a splash screen like:
uTasker Serial Loader V1.4
============================
[0x00008000/0x00017fff]
me = mass erase
bc = blank check
dc = delete code
ld = start load
go = start application
>
You can enter ? to show the menu again to verify that the HW connection is good.
I do see that there is an error message on connection when used with the newest KBOOT (the uTasker KBOOT mode in the OpenSource project is about 2 years old) because it now requests multiple parameters on connection (originally it only ever requested a single one).
Connected to device successfully!
Collecting device information......
Error: Update status failed(invalid vector<T> subscript).
However this can be ignored because it doesn't stop the loading from operating.
I confirm that I could successfully upload an application, that then runs (using latest KBOOT utility on FRDM-KL25Z).
Regards
Mark