The current board has MIMX RT1052 DVL6B
Project settings: SDK_2.x_EVKB-IMXRT1050 (Version 2.6.1)
Chip = MIMXRT1052xxxxB
Package = MIMXRT1052DVL6A
Processor = cm7
MCU Driver = MIMXRT1050-EVK_S26KS512S.cfx
Memory configuration: (The only change I made for rt1060 was increase SRAM_OC from 0x40000 to 0xC0000)

I have the same board with upgraded mcu: MIMX RT1062 DVL6A, which should have same pin out and just double the memory.
I have tried running the program with different combination of project settings and drivers (RT1060 chip, package, drivers, etc) but get errors like:
"Break at address "0x20d108" with no debug information available, or outside of program code."
or
No source available for "(gdb[3].proc[42000].threadGroup[i1],gdb[3].proc[42000].OSthread[1]).thread[1].frame[0]"
or
sometimes just connection errors,
I assumed that since the rt1052 & rt1062 is very similar that the only necessary changes were project/memory settings. Where should I begin to change so that the project can be run on the new board? What software changes are necessary?
Thank you.