-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(S905x) LED display failed, ghost module #192
Comments
这个是要找到正确的配置才会有/sys/class/leds/openvfd文件吗?我执行都是找不到这个文件,open device failed |
在那两个网站里找一下自己的配置 |
I only know my box use a fd628 controller and found that in /d/gpio of Android : The box specs are at http://specdevice.com/showspec.php?id=76fa-8e07-0033-c5870033c587 I tried several confs with armbian-led, including t95m_905x.conf but none produced entries in kernel log or /dev/openvfd entry. But the module is listed in lsmod... |
rename t95m_905.conf to |
root@armbian:~# armbian-led 99 |
48行是点亮某些功能,可能你的没有这个功能,可以忽视。led正常点亮了没有? |
别人的X96 air系统是正常点亮的。(别人系统跟armbian有点像) 我的执行armbian-led 就显示上面那些错误。 |
你是第一个air,你改一下diy.conf里面functions的值,可以为空。你知道原来安卓系统能显示什么,可以填,不知道就为空。 |
我现在设置空,但是还是提示 open device failed no such file or directory 。 |
diy.conf的内容发一下 |
|
那两个网站里有没air适合你的 |
是的,但是我这边有个别人刷的盒子,参数是65 和64,所以应该是一样的,他那个就正常亮。 |
你的不是最新的内核? |
我用的是最新的打包,5.4.186内核。 |
那就己经是包含了。那就调整diy.conf吧 |
我x96 dts 加了这个代码以后就正常了。 使用11的配置就可以启动 |
我是转存的f大的内核,现在的两个都是己经添加了这个功能的。你不放心的话可以去他网盘下载他保存的换一下,你看看有区别没。 |
内核是有这个功能,但是需要配置dtb去启动? |
https://github.com/ophub/kernel/tree/main/pub/stable/5.4.186 dts是dtb的源码。dtb是内核的文件之一。他在内核源码里添加了,那以后编译的就有了。 |
不是你转存出错,是f大的X96 Air 的dts文件没有添加 openvfd { |
我问一下他,如果漏了加一下,你测试可以使用的conf文件分享一下。设备的soc和dtb,内核版本等信息介绍一下,我加到列表里 |
X96 Air 2G 16G 100M Wifi dts和dtb文件: |
好的,谢谢反馈,我和他说一下 |
Yes, I've done that, of course, with several confs, but :
|
|
@lx7741 https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/CONTRIBUTOR.md |
收到,谢谢! |
meson-gxl-s905x-p212.dtb with image Armbian_22.05.0_Aml_s905x_focal_5.15.30_2022.03.20.1245.img |
@chris4git The dtb in the firmware does not add openvfd, downloaded the test I sent you, this is the 5.15 kernel, Can your T95 use
|
Yes, the T95 boots normally with meson-gxl-s905x-p212.dtb (except WiFi), with extlinux.conf
|
Download the dtb I sent you above and try to replace the original file with the same path |
There is no T95 support in the current installation and update scripts, and there is no modification to the But being able to use Is it convenient for you to find a product link corresponding to your device? Is it convenient to test the kernels of Do you know how to modify this startup file? The If testing is available, I will add the device again later. |
Good ! now the openvfd module loads normally :
now I have to search the good configuration... Thanks for your help |
Can you share the configuration of your device? |
yes, without success
https://www.gearbest.com/tv-box-mini-pc/pp_268277.html
yes, if you want. With what images ?
I have already modified extlinux/extlinux.conf
|
Try Armbian_s905x_5.4.x_xxxx.img Can you share the openvfd’s configuration of your device? |
with Armbian_22.05.0_Aml_s905x_focal_5.4.187_2022.03.26.0128.img :
-> boot OK
can't find a working configuration for now |
Hi, Chris |
Hi,
Armbian_22.05.0_Aml_s905x_focal_5.15.30_2022.03.20.1245.img on a T95 S905x TV box.
I try to activate the led display with armbian-led (and by hand) but it fails with all confs I've tried :
lsmod shows the openvfd module but
there is no traces in kernel log/dmesg
no /dev/openvfd
and no /sys/class/leds/openvfd
Any advice to debug that ?
Chris
The text was updated successfully, but these errors were encountered: