Hi Artur, I think the files were in the archive but I will attach them again. You need to replace them in the MQX_4_0 source and rebuild. See notes below on files to replace:
They are located in the bsp "mqx\source\io\flashx" and some in "mqx\source\io\flashx\freescale"
This support was added by modifying below files in BSP_TWR_K60D100M.
* -----------------------------------------------------------------------
* flashx.h: revised flashx_device_if_struct to add
* boolean (_CODE_PTR_ CHIP_ERASE)(struct io_flashx_struct *, char_ptr);
*
* flashx.c revised _io_flashx_install() to initialize the CHIP_SWAP pointer
* revised _io_flashx_ioctl() to add a case for FLASH_IOCTL_SWAP_FLASH
*
* flashprv.h
* revised io_flashx_struct to add
* boolean (_CODE_PTR_ CHIP_ERASE)(struct io_flashx_struct *, char_ptr);
*
* flash_ftfl_prv.h
* added prototype for function ftfl_flash_swap()
*
* flash_ftfl.c
* added function ftfl_flash_swap() to perform the bank swap
* revised const FLASHX_DEVICE_IF_STRUCT _flashx_ftfl_if to add ftfl_flash_swap
*