Forum Discussion
Altera_Forum
Honored Contributor
7 years agoThanks for suggestion.
I have checked for version for GHRD and SOC EDS and that are same. I am facing problem while jumping to application for boot-loader. In V14 jump from boot-loader to application is happening correctly, but in V17 it is not happening. In below my code 'preloader-mkpimage.bin' is not working after '__DI(); ' call " jumptostart = (void (*)()) PHY_APP_IMG_BEGIN; Reg_Cpsr = __GETSR(); Reg_Cpsr = 0x1d3; __SETSR(Reg_Cpsr); //_api disable all interrupts __DI(); //MMU DIsable MCR(CP15_SCTLR, (0x0)); //_api SD controller reset before loading APP image. SDMMC_Reset(); LCDC_LoadBitmap(meatball7); jumptostart(); "