It works as documented when I run it from my stock NAND system, but from my SD OS i get this:
pandora:~$ cat /tmp/pndrunxbmc_run.out
rm: cannot remove `/tmp/cpuspeed': No such file or directory
not mounted on loop yet, doing so
LoopMountedon:
/dev/loop2
Filetype is Squashfs
sudo mount -t squashfs /dev/loop2
mounting union!
Filesystem is
[------------------------------]{ App start }[---------------------------------]
sh: lsb_release: not found
sh: lsb_release: not found
ERROR: Unable to create application. Exiting
[-------------------------------]{ App end }[----------------------------------]
cleanup done
pandora:~$I'm gonna try to investigate a bit more, but decided to let you know in case you have any hints onto wtf is going on.
EDIT: Found xbmc.log:
05:08:17 T:1111086288 M:117776384 NOTICE: -----------------------------------------------------------------------
05:08:18 T:1111086288 M:117755904 WARNING: Unable to determine Linux distribution
05:08:18 T:1111086288 M:117682176 NOTICE: Starting XBMC, Platform: Linux (Unknown, 2.6.27.46-omap1 armv7l). Built on Oct 19 2010 (SVN:34856)
05:08:18 T:1111086288 M:117682176 NOTICE: special://xbmc/ is mapped to: /mnt/utmp/xbmc/share/xbmc
05:08:18 T:1111086288 M:117706752 NOTICE: special://xbmcbin/ is mapped to: /mnt/utmp/xbmc/lib/xbmc
05:08:18 T:1111086288 M:117706752 NOTICE: special://masterprofile/ is mapped to: /mnt/utmp/xbmc/.xbmc/userdata
05:08:18 T:1111086288 M:117706752 NOTICE: special://home/ is mapped to: /mnt/utmp/xbmc/.xbmc
05:08:18 T:1111086288 M:117706752 NOTICE: special://temp/ is mapped to: /mnt/utmp/xbmc/.xbmc/temp
05:08:18 T:1111086288 M:117706752 NOTICE: The executable running is: /mnt/utmp/xbmc/lib/xbmc/xbmc.bin
05:08:18 T:1111086288 M:117706752 NOTICE: Log File is located: /mnt/utmp/xbmc/.xbmc/temp/xbmc.log
05:08:18 T:1111086288 M:117723136 NOTICE: -----------------------------------------------------------------------
05:08:18 T:1111086288 M:117723136 NOTICE: Setup SDL
05:08:19 T:1111086288 M:117395456 ERROR: EGL Error: No Display found! dpy:0xbe0810 egl:0x1 init:0
05:08:19 T:1111086288 M:117334016 FATAL: CApplication::Create: Unable to init windowing system
So it seems that my 3D is borked as usual because I never use it and do all this kernel hacking. My Bad.
EDIT2: Found solution; I had upgraded to HF4 (and its kernel) some time ago, but it seems that because I was running a differently named kernel at the moment of the upgrade then the
"depmod -a" propably run by the updater wouldnt have had the desired effect. Thus changed modules weren't allowed to be loaded/found. Solution was depmod -a + modprobe omaplfb + modprobe bufferclass_ti .
Edited by urjaman, 23 October 2010 - 03:52 AM.