[i.MX6] XBMC running on Freescale SoC's
Stephan,

Lots of thanks for your great work. I do have a WQ that I plan to use to replace a Mac Mini first gen with Linux/XBMC I've been using for years. So I did test your image with great success and some problems. But this is one of the best if not the best I've seen on many ARM BSPs (Panda, Beagle, etc).

Let me say that I mostly store my movies on a home server which serves files through CIFS/NFS/AFS/whatever and it works great with my old HTPC; so most of my tests have been playing MKV at 1080p; and mostly they play great Smile

Your image as played almost everything I've tested with the exception of BD images; but maybe that isn't compiled on your XBMC. Things I've noted:

1- The Kernel reports 512MB of RAM, other images I've tested reports the 2G:

Code:
Jul 17 23:04:02 wandboard user.info kernel: [    0.000000] Memory: 496MB = 496MB total
Jul 17 23:04:02 wandboard user.notice kernel: [    0.000000] Memory: 495752k/495752k available, 192376k reserved, 0K highmem

Please note the 0K highmem, other images do report a lot of highmem; maybe we have to enable highmem on Kernel at compile time ?

2- Lots of MKVs I have are paired with its respective .SRT subtitle file; and I've noted that those text file that are ISO-8859 encoded fail to play on your build.

Code:
23:09:30 T:1223816288  NOTICE: Opening Subtitle stream: 0 source: 1024
23:09:30 T:1223816288   DEBUG: CSmbFile::Open - opened tank_movies/papas/Avatar 1080p/avatar.2009.1080p.bluray.x264.srt, fd=10001
23:09:30 T:1223816288   DEBUG: CSmbFile::Close closing fd 10001
23:09:30 T:1223816288   ERROR: convert_checked iconv_open() failed from CP1252 to WCHAR_T, errno=22(Invalid argument)

Do we need to enable some charset in Kernel or Yocto to support CP1252 ? I've noted I don't get the error with UTF-8 subs and they do play nice.

Edit: It seems your Yocto eglibc's doesn't have support for this charset and some others, it seems we need eglibc-gconv-cp1252-*.rpm installed.

3- With some videos I get dropped frames but it doesn't seem to be a problem with not enough resources more like something about the particular codec; also sometimes a I get a bit of out-of-sync video/audio and I don't find the options for video sync in System->Video->Playback that I have on the usual Intel XBMC builds. I'll try to get a pattern on which kind of file/codec gives me dropped frames and report back.

And more important; how can I reproduce your build ? Kernel isn't problem for me since I do a lot of work on Beaglebones/Pandaboards/etc to compile my own Kernel and I'm cloning your GIT repo to compile my own.

The hard part for me is Yocto; what I want is to add some things to the rootfs to enable my Playstation Remote using Wandboard BT, timezone support, my preferred editor and some minor tools; maybe try NFS rootf support, automount and get rootfs on ramfs so the uSD card doesn't die in 1 month Smile just need the GIT that your using to build your image and some links to try to build a Yocto basic image.

Edit: I was able to build current Yocto master branch thanks to Otavio's help but it is 1.4 based not 1.3.1 as yours. Wonder how long will take to move your builds on top of this release, not considering Kernel just base image. Or maybe I can try to compile your exact Yocto version, was it danny ? Which target and layers ?

And if I can replicate your XBMC build in order to help you in someway it will be great also Smile

Something I also noted is that Ethernet is increasing since each reboot (eth4...eth6...and so on) and this is fixable changing this udev rule:

Code:
root@wandboard:~# cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

And your public key is on /home/root/.ssh so you can log in on a lots of Wandboards now Big Grin

Thanks a lot !
Reply


Messages In This Thread
RE: GK802/Hi802 - by wolfgar - 2013-04-11, 02:25
RE: GK802/Hi802 - by Hedda - 2013-07-28, 22:49
RE: GK802/Hi802 - by wolfgar - 2013-07-29, 23:36
RE: GK802/Hi802 - by mtx512 - 2013-04-11, 10:06
RE: GK802/Hi802 - by wolfgar - 2013-04-12, 01:15
RE: GK802/Hi802 - by mtx512 - 2013-04-12, 09:26
RE: GK802/Hi802 - by wolfgar - 2013-04-12, 21:02
RE: GK802/Hi802 - by wolfgar - 2013-04-14, 16:13
RE: GK802/Hi802 - by jhlaird - 2013-04-20, 12:47
RE: GK802/Hi802 - by wolfgar - 2013-04-15, 03:18
RE: GK802/Hi802 - by mtx512 - 2013-04-15, 08:04
RE: GK802/Hi802 - by wolfgar - 2013-04-15, 21:48
RE: GK802/Hi802 - by wolfgar - 2013-04-17, 00:45
RE: GK802/Hi802 - by wolfgar - 2013-04-17, 07:43
RE: GK802/Hi802 - by mtx512 - 2013-04-17, 07:55
RE: GK802/Hi802 - by wolfgar - 2013-04-17, 23:57
RE: GK802/Hi802 - by mtx512 - 2013-04-21, 19:41
RE: GK802/Hi802 - by wolfgar - 2013-04-18, 00:48
RE: GK802/Hi802 - by wolfgar - 2013-04-20, 21:51
RE: GK802/Hi802 - by mtx512 - 2013-04-21, 20:29
RE: GK802/Hi802 - by wolfgar - 2013-04-21, 21:10
RE: GK802/Hi802 - by wolfgar - 2013-04-22, 00:09
RE: GK802/Hi802 - by wolfgar - 2013-04-22, 00:36
RE: GK802/Hi802 - by mtx512 - 2013-04-22, 20:39
RE: GK802/Hi802 - by wolfgar - 2013-04-22, 22:08
RE: GK802/Hi802 - by mtx512 - 2013-04-23, 09:02
RE: GK802/Hi802 - by JCLB - 2013-04-23, 13:47
RE: GK802/Hi802 - by wolfgar - 2013-04-23, 22:09
RE: GK802/Hi802 - by wolfgar - 2013-04-23, 22:56
RE: GK802/Hi802 - by wolfgar - 2013-04-24, 21:32
RE: GK802/Hi802 - by mtx512 - 2013-04-25, 07:54
RE: GK802/Hi802 - by wolfgar - 2013-04-29, 01:46
RE: GK802/Hi802 - by wolfgar - 2013-05-02, 00:12
RE: GK802/Hi802 - by mtx512 - 2013-05-02, 09:15
RE: GK802/Hi802 - by Trozmagon - 2013-05-02, 02:13
RE: GK802/Hi802 - by wolfgar - 2013-05-02, 03:29
RE: GK802/Hi802 - by Trozmagon - 2013-05-02, 05:04
RE: GK802/Hi802 - by mtx512 - 2013-05-05, 13:34
RE: GK802/Hi802 - by wolfgar - 2013-05-06, 23:22
RE: GK802/Hi802 - by ColtB45 - 2013-05-12, 04:46
RE: GK802/Hi802 - by wolfgar - 2013-05-12, 05:13
RE: GK802/Hi802 - by mtx512 - 2013-05-12, 11:27
RE: GK802/Hi802 - by wolfgar - 2013-05-12, 16:20
RE: GK802/Hi802 - by wolfgar - 2013-05-13, 03:21
RE: GK802/Hi802 - by mtx512 - 2013-05-13, 21:03
RE: GK802/Hi802 - by wolfgar - 2013-05-13, 22:10
RE: GK802/Hi802 - by mtx512 - 2013-05-14, 08:03
RE: GK802/Hi802 - by wolfgar - 2013-05-14, 21:03
RE: GK802/Hi802 - by mtx512 - 2013-05-14, 22:07
RE: GK802/Hi802 - by wolfgar - 2013-05-14, 22:33
RE: GK802/Hi802 - by Kib - 2013-05-15, 08:34
RE: GK802/Hi802 - by mtx512 - 2013-05-15, 15:40
RE: GK802/Hi802 - by wolfgar - 2013-05-15, 23:13
RE: GK802/Hi802 - by viumden - 2013-05-24, 17:41
RE: GK802/Hi802 - by wolfgar - 2013-05-17, 22:39
RE: GK802/Hi802 - by newone12 - 2013-05-20, 18:28
RE: GK802/Hi802 - by wolfgar - 2013-05-25, 00:41
RE: GK802/Hi802 - by viumden - 2013-05-25, 04:51
RE: GK802/Hi802 - by wolfgar - 2013-05-25, 15:37
RE: GK802/Hi802 - by wolfgar - 2013-05-30, 02:45
RE: GK802/Hi802 - by Trozmagon - 2013-05-31, 03:29
RE: GK802/Hi802 - by wolfgar - 2013-06-02, 14:05
RE: GK802/Hi802 - by imonlinux - 2013-06-03, 07:54
RE: GK802/Hi802 - by wolfgar - 2013-06-04, 01:46
RE: GK802/Hi802 - by wolfgar - 2013-06-04, 02:16
RE: GK802/Hi802 - by wolfgar - 2013-06-04, 23:10
RE: GK802/Hi802 - by imonlinux - 2013-06-05, 18:11
RE: GK802/Hi802 - by wolfgar - 2013-06-05, 22:13
RE: GK802/Hi802 - by Toverkwark - 2013-06-05, 22:57
RE: GK802/Hi802 - by wolfgar - 2013-06-06, 00:17
RE: GK802/Hi802 - by Toverkwark - 2013-06-09, 22:06
RE: GK802/Hi802 - by imonlinux - 2013-06-06, 03:47
RE: GK802/Hi802 - by wolfgar - 2013-06-07, 02:45
RE: GK802/Hi802 - by Trozmagon - 2013-06-07, 05:38
RE: GK802/Hi802 - by Trozmagon - 2013-06-08, 01:25
RE: GK802/Hi802 - by wolfgar - 2013-06-08, 03:35
RE: GK802/Hi802 - by Trozmagon - 2013-06-08, 05:06
RE: GK802/Hi802 - by Trozmagon - 2013-06-08, 05:41
RE: GK802/Hi802 - by wolfgar - 2013-06-09, 23:24
RE: GK802/Hi802 - by j4ns - 2013-06-11, 21:49
RE: GK802/Hi802 - by wolfgar - 2013-06-12, 02:03
RE: GK802/Hi802 - by j4ns - 2013-06-12, 17:58
RE: GK802/Hi802 - by j4ns - 2013-06-12, 06:21
RE: GK802/Hi802 - by wolfgar - 2013-06-12, 23:11
RE: GK802/Hi802 - by mtx512 - 2013-06-15, 21:55
RE: GK802/Hi802 - by j4ns - 2013-06-17, 07:41
RE: GK802/Hi802 - by mtx512 - 2013-06-17, 21:36
RE: GK802/Hi802 - by j4ns - 2013-06-18, 00:41
RE: GK802/Hi802 - by wolfgar - 2013-06-15, 23:00
RE: GK802/Hi802 - by wolfgar - 2013-06-16, 17:13
RE: GK802/Hi802 - by j4ns - 2013-06-18, 00:53
RE: GK802/Hi802 - by viumden - 2013-06-17, 16:42
RE: GK802/Hi802 - by wolfgar - 2013-06-18, 02:54
RE: GK802/Hi802 - by mtx512 - 2013-06-18, 21:00
RE: GK802/Hi802 - by j4ns - 2013-06-18, 23:13
RE: GK802/Hi802 - by wolfgar - 2013-06-18, 23:39
RE: GK802/Hi802 - by wolfgar - 2013-06-20, 00:48
RE: GK802/Hi802 - by wolfgar - 2013-06-20, 03:10
RE: GK802/Hi802 - by wolfgar - 2013-06-20, 08:42
RE: GK802/Hi802 - by mtx512 - 2013-06-20, 22:14
RE: GK802/Hi802 - by llexoduz - 2013-06-20, 09:44
RE: GK802/Hi802 - by mtx512 - 2013-06-20, 21:11
RE: GK802/Hi802 - by hste - 2013-06-21, 00:12
RE: GK802/Hi802 - by wolfgar - 2013-06-21, 02:38
RE: GK802/Hi802 - by mtx512 - 2013-06-22, 21:35
RE: GK802/Hi802 - by wolfgar - 2013-06-22, 01:06
RE: GK802/Hi802 - by wolfgar - 2013-06-22, 03:15
RE: GK802/Hi802 - by wolfgar - 2013-06-23, 03:44
RE: GK802/Hi802 - by wolfgar - 2013-06-23, 17:18
RE: GK802/Hi802 - by mtx512 - 2013-06-24, 21:19
RE: GK802/Hi802 - by wolfgar - 2013-06-25, 00:39
RE: GK802/Hi802 - by mtx512 - 2013-07-13, 15:14
RE: GK802/Hi802 - by j4ns - 2013-06-25, 01:06
RE: GK802/Hi802 - by wolfgar - 2013-06-25, 02:00
RE: GK802/Hi802 - by wolfgar - 2013-07-01, 03:03
Wandboard - by xn2000 - 2013-07-02, 19:46
RE: GK802/Hi802 - by wolfgar - 2013-07-02, 22:38
RE: GK802/Hi802 - by CruX - 2013-07-03, 08:27
RE: GK802/Hi802 - by xn2000 - 2013-07-03, 12:13
RE: GK802/Hi802 - by xn2000 - 2013-07-03, 12:38
RE: GK802/Hi802 - by wolfgar - 2013-07-03, 23:38
RE: GK802/Hi802 - by xn2000 - 2013-07-04, 11:53
RE: GK802/Hi802 - by wolfgar - 2013-07-04, 02:36
RE: GK802/Hi802 - by mtx512 - 2013-07-04, 08:03
RE: GK802/Hi802 - by xn2000 - 2013-07-04, 12:14
RE: GK802/Hi802 - by hste - 2013-07-04, 09:39
RE: GK802/Hi802 - by wolfgar - 2013-07-04, 23:02
RE: GK802/Hi802 - by ProsjektX - 2013-07-05, 10:09
RE: GK802/Hi802 - by hste - 2013-07-05, 10:38
RE: GK802/Hi802 - by jpearn - 2013-07-05, 20:26
RE: GK802/Hi802 - by wolfgar - 2013-07-06, 19:31
RE: GK802/Hi802 - by jpearn - 2013-07-07, 07:57
RE: GK802/Hi802 - by wolfgar - 2013-07-07, 16:57
RE: GK802/Hi802 - by sepinho - 2013-07-07, 19:53
RE: GK802/Hi802 - by wolfgar - 2013-07-07, 23:14
RE: GK802/Hi802 - by jpearn - 2013-07-08, 09:03
RE: GK802/Hi802 - by ProsjektX - 2013-07-08, 10:41
RE: GK802/Hi802 - by xn2000 - 2013-07-09, 17:38
RE: GK802/Hi802 - by xn2000 - 2013-07-09, 17:56
RE: GK802/Hi802 - by CruX - 2013-07-09, 20:31
RE: GK802/Hi802 - by xn2000 - 2013-07-10, 17:46
RE: GK802/Hi802 - by wolfgar - 2013-07-10, 01:29
RE: GK802/Hi802 - by ProsjektX - 2013-07-10, 09:31
RE: GK802/Hi802 - by wolfgar - 2013-07-11, 01:56
RE: GK802/Hi802 - by wolfgar - 2013-07-11, 01:27
RE: GK802/Hi802 - by xn2000 - 2013-07-11, 16:07
RE: GK802/Hi802 - by wolfgar - 2013-07-12, 00:36
RE: GK802/Hi802 - by xn2000 - 2013-07-12, 17:50
RE: GK802/Hi802 - by wolfgar - 2013-07-12, 03:24
RE: GK802/Hi802 - by hste - 2013-07-12, 09:19
RE: GK802/Hi802 - by wolfgar - 2013-07-13, 03:22
RE: GK802/Hi802 - by wolfgar - 2013-07-13, 03:39
RE: GK802/Hi802 - by xn2000 - 2013-07-15, 12:46
RE: GK802/Hi802 - by wolfgar - 2013-07-14, 16:03
RE: GK802/Hi802 - by mtx512 - 2013-07-15, 20:46
RE: GK802/Hi802 - by wolfgar - 2013-07-16, 00:12
RE: GK802/Hi802 - by mtx512 - 2013-07-16, 09:14
RE: GK802/Hi802 - by wolfgar - 2013-07-17, 02:10
RE: GK802/Hi802 - by wolfgar - 2013-07-16, 00:30
RE: GK802/Hi802 - by ProsjektX - 2013-07-16, 06:49
RE: GK802/Hi802 - by xn2000 - 2013-07-22, 17:14
RE: GK802/Hi802 - by wolfgar - 2013-07-17, 01:50
RE: GK802/Hi802 - by wolfgar - 2013-07-18, 02:00
RE: GK802/Hi802 - by Pulento - 2013-07-18, 03:36
RE: GK802/Hi802 - by wolfgar - 2013-07-18, 23:18
RE: GK802/Hi802 - by Pulento - 2013-07-19, 02:28
RE: GK802/Hi802 - by wolfgar - 2013-07-19, 23:21
RE: GK802/Hi802 - by rude78 - 2013-07-19, 21:07
RE: GK802/Hi802 - by wolfgar - 2013-07-19, 23:38
RE: GK802/Hi802 - by Pulento - 2013-07-20, 01:50
RE: GK802/Hi802 - by wolfgar - 2013-07-20, 10:10
RE: GK802/Hi802 - by wolfgar - 2013-07-24, 00:44
RE: GK802/Hi802 - by xn2000 - 2013-07-25, 17:26
RE: GK802/Hi802 - by TarpeDiem - 2013-07-26, 04:48
RE: GK802/Hi802 - by wolfgar - 2013-07-26, 08:16
RE: GK802/Hi802 - by TarpeDiem - 2013-07-26, 09:23
RE: GK802/Hi802 - by TarpeDiem - 2013-07-26, 10:15
RE: GK802/Hi802 - by wolfgar - 2013-07-26, 12:38
RE: GK802/Hi802 - by TarpeDiem - 2013-07-26, 18:01
RE: GK802/Hi802 - by wolfgar - 2013-07-26, 22:53
RE: GK802/Hi802 - by ProsjektX - 2013-07-28, 14:14
RE: GK802/Hi802 - by wolfgar - 2013-07-28, 21:03
RE: GK802/Hi802 - by MediaPi - 2013-08-06, 04:08
RE: GK802/Hi802 - by wolfgar - 2013-08-06, 21:34
RE: GK802/Hi802 - by CoolGate - 2013-08-08, 16:25
RE: GK802/Hi802 - by wolfgar - 2013-08-08, 21:07
RE: GK802/Hi802 - by Toverkwark - 2013-08-11, 14:04
RE: GK802/Hi802 - by wolfgar - 2013-08-12, 01:33
RE: GK802/Hi802 - by Toverkwark - 2013-08-16, 23:46
RE: GK802/Hi802 - by Toverkwark - 2013-08-17, 10:11
RE: GK802/Hi802 - by wolfgar - 2013-08-17, 12:35
RE: GK802/Hi802 - by CoolGate - 2013-08-19, 09:28
RE: GK802/Hi802 - by rmiheev - 2013-08-25, 09:25
RE: GK802/Hi802 - by heemid17 - 2013-08-29, 19:13
RE: GK802/Hi802 - by wolfgar - 2013-08-30, 00:19
RE: GK802/Hi802 - by juggie - 2013-09-04, 15:12
RE: GK802/Hi802 - by heemid17 - 2013-09-04, 17:54
RE: GK802/Hi802 - by Hedda - 2013-09-05, 16:00
RE: GK802/Hi802 - by wolfgar - 2013-09-05, 00:45
RE: GK802/Hi802 - by pszab - 2013-09-05, 12:06
RE: GK802/Hi802 - by wolfgar - 2013-09-05, 22:54
RE: GK802/Hi802 - by wolfgar - 2013-09-05, 22:37
RE: GK802/Hi802 - by j1nx - 2013-09-06, 16:13
RE: GK802/Hi802 - by wolfgar - 2013-09-06, 23:03
Logout Mark Read Team Forum Stats Members Help
[i.MX6] XBMC running on Freescale SoC's4