- Official Post
Does anybody work on this feature or is it planned from kodi side?
Get the Kodi side at the Kodi forum. We are just second layer.
Why don't you run Raspberry Pi OS, auto-start Kodi on it, and you're done?
Does anybody work on this feature or is it planned from kodi side?
Get the Kodi side at the Kodi forum. We are just second layer.
Why don't you run Raspberry Pi OS, auto-start Kodi on it, and you're done?
That's a great idea.
Today I have tried it out, but it not works. There are three problems with it:
- 18.7 Leia is installed (I don't know how to install 19.1 Matrix)
- KODI hangs at KODI "18.7 Leia" screen
- RPiOS is well rotated but KODI is still at the original orientation.
Additionally, I can also confirm that next to LE, also RPiOS hangs without HDMI connected on kernel 5.10.48.
You probably came to the same conclusion, so this is just for the records:
HiassofT, Da Flex.
I have started a new topic at the RPi forum here:
CM3+ screen rotation for LT070ME05000 with LibreELEC
There, I have referred to our discussion here on the LE forum.
Please support me guys on that forum if you have capacity to do.
Thanks a lot again.
Hello guys,
The meanwhile I have switched to a landscape mode display that is Ronbo, RB070D30.
(Parallelly, switched to CM4IO board.)
It has an existing Linux driver HERE.
Unfortunately, when I activate this drivre within "/projects/RPi/devices/RPi4/linux/linux.aarch64.conf" then building the system image then
.ko is not generated so I cannot use the display with my own dt overlay.
Can you please help what did I wrong?
The difference between the two display from RPi point of view is:
LT070ME05000 driver exists in the RPi OS by default but RB070D30 not.
Thanks for your great support again.
Hi again,
Correction:
Those *.ko files are exist here:
./run/kernel-overlays/modules/5.15.0/kernel/drivers/gpu/drm/panel/panel-ronbo-rb070d30.ko
./usr/lib/kernel-overlays/base/lib/modules/5.15.0/kernel/drivers/gpu/drm/panel/panel-ronbo-rb070d30.ko
But still the display is dark.
See pastekodi HERE
These are added to config.txt:
ignore_lcd=1
dtoverlay=lcd_ronbo
Here is my "lcd_ronbo.dtbo" file content, :
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2711";
fragment@0 {
target = <&dsi1>;
__overlay__{
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
port {
dsi_out_port:endpoint {
remote-endpoint = <&panel_dsi_port>;
};
};
rb070d30:rb070d30@0 {
compatible = "ronbo,rb070d30";
status = "okay";
reg = <0>;
power-gpios = <&gpio 4 1>; // ENABLE
reset-gpios = <&gpio 17 1>; // RESET
shlr-gpios = <&gpio 27 1>; // SHLDR
updn-gpios = <&gpio 22 1>; // UPDN
vcc-lcd-supply= <®_display>;
port {
panel_dsi_port: endpoint {
remote-endpoint = <&dsi_out_port>;
};
};
};
};
};
fragment@1 {
target = <&gpio>;
__overlay__ {
rb070d30_pins: rb070d30_pins {
brcm,pins = <4 17 27 22>;
brcm,function = <1 1 1 1>; // out
brcm,pull = <0 0 0 0>; // off
};
};
};
__overrides__ {
power = <&rb070d30_pins>,"brcm,pins:4",
<&rb070d30>,"power-gpios:4";
reset = <&rb070d30_pins>,"brcm,pins:17",
<&rb070d30>,"reset-gpios:17";
shlr = <&rb070d30_pins>,"brcm,pins:27",
<&rb070d30>,"shlr-gpios:27";
updn = <&rb070d30_pins>,"brcm,pins:22",
<&rb070d30>,"updn-gpios:22";
};
};
Display More