Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHere are some other bare-metal resources I found:
getting started with arm ds-5 http://ds.arm.com/developer-resources/tutorials/getting-started-with-arm-ds-5-development-studio/ Some good getting started info on DS-5, like licenses, creating a bare metal app from scratch. Goes thru building an output image, but not downloading to the board and running. Goes into "Debugging the application on a Fixed Virtual Platform (FVP)". launch and debug a bare metal application on the arrow sockit board http://rocketboards.org/foswiki/view/projects/launchanddebugabaremetalapplicationonthearrowsockitboard I sometimes had some odd problems in DS-5 with this process, like I was getting "Target Message: Count not determine target state." building bare-metal applications in ds-5 using gcc compiler http://ds.arm.com/debugging-bare-metal-applications-on-fvps-using-ds-5-and-gcc-compiler/ Uses GCC compiler but recommends ARM Compiler. tutorial: altera cyclone5 soc baremetal from scratch, from sam skalicky https://samskalicky.wordpress.com/2014/06/06/tutorial-altera-cyclone5-soc-baremetal-from-scratch/ May be a good procedure but includes no content for a C file. I added my own Hello World C file.