Hi NXP,
I'm trying to develop a custom bootloader for my board and when I try to jump to the application. I was unable to reconfigure the device from the application using image_header.
1. When it try to run the application without image_header. I was able to jump to the application and run it with the existing bootloader device configuration. But it is only limited and if I load the different bin file other than existing with different configurations it is getting failed.
2.When I try to run the application with the image_header. It is jumping but stucking at the start itself.
I am using RT1170EVK
My boot loader starts at 0x30000000 and ends at 0x30010000
Application starts from 0x30010000 ends at 0x31000000
So, can you please help me with this problem.
Regards,
Ragnar.