Composite Video output configuration

Started by jamodio, September 17, 2012, 04:05:01 PM

Previous topic - Next topic

jamodio


I'm bringing up an old topic that was discussed on the blog some time ago and I don't know if there is a follow up on the yahoo groups. Since we are migrating to the new forum I'm posting it here.

The blog article in question was http://olimex.wordpress.com/2012/05/17/imx233-olinuxino-image-with-tv-video-output-for-console/

I'm testing the latest ARCH Linux image, it works great with a wireless keyboard but with a 21" LCD monitor and it seems that the frame buffer config is not right, I'm loosing some video on the edges and looks like a tiny bit on the top.

Any hints what to change/try and where ?

Thanks
Jorge

olimex

Hi,

someone with more deeper knowledge of Kernel should take look at this issue, as we have not enough knowledge and experience to solve it
Dimitar Gamishev try to generate different settings but said that iMX233 tv encoder driver is broken and no matter what settings you set it do nothing different.
Tsvetan

Chris

I've an original 2.6 kernel released by Freescale with perfectly working TV out, get it from here:
https://drive.google.com/file/d/0B5RB6TqFSILBMVZPUnRrWjNEdjg/view?usp=sharing

> cat /proc/version
Linux version 2.6.35.3_OLinuXinoR4 (hehopmajieh@hehopmajieh-office) (gcc version 4.7.1 20120421 (prerelease) (GCC) ) #11 PREEMPT Mon May 21 10:27:52 EEST 2012

cico0815

Hello everyone,

I have the i.MX233 lying around for a while now (haven't had time to use it up to now).
I followed the instructions here

https://www.olimex.com/Products/OLinuXino/iMX233/_resources/OPEN-EMBEDDED-README.TXT

to get the TV out to work but with that image the network (mainly the sshd) seems not
to be working.

I then used the instructions here

http://archlinuxarm.org/platforms/armv5/olinuxino

to install an up to date image and the network is working fine but the tv out no longer.
I need both, so my question is ... how do I have to combine those two to get both??

If I just put the boot image onto sdb1 from the first post the board does not boot.
Is that because of the ext4 fs?

If there is anybody out there who could give me a qick walk through I'd be very
grateful!

Thanks!

Best,

Thomas

cico0815

Ok...

Using this Debian rootfs

https://www.olimex.com/Products/OLinuXino/iMX233/_resources/DEBIAN-README.TXT

and the Kernel from this

https://www.olimex.com/Products/OLinuXino/iMX233/_resources/OPEN-EMBEDDED-README.TXT

both works! TV Out and sshd are working fine!

Anyway ... ain't got a getty on the console as the Open embedded version had but at least the
penguin is showing! ;-)

Anybody out there who had programed something for the framebuffer? I want to use the Olinuxino
as a weather station and it would be nice to show current values on the console. Also I would
like to have some sort of screensaver running ... possible?? How? Any hints on some good examples?

Thanks for the nice little board! :-)

Best, Thomas

lambda

Quote from: cico0815 on February 03, 2015, 09:29:25 PM
Anyway ... ain't got a getty on the console as the Open embedded version had but at least the
penguin is showing! ;-)

I think this should be easy to solve: Just add an entry for your console
in /etc/inittab

HTH,
Harald