VGA output with latest image

Started by spin, November 27, 2020, 03:48:56 PM

Previous topic - Next topic

spin

I have an old Olinuxino A40 Micro working with old image and 10" LCD. Now I will use it with a VGA monitor with 1024x768 or 1280x1024 resolution. I have VGA cable.

What I have to do for this using latest image

A20-OLinuXino-focal-minimal-20201105-143953.img

from Olimex?

olinuxino-display permit only a selection of LCD display, no VGA output.
HDMI output is working.

Regards

Franco Spinelli

LubOlimex

I have to ask around if VGA is supported in newest images but meanwhile can you tell me:

1. What board exactly do you have? A20-OLinuXino-MICRO?

2. How is the VGA cable attached to the A20-OLinuXino-MICRO? Via A20-VGA-CABLE https://www.olimex.com/Products/Components/Cables/A20-VGA-CABLE/ ?
Technical support and documentation manager at Olimex

spin

My board is a A20 Olinuxino with 4 Gb of Nand - Board revision in C

VGA is connected with Olimex adapter.

If I use Armbian image I get initial messages on VGA monitor and I can also interrupt U-boot. But messages on VGA vanish during boot and go to HDMI monitor.

Regards

Franco Spinelli

LubOlimex

It seems VGA output is not supported in the mainline images at the moment. The team had been notified and is working on it.
Technical support and documentation manager at Olimex

spin

Ok
I will wait on this topic

Many thanks

Franco Spinelli

ipesa

Hi,
I'm new at Olimex.
We are studying the possibility of using Your A20-SOM to produce a new scale.
Does the VGA work at the same time of HDMI?

Best Regards

LubOlimex

It should be possible. We haven't tested it but there are no hardware issues or multiplexing between HDMI and VGA and it appears to be possible. The main effort would be the software effort.
Technical support and documentation manager at Olimex

ipesa

Hi,
We are trying A20-SOM with A20-SOM-EVB and Linux
A20-OLinuXino-bullseye-base-20220413-094751
It works with HDMI but do not work with VGA.
The Linux Distribuition does not have the command to change displays.

Is it a problem of the Linux version, or did you change the commands to control the configuration of the displays?

Best Regards,
Manuel Dias
Ipesa

LubOlimex

The Olimage releases with new kernel have no VGA support yet. For VGA output try the newest release (release 11) with the older kernel sunxi images:

https://ftp.olimex.com/Allwinner_Images/A20-SOM/Debian/sd/

Once you boot, execute the change_display script, there is VGA option and different screen resolutions. Reboot and it should work.
Technical support and documentation manager at Olimex

ipesa

Thank you.
It works with VGA or HDMI but not with both VGA and HDMI.
Is it possible to work with this board on dual screens?

Best Regards,
Manuel

LubOlimex

It should be possible to have VGA and HDMI since they use different signals. HDMI is always possible and VGA/LCD are shared (this means you can't have VGA and LCD).

The thing is that if it is not the same framebuffer (aka same resolution, refresh rate and same picture) - then this can be very taxing on the hardware. On the opposite side - if it is same framebuffer, then one or both of the screens has to use non-native resoltion.
Technical support and documentation manager at Olimex