Now officially supported Cubietruck (Cubieboard3)

Cubietruck related support

Now officially supported Cubietruck (Cubieboard3)

Postby hondagx35 » 14 Apr 2015, 23:06

Hi all,

Cubietruck (Cubieboard3) is now officially supported by RuneAudio.

Cubietruck is the 3rd board from Cubieteam, they also named it Cubieboard3.
The Cubietruck is basically a PC-on-a-board,
featuring Allwinner’s dual-core ARM Cortex-A7 processor.
With 2GB RAM, WiFi, Bluetooth, Gigabit Ethernet, USB / HDMI
and VGA ports it is a ideal candidate for a music player.
It measures about 4.3″ x 3.1″.
The onboard SATA 2.0 interface enables you to connect
a hard drive or a solid state disk as your music storage.

The actual image is based on the development branch, so it is up to date.

Working features:

* audio
- sunxi-CODEC (3.5mm headphone jack)
- sunxi-sndspdif Toslink (SPDIF Optical)
- sunxi-sndhdmi
- sunxi-sndi2s with hardware modification see here

* IR receiver to adapt your remote modify /etc/lirc/lircd.conf
* sata
* booting from nand a script is available /root/nand-install.sh

The latest image can be downloaded here.

Please report bugs or feature requests in this forum.

Frank
User avatar
hondagx35
 
Posts: 3042
Joined: 11 Sep 2014, 22:06
Location: Germany

Re: Now officially supported Cubietruck (Cubieboard3)

Postby Chanh » 17 Apr 2015, 05:34

Many thanks for this Frank. I look forward trying it out. :)

Chanh


Sent from my iPhone using Tapatalk
Chanh
 
Posts: 27
Joined: 15 Sep 2014, 14:23

Re: Now officially supported Cubietruck (Cubieboard3)

Postby jfdelaune » 20 Apr 2015, 12:38

Thank you for this release. I have intsalled on CubieTruck. It works very well. I have an SATA disk intsalled (sda). How to see the disk in RuneAudio ?
jfdelaune
 
Posts: 8
Joined: 20 Apr 2015, 12:35

Re: Now officially supported Cubietruck (Cubieboard3)

Postby hondagx35 » 20 Apr 2015, 15:50

Hi jfdelaune,

I have an SATA disk intsalled (sda). How to see the disk in RuneAudio ?


I'm working on a solution for this.
For now you have to mount it manually.

- Got to the terminal or ssh into your CT.
- enter
Code: Select all
ls /dev/sd*

to find the sata device name. Output should be something like:
Code: Select all
/dev/sda  /dev/sda1

- enter
Code: Select all
mount /dev/sda1 /mnt/MPD/LocalStorage


Change the device name to fit yours.
To make this permanent:
edit /etc/fstab and add the last line
Code: Select all
#
# /etc/fstab: static file system information
#
# <file system>   <dir>   <type>   <options>   <dump>   <pass>
logs            /var/log                tmpfs           nodev,nosuid,noatime,mode=1777,size=5M                  0       0
rune-logs       /var/log/runeaudio      tmpfs           nodev,nosuid,noatime,mode=1777,size=5M                  0       0
/dev/sda1       /mnt/MPD/LocalStorage


Do not boot your device with a usb stick in it, because device names may change.
A better solution comes soon.

Frank
User avatar
hondagx35
 
Posts: 3042
Joined: 11 Sep 2014, 22:06
Location: Germany

Re: Now officially supported Cubietruck (Cubieboard3)

Postby jfdelaune » 26 Apr 2015, 14:08

It works very well.

Thanks
jfdelaune
 
Posts: 8
Joined: 20 Apr 2015, 12:35

Re: Now officially supported Cubietruck (Cubieboard3)

Postby kajica » 01 May 2015, 11:12

Thanks on the great work on this rtelease,

works great !!!

only issue im having is not being able to mount my NAS. I have both LCH Buffalo and QNAP wichich both im not able to mount.

if anyone has succesfuul mounting plaese share your info how you did it

much appreciated, thanks again

kai
User avatar
kajica
 
Posts: 22
Joined: 27 Sep 2014, 21:26

Re: Now officially supported Cubietruck (Cubieboard3)

Postby hondagx35 » 01 May 2015, 17:59

Hi kai,

only issue im having is not being able to mount my NAS

Can you provide us more info please:
- error message (on the source page click your NAS mount, the error message is on the top of the page)
- NFS or SMB?
- if possible post your rune_SY_wrk.log via pastebin. (/var/log/runeaudio/rune_SY_wrk.log)

Frank
User avatar
hondagx35
 
Posts: 3042
Joined: 11 Sep 2014, 22:06
Location: Germany

Re: Now officially supported Cubietruck (Cubieboard3)

Postby kajica » 01 May 2015, 21:19

Hello Frank,

thanks for your reply here is my info NAS SMB

Screen Shot 2015-05-02 at 4.00.14 am.png
NAS MOUNT SOURCES
Screen Shot 2015-05-02 at 4.00.14 am.png (83.52 KiB) Viewed 10275 times

Code: Select all

[01-May-2015 19:54:57 UTC] ### sysCmd($str) ###  mkdir "/mnt/MPD/NAS/MUSIC"
[01-May-2015 19:54:57 UTC] ### sysCmd() output: ### $data type = array
[01-May-2015 19:54:57 UTC] ### mount string ###  mount -t cifs "//192.168.1.8/DataVol1/MUSIC/" -o username=admin,password=password,sec=ntlm,soft,uid=1000,gid=1000,rsize=16384,wsize=17408,iocharset=utf8,cache=none,noserverino,ro "/mnt/MPD/NAS/MUSIC"
[01-May-2015 19:54:57 UTC] ### sysCmd($str) ###  mount -t cifs "//192.168.1.8/DataVol1/MUSIC/" -o username=admin,password=password,sec=ntlm,soft,uid=1000,gid=1000,rsize=16384,wsize=17408,iocharset=utf8,cache=none,noserverino,ro "/mnt/MPD/NAS/MUSIC"
[01-May-2015 19:54:57 UTC] ### sysCmd() output: ### $data type = array
[01-May-2015 19:54:57 UTC] ### sysCmd() output: ###  ['0'] => mount error(22): Invalid argument
[01-May-2015 19:54:57 UTC] ### sysCmd() output: ###  ['1'] => Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[01-May-2015 19:54:57 UTC] ### system response ###
[01-May-2015 19:54:57 UTC] ### sysCmd($str) ###  rmdir "/mnt/MPD/NAS/MUSIC"

User avatar
kajica
 
Posts: 22
Joined: 27 Sep 2014, 21:26

Re: Now officially supported Cubietruck (Cubieboard3)

Postby hondagx35 » 01 May 2015, 22:16

Hi kajica,

please try to change the mount options like this
mount.jpg
mount.jpg (64.32 KiB) Viewed 10273 times

The problem may be the option
cache=none

Frank
User avatar
hondagx35
 
Posts: 3042
Joined: 11 Sep 2014, 22:06
Location: Germany

SOLVED (no chache was the problem)

Postby kajica » 02 May 2015, 04:58

thanks for suggestion

this is what i get
Retrying with upper case share name mount error(6): No such device or address Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

if i make it NFS

i get this error

mount.nfs: access denied by server while mounting 192.168.1.8:/DataVol1/MUSIC/
Last edited by kajica on 02 May 2015, 07:33, edited 1 time in total.
User avatar
kajica
 
Posts: 22
Joined: 27 Sep 2014, 21:26

support RuneAudio Donate with PayPal

Next

Return to Cubietruck

Who is online

Users browsing this forum: No registered users and 0 guests