Forum Discussion
RPett4
Occasional Contributor
3 years agoAbsolute minimum bare metal app
I'm having a lot of trouble getting u-boot SPL to build/do anything on an Arria V board, so I want to make the absolute bare minimum software app with just enough code to get an HPS GPIO wiggling (GP...
tehjingy_Altera
Regular Contributor
3 years agoHi
I would not recommend you the approach you are looking at.
It might break some dependency.
Best thing is to keep the SPL to do the stuff from point 1 to 3.
Then your application will be doing the stuff from point 4 to 6.
You could refer to the Intel Hardware Libs Baremetal "Hello World" example.
https://www.intel.com/content/www/us/en/docs/programmable/683211/current/introduction.html
Regards
Jingyang, Teh
RPett4
Occasional Contributor
3 years agoHello, I will try out that link. In the meantime, could you elaborate on "keep the SPL"? My step 2 was doing "spl_board_init" from the original spl.c (not custom spl.c). Were there more steps involved?
Also: Where is the installer for DS-5 Community Edition?