cnxsoft changed the topic of #imx6-dongle to: i.MX6 HDMI Dongle Software Development. You can also join us at https://groups.google.com/forum/?fromgroups#!forum/imx6-dongle - IRC Logs - http://irclog.whitequark.org/imx6-dongle/
hp__ has quit [Ping timeout: 264 seconds]
<rz2k> otavio: ping ping
<rz2k> otavio: after dri2 fixes in meta-fsl-arm all 3D test just hang the wandboard dual
<rz2k> when I started using yocto in March, 3D tests did work okay
<rz2k> also qtdemo and glxgears are working soooo slow (also couple errors from qt about libGL loading)
bibocc has quit [Ping timeout: 248 seconds]
h36sa has joined #imx6-dongle
bibocc has joined #imx6-dongle
rz2k has quit []
ajayr has quit [Quit: Lost terminal]
ajayr has joined #imx6-dongle
cnxsoft has joined #imx6-dongle
ajayr has quit [Ping timeout: 240 seconds]
Noskcaj has quit [Ping timeout: 255 seconds]
Noskcaj10 has joined #imx6-dongle
ajayr has joined #imx6-dongle
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Changing host]
Noskcaj has joined #imx6-dongle
Noskcaj10 has quit [Quit: good bye]
Noskcaj has quit [Ping timeout: 256 seconds]
hp__ has joined #imx6-dongle
newbie has joined #imx6-dongle
newbie is now known as Guest18917
hp__ has quit [Ping timeout: 264 seconds]
Guest18917 is now known as hp__
bibocc has quit [Ping timeout: 276 seconds]
fossxplorer has joined #imx6-dongle
bibocc has joined #imx6-dongle
cnxsoft has quit [Quit: cnxsoft]
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Changing host]
Noskcaj has joined #imx6-dongle
fossxplorer has quit [Ping timeout: 258 seconds]
sky770 has joined #imx6-dongle
cnxsoft has joined #imx6-dongle
fossxplorer has joined #imx6-dongle
fossxplorer has quit [Changing host]
fossxplorer has joined #imx6-dongle
sky770 has quit []
eebrah has quit [Ping timeout: 245 seconds]
fossxplorer has quit [Remote host closed the connection]
Noskcaj has quit [Remote host closed the connection]
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Changing host]
Noskcaj has joined #imx6-dongle
Noskcaj has quit [Quit: good bye]
<hp__> anyone alive in here? :)
<projectgus> hp__: maybe... :)
<hp__> hey projectgus :)
<hp__> projectgus: are you hacking away with the imx6 dongle? :)
<projectgus> hp__: i am actually :)
<hp__> projectgus: hehe nice!
<hp__> projectgus: could you give me a tip maybee?
<hp__> projectgus: how to set the screen resolution from within ubuntu so that the sound works?
<projectgus> don't know, sorry
<hp__> projectgus: does your sound work ?
<hste> hp__: You have to set it with video parameter at boot
<hste> hp__: what monitor do u use?
<hp__> hste yeah i found something about that a uboot parameter
<hp__> hste i use a tv screen :)
<hp__> a samsung
<hste> hp__: You could try http://stende.no-ip.info/jas/u-boot_multi_boot.imx and put the kernel in /boot/uImage and boot.scr on /
<hp__> hste have you ever tried the mx6q_hdmidongle.c ?
<dgp> wow, some life in here.. :) Do either of you know if the kernel source on github works with Android?
bibocc has quit [Ping timeout: 258 seconds]
<hste> hp__: use this boot.scr on / http://stende.no-ip.info/files/boot.scr
<hp__> hste let me download and check where to put the file :)
<hste> hp__: I once hardcoded the resolution there, but use this boot.scr with the uboot I linked
<hste> hp__; this one sets 720P
<hste> dgp: I donno. Don't know what a android system require
<dgp> hste: I think it's mostly just some "platform data" style bits
<hste> hp__: The u-boot_multi_boot.imx do u place there with the dd the other files on the rootfs. And u have to have the uImage file of your kernel on /boot
<hp__> hste yep i found the uImage file in the /boot
<hp__> the uImage file doesn't need to be changed i guess
<hste> hp__: It has to be the right one. maybe wrong kernel on the rootfs.
<hste> hp__: You use jas 1204?
<hp__> yep
<hp__> hste so the uImage i already have there has the cpu fireq limitation
<hste> hp__: not sure if the uImage there is on of those
<hste> hp__: the old uboot jas used didn't use /boot
<hp__> file size 3851308
<hste> hp__: better replace it to be sure
<hp__> the u-boot.imx is from march 10
<hp__> ok.. hope i don't screw up heh
<hp__> sudo dd if=u-boot.imx bs=1k seek=1 of=/dev/sdb && sync should do the first thing
<hp__> the other 2 should just be 'cp <file>' actions
<hste> hp__: u should use the new u-boot_multi one. Just be sure u dd it and have the boot.scr and /boot/uImage on the rootfs
<hste> hp__: yes thats right
<hp__> hste ok, thanks will try
<hste> hp__: once u have that u could also use external sdcard if u want too
<hp__> hste that sounds like a step up :)
<hp__> gota order me a 32gb uSD :)
<hste> hp__: its just a preview work from jas. He hasn't had time to finish it yet
bibocc has joined #imx6-dongle
<hste> hp__: its even possible to use it to boot frim usb
<hste> hp__: only have u change the boot.scr
<hp__> hste but i want to reduce screen resolution inorder to get sound working?
<hste> hp__: it looks for boot.scr on internal / then external / and if not found there it try looking for usb / ( but only support one usbdisk
<hp__> oh usb disk
<hste> hp__: I think setting it in boot.scr solves your problem
<hp__> let me cat boot.scr
<hste> hp__: its a textfile compiled
<hp__> hmm its set to 1280x720 as you said :)
<hste> hp__: some samples on http://stende.no-ip.info/jas/
<hp__> it boots now to this resolution but sound isn't working
<hste> hp__: couldn't be some pulseaudio settings on your rootfs?
<hp__> oh
<hste> hp__: still sound problems?
<hp__> hste yeap, starting pavucontrol gives me an error - no device found
<hp__> so..
<hp__> that might be the root cause
<hste> hp__: have u tried rerun the dbus fix?
<hp__> oh no i didn't
cnxsoft has quit [Remote host closed the connection]
<hp__> hste this one i think you mean
<hp__> chmod +s /usr/lib/dbus-1.0/dbus-daemon-launch-helper
<hste> chgrp messagebus /usr/lib/dbus-1.0/dbus-daemon-launch-helper
<hste> chmod +s /usr/lib/dbus-1.0/dbus-daemon-launch-helper
<hste> reboot
<hp__> nope
<hp__> pavucontrol still mentions some error on the device manager when opened with sudo pavucontrol
<hste> hp__: edit /etc/pulse/default.pa and add tsched=0 to load-module module-udev-detect tsched=0
ajayr has quit [Ping timeout: 260 seconds]
jas-hacks_ has joined #imx6-dongle
<hste> jas-hacks_: any progress on xbmc, uboot or rootfs?
<hste> hp__: you could try this one to get 1080 resolution: http://stende.no-ip.info/files/boot.scr-int-1080
<hp__> hste i wonder if my tv can handle 1080p :)
<jas-hacks_> hste: Hi, uboot - need to discuss with abrasive the changes, because his suggestion won't work so still work in progress
<hp__> hste so you suggestion means the final line in the default.pa would look like : load-module module-udev-detect tsched=0 tsched=0
<hp__> jas-hacks_: didn't you mention earlier that if you want sound to be-able to work you need to reduce your screen resolution?
<jas-hacks_> hste: rootfs - I should just package it up, will look at doing that, wanted to get chrome working with GLES though
<jas-hacks_> hp__: I think sound will only work at 720 and 1080p
<jas-hacks_> hste: xbmc - Haven't had time to progress it
<hste> the days are to short...
<hp__> so i am booted to 720p - default with the 1204 image i think
<hste> hp__: u already had the setting in the deafult.pa file
<hste> jas-hacks_: I saw from projectgus some new commits added to uboot
<hp__> hste yeah
<hp__> hste maybe i just need to try it with the boot.scr in the root to be sure ?
<hste> hp__: the last one is with 1080p so u could give it a try
<hp__> hste well i'm pretty sure my tv can't handle it.. its a samsung couple of years old heh :)
<hp__> hste what i also didn't do, what cnx-software suggestes is copy the modules tar to the /lib/... dir
<hp__> tar xvf modules_3.0.35-02695.tar sudo cp -r modules/3.0.35-02695-ga09806b-dirty <sd_mount_pt>/lib/modules Read more: http://www.cnx-software.com/2013/03/25/ubuntu-11-10-image-for-hi802-gk802-is-now-available-for-download/#ixzz2Rfv2Lct3
<hp__> that one
<hste> hp__: do u have soem modules when running lsmod command? If u have u should have them
<hp__> vivante - drm - 8192cu are the modules loaded
<hp__> is that also what you get hste?
<hste> hp__: yes u have the modules installed
<hp__> wierd
<hp__> hste let me try to boot in 1080p with the boot.scr you just pasted :)
<otavio> Hello folks
<otavio> I've been busy with the 1.4 release of Yocto
<otavio> sorry by being not active
<otavio> I got my devices - finally
<hp__> otavio: i read something about yocto :) but i don't really know what its for...
rz2k has joined #imx6-dongle
Guest58884 has joined #imx6-dongle
<hste> otavio: got your dongle?
<hste> otavio: up and running with yocto I mean :)
<otavio> hste: I got it late yesterday
<otavio> hste: so I am starting building a mx6 for use as base and will add the support for it
<hste> otavio: if building yocto now. should I still use master?
<otavio> hste: well I'd move to dylan for now
<hste> otavio: any offical news about freescale support on yocto?
<otavio> hste: as it will reduce the number of changes
<otavio> hste: but I will work on master
<otavio> hste: except for customers
<otavio> ;)
<otavio> hste: yes
<otavio> hste: but nothing public ;)
<hste> ok :)
<otavio> hste: I am sorry
<otavio> hste: :-(
<hste> otavio: thats ok. But now u got a dongle I guess we'll se some progress. You have worked alot. All those patches :)
ajayr has joined #imx6-dongle
<rz2k> otavio: any news about libGL?
<rz2k> and vivante locking up the whole system
h36sa has quit [Ping timeout: 256 seconds]
<jas-hacks_> rz2k: do you remember what fps you were getting with the viv_samples/tutorials
<rz2k> 100+, but I'm not really sure
<rz2k> they were not freezing/lagging
<rz2k> there were some reflection/refraction demos, they were looking pretty cool and fast
<jas-hacks_> rz2k: if you get the opportunity could you run tutorial6 & 7, I'd like to compare numbers
<rz2k> I was on ExpoElectronica exhibition two weeks ago and saw Kontron and PHYTEC singleboard computers and SoM systems running those demos as imx6q test
<rz2k> it was waaay faster than vsync of the screen :p
<rz2k> I can run them now, unfortunately, the Yocto is broken for vivante
<rz2k> and standard version of linux for wandboard is done very, very weirdly
<rz2k> it has no sound and 3d
<rz2k> and also lags like hell
<rz2k> yocto works faster, boots faster...
<jas-hacks_> rz2k: I'm running them under Xubuntu and they seems to run well
<rz2k> cool
<rz2k> didnt try to use yocto xfce4 layer?
<rz2k> I believe you can build up a simple rootfs with it
<rz2k> with xfce panels and etc
<rz2k> s/can/cant/
<rz2k> thats for I can run them now, :p
<jas-hacks_> rz2k: I don't think there's much difference between using yocto + xfce or xubuntu
<jas-hacks_> rz2k: may be with yocto rootfs everything can be compiled with neon
<rz2k> yes, yocto sets the cpu tune
<rz2k> for gcc
<rz2k> jas-hacks_: saw any imx6q products lately except our dongle and the imx6q tablet from richtechie?
<rz2k> consumer products :p
<jas-hacks_> jas-hacks_: I have only seen UDOO and found some SOM boards based on DDR slot design.
<hste> zenithink c94 is one tablet with imx6q
<hste> and sanei n10. those are the only ones I have seen so far
<rz2k> probably still manufacturing problems
<rz2k> I heard that freescale couldnt satisfy the market
<hste> Always nice to read specs on aliexpress: 1 x Built-in RJ45 Ethernet(Need MicroUSB-to-RJ45 cable)
<hste> or ... CPU
<hste>
<hste> GPU
<hste>
<hste> Freescale Cortex A9 Quad Core 1.2GHz
<hste> Mali-400 Quad core
<rz2k> lol
eebrah has joined #imx6-dongle
bibocc has quit [Quit: Leaving.]
bibocc1 has joined #imx6-dongle
bibocc1 has quit [Ping timeout: 264 seconds]
bibocc has joined #imx6-dongle
<otavio> heh
* otavio internet is horrible today
iamfrankenstein has quit [Ping timeout: 264 seconds]
ajayr has quit [Ping timeout: 252 seconds]
ajayr has joined #imx6-dongle
<hp__> hste, when not updating the uImage a boot.scr has no use hah :)
<hp__> rz2k so yokto is like a helper with the toolchain?
eebrah has quit [Ping timeout: 256 seconds]
<hste> hp__: it depends on the uImage. If its compiled with # CONFIG_CMDLINE_FROM_BOOTLOADER is not set it will not have an effect
<hp__> hste you warned me to update uImage :) need to do that still
Noskcaj has joined #imx6-dongle
<rz2k> hp__: it is a great system for creating rootfs images from scratch
<rz2k> with own toolchain and everything
<hp__> rz2k cool i'll have a go
jas-hacks_ has left #imx6-dongle [#imx6-dongle]
datagutt has quit [Ping timeout: 256 seconds]
datagutt has joined #imx6-dongle