Linux XBMC: Frame Buffer usage

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
RockerC Offline
Senior Member
Posts: 154
Joined: May 2011
Reputation: 3
Post: #31
@rashmi/newbie007, before you guys ask any more questions, please provide DETAILED information on EXACTLY which hardware you are working on Huh

If you do not first provide much more information then no one here can help you, nor will they want to help you, secrecy will only get you so far before you loose our attention.

So far you only hinted that you are running Intel hardware, and in some other threads you guys mention the Boxee Box and Iomega TV with Boxee box, so is it a CE4100 SoC?

No non-disclosure agreement can be so hard that it would prevent you from telling which hardware you are working on so that you are able to ask for help Tongue
find quote
BrokenCodes Offline
Member
Posts: 95
Joined: May 2009
Reputation: 2
Post: #32
(2012-06-20 03:05)davilla Wrote:  HAHAHA, this is getting rich now Smile can't fix a patch, can't follow instructions, can't give any details. Might as well quit trying now, it's useless.

I thought you would enjoy that.
find quote
rashmi Offline
Junior Member
Posts: 11
Joined: Jun 2012
Reputation: 0
Post: #33
Thanks a lot Broken Codes/Davilla/Rocker!!
We have cross-compiled the XBMC with the new SDK from the "the-uni" branch after fixing all the broken codes.
We will have to now just resolve the dependencies and bring up few required drivers.
If there is some-one who has really experience in bringing up XBMC on platforms like CE4100 we can write a better blog together so that we it will really help people working on bringing up XBMC on newplatforms.


Celebrate the Spirit of OpenSource!!
Thanks,
Rashmi
find quote
johnendeavor Offline
Junior Member
Posts: 10
Joined: Oct 2012
Reputation: 0
Post: #34
Hello ,
I am able to compile XBMC(the-unibranch) onto CE4100 .
when i try to run XBMC i am getting the following error.
ipc.c:ipc_init_client_session:ERROR: Failed to open /dev/gdl/0
libgdl.c:_gdl_init:ERROR: ERROR initializing IPC client session
ERROR: Unable to create application. Exiting

# cat /proc/devices | grep gdl
244 gdl_track
245 gdl


i have inserted gdl_mm.ko module , but how do we create a device node for GDL ?

# mknod /dev/gdl/0 c 245 0
mknod: /dev/gdl/0: No such file or directory

Please let me know how we can create a device node.
Thanks,
John
find quote
Post Reply