I found a post similar to my needs:
https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imx-rt-1024-position-independent-code/m-p/144824...
However, I can't get it to work. Here are the steps I took:
I started a project from scratch with only a flashing debug LED. Modified the linker:

Setting the compilation options:

Adding the correct reference in the r9 register:

I load the .bin file at address 0x60080000 I created a bootloader project with only a jump to address 0x6008238D, which is the address of the reset handler 0x6000238D + the offset.
During the jump, the code fails.
I must be missing an operation, can you help me?