Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: marvin on March 25, 2013, 04:56:07 PM

Title: script.scr config for VGA
Post by: marvin on March 25, 2013, 04:56:07 PM
Hello all,
I start using Olinuxino with all things compiled from scratch. I have kernel,uClibc with builroot and root on NFS for easy development. I start learning some about Fex ,but found that there is problem configuring VGA.

[disp_init]
disp_init_enable = 1
disp_mode = 0         
screen0_output_type = 1
screen0_output_mode = 4
screen1_output_type = 0
screen1_output_mode = 5
fb0_framebuffer_num = 2
fb0_format = 9
fb0_pixel_sequence = 2
fb0_scaler_mode_enable = 0
fb1_framebuffer_num = 2
fb1_format = 9
fb1_pixel_sequence = 2
fb1_scaler_mode_enable = 0

When I put screen0_output_type = 4 (VGA) I get no picture. I must use screen0_output_type = 1 (LCD) to get output working. Have anybody the same experience ?

Title: Re: script.scr config for VGA
Post by: JohnS on March 25, 2013, 05:04:37 PM
I'm not sure the A13 can drive VGA natively, but even if it can the Olimex design is for LCD and VGA is derived from that (look at schematic).

John
Title: Re: script.scr config for VGA
Post by: marvin on March 25, 2013, 06:02:05 PM
Ok, I try it.

Dan
Title: Re: script.scr config for VGA
Post by: jarmouz on January 02, 2014, 02:56:20 PM
Compile your kernel with this configuration https://docs.google.com/file/d/0ByOKWTCf95tua2J4U1BDS3BVSzQ/edit before this commande $ make ARCH=arm a13om_defconfig
Title: Re: script.scr config for VGA
Post by: RCsiszar on February 20, 2020, 07:20:44 PM
Quote from: jarmouz on January 02, 2014, 02:56:20 PMCompile your kernel with this configuration https://docs.google.com/file/d/0ByOKWTCf95tua2J4U1BDS3BVSzQ/edit before this commande $ make ARCH=arm a13om_defconfig
Hi Jamouz,
The command make says it does not have a target. Can you help me compile my kernal.

Title: Re: script.scr config for VGA
Post by: LubOlimex on February 21, 2020, 11:08:15 AM
Are you following the official instructions here: https://github.com/OLIMEX/OLINUXINO/tree/master/SOFTWARE/A13/A13-build

?