News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Raspberry Pi builder

Started by coley, July 24, 2012, 01:52:45 PM

Previous topic - Next topic

phenigma

Clarifying my omxplayer babbling.

When I speak of creating an omx player device for lmce many people seem to think I am talking about a dce wrapper for the console based omxplayer.  This is not what my intentions are. 

omxplayer is essentially a console interface to a statically compiled omx library.  My intention is to port the player portion to dce so that it is a native device like xine, not a console wrapper like mplayer.

:)  Just wanted to clear that up in case there were any misconceptions about my intentions for the device.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

golgoj4

im working on the imdb / tvdb tickets
Linuxmce - Where everyone is never wrong, but we are always behind xbmc in the media / ui department.

siepacz

Quote from: phenigma on January 18, 2013, 01:59:16 AM
Not sure specifically what you mean by how far my builder has progressed?  I had previously built all the packages for raspbian/armhf and they are up at dropbox for use in sources.list.  It has been a few months since I've done a rebuild of those packages but they work just fine with a 1004 core.  I have been puttering away the whole time.

I have a full MD running on 512MB RPi, photo-screensaver and UI1 with USB-UIRT.  Full MD with screensaver crashes on 256mb rpi.  The only piece of the puzzle that is missing is an omxplayer (a la mplayer_player) to handle media playback on the pi.

MD creation is essentially worked out, I have copious notes and have been working on updating scripts for proper MD functionality with as little alterations to current scripts as possible.  I have been waiting for 1004 release and lifting of feature freeze so I can request svn access and update everything I have here into svn.

Talking with golgo we decided that a UI1 based MD on rpi is the way to go until qorbiter matures more.

So... if there is anything that people could/should try to work on it is an omxplayer for pi mds.  With that we would have essentially complete MD functionality on the rpi.

Jason.


Hi All
I'm a happy user of LinuxMCE and last week I was trying to get MD on my 512MB Raspberry Pi. I've followed procedure "Proting Raspbian" on wiki page. At the moment I'm able to login to my "raspberry moon" (Pi is booting from the network and I'm getting login screen). So my question is :what I need to do, to have orbiter running on my Pi to be able i.eg listening a music. What do I miss during the install process or what extra steps needs to be done to have full MD on Raspberry Pi? I'm running 1004 Core
Thanks in advance for your help ;-)

Siepacz

phenigma

Hello there, thanks for testing!

I'm glad that you have made it to the moonpi login.  That is as far as automatic setup takes you, at this point.  I expect to have automatic setup for MD functionality (without Audio/Video) working within a couple weeks and then I will be working on A/V playback.  Stay tuned!

Jason
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

siepacz

Quote from: phenigma on February 27, 2013, 04:39:11 PM
Hello there, thanks for testing!

I'm glad that you have made it to the moonpi login.  That is as far as automatic setup takes you, at this point.  I expect to have automatic setup for MD functionality (without Audio/Video) working within a couple weeks and then I will be working on A/V playback.  Stay tuned!

Jason
Thanks and good luck  :) you are doing great job.....
THX
Siepacz

polly

Quote from: phenigma on February 27, 2013, 04:39:11 PM
....  working within a couple weeks and then I will be working on ....

if you need some more tests, let me know!
My RPI is waiting for LMCE  ;)

ochorocho

SBCC

While running Diskless_CreateTBZ.sh I'm getting (from debootstrap.log)

dpkg-deb: file `.//var/cache/apt/archives/plymouth_0.8.5.1-5_armhf.deb' contains ununderstood data member data.tar.xz     , giving up
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors


I don't know enough about apt to figure out where the error is coming from.

Any ideas?

Marie.O

looks like an un-proper deb.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

SBCC

I think it may be a dpkg issue. I don't think it can handle the .xz extension. I got this to work in 11.10. I add lucidbleed ppa and upgraded dpkg to 1.16.1 ?? can't remember but I know it was 1.16 something. Still had an issue. It seems that the plymouth amrhf has the .xz extension but not the i386. For whatever reason.

phenigma

Did you follow the wiki and download the latest Diskless_CreateTBZ.sh from svn as instructed?  It deals with xz compressed .debs.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

SBCC

I did. But in my stupidity I did not notice that it was named "Diskless_CreateTBZ.2.sh" and have been trying to still run Diskless_CreateTBZ.sh. It's running now.

Thanks for the wrap in the head!

Jim

phenigma

:)  no problem.  I finally have Diskless_Create working under 1204 and I expect to be pushing hard to have a full md install shortly.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

SBCC

Works like a charm. Thanks for all your and all the others efforts here. Now to working on virtual usb com ports.

phenigma

My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

SBCC

I found out that raspbian has problems with serial adaptors and other usb devices. The source we are building from at raspbian.org does not have support for usb to serial adaptors. There are folks working on that  ;D. I have built a new kernel and updated the firmware and modules to include the latest commit. The rpi now attaches my prolific adaptor to ttyUSBx. There have been reports of this crashing after a while. I may not be able to test that just yet. I can outline the steps I took if wanted. Let me know.

Jim