Forum Discussion
Altera_Forum
Honored Contributor
8 years agopreloader-mkpimage binary from SOC EDS V17.0 is not working
I have installed SOC EDS Standard V17.0 on Ubuntu 17.10. Ubuntu is installed in Virtual Box. I am able to create "preloader-mkpimage.bin" and "uboot.img" by using our customized handsoff file. But...
Altera_Forum
Honored Contributor
8 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(); "