How to enable HDMI out at Cubieboard2?

This forum is for supported devices using an ARMv7 Allwinner SoC.

How to enable HDMI out at Cubieboard2?

Postby EUA » Wed May 07, 2014 2:52 am

I cannot enable it.
Does anyone know how can I enable HDMI output on Cubieboard2?
Other distros has HDMI out but Arch doesn't. I can't understand why.

Installed via:
https://raw.githubusercontent.com/edwar ... eboard2.sh
EUA
 
Posts: 7
Joined: Wed May 07, 2014 2:34 am

Re: How to enable HDMI out at Cubieboard2?

Postby WarheadsSE » Wed May 07, 2014 12:37 pm

Installation: Not the official method. Period. I will end it there.

The HDMI should work, if properly configured with modules loaded, etc. This is all documented with linux-sunxi.org's details.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: How to enable HDMI out at Cubieboard2?

Postby EUA » Wed May 07, 2014 11:35 pm

Indeed, it's the automated version of the official version.
I also tried the steps over here before: http://archlinuxarm.org/platforms/armv7 ... bieboard-2
and l have same result: blank HDMI output screen. No terminal.

Since I think that I need to see boot up process at HDMI output, It has to be something wrong with the images. But I don't know where it is exactly... I am suspecting that default kernel doesn't support framebuffer on HDMI port and I need recompile/change the kernel to have HDMI output. Right? Do I need to recompile or is there any compiled one available on pacman?

I also not like the old linux-sun7i 3.4.79 kernel.
Tried to install "linux-armv7 3.14.2" for having f2fs support but cubieboard doesn't boot with this kernel.

Any hints?
Thanks.
EUA
 
Posts: 7
Joined: Wed May 07, 2014 2:34 am

Re: How to enable HDMI out at Cubieboard2?

Postby EUA » Thu May 08, 2014 1:11 am

