Forum Discussion
bsp_user
Occasional Contributor
2 years agoCan't execute an ARM Compiler 5/6 built image from Arria V SoC devkit SDRAM without debugger
Hi, I try to build a bare metal app for the Arria V SoC devkit using Arm Compiler 6/5 (DS-5 built in) and load it from the QSPI into the SDRAM (on the devkit without debugger). The app is never ...
Jeet14
Frequent Contributor
2 years agoHi,
I will working on this case.
Please do allow some time to check and come back ASAP.
Regards
Tiwari
- bsp_user2 years ago
Occasional Contributor
It's very important for us so I'll be waiting.
Just wanted to suggest:
Since the ARM compiler built image loads successfully with debugger, and since the debugger uses the ELF image and not the final .bin with the mkimage header, maybe a good starting point will be to check if the supplied SDRAM scatter file is suitable for use with the preloader and mkimage header. If not, what are the required changes.
Thank you for your help.