Forum Discussion
RHobb
Occasional Contributor
7 years agoHow to use both HPS cores on DE1-SoC using DS-5
I'm looking for a way to use both cores on the DE1-SoC board from Terasic using baremetal. I understand how to accomplish the same task using linux and the pthread command, but I want to write progra...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
You can enable Symmetric Multi-Processing (SMP) feature to debug your code on Dual ARM. Follow the tutorial here:
Once you boot your linux, the dual ARM cores will run automatically.
Thanks