catphish / allwinner-bare-metal

A simple framework to boot an Allwinner H3 SoC and run bare metal code
MIT License
22 stars 8 forks source link

Blank screen #4

Open BroderTuck70 opened 9 months ago

BroderTuck70 commented 9 months ago

Been a while since I looked at this last, but I seem to remember that I had to revert this change from the "abandon writeback, add overscan" commit to get output with my device and TV:

display.c @@ -13,7 +13,7 @@ void display_clocks_init() { DE_CLK = (1<<31) | (1<<24); // Enable DE clock, set source to PLL_DE HDMI_CLK = (1<<31); // Enable HDMI clk (use PLL3) HDMI_SLOW_CLK = (1<<31); // Enable HDMI slow clk