-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Device Information | 设备信息
- SOC: [eS095x3]
- Model [X88 Pro Pro X3]
Armbian Version | 系统版本
- Kernel Version: [6.1.42]
- Release: [lunar]
Describe the bug | 问题描述
How can I share my dts/dtb to add this box to the supported devices?
Any help how to fix reported problems below will be appreciated.
Please provide a detailed description of the issue and, if necessary, attach a screenshot.
I was able to run the lunar on mainline kernel 6.1.42 on X88 Pro Pro X3 4/128GB using my dtb file.
I can share this file and we can add this box to supported devices list.
Almost all works correctly except the LED Screen Display, Bluetooth and eMMC Installation, but I can work on this.
LED Screen Display -> NOK
I tried to control the display according to the instruction led_screen_display_control.md but it doesn't work, the error is:
/usr/sbin/armbian-openvfd: line 106: /sys/class/leds/openvfd/led_on: No such file or directory
Bluetooth -> NOK
It partly works but the pairing is not possible.
eMMC Installation -> NOK
after this, the box is not starting from eMMC
What works :)
SSH -> OK
HDMI -> OK
WiFi -> OK
Ethernet -> OK
USB -> OK
Home Assistant Supervisor -> OK
to support docker cgroup v1 I added systemd.unified_cgroup_hierarchy=0
parameter setting in cmdline
thanks for the description How to Modify cmdline Settings 👍
aditonally to solve this
I added this to the Linux kernel boot parameters apparmor=1 security=apparmor
and now it is OK
The pictures of the board
Thanks ❤️
@ophub you are my hero :)
Any tips how to fix problems (installation on eMMC, LED Screen Display and BT) will be appreciated 👍