Search found 48 matches
- Sun May 20, 2012 5:48 pm
- Forum: Other programming languages
- Topic: Assembly Code
- Replies: 60
- Views: 22446
Re: Assembly Code
I think you need to first load the data_item address to a register. Something like this: LDR R0, =data_items LDR R1, [R0,R3,LSL #2] R3 is your random number from the loop. The data_items is assumed to be 32 bit numbers. You move through the list with nr.<<2 (move by 4 bytes). An expert should confir...
- Sun May 20, 2012 2:06 pm
- Forum: Media centres
- Topic: [Request] How to crossbuild XBMC
- Replies: 4
- Views: 5853
Re: [Request] How to crossbuild XBMC
For OpenElec follow this instructions http://wiki.openelec.tv/index.php?title ... spberry_PI
- Sun May 20, 2012 12:17 pm
- Forum: Troubleshooting
- Topic: DVB-T Woes
- Replies: 41
- Views: 15332
Re: DVB-T Woes
Great. I have the remote working with Openelec+XBMC. All I needed to do is create a file in Storage/.config/modprobe.d/no-af9015-remote.conf and add "options dvb_usb_af9015 remote=3" to make it autostart correctly. Nothing else is needed, it just works. It was a lot easier then on Ubuntu 1...
- Sun May 20, 2012 11:35 am
- Forum: Troubleshooting
- Topic: DVB-T Woes
- Replies: 41
- Views: 15332
Re: DVB-T Woes
I have the same dvbt stick Afatech dvb_usb_af9015 with a Total Media In Hand remote. I'll try to get the remote to work in Openelec to control XBMC. For now I managed to compile a special version of Openelec with the option PVR=yes which compiled additional DVB drivers including the af9015 one. It's...
- Sat May 19, 2012 11:21 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
@intraclast
Unplug the keyboard and retry. Looks like a power issue to me.
Unplug the keyboard and retry. Looks like a power issue to me.
- Thu May 17, 2012 8:53 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
Same here kernel size 3.5mb an doesn't boot. 11019
- Mon May 14, 2012 4:19 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
Try forcing the correct HDMI group/mode setting in config.txt. I think I tried everything in config.txt (framebuffer_size, overscan_left_right_...,hdmi_mode) to fix the overscan issue, nothing worked. Seems to me it's something going on later in the xbmc boot process, like xbmc changing resolution ...
- Sun May 13, 2012 11:40 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
@rey You could try to set the sync to "audio clock" in settings, worked for me for the occasional stutter with in RPi DTS decoding. The new 10950 build is very stable. No scrambled logo anymore. Still I haven't figured out how to make the video calibration correctly saved. On every reboot ...
- Sat May 12, 2012 10:59 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t>I found a workaround for mp3's not playing when switching to the next song. Setting crossfade to 1s in audio settings makes it work correctly.<br/> <br/> Still doesn't when using fast forward. Would be interesting to know why it does that. It seems like when there's silence for some time it stops...
- Fri May 11, 2012 9:31 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
I found a solution for the stuttering when playing mkv's with DTS audio(RPi DTS decoding).
Under Settings->Videos->Playback select:
Sync playback to display and
A/V sync method to Audio clock
Under Settings->Videos->Playback select:
Sync playback to display and
A/V sync method to Audio clock
- Fri May 11, 2012 6:18 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t><br/> now if you look at the lirc.conf on the Pi its not the same! so where does it get the new info from?<br/> <br/> <br/> <br/> I don't have access to the build directory right now, but from what I can see from packages/sysutils/remote/lirc/install it gets copied from lircd.conf.mceusb<br/> <br...
- Fri May 11, 2012 7:35 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t><br/> One more thing – tried an mkv with a 5.1 DTS track…doesn't decode at all/no sound (HDMI going straight to the television, with RCA outs from there to the receiver). I already changed output channels to 5.1 instead of 2.0. Any other ideas?<br/> <br/> <br/> <br/> Did you disable DTS and Dolby...
- Thu May 10, 2012 10:28 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t><br/> He suggested http streaming but i'm not sure how to achieve that.<br/> <br/> <br/> <br/> Probably with a VLC http stream. You make a file with the extension .strm and inside of it the link to the http stream, then open the strm file in xbmc. I used this on the old xbox1 xbmc, probably will ...
- Thu May 10, 2012 9:57 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
Yes, I guess the RPi is decoding DTS, otherwise there's no audio. I must be more careful next time and get movies with AAC audio.
- Thu May 10, 2012 9:38 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t>I tried to watch two 720p videos. The xbmc audio is set by default to send the stream to a compatible DTS or DolbyDigital receiver. It can be easily changed in settings->audio if anybody has the same problem.<br/> <br/> When playing mp3's and going to the next song there's a strange behaviour. At...
- Wed May 09, 2012 7:38 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t><br/> I made a build last night. Tried it out today and I get the garbled boot image, then I see "result = 1", followed by a black screen.<br/> <br/> <br/> Same problem I had. Use the 10870 version and try with another SD card if you have. Or at least try reformat the ext3 partition. The first bo...
- Wed May 09, 2012 4:37 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t>Yes, I think is a power issue too. I have lots of 5v psu's but I don't have any microusb connectors right now. I need to buy a cable. Anyway a watched an entire show without problems, worked like a charm. Subtitles work too, and playing directly out of uncompressed rar's too. So, I'm happy for no...
- Wed May 09, 2012 3:36 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t>I managed to make it work. Apparently was my old SD card that kept getting corrupted. Yes I noticed a lot of lockups on 10888, 10870 is stable AFAIT. I'll use 870 for now and if I'll still see lockups I'll try 710. Plugging the keyboard also makes it lockup. I'm using just the mouse to navigate t...
- Wed May 09, 2012 9:28 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
<t>Have you tried a Normal non XBMC Debian image, Does that boot?<br/> <br/> Not yet. That's what I'm gonna try now.<br/> <br/> The green light over hdmi flashed once every few seconds. Over composite after some time stayed always on.<br/> <br/> I tried both hdmi and composite, ver 10870,10871,10888...
- Wed May 09, 2012 8:26 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
I tired my first bootup now and it won't boot.
When connecting the power it displays "openelec-devel-...", next "result=1" then the screen goes black and nothing happens. If I press ctrl-alt-del it restarts.
Any ideas? Or should I wait? For how long the first time?
When connecting the power it displays "openelec-devel-...", next "result=1" then the screen goes black and nothing happens. If I press ctrl-alt-del it restarts.
Any ideas? Or should I wait? For how long the first time?
- Mon May 07, 2012 9:48 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
i am compiling a version to suit my needs but for the life of me i cant find in the openelec folders the
hardware.conf
lircd.conf
After the build you can find lircd.conf in /build.OpenELEC-RPi.arm-devel/lirc-0.9.0/contrib
- Sat May 05, 2012 12:09 pm
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
You can simply edit the links in the meta files. For nasm in \packages\toolchain\lang\nasm , for xz in \packages\toolchain\archivers\xz . I googled the direct links to files and works without problems.
- Sat May 05, 2012 9:04 am
- Forum: Media centres
- Topic: OpenELEC meets Raspberry Pi - part 1 (XBMC)
- Replies: 1232
- Views: 419127
Re: OpenELEC meets Raspberry Pi - part 1 (XBMC)
Yeah, the same issue here.