Page 15 of 31

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 01:30
by hondagx35
Hi all,

here is a new image. See also here.
Now with:
- Spotify
- DLNA / UPnP
- Airplay
- some minor bugfixes

Airplay now with metadata (no coverart yet)

Please test and comment.

Frank

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 11:48
by Da Alchemist
This Version boots up incredible fast, but i can not edit the config.txt; Errormessage is "Error writing config.txt: Read-only file system".

Btw is it possible to compile Mpd with "--enable-pipe-output"? I am using Brutefir to make some room correction, it works great on Raspbian ( I am not familar with Arch :oops: )

Regards

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 11:57
by nopphong
I try new image.It work perfectly for me. Library update is very very fast i love it.

The config.txt can be edit without any problem (i use winSCP to edit)

* With powerful RasPi2 i think if set it self to be a wifi router (I mean if it can use without need of external wifi router) it will be perfect.

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 12:11
by Da Alchemist
Got it working doing "sudo umount /boot" and "sudo fsck.fat -trawl /dev/mmcblk0p1"

Regards

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 12:35
by hondagx35
Hi Da Alchemist,

This Version boots up incredible fast, but i can not edit the config.txt; Errormessage is "Error writing config.txt: Read-only file system".


Got it working doing "sudo umount /boot" and "sudo fsck.fat -trawl /dev/mmcblk0p1"

What are you doing, it's so easy to edit this file.
There is no need for mounting / unmounting ......

As nopphong wrote, the file is writable.
There are several methods to do this.-
- getting access via shh
- using a SFTP client like WinSCP
- writing directly to the sd card from your pc (linux / MacOS / Windows)

If you need more help let me know.

Btw is it possible to compile Mpd with "--enable-pipe-output"?

On GitHub you can find the PKGBUILD file.

Frank

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 12:37
by hondagx35
Hi nopphong,

* With powerful RasPi2 i think if set it self to be a wifi router (I mean if it can use without need of external wifi router) it will be perfect.

This (AP mode) will be the next feature to be implemented.

Frank

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 12:39
by f1251218
hondagx35 wrote:Hi all,

here is a new image.
Now with:
- Spotify
- DLNA / UPnP
- Airplay
- some minor bugfixes

Airplay now with metadata (no coverart yet)

Please test and comment.

Frank


HI

I have hifiberry DIGI +, but I can not find the option to output, how can I turn I2S, and support hifiberry DIGI +?

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 12:53
by hondagx35
f1251218 wrote:HI

I have hifiberry DIGI +, but I can not find the option to output, how can I turn I2S, and support hifiberry DIGI +?


You have to edit the file /boot/config.txt like described here

Frank

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 13:02
by f1251218
hondagx35 wrote:
f1251218 wrote:HI

I have hifiberry DIGI +, but I can not find the option to output, how can I turn I2S, and support hifiberry DIGI +?


You have to edit the file /boot/config.txt like described here

Frank





HI
I've been using SSH open boot / config.txt, but config.txt originally had the following command

# Uncomment one of these lines to enable an audio interface
# device_tree_overlay = hifiberry-dac
# device_tree_overlay = hifiberry-dacplus
# device_tree_overlay = hifiberry-digi
# device_tree_overlay = hifiberry-amp
# device_tree_overlay = iqaudio-dac
# device_tree_overlay = iqaudio-dacplus
----------------------------------------------------------------

Can I edit which sections of the instruction

Thank you for help.

Re: The New 4-core Raspberry Pi

PostPosted: 06 Mar 2015, 13:13
by Da Alchemist
hondagx35 wrote:...What are you doing, it's so easy to edit this file.
There is no need for mounting / unmounting ......

Frank

Normally it should be easy , i know. But for some reason i do not unserstand, there was an error on the boot partition. After doing fsck everything is up and running. Perhaps it is the card.

Regards