I'll bet you don't roll out of bed and think about making your own PC before breakfast. Even you do, I bet you haven't actually shipped . Here's someone who has. I reached out to the creator of the Tauon PC-1 , Volodymyr Mishyn who kindly took more than a little time to answer some detailed questions about the PC-1, how it came to be, the challenges of a project like this, his future plans for Tauon OS and what is clearly a very personal labour of love. Many thanks Volodymyr. Your news blog suggests 30 days to prototype, and 6 months to ship! If that is right, it is very impressive, given the technical and logistical activities that had to occur. Is there more to this story? I was looking for available options before I started the project. I got myself a couple PI (3B, Zero) OrangePi, C-SKY. And tried to build some kind of educational PC for my kid. Unfortunately, the performance was awful, using...
I can´t get my mplayer working. I put the zimage with ipu support, but mplayer crashes. I can´t have nesemu working, either.
ReplyDeletedmenu fix by the author:
ReplyDelete"
If you want to use selector to choose a file, you can write sth like this:
MenuItem MPLAYER
{
Icon = "res/media/gmu.png"
Name = " Mplayer"
Executable = "./mplayer -really-quiet"
WorkDir = "/usr/local/mplayer"
Selector = yes
}
The "mplayer.dge" doesn't support rmvb, the sound is not available when play wmv and asf formats , so
you can use mine named "mplayer" to fix those problems.
"