Found the problem.
I think HDMI module generate segmentation fault!
after normal boot up, I login from ssh and:
$this->bbcode_second_pass_code('', '
modprobe disp screen0_output_type=3 screen0_output_mode=1280x720p60
modprobe hdmi audio=EDID:0
')

but got a segmentation error. dmesg shows:

$this->bbcode_second_pass_code('', ' 46.426458] sunxi disp driver loaded (/dev/disp api 1.0)
[ 49.870129] I2C: i2c-5: HDMI I2C adapter
[ 49.906005] [DISP] hdmi_set_mode is NULL
[ 49.913863] hdmi funcs NULL, hdmi module not loaded?
[ 49.923522] [DISP] Can't assign PLL for screen1, pll_clk:-1
[ 49.936388] Unable to handle kernel NULL pointer dereference at virtual address 00000000
[ 49.946282] pgd = eebb4000
[ 49.951386] [00000000] *pgd=6e41f831, *pte=00000000, *ppte=00000000
[ 49.965581] Internal error: Oops: 80000007 [#1] PREEMPT SMP ARM
[ 49.973340] Modules linked in: hdmi(+) disp cfbfillrect cfbimgblt cfbcopyarea
[ 49.988583] CPU: 0 Not tainted (3.4.79-7-ARCH #1)
[ 49.994869] PC is at 0x0
[ 50.002031] LR is at BSP_disp_lcd_open_before+0xd0/0xe0 [disp]
[ 50.016712] pc : [<00000000>] lr : [<bf023198>] psr: a0000013
[ 50.016718] sp : ee509d90 ip : 00000008 fp : bf047098
[ 50.032097] r10: 00000080 r9 : bf042e90 r8 : fffff578
[ 50.042526] r7 : bf046f64 r6 : 00000000 r5 : bf04898c r4 : 00000001
[ 50.054255] r3 : 00000000 r2 : 00000000 r1 : fffffffb r0 : 00000001
[ 50.066595] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[ 50.078153] Control: 10c5387d Table: 6ebb406a DAC: 00000015

[ 50.085550] SP: 0xee509d10:
[ 50.090265] 9d10 00000000 00000000 00000000 00000000 00001000 00000000 00000001 00000001
[ 50.105467] 9d30 00000032 00000000 a0000013 ffffffff ee509d7c c000d7f8 00000001 fffffffb
[ 50.120670] 9d50 00000000 00000000 00000001 bf04898c 00000000 bf046f64 fffff578 bf042e90
[ 50.135871] 9d70 00000080 bf047098 00000008 ee509d90 bf023198 00000000 a0000013 ffffffff
[ 50.151073] 9d90 00000001 00000001 00000000 bf00c2e4 00000001 bf046f60 00000001 00000001
[ 50.166276] 9db0 bf046f64 fffff578 bf0471ec 00000080 bf047098 bf0104b8 00000000 00000000
[ 50.181479] 9dd0 bf0be59c 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 50.196680] 9df0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

[ 50.213099] R8: 0xfffff4f8:
[ 50.217814] f4f8 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.233018] f518 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.248219] f538 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.263420] f558 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.278622] f578 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.293822] f598 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.309023] f5b8 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.324224] f5d8 ******** ******** ******** ******** ******** ******** ******** ********
[ 50.344109] Process modprobe (pid: 3071, stack limit = 0xee5082f8)
[ 50.353588] Stack: (0xee509d90 to 0xee50a000)
[ 50.365058] 9d80: 00000001 00000001 00000000 bf00c2e4
[ 50.380347] 9da0: 00000001 bf046f60 00000001 00000001 bf046f64 fffff578 bf0471ec 00000080
[ 50.395635] 9dc0: bf047098 bf0104b8 00000000 00000000 bf0be59c 00000000 00000000 00000000
[ 50.410922] 9de0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 50.426210] 9e00: 00000000 00000000 00000000 00000000 bf0bb81c bf0be584 bf0be078 c0685098
[ 50.441500] 9e20: bf0be19c c0646840 00000000 ee508008 c0071828 bf0bcddc bf0bcdac bf0be080
[ 50.456790] 9e40: bf0be0b4 c02516b8 c02516a4 c02505d4 00000000 bf0be080 bf0be0b4 bf0be19c
[ 50.472079] 9e60: c062eaa8 c02507a0 00000000 bf0be19c c0250738 c024ee58 ef023860 ee5837b8
[ 50.487369] 9e80: bf0be19c ee583b80 00000000 c024fdd8 bf0bd298 bf0bd298 bf0be19c bf0be244
[ 50.502659] 9ea0: 00000001 bf0c1000 c0646840 c0250cc8 bf0be1fc bf0be244 00000001 bf0c1000
[ 50.517948] 9ec0: c0646840 c0008658 bf0c1000 00000001 bf0be1fc ffffffff bf0be1fc bf0be244
[ 50.533237] 9ee0: 00000001 eeb6b500 00000001 eeb6b524 00000124 c00731e0 bf0be208 00007fff
[ 50.548527] 9f00: 00000000 b68e4ffa 0003b6e9 00000000 eeb6b508 ee508038 00000133 f017d928
[ 50.563814] 9f20: f017ffa8 0002f370 00000000 00000000 00000000 00000000 00000000 00000000
[ 50.579104] 9f40: 00000000 f0179000 000078de f017d928 f017d747 f017ffa8 00004748 00004fb8
[ 50.594391] 9f60: 00000000 00000000 0000002a 0000002b 00000020 00000000 0000000d 00000000
[ 50.609682] 9f80: 00000003 0000000e b68de008 0002f238 00000080 c000dc84 ee508000 00000000
[ 50.624972] 9fa0: 0002f1a0 c000db00 0000000e b68de008 b68de008 000078de 0002f370 73828c00
[ 50.640261] 9fc0: 0000000e b68de008 0002f238 00000080 0002f370 0000000c 0002f370 0002f1a0
[ 50.655551] 9fe0: b6e63a00 bef558f0 00018b30 b6e63a10 60000010 b68de008 aaaaaaaa aaaaaaaa
[ 50.673221] [<bf023198>] (BSP_disp_lcd_open_before+0xd0/0xe0 [disp]) from [<bf00c2e4>] (DRV_lcd_open+0x24/0xb4 [disp])
[ 50.692063] [<bf00c2e4>] (DRV_lcd_open+0x24/0xb4 [disp]) from [<bf0104b8>] (Fb_Init+0x65c/0xa00 [disp])
[ 50.709407] [<bf0104b8>] (Fb_Init+0x65c/0xa00 [disp]) from [<bf0bcddc>] (hdmi_probe+0x30/0x40 [hdmi])
[ 50.726710] [<bf0bcddc>] (hdmi_probe+0x30/0x40 [hdmi]) from [<c02516b8>] (platform_drv_probe+0x14/0x18)
[ 50.744436] [<c02516b8>] (platform_drv_probe+0x14/0x18) from [<c02505d4>] (driver_probe_device+0x9c/0x1bc)
[ 50.762160] [<c02505d4>] (driver_probe_device+0x9c/0x1bc) from [<c02507a0>] (__driver_attach+0x68/0x8c)
[ 50.779273] [<c02507a0>] (__driver_attach+0x68/0x8c) from [<c024ee58>] (bus_for_each_dev+0x70/0x84)
[ 50.796039] [<c024ee58>] (bus_for_each_dev+0x70/0x84) from [<c024fdd8>] (bus_add_driver+0xe8/0x22c)
[ 50.812805] [<c024fdd8>] (bus_add_driver+0xe8/0x22c) from [<c0250cc8>] (driver_register+0x9c/0x114)
[ 50.829658] [<c0250cc8>] (driver_register+0x9c/0x114) from [<c0008658>] (do_one_initcall+0x8c/0x150)
[ 50.846775] [<c0008658>] (do_one_initcall+0x8c/0x150) from [<c00731e0>] (sys_init_module+0x7a8/0x1738)
[ 50.863978] [<c00731e0>] (sys_init_module+0x7a8/0x1738) from [<c000db00>] (ret_fast_syscall+0x0/0x30)
[ 50.875191] Code: bad PC value
[ 50.887016] ---[ end trace 9c8ba0eb11aa9f09 ]---
')

