Page 1 of 1
How to use NanoPi M1 cvbs
Posted: Mon Aug 29, 2016 1:48 am
by kinzia
Only HDMI output video signal. How can I use cvbs(3.5mm) to output video signal to screen?
Thanks!
Kevin
Re: How to use NanoPi M1 cvbs
Posted: Tue Sep 27, 2016 6:14 am
by jjm
Hello,
If you want to use cvbs ,you can read the pdf file from allwinner: android/device/softwinner/dolphin-common/AWDocument/firmware/H3 sys_config.fex使用配置说明V1.1.pdf
Re: How to use NanoPi M1 cvbs
Posted: Fri Dec 30, 2016 12:21 pm
by VALERYRAMIREZ
Good morning everyone, I'm new to this forum and recently aquired a nanopi M1, I'm from Venezuela and I hope we all can develop our projects succesfully. I'm interested in use CVBS an linux and android, Can you help me?, I saw the answer with the link but I couldn't open it, Can you give me the exact location of the file please?
Re: How to use NanoPi M1 cvbs
Posted: Mon Jan 02, 2017 8:32 pm
by VALERYRAMIREZ
Good afternoom, If I'm right, You are talking about the H3 microcontroller datasheet, at the section that talks about video output it refers to a MUX that controls wich output is enabled, I think CVBS is the option 1 (the one that is not enabled by default), so you need to change the configuration file from 0 to 1 in order to activate the CVBS output.
Re: How to use NanoPi M1 cvbs
Posted: Tue Jan 24, 2017 11:27 am
by sh3ppard
Hi,
I am also interested in solving this issue.
Did you manage to get the CVBS working ? And can you please tell me what parameter did you changed in the configuration file ?
Vašek
Re: How to use NanoPi M1 cvbs
Posted: Tue Jan 24, 2017 4:45 pm
by Mindee
Hi, All
I didn't use CVBS output, usually I use HDMI cable, but I want to know why you choose CVBS ?
Thank you
Mindee
Re: How to use NanoPi M1 cvbs
Posted: Fri Jan 27, 2017 8:19 am
by sh3ppard
Mindee wrote:
Hi, All
I didn't use CVBS output, usually I use HDMI cable, but I want to know why you choose CVBS ?
Thank you
Mindee
Hello Mindee,
I am working on application where the video signal from NanoPi-M1 will be transferred wirelessly. And we want our users to have the possibility to use both digital and analog video transmitters. And digital to analog converter would be impractical, so that's why I want to get the CVBS working.
Thanks,
Vasek.
Re: How to use NanoPi M1 cvbs
Posted: Sat Jan 28, 2017 7:05 am
by Mindee
sh3ppard wrote:Mindee wrote:
Hi, All
I didn't use CVBS output, usually I use HDMI cable, but I want to know why you choose CVBS ?
Thank you
Mindee
Hello Mindee,
I am working on application where the video signal from NanoPi-M1 will be transferred wirelessly. And we want our users to have the possibility to use both digital and analog video transmitters. And digital to analog converter would be impractical, so that's why I want to get the CVBS working.
Thanks,
Vasek.
Ok, I remember it can work, We'll check it after the holiday, please wait.
Thank you
Mindee
Re: How to use NanoPi M1 cvbs
Posted: Wed Feb 08, 2017 2:06 pm
by sh3ppard
Hi,
Could you please check the CVBS? I am waiting for your advice to get it working.
Thanks,
Vašek.
Re: How to use NanoPi M1 cvbs
Posted: Wed Feb 08, 2017 5:03 pm
by Mindee
sh3ppard wrote:
Hi,
Could you please check the CVBS? I am waiting for your advice to get it working.
Thanks,
Vašek.
We'll check it this week and reply here, please wait
Thank you
-- Mindee
Re: How to use NanoPi M1 cvbs
Posted: Wed Feb 15, 2017 2:07 pm
by sh3ppard
Hi,
is there any update regarding the CVBS ?
Thanks,
Vašek.
Re: How to use NanoPi M1 cvbs
Posted: Thu Feb 16, 2017 10:39 am
by jjm
Hi,
You can refer to the following configuration to test :
H3 sys_config.fex Configuration Directives (About cvbs)
1、[boot_disp]
Configuration: Configuration Directives
adver_disp: 0:do not hotplud for lcd; 1:need hotplud for hdmi/tv
auto_hpd: Supports hot plug detect configuration; (1:support 0:donot)
output_type: Displays output to the default configuration(0:none, 1:lcd, 2:tv , 4:hdmi, 8:vga)
hdmi_channel: Hdmi channel default configuration
hdmi_mode: Hdmi output default configuration
cvbs_channel: Cvbs channel default configuration
cvbs_mode: Cvbs output default configuragtion(11:PAL , 14:NTSC)
ouput_full: boot logo full-screen (H8 must be 1)
hdmi_mode_check: The system has a function to detect whether or not the connected monitor supports HDMI mode.
This option specifies whether or not to enable this function(1: enable, 0: disable).
Configuration
adver_disp = 0
auto_hpd = 1
output_type = 4
hdmi_channel = 0
hdmi_mode = 4
cvbs_channel = 1
cvbs_mode = 11
ouput_full = 1
hdmi_mode_check = 1
[tv_para]
configuration: Configuration Directives
tv_used: Whether to use CVBS
tv_dac_used: Enable the tv driver module
tv_dac_src0: Chohse the tv function, cvbs is 0
configuration
tv_used = 1
tv_dac_used = 1
tv_dac_src0 = 0
thank you!
Re: How to use NanoPi M1 cvbs
Posted: Mon Feb 20, 2017 9:43 am
by sh3ppard
Hi,
I have tested your configuration, but unfortunately it didn't work for me. Did you test that this configuration works?
Here is part of my current script.bin:
[boot_disp]
advert_disp = 0
auto_hpd = 1
output_type = 4
hdmi_channel = 0
hdmi_mode = 4
cvbs_channel = 1
cvbs_mode = 11
output_full = 1
hdmi_mode_check = 1
[disp_init]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 3
screen0_output_mode = 5
screen1_output_type = 2
screen1_output_mode = 14
fb0_format = 0
fb0_width = 0
fb0_height = 0
fb1_format = 0
fb1_width = 0
fb1_height = 0
[hdmi_para]
hdmi_used = 1
hdmi_power = "vcc-hdmi-18"
[tv_para]
tv_used = 1
tv_dac_used = 1
tv_dac_src0 = 0
As you can see, the boot_disp and tv_para are the same as you recommended. But I think it's also necessary to change something disp_init para, or is this configuration right?
Thanks,
Vašek.
Re: How to use NanoPi M1 cvbs
Posted: Mon Feb 27, 2017 8:03 am
by sh3ppard
jjm wrote:
Hi,
You can refer to the following configuration to test :
H3 sys_config.fex Configuration Directives (About cvbs)
1、[boot_disp]
Configuration: Configuration Directives
adver_disp: 0:do not hotplud for lcd; 1:need hotplud for hdmi/tv
auto_hpd: Supports hot plug detect configuration; (1:support 0:donot)
output_type: Displays output to the default configuration(0:none, 1:lcd, 2:tv , 4:hdmi, 8:vga)
hdmi_channel: Hdmi channel default configuration
hdmi_mode: Hdmi output default configuration
cvbs_channel: Cvbs channel default configuration
cvbs_mode: Cvbs output default configuragtion(11:PAL , 14:NTSC)
ouput_full: boot logo full-screen (H8 must be 1)
hdmi_mode_check: The system has a function to detect whether or not the connected monitor supports HDMI mode.
This option specifies whether or not to enable this function(1: enable, 0: disable).
Configuration
adver_disp = 0
auto_hpd = 1
output_type = 4
hdmi_channel = 0
hdmi_mode = 4
cvbs_channel = 1
cvbs_mode = 11
ouput_full = 1
hdmi_mode_check = 1
[tv_para]
configuration: Configuration Directives
tv_used: Whether to use CVBS
tv_dac_used: Enable the tv driver module
tv_dac_src0: Chohse the tv function, cvbs is 0
configuration
tv_used = 1
tv_dac_used = 1
tv_dac_src0 = 0
thank you!
Hello,
could you tell me how to configure the "disp_init" para ?
Thansk,
Vašek.
Re: How to use NanoPi M1 cvbs
Posted: Mon Mar 06, 2017 8:47 am
by sh3ppard
Hello,
it's been a while a nobody is replying. I am struggling to get a simple thing such as CVBS working and it seems that I have to wait several months to get even a tiny bit of onformation!
Is there anybody who has CVBS working with NanoPi-M1 and can show me whole script.bin that works ??
Vašek.