Forum Discussion
Altera_Forum
Honored Contributor
11 years agoBaremetal programming with Arrow Cyclone V SoCKit
Hello everyone, I apologize if this is not the right place to post this. I have a Arrow Cyclone V SoCKit. I am currently trying to do baremetal programming on it, but I am having a lot of troub...
DPerr1
New Contributor
7 years agoI had the same problem;
This is because the pinMux is not correctly set. The preloader do this job (cf Warning (11713): The configuration of the Hard Processor Subsystem (HPS) within this design has changed.
The Preloader software that initializes the HPS requires an update.
Using hps_isw_handoff/soc_system_wp4_lcd_only_hps_0/, run the Preloader Support Package Generator to update your Preloader software
).
The required file are in "/hardware/hps_isw_handoff" and the soc_system.sopcinfo
>
So you should rebuild and update it using the makefile which is present in the /hardware project
and also the tool bsp-editor can help