Official XBian Raspberry B+ models thread - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Releases (/forum-48.html) +--- Thread: Official XBian Raspberry B+ models thread (/thread-2421.html) |
Official XBian Raspberry B+ models thread - IriDium - 8th Aug, 2014 05:22 AM Please use this thread for all issues relating to Xbian on a RPi Model B+ (Only the B+) You will know if you are on this RPi as it has 4 USB ports and only a micro SD slot. Picture Known threads: Keyboard: Keyboard Network: Network General: General For other releases: Xbian RC 1 Xbian RC 1 Beta 2 Beta 2 Beta 1.1 Beta 1.1 Alpha 5 Alpha 5 Alpha 4 Alpha 4 Earlier releases - No longer supported. Raspbian/Xbian RaspXbian Xbian 1 Gotham testing Gotham Booting from USB or NAS USB booting Cubox-i Cubox-i RE: Official XBian Raspberry B+ models thread - 0xFF - 10th Nov, 2014 05:51 AM Hello, Recently I upgraded my system from RPi B to B+. I have problem with I2S driver - system hangs when I try to play music with mplayer. With RPi B it worked fine. I found there is pull request for 3.12 kernel to proper GPIO's configuration https://github.com/raspberrypi/linux/pull/648 It seems the 3.15 kernel included in Xbian RC3 release doesn't include this patch. RE: Official XBian Raspberry B+ models thread - menakite - 10th Nov, 2014 09:42 AM Hm you're right, thanks for reporting this. In fact it is not in 3.15: https://github.com/raspberrypi/linux/blob/rpi-3.15.y/sound/soc/bcm/bcm2708-i2s.h but it'll be in the soon(?)-to-be-released 3.16: https://github.com/raspberrypi/linux/blob/rpi-3.16.y/sound/soc/bcm/bcm2708-i2s.h ping @mk01 RE: Official XBian Raspberry B+ models thread - mk01 - 16th Nov, 2014 02:55 AM (10th Nov, 2014 05:51 AM)0xFF Wrote: I found there is pull request for 3.12 kernel to proper GPIO's configuration https://github.com/raspberrypi/linux/pull/648 try the newest 3.15 at staging at http://ivka57.dyndns-ip.com/pool/staging/main/x/xbian-package-kernel/xbian-package-kernel_3.15.8%2b-1416069312_armhf.deb RE: Official XBian Raspberry B+ models thread - 0xFF - 23rd Nov, 2014 09:14 PM (16th Nov, 2014 02:55 AM)mk01 Wrote: try the newest 3.15 at staging at http://ivka57.dyndns-ip.com/pool/staging/main/x/xbian-package-kernel/xbian-package-kernel_3.15.8%2b-1416069312_armhf.deb I tried mplayer for a dry run, looks ok - no system hangs. I will try to hook up my I2S DAC again and give a try. Thanks |