影音天地主旨 ﹝請按主旨作出回應﹞  下頁  尾頁 寄件者 傳送日期 由舊至新 由新至舊
[#78] Cubieboard A20 Setup Guide (update for Cubietruck)    
Have you tried to use mpd client on PC side?
gmpc: http://gmpclient.org/
Minion: https://addons.mozilla.org/en-US/firefox/addon/music-player-minion/
Just want to check whether someone has compared on it :)
fitman
個人訊息 正式會員
203.xxx.xxx.95
2014-02-25 23:24
[#77] Cubieboard A20 Setup Guide (update for Cubietruck)    
I use Mpad in my iPad and Mpdroid in my phone. I cannot find any difference in sound quality.

Theoretically, the client software should not affect the sound quality.

最後修改時間: 2014-02-25 21:55:03
benngcp
個人訊息 正式會員
120.xxx.xxx.108
2014-02-25 21:51
[#76] Cubieboard A20 Setup Guide (update for Cubietruck)    
Ben sir, thx your info., and I can setup the mubox in my new cubietruck.
However, I have a question on using mpd client to control the Cubietruck. I find out if I use Mpdroid (android) , the sound is better to use gmpc (PC).
My cubietruck is using ethernet to connect my home router.
Any idea on it whether the sound is affected by different mpd client software?

Thx
fitman
個人訊息 正式會員
14.xxx.xxx.89
2014-02-25 20:19
[#75] Cubieboard A20 Setup Guide (update for Cubietruck)    
Thanks, 今晚試下先。
ckchu225
個人訊息 正式會員
58.xxx.xxx.148
2014-02-20 10:46
[#74] Cubieboard A20 Setup Guide (update for Cubietruck)    
Try modprobe sunxi_gmac

Your compiled kernel may not be setup properly to load the lan module automatically.

benngcp
個人訊息 正式會員
210.xxx.xxx.196
2014-02-20 08:17
[#73] Cubieboard A20 Setup Guide (update for Cubietruck)    
根據 beeos ching, Building custom (real-time) kernel for Cubieboard 2 的方法, 我用 Cubietruck來試裝, Step 1 – 24 都能須利安裝。(step 14. 改用了cp cubie_configs/kernel-configs/3.4/cubietruck_defconfig .config 因下載的cubie_configs 內有cubieboard2 及 cubietruck 可供選擇)

但到 Step 25, 插入安裝好的Mubox SD card後再boot機, 可以login入到系統, 再打ifconfig 發覺冇左 eth0, 由於上唔到網往後的都做不了。

想請教 benngcp ching, 我的系統是否欠了cubietruck 的 Lan driver ? 如是, 可從那處找到? 或是有其它地方出錯呢? 謝謝
ckchu225
個人訊息 正式會員
58.xxx.xxx.80
2014-02-19 12:54
[#72] Cubieboard A20 Setup Guide (update for Cubietruck)    
GREAT! BEEOS you're so gifted!
PhantomGTR
個人訊息 正式會員
221.xxx.xxx.101
2014-02-15 00:11
[#71] Cubieboard A20 Setup Guide (update for Cubietruck)    
Just wrote a guide for building RT kernel for x86 platform. This would be an alternative for those with PC (x86)
http://obeediy.blogspot.hk/2014/02/building-custom-real-time-kernel-for_15.html
beeos
個人訊息 正式會員
42.xxx.xxx.2
2014-02-15 00:03
[#70] Cubieboard A20 Setup Guide (update for Cubietruck)    
siukeung 兄:

不如就咁係 http://store.voyage.hk/ 買部 KMPD2l 就已經係行緊 RT kernel。呢個 version 真係好鬼好聲架,好明顯比上一個 version 好聲好多! :)
PhantomGTR
個人訊息 正式會員
42.xxx.xxx.218
2014-02-14 10:38
[#69] Cubieboard A20 Setup Guide (update for Cubietruck)    
我一步步做:
1. 先做到SD CARD BOOT 原裝VOYAGE MPD
2. 再做compile custom kernel for ARM (原裝 Sunxi)
3. #2 成功了, 再做compile custom real time kernel for ARM (原裝 Sunxi + rt-patch)
4. #3 都成功了, 先抄到 nand.

我做不到#4, 但#3 也可以RT-KERNEL播歌, 我覺得無乜分別, 只係用多一張SD CARD.
beeos
個人訊息 正式會員
202.xxx.xxx.142
2014-02-14 10:32
[#68] Cubieboard A20 Setup Guide (update for Cubietruck)    
BEEOS CHING,

多謝CHING教導同BEN師父的秘芨, 小的已被佢玩左三個星期, 重覆跟住做超過廿次, 已融匯灌通集各家大成, 已翻書倒網不眠不休不食不廁, 想睇會一下CUBIETRUCK佩LKS / XSABRE會有幾開心, 但小的不材, 始終未能辦到...唔甘心呀!

bootuImage / rootscript.bin已抄到 nandb, 機著到見到Voyage, 但似乎bootup script 行唔到呢? no eth0 can be detected...

請問究竟我仲可以點做呢....救神人指教!
siukeung
個人訊息 正式會員
218.xxx.xxx.195
2014-02-14 09:27
[#67] Cubieboard A20 Setup Guide (update for Cubietruck)    
siukeung 兄,
我都想, 但我做唔掂, 我GOOGLE找到是用 "dd" 的, 但我做來做去都不能做到可以倒IMG出來再倒入去另一張卡上...

另外, 我建議你找台PC做BUILD KERNEL (叫做 cross compiling), 可看這個(只供參考):
https://romanrm.net/a10/cross-compile-kernel

重點是, 要話給個BUILD PC知:
1. 你是BUILD 給ARM CPU用的 (不是X86)
2. 你的GCC 要用給ARM專用的
3. 你要行多 THREAD (會比單THREAD (DEFAULT) 快好多)

即係咁:
===============================================
export ARCH=arm
export DEB_HOST_ARCH=armhf

export CONCURRENCY_LEVEL=`grep -m1 cpu cores /proc/cpuinfo | cut -d : -f 2`
fakeroot make-kpkg --arch arm --cross-compile arm-linux-gnueabihf- --initrd --append-to-version=-custom1 kernel_image kernel_headers

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- EXTRAVERSION=-custom1 uImage
cp arch/arm/boot/uImage ../uImage
===============================================

我做了比較, REAL TIME 的KERNEL跟原裝的 MUBOX for Cubieboard2 是有分別的, 聲音(明顯)清晰左.

Good luck!

最後修改時間: 2014-02-13 11:35:14
beeos
個人訊息 正式會員
202.xxx.xxx.95
2014-02-13 11:33
[#66] Cubieboard A20 Setup Guide (update for Cubietruck)    
辛苦大家, 小的仍在學習中(CUBIETRUCK), 真的超麻煩, 照BENNGCP兄方法攪足兩星期都唔掂....堅想買部X86裝VOYAGE無咁煩....

其實...有無簡單D做好的IMG就咁FLASH落NAND度呢.... ^0^

最後修改時間: 2014-02-11 12:24:07
siukeung
個人訊息 正式會員
134.xxx.xxx.38
2014-02-11 12:10
[#65] Cubieboard A20 Setup Guide (update for Cubietruck)    
我昨天跟住我寫的重複做多次, 改正了些錯漏. 也加了COPY TO NAND.
http://obeediy.blogspot.hk/2014/02/building-custom-real-time-kernel-for.html
但用NAND還是有問題, 要再了解下點解. 攪呢D 野真係好浪費時間, 少少問題已經可以攪成日.
beeos
個人訊息 正式會員
202.xxx.xxx.141
2014-02-07 12:02
[#64] Cubieboard A20 Setup Guide (update for Cubietruck)    
Congratulation.

Can u flash the linaro server to nand? If you can make it, you can boot up with SDcard and then format the nandb partition. Then, u can copy the Mubox files to nandb partition.
benngcp
個人訊息 正式會員
210.xxx.xxx.196
2014-02-05 23:34
[#63] Cubieboard A20 Setup Guide (update for Cubietruck)    
I have re-compiled a guide in my blog:
http://obeediy.blogspot.hk/2014/02/building-custom-kernel-for-cubieboard-2.html
beeos
個人訊息 正式會員
42.xxx.xxx.30
2014-02-05 23:18
[#62] Cubieboard A20 Setup Guide (update for Cubietruck)    
Thanks benngcp hing, I've successfully compiled the RT kernel and copied to Mubox.

(but I can't put mubox onto Nand drive)

最後修改時間: 2014-02-05 21:35:43
beeos
個人訊息 正式會員
42.xxx.xxx.30
2014-02-05 21:35
[#61] Cubieboard A20 Setup Guide (update for Cubietruck)    
Yes, you are right. It should be linux-sunxi.
benngcp
個人訊息 正式會員
120.xxx.xxx.31
2014-02-05 13:03
[#60] Cubieboard A20 Setup Guide (update for Cubietruck)    
Thanks benngcp hing,
I guess I have made to the step:
"cp -r /root/kernel-source /tmp/root/"
But I can't do this step, you mean to copy "linux-sunxi" to "/root" of nand drive?
beeos
個人訊息 正式會員
202.xxx.xxx.140
2014-02-05 09:41
[#59] Cubieboard A20 Setup Guide (update for Cubietruck)    
i build the kernel using the cubietruck booted with the sdcard flashed with Debian on my first link.

The nand image is for cubietruck and you can try the one for cb2 as below:

http://dl.cubieboard.org/software/a20-cubieboard/lubuntu/cb-a20-lubuntu-12.10-v1.06/cb2-lubuntu-server-20131026/



最後修改時間: 2014-02-04 21:31:03
benngcp
個人訊息 正式會員
120.xxx.xxx.30
2014-02-04 21:28
主旨內容一共有 4 頁,每頁顯示 20 個信息,選擇頁數:  下頁  尾頁
按照傳送日期顯示:由舊至新由舊至新  由新至舊由新至舊
最新資訊 - 市場
百搭高級音響有限公司The Sound Chamber 2025-10-12

最新資訊 - 市場
駿韻音響有限公司Wise Sound Supplies Ltd. 2025-10-12

最新資訊 - 影音
SoulNote 推出全新一代入門級合併式放大器「A-1 ver.2」 2025-10-08

最新資訊 - 影音
529期音響技術 - Vinnie Rossi Brama前級和單聲道功放 2025-10-08

最新資訊 - 影音
DELA 推出全新 S50 網路交換器 2025-10-07

最新資訊 - 影音
Exposure 推出全新 5510 合併式放大器 2025-10-06

最新資訊 - 影音
技術進一步深化,TAD 推出全新座地喇叭「TAD-E1AX」 2025-10-03

最新資訊 - 影音
極致工藝的巔峰之作 Burmester 232 旗艦合併擴音機演示會 2025-10-02