I have a customised software (on C) which I would like to run on ARM processor. The basic function of the software is to control FPGA and etc. Also, I need Linux OS on ARM processor as well.
My question is how do I put both customised software and linux OS together on ARM processor? Do I have to run them separately? Or, my software has to be embedded into linux and run on linux like daemon?
Sorry if I am asking a stupid question. I am a FPGA engineer and trying to work on software as well.
Thank you so much if someone could help.