03-08-2021, 01:20 PM
(This post was last modified: 03-08-2021, 01:22 PM by mascarade01.)
(01-19-2021, 08:03 AM)wibble Wrote: Use the serial terminal via the headphone jack to see what's actually happening during boot. Details are in the wiki
Thank wibble!
via the socat command i was able to see the boot process.
There is the "error" message i found..
Code:
[ 7.075354] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 6.945232] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517). Is host ready?
[ 8.140653] Goodix-TS 1-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2
dmesg | grep -i goodix
Code:
[ 8.156955] Goodix-TS 1-005d: ID 917S, version: 0200
[ 8.162282] Goodix-TS 1-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2
[ 8.185374] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-1/1-005d/input/input2
dmesg | grep -i panel-sitronix
Code:
[ 6.949232] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517).
Is host ready?
[ 7.462466] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] 720x1440@60 24bpp dsi 4dl - ready
dmesg | grep -i sun4i-drm
Code:
[ 6.992743] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 7.004567] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 7.012509] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 7.020361] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 7.028684] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 7.036724] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[ 7.063300] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops)
[ 7.071537] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 7.079359] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 7.106776] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 7.448143] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device
Is it a problem whit the connector and the screen?
Thank!