Jump to content

Recommended Posts

Posted

Hi.

I got NO SIGNAL on my TV during boot after "Starting kernel".

Same with dev image builded from tool and with stable image too.

Thanks.

Posted

When it starts the Armbian logo appears, then the hdmi signal is cut off and BPI-M2 no longer plays video. This is mine current situation

Posted
7 minutes ago, johnrego said:

 

It really is a bug. Does anyone have any simple solutions to solve this?

 

No fix, downgrade / old versions = workaround.

Posted

try

/drivers/clk/sunxi-ng/ccu-sun6i-a31.c

change

 

static SUNXI_CCU_GATE(hdmi_ddc_clk, "hdmi-ddc", "osc24M", 0x150, BIT(31), 0);

to

static SUNXI_CCU_GATE(hdmi_ddc_clk, "hdmi-ddc", "osc24M", 0x150, BIT(30), 0);

 

Posted
Just now, Igor said:

Bingo! That works :P

It's not exactly "bingo", it means that something is still wrong with simplefb node or clocks definitions. Maybe you should ask wens on IRC about this since he made the patch I linked previously.

Posted

I am hitting the same bug on the M2.  This was working about a month ago and at some point stopped so I loaded a different image from BPI site with no problems.  Adjusting "clk_ignore_unused" in kernel command line is something I haven't done before (based on a quick I search I did). Anyone have a link I could use to see how to do this?  I'll try anything :)  Thanks.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines