We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Device Information | 设备信息
Armbian Version | 系统版本
固件版本:Armbian_25.02.0_amlogic_s905l3a_jammy_6.6.71_server_2025.01.18.img.gz
Describe the bug | 问题描述
问题有以下几点:
1、刷机后LED状态灯,引导期间正常闪烁,引导后全灭。 其中 红色 power_led 可以通过 echo 0 >/sys/class/leds/power_led/brightness 开启常亮, 或是 echo heartbeat>/sys/class/leds/power_led/trigger 心跳闪烁。 但是 green_led 系统启动后,完全无法点亮。(更换X大的dtb文件可以点亮)
echo 0 >/sys/class/leds/power_led/brightness
echo heartbeat>/sys/class/leds/power_led/trigger
2、蓝牙芯片需要 /usr/bin/rtk_hciattach -n -s 115200 ttyAML1 rtk_h5 &
/usr/bin/rtk_hciattach -n -s 115200 ttyAML1 rtk_h5 &
#/etc/rc.local /usr/bin/rtk_hciattach -n -s 115200 ttyAML1 rtk_h5 & #bluetooth reset gpioset -s 1 -m time 0 82=0 gpioset 0 82=1 用这种方式启动,编译dtb文件添加蓝牙代码后,启动找不到ttyAML1端口(或许我的步骤不对)
#/etc/rc.local
#bluetooth reset
gpioset -s 1 -m time 0 82=0
gpioset 0 82=1
3、第一次用U盘更新这个系统时,U盘启动时,接的电视机HDMI接口,界面非常清晰(感觉像驱动完全适配)。 armbian-install (没加参数)更新完系统后再MMC启动,或用U盘启动,界面就看的非常不清,屏幕边界还越界命令都靠盲打。
以上几点是最近折腾中遇到的问题,希望O大能更新迭代的时候尽量修复,感谢!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Device Information | 设备信息
Armbian Version | 系统版本
固件版本:Armbian_25.02.0_amlogic_s905l3a_jammy_6.6.71_server_2025.01.18.img.gz
Describe the bug | 问题描述
问题有以下几点:
1、刷机后LED状态灯,引导期间正常闪烁,引导后全灭。
其中 红色 power_led 可以通过
echo 0 >/sys/class/leds/power_led/brightness
开启常亮,或是
echo heartbeat>/sys/class/leds/power_led/trigger
心跳闪烁。但是 green_led 系统启动后,完全无法点亮。(更换X大的dtb文件可以点亮)
2、蓝牙芯片需要
/usr/bin/rtk_hciattach -n -s 115200 ttyAML1 rtk_h5 &
#/etc/rc.local
/usr/bin/rtk_hciattach -n -s 115200 ttyAML1 rtk_h5 &
#bluetooth reset
gpioset -s 1 -m time 0 82=0
gpioset 0 82=1
用这种方式启动,编译dtb文件添加蓝牙代码后,启动找不到ttyAML1端口(或许我的步骤不对)
3、第一次用U盘更新这个系统时,U盘启动时,接的电视机HDMI接口,界面非常清晰(感觉像驱动完全适配)。
armbian-install (没加参数)更新完系统后再MMC启动,或用U盘启动,界面就看的非常不清,屏幕边界还越界命令都靠盲打。
以上几点是最近折腾中遇到的问题,希望O大能更新迭代的时候尽量修复,感谢!!!
The text was updated successfully, but these errors were encountered: