문제

I am developing a program similar to xbmc but only for movies. I was wondering if there is any very simple operating system that will basically just boot and run the program I am developing? Similar to what openelec does for XBMC. I can run it on windows but I want to be able to put it on a machine like raspberry pi without having to have a whole windows or linux OS.

I hope that makes sense.

도움이 되었습니까?

해결책

Take a look at the rather slim linux distributions specialized in embedded systems, like firewalling distros and so on.

Then, if it is a graphical application you have to make sure you boot into runlevel 5 (graphics) and configure your application as login shell for the default user.


You might also be interested in two services the openSUSE project offers: the Open Build Service (OBS) and SUSE Studio:

  • OBS allows you to automatically get packages of your application built and packaged, ready for use in a number of wide spread distributions.

  • Studio allows you to go a step further and create a custom distribution for your own purpose: you can call it 'your' operating system, completely preconfigured for your purpose, with all requried software and your own application installed. You just have to download a CD image afterwards!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top