Thanks jeremyzhou for sharing the steps to create bootable image.
I have already tried creating bootable Image using with MCUXpresso Provisioning Tool which contains the IVT. I used the .axf created using the above steps as input for the MCUXpresso Provisioning Tool.

I got the bin files.,
evkmimxrt1060_dev_dfu_lite_bm.bin
evkmimxrt1060_dev_dfu_lite_bm_nopadding.bin
I viewed the files in hex viewer and I could see the IVT present in these bin files.
IVT at 0x1000 in "evkmimxrt1060_dev_dfu_lite_bm.bin"
IVT at 0x0000 in "evkmimxrt1060_dev_dfu_lite_bm_nopadding.bin"
I tried the following Commands.,
For "evkmimxrt1060_dev_dfu_lite_bm.bin"
sdphost.exe -u 0x1fc9,0x0130 -- write-file 0x20000000 evkmimxrt1060_dev_dfu_lite_bm.bin
sdphost.exe -u 0x1fc9,0x0130 -- jump-address 0x20001000
For "evkmimxrt1060_dev_dfu_lite_bm_nopadding.bin"
sdphost.exe -u 0x1fc9,0x0130 -- write-file 0x20000000 evkmimxrt1060_dev_dfu_lite_bm_nopadding.bin
sdphost.exe -u 0x1fc9,0x0130 -- jump-address 0x20000000
For both the above cases, I am correctly pointing the IVT address during jump-address command. But unfortunately code execution does not start.
Am I missing something here?
I have also attached the .axf and .bin files for your reference.
Thanks & Regards,
Arun