

Vidhome
-
Posts
8 -
Joined
-
Last visited
Reputation Activity
-
Vidhome got a reaction from Hqnicolas in Not working led display X88 pro 10 128GB
On my TV box X88 pro 10 128 GB (Armbian 24.11.0-trunk.321 6.11.4-edge-rockchip6), the driver does not work when set to led-config 2. After studying, I performed several operations and everything worked. Maybe it will help someone!!
In armbian-config, install led-config 2 and wlan-ap6334 next
1. dtc -I dtb -O dts /boot/dtb/rockchip/overlay/rockchip-rk3318-box-led-conf2.dtbo -o /root/rk3318-box-led-conf2.dtso
2. In the /root/rk3318-box-led-conf2.dtso file, edit reg = <0x24> to <0x0>
3. dtc -I dts -O dtb -f /root/rk3318-box-led-conf2.dtso -o /boot/dtb/rockchip/overlay/rockchip-rk3318-box-led-conf2.dtbo
Wi-Fi and Bluetooth are working, the display is working too, but for some reason the lan and power symbols are mixed up.
I solved it through the display service file
display-service.txt
-
Vidhome got a reaction from Lutprodic Engals in CSC Armbian for RK3318/RK3328 TV box boards
Jock thank you for your work! Everything worked on my H96Max RK3318. The sequence was as follows:
1. switch to beta repository in armbian-config or by changing apt.armbian.com to beta.armbian.com in /etc/apt/sources.list.d/armbian.list
2. run apt update and upgrade at least the kernel, dtb and armbian-bsp-cli-rk3318 packages, then reboot, run armbian-config (Software->Hardware->and on led-conf5)
3. apt install git make linux-headers-edge-rockchip64 -y
4. git clone https://github.com/jefflessard/tm16xx-display.git; cd tm16xx-display; ln -s /boot/System.map-`uname -r` /lib/modules/`uname -r`/build/System.map
5. make install
The clock is ticking, the indicators are working. After the Homeassistant docker.
-
Vidhome got a reaction from jock in CSC Armbian for RK3318/RK3328 TV box boards
Jock thank you for your work! Everything worked on my H96Max RK3318. The sequence was as follows:
1. switch to beta repository in armbian-config or by changing apt.armbian.com to beta.armbian.com in /etc/apt/sources.list.d/armbian.list
2. run apt update and upgrade at least the kernel, dtb and armbian-bsp-cli-rk3318 packages, then reboot, run armbian-config (Software->Hardware->and on led-conf5)
3. apt install git make linux-headers-edge-rockchip64 -y
4. git clone https://github.com/jefflessard/tm16xx-display.git; cd tm16xx-display; ln -s /boot/System.map-`uname -r` /lib/modules/`uname -r`/build/System.map
5. make install
The clock is ticking, the indicators are working. After the Homeassistant docker.