Where can I report the bug?
Thanks.
EUA
 
Posts: 7
Joined: Wed May 07, 2014 2:34 am

Re: How to enable HDMI out at Cubieboard2?

Postby WarheadsSE » Thu May 08, 2014 1:40 am

Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: How to enable HDMI out at Cubieboard2?

Postby EUA » Thu May 08, 2014 2:53 am

Ah. Thanks for the hint!
It looks all I need to do is load the modules in correct order, right?
I tried little and found that config (Unfortunately just looks like working but not indeed ): )

$this->bbcode_second_pass_code('', 'disp screen0_output_type=3 screen0_output_mode=1280x720p60
disp_ump
ump
lcd
hdmi
fbcon')

At least got HDMI output but still have kernel crash.
Also loading hdmi kernel module will disconnects all USB devices!
$this->bbcode_second_pass_code('', '[ 121.084259] usb 2-1: USB disconnect, device number 2]')
So you cannot use any USB device (mouse, keyboard...)
I think it doesn't needed to be so complicated to boot arch linux with hdmi port enabled at cubieboard A20.
(At least I just install the image to RPi and it works... I thought it will be same for Cubieboard A20)

Kernel Message:
$this->bbcode_second_pass_code('', '[ 100.561700] sunxi disp driver loaded (/dev/disp api 1.0)
[ 108.988197] UMP: UMP device driver loaded
[ 120.625749] I2C: i2c-5: HDMI I2C adapter
[ 120.653056] ParseEDID
[ 120.670016] EDID version: 1.3
[ 120.679271] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 PP
[ 120.690416] Using above mode as preferred EDID mode
[ 120.701126] PCLK=85500000 X 1360 1424 1536 1792 Y 768 771 777 795 fr 60 PP
[ 120.720755] Unimplemented SVD code 33
[ 120.727044] Unimplemented SVD code 34
[ 120.736547] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[ 120.749249] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[ 120.762033] disp_clk: Could not find a matching pll-freq for 108100000 pclk
[ 120.774811] disp_clk: Could not find a matching pll-freq for 74200000 pclk
[ 120.787509] disp_clk: Could not find a matching pll-freq for 72650000 pclk
[ 120.800295] disp_clk: Could not find a matching pll-freq for 146850000 pclk
[ 120.813082] disp_clk: Could not find a matching pll-freq for 83650000 pclk
[ 120.825788] disp_clk: Could not find a matching pll-freq for 78800000 pclk
[ 120.838490] disp_clk: Could not find a matching pll-freq for 53450000 pclk
[ 120.851192] disp_clk: Could not find a matching pll-freq for 27100000 pclk
[ 120.863892] disp_clk: Could not find a matching pll-freq for 26150000 pclk
[ 120.875211] Parse_VideoData_Block: VIC 16 (native) support
[ 120.884350] Parse_VideoData_Block: VIC 31 support
[ 120.892623] Parse_VideoData_Block: VIC 4 support
[ 120.900894] Parse_VideoData_Block: VIC 19 support
[ 120.909165] Parse_VideoData_Block: VIC 5 support
[ 120.917435] Parse_VideoData_Block: VIC 20 support
[ 120.925706] Parse_VideoData_Block: VIC 3 support
[ 120.933967] Parse_VideoData_Block: VIC 18 support
[ 120.942325] Parse_VideoData_Block: VIC 32 support
[ 120.950684] Parse_VideoData_Block: VIC 33 support
[ 120.959042] Parse_VideoData_Block: VIC 34 support
[ 120.967313] Parse_AudioData_Block: max channel=2
[ 120.975845] Parse_AudioData_Block: SampleRate code=7
[ 120.984451] Parse_AudioData_Block: WordLen code=7
[ 120.992635] Find HDMI Vendor Specific DataBlock
[ 120.998478] 3D_present
[ 121.007089] PCLK=148500000 X 1920 2448 2492 2640 Y 1080 1084 1089 1125 fr 50 PP
[ 121.020225] PCLK=74250000 X 1280 1720 1760 1980 Y 720 725 730 750 fr 50 PP
[ 121.032967] PCLK=74250000 X 1920 2448 2492 2640 Y 540 542 547 562 fr 50 PP
[ 121.045708] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[ 121.061545] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 2x 0
[ 121.073653] [DISP] Can't assign PLL for screen1, pll_clk:-1
[ 121.084259] usb 2-1: USB disconnect, device number 2
[ 121.634353] Division by zero in kernel.
[ 121.644919] [<c00130dc>] (unwind_backtrace+0x0/0xe0) from [<c01eb998>] (Ldiv0+0x8/0x10)
[ 121.661223] [<c01eb998>] (Ldiv0+0x8/0x10) from [<bf0e2360>] (BSP_disp_lcd_open_after+0x1b8/0x590 [disp])
[ 121.680299] [<bf0e2360>] (BSP_disp_lcd_open_after+0x1b8/0x590 [disp]) from [<bf0cb360>] (DRV_lcd_open+0xa0/0xb4 [disp])
[ 121.699248] [<bf0cb360>] (DRV_lcd_open+0xa0/0xb4 [disp]) from [<bf0cf4b8>] (Fb_Init+0x65c/0xa00 [disp])
[ 121.716613] [<bf0cf4b8>] (Fb_Init+0x65c/0xa00 [disp]) from [<bf190ddc>] (hdmi_probe+0x30/0x40 [hdmi])
[ 121.733935] [<bf190ddc>] (hdmi_probe+0x30/0x40 [hdmi]) from [<c02516b8>] (platform_drv_probe+0x14/0x18)
[ 121.751680] [<c02516b8>] (platform_drv_probe+0x14/0x18) from [<c02505d4>] (driver_probe_device+0x9c/0x1bc)
[ 121.769421] [<c02505d4>] (driver_probe_device+0x9c/0x1bc) from [<c02507a0>] (__driver_attach+0x68/0x8c)
[ 121.786552] [<c02507a0>] (__driver_attach+0x68/0x8c) from [<c024ee58>] (bus_for_each_dev+0x70/0x84)
[ 121.803337] [<c024ee58>] (bus_for_each_dev+0x70/0x84) from [<c024fdd8>] (bus_add_driver+0xe8/0x22c)
[ 121.820120] [<c024fdd8>] (bus_add_driver+0xe8/0x22c) from [<c0250cc8>] (driver_register+0x9c/0x114)
[ 121.836989] [<c0250cc8>] (driver_register+0x9c/0x114) from [<c0008658>] (do_one_initcall+0x8c/0x150)
[ 121.854129] [<c0008658>] (do_one_initcall+0x8c/0x150) from [<c00731e0>] (sys_init_module+0x7a8/0x1738)
[ 121.871348] [<c00731e0>] (sys_init_module+0x7a8/0x1738) from [<c000db00>] (ret_fast_syscall+0x0/0x30)
[ 121.883357] [DISP] *** Lcd in danger...
[ 121.889983] [DISP] *** Lcd in danger...
[ 121.896605] [DISP] *** Lcd in danger...
[ 121.903217] [DISP] *** Lcd in danger...
[ 121.909841] [DISP] *** Lcd in danger...
[ 121.921452] [DISP] *** Lcd in danger...
[ 121.928077] [DISP] *** Lcd in danger...
[ 121.934697] [DISP] *** Lcd in danger...
[ 121.941312] [DISP] *** Lcd in danger...
[ 121.947933] [DISP] *** Lcd in danger...
[ 121.954545] [DISP] *** Lcd in danger...
[ 121.961170] [DISP] *** Lcd in danger...
[ 121.967792] [DISP] *** Lcd in danger...
[ 121.974406] [DISP] *** Lcd in danger...
[ 121.981026] [DISP] *** Lcd in danger...
[ 121.987647] [DISP] *** Lcd in danger...
[ 121.994279] [DISP] *** Lcd in danger...
[ 122.000907] [DISP] *** Lcd in danger...
[ 122.007530] [DISP] *** Lcd in danger...
[ 122.014142] [DISP] *** Lcd in danger...
[ 122.020764] [DISP] *** Lcd in danger...
[ 122.027387] [DISP] *** Lcd in danger...
[ 122.033999] [DISP] *** Lcd in danger...
[ 122.040624] [DISP] *** Lcd in danger...
[ 122.047251] [DISP] *** Lcd in danger...
[ 122.053863] [DISP] *** Lcd in danger...
[ 122.060516] [DISP] *** Lcd in danger...
[ 122.067140] [DISP] *** Lcd in danger...
[ 122.073756] [DISP] *** Lcd in danger...
[ 122.080381] [DISP] *** Lcd in danger...
[ 122.087001] [DISP] *** Lcd in danger...
[ 122.093616] [DISP] *** Lcd in danger...
[ 122.100264] [DISP] *** Lcd in danger...
[ 122.106892] [DISP] *** Lcd in danger...
[ 122.113504] [DISP] *** Lcd in danger...
[ 122.120128] [DISP] *** Lcd in danger...
[ 122.126750] [DISP] *** Lcd in danger...
[ 122.133362] [DISP] *** Lcd in danger...
[ 122.139987] [DISP] *** Lcd in danger...
[ 122.146607] [DISP] *** Lcd in danger...
[ 122.153219] [DISP] *** Lcd in danger...
[ 122.159843] [DISP] *** Lcd in danger...
[ 122.166462] [DISP] *** Lcd in danger...
[ 122.173077] [DISP] *** Lcd in danger...
[ 122.179699] [DISP] *** Lcd in danger...
[ 122.186318] [DISP] *** Lcd in danger...
[ 122.192932] [DISP] *** Lcd in danger...
[ 122.199555] [DISP] *** Lcd in danger...
[ 122.206177] [DISP] *** Lcd in danger...
[ 122.212789] [DISP] *** Lcd in danger...
[ 122.224414] [DISP] *** Lcd in danger...
[ 122.231037] [DISP] *** Lcd in danger...
[ 122.237658] [DISP] *** Lcd in danger...
[ 122.244273] [DISP] *** Lcd in danger...
[ 122.250901] [DISP] *** Lcd in danger...
[ 122.257524] [DISP] *** Lcd in danger...
[ 122.264136] [DISP] *** Lcd in danger...
[ 122.270758] [DISP] *** Lcd in danger...
[ 122.277381] [DISP] *** Lcd in danger...
[ 122.283992] [DISP] *** Lcd in danger...
[ 122.290617] [DISP] *** Lcd in danger...
[ 122.297236] [DISP] *** Lcd in danger...
[ 122.303848] [DISP] *** Lcd in danger...
[ 122.310473] [DISP] *** Lcd in danger...
[ 122.317093] [DISP] *** Lcd in danger...
[ 122.323708] [DISP] *** Lcd in danger...
[ 122.330329] [DISP] *** Lcd in danger...
[ 122.336949] [DISP] *** Lcd in danger...
[ 122.343564] [DISP] *** Lcd in danger...
[ 122.350186] [DISP] *** Lcd in danger...
[ 122.356808] [DISP] *** Lcd in danger...
[ 122.363420] [DISP] *** Lcd in danger...
[ 122.370041] [DISP] *** Lcd in danger...
[ 122.376664] [DISP] *** Lcd in danger...
[ 122.383275] [DISP] *** Lcd in danger...
[ 122.389900] [DISP] *** Lcd in danger...
[ 122.396520] [DISP] *** Lcd in danger...
[ 122.403132] [DISP] *** Lcd in danger...
[ 122.409756] [DISP] *** Lcd in danger...
[ 122.416378] [DISP] *** Lcd in danger...
[ 122.422993] [DISP] *** Lcd in danger...
[ 122.429615] [DISP] *** Lcd in danger...
[ 122.436235] [DISP] *** Lcd in danger...
[ 122.442850] [DISP] *** Lcd in danger...
[ 122.449477] [DISP] *** Lcd in danger...
[ 122.456100] [DISP] *** Lcd in danger...
[ 122.462712] [DISP] *** Lcd in danger...
[ 122.469334] [DISP] *** Lcd in danger...
[ 122.475956] [DISP] *** Lcd in danger...
[ 122.482568] [DISP] *** Lcd in danger...
[ 122.489194] [DISP] *** Lcd in danger...
[ 122.495814] [DISP] *** Lcd in danger...
[ 122.502426] [DISP] *** Lcd in danger...
[ 122.509050] [DISP] *** Lcd in danger...
[ 122.520660] [DISP] *** Lcd in danger...
[ 122.527286] [DISP] *** Lcd in danger...
[ 122.533898] [DISP] *** Lcd in danger...
[ 122.540523] [DISP] *** Lcd in danger...
[ 122.547143] [DISP] *** Lcd in danger...
[ 122.553754] [DISP] *** Lcd in danger...
[ 122.560378] [DISP] *** Lcd in danger...
[ 122.566998] [DISP] *** Lcd in danger...
[ 122.573613] [DISP] *** Lcd in danger...
[ 122.580235] [DISP] *** Lcd in danger...
[ 122.586855] [DISP] *** Lcd in danger...
[ 122.593470] [DISP] *** Lcd in danger...
[ 122.600091] [DISP] *** Lcd in danger...
[ 122.606714] [DISP] *** Lcd in danger...
[ 122.613325] [DISP] *** Lcd in danger...
[ 122.619947] [DISP] *** Lcd in danger...
[ 122.626569] [DISP] *** Lcd in danger...
[ 122.633181] [DISP] *** Lcd in danger...
[ 122.639803] [DISP] *** Lcd in danger...
[ 122.646430] [DISP] *** Lcd in danger...
[ 122.653041] [DISP] *** Lcd in danger...
[ 122.659666] [DISP] *** Lcd in danger...
[ 122.666286] [DISP] *** Lcd in danger...
[ 122.672901] [DISP] *** Lcd in danger...
[ 122.679524] [DISP] *** Lcd in danger...
[ 122.686143] [DISP] *** Lcd in danger...
[ 122.692758] [DISP] *** Lcd in danger...
[ 122.699381] [DISP] *** Lcd in danger...
[ 122.706004] [DISP] *** Lcd in danger...
[ 122.712616] [DISP] *** Lcd in danger...
[ 122.719238] [DISP] *** Lcd in danger...
[ 122.725860] [DISP] *** Lcd in danger...
[ 122.732471] [DISP] *** Lcd in danger...
[ 122.739096] [DISP] *** Lcd in danger...
[ 122.745719] [DISP] *** Lcd in danger...
[ 122.752330] [DISP] *** Lcd in danger...
[ 122.758955] [DISP] *** Lcd in danger...
[ 122.765576] [DISP] *** Lcd in danger...
[ 122.772190] [DISP] *** Lcd in danger...
[ 122.778817] [DISP] *** Lcd in danger...
[ 122.785437] [DISP] *** Lcd in danger...
[ 122.792052] [DISP] *** Lcd in danger...
[ 122.798674] [DISP] *** Lcd in danger...
[ 122.805297] [DISP] *** Lcd in danger...
[ 122.811914] [DISP] *** Lcd in danger...
[ 122.823533] [DISP] *** Lcd in danger...
[ 122.830156] [DISP] *** Lcd in danger...
[ 122.836777] [DISP] *** Lcd in danger...
[ 122.843391] [DISP] *** Lcd in danger...
[ 122.850018] [DISP] *** Lcd in danger...
[ 122.856641] [DISP] *** Lcd in danger...
[ 122.863253] [DISP] *** Lcd in danger...
[ 122.869874] [DISP] *** Lcd in danger...
[ 122.876497] [DISP] *** Lcd in danger...
[ 122.883109] [DISP] *** Lcd in danger...
[ 122.889733] [DISP] *** Lcd in danger...
[ 122.896353] [DISP] *** Lcd in danger...
[ 122.902964] [DISP] *** Lcd in danger...
[ 122.909600] [DISP] *** Lcd in danger...
[ 122.916357] [DISP] *** Lcd in danger...
[ 122.922976] [DISP] *** Lcd in danger...
[ 122.929612] [DISP] *** Lcd in danger...
[ 122.936237] [DISP] *** Lcd in danger...
[ 122.942855] [DISP] *** Lcd in danger...
[ 122.949482] [DISP] *** Lcd in danger...
[ 122.956108] [DISP] *** Lcd in danger...
[ 122.962724] [DISP] *** Lcd in danger...
[ 122.969350] [DISP] *** Lcd in danger...
[ 122.975976] [DISP] *** Lcd in danger...
[ 122.982593] [DISP] *** Lcd in danger...
[ 122.989352] [DISP] *** Lcd in danger...
[ 122.995979] [DISP] *** Lcd in danger...
[ 123.002602] [DISP] *** Lcd in danger...
[ 123.009231] [DISP] *** Lcd in danger...
[ 123.015982] [DISP] *** Lcd in danger...
[ 123.022600] [DISP] *** Lcd in danger...
[ 123.029235] [DISP] *** Lcd in danger...
[ 123.035859] [DISP] *** Lcd in danger...
[ 123.042478] [DISP] *** Lcd in danger...
[ 123.049111] [DISP] *** Lcd in danger...
[ 123.055782] [DISP] *** Lcd in danger...
[ 123.062448] [DISP] *** Lcd in danger...
[ 123.069103] [DISP] *** Lcd in danger...
[ 123.075866] [DISP] *** Lcd in danger...
[ 123.082483] [DISP] *** Lcd in danger...
[ 123.089124] [DISP] *** Lcd in danger...
[ 123.095751] [DISP] *** Lcd in danger...
[ 123.102497] [DISP] *** Lcd in danger...
[ 123.109128] [DISP] *** Lcd in danger...
[ 123.120888] [DISP] *** Lcd in danger...
[ 123.127520] [DISP] *** Lcd in danger...
[ 123.134152] [DISP] *** Lcd in danger...
[ 123.140784] [DISP] *** Lcd in danger...
[ 123.147409] [DISP] *** Lcd in danger...
[ 123.154152] [DISP] *** Lcd in danger...
[ 123.160783] [DISP] *** Lcd in danger...
[ 123.167414] [DISP] *** Lcd in danger...
[ 123.174032] [DISP] *** Lcd in danger...
[ 123.180659] [DISP] *** Lcd in danger...
[ 123.187410] [DISP] *** Lcd in danger...
[ 123.194029] [DISP] *** Lcd in danger...
[ 123.200661] [DISP] *** Lcd in danger...
[ 123.207290] [DISP] *** Lcd in danger...
[ 123.214032] [DISP] *** Lcd in danger...
[ 123.220661] [DISP] *** Lcd in danger...
[ 123.227294] [DISP] *** Lcd in danger...
[ 123.237811] [DISP] *****************************************************************
[ 123.246877] [DISP] ***
[ 123.252800] [DISP] *** LCD Panel Parameter Check
[ 123.258737] [DISP] ***
[ 123.264659] [DISP] *** by dulianping
[ 123.270596] [DISP] ***
[ 123.279652] [DISP] *****************************************************************
[ 123.288712] [DISP] ***
[ 123.293288] [DISP] *** Interface:
[ 123.299308] [DISP] *** Parallel HV Panel
[ 123.306127] [DISP] *** Lcd Frm Disable
[ 123.311184] [DISP] ***
[ 123.315556] [DISP] *** Timing:
[ 123.321133] [DISP] *** lcd_x: 0
[ 123.327242] [DISP] *** lcd_y: 0
[ 123.333340] [DISP] *** lcd_ht: 0
[ 123.339450] [DISP] *** lcd_hbp: 0
[ 123.345682] [DISP] *** lcd_vt: 0
[ 123.351779] [DISP] *** lcd_vbp: 0
[ 123.357897] [DISP] *** lcd_hspw: 0
[ 123.363994] [DISP] *** lcd_vspw: 0
[ 123.370622] [DISP] *** lcd_frame_frq: 0Hz
[ 123.376170] [DISP] ***
[ 123.382960] [DISP] *** Err01: Violate "lcd_hbp > lcd_hspw"
[ 123.392893] [DISP] *** Err02: Violate "lcd_vbp > lcd_vspw"
[ 123.403769] [DISP] *** Err03: Violate "lcd_ht >= (lcd_hbp+lcd_x*1+4)"
[ 123.415904] [DISP] *** Err04: Violate "(lcd_vt/2) >= (lcd_vbp+lcd_y+2)"
[ 123.431990] [DISP] *** WRN03: Recommend "lcd_dclk_frq = 0"
[ 123.438792] [DISP] ***
[ 125.446786] [DISP] *** Try new parameters, you can make it pass!
[ 125.456731] [DISP] *** LCD Panel Parameter Check End
[ 125.468379] [DISP] *****************************************************************
[ 126.002348] Console: switching to colour frame buffer device 160x45
')
EUA
 
Posts: 7
Joined: Wed May 07, 2014 2:34 am

Re: How to enable HDMI out at Cubieboard2?

Postby WarheadsSE » Thu May 08, 2014 12:07 pm

The Pi is a "special" case, not the norm. And not special in that everything just works. Special that we do more pre-setup for that image than any other because 9 out of 10 come chirping that because there is no HDMI ouput, it must be bricked, which total idiocy.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: How to enable HDMI out at Cubieboard2?

Postby EUA » Thu May 08, 2014 9:39 pm

I just think that as norm. Since it was my only ARM computer (indeed I playing with my router and samsung TV but those doesn't count since I don't install Arch)... Thanks for explaining.

Any idea about usb reset?
EUA
 
Posts: 7
Joined: Wed May 07, 2014 2:34 am


Return to Allwinner

Who is online

Users browsing this forum: No registered users and 17 guests