ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.8k stars 1.86k forks source link

MGV3000使用5.15内核有什么办法能够进行HDMI输出? #1245

Closed setun-ogas closed 1 year ago

setun-ogas commented 1 year ago

我现在给MGV3000的盒子刷了5.15的内核想使用HDMI显示输出,有什么办法吗?

ophub commented 1 year ago

没法用。

setun-ogas commented 1 year ago

一点办法都没有吗?

ophub commented 1 year ago

魔百盒系列可能都这样。另外如果用桌面的话,建议用更强一点的soc,比如s905x3。或者是用kvm装远程桌面。

setun-ogas commented 1 year ago

@ophub 倒不是说想用桌面就是想命令行界面能有HDMI的输出,有啥能自己实现的办法也可以说一说我试试

ophub commented 1 year ago

如果显示器只是看终端命令,ssh里面不一样?

setun-ogas commented 1 year ago

@ophub 确实一样,但是我只是单纯想折腾一下HDMI

alanfans commented 1 year ago

选对cpu很重要,魔百盒型号unt403a,cpu:s905l3a 装桌面可以hdmi输出

setun-ogas commented 1 year ago

@alanfans 那我想问一下为啥原来的安卓系统就有HDMI输出

alanfans commented 1 year ago

@alanfans 那我想问一下为啥原来的安卓系统就有HDMI输出

因为安卓定制的,有驱动和适配hdmi接口 你这个问题是显示器不显示,还是显示器只显示命令行界面??

setun-ogas commented 1 year ago

@alanfans 显示器没有输出。你既然说原来的安卓有适配的驱动那我去原来的安卓系统里是不是能找到HDMI的相关驱动?

alanfans commented 1 year ago

@alanfans 显示器没有输出。你既然说原来的安卓有适配的驱动那我去原来的安卓系统里是不是能找到HDMI的相关驱动?

有驱动,安卓系统和armbian配置也不能完全套改,还得适配,有文档啥的专业开发人员都要调试很久。 你有这时间这还不如盒子出闲鱼,买个s905l3a的盒子还快些。

setun-ogas commented 1 year ago

@alanfans 生命在于折腾233

setun-ogas commented 1 year ago

@alanfans @ophub 暂时没啥办法的话我就先把这个issue关了吧。

alanfans commented 1 year ago

提问者可以关issue

LondyGhost commented 1 year ago

S905L2可以HDMI输出

setun-ogas commented 1 year ago

@LondyGhost 我用的就是S905L2

LondyGhost commented 1 year ago

@LondyGhost 我用的就是S905L2

mgv3000没有s905l2都是l3

setun-ogas commented 1 year ago

@LondyGhost 我装的时候选的就是s905l2

LondyGhost commented 1 year ago

@LondyGhost 我装的时候选的就是s905l2

我的意思是,CPU是s905l2才有输出,我手头两个l2能HDMI 几个l3都没法hdmi

setun-ogas commented 1 year ago

@LondyGhost 那没事了,我还以为你说的系统型号呢。

setun-ogas commented 1 year ago

@LondyGhost 这事我觉得也不是没办法,也许有办法可以把原来安卓系统的HDMI整出来移植到armbian里面呢?虽然约等于做梦。

LondyGhost commented 1 year ago

@LondyGhost 这事我觉得也不是没办法,也许有办法可以把原来安卓系统的HDMI整出来移植到armbian里面呢?虽然约等于做梦。

不太可能

alanfans commented 1 year ago

@LondyGhost 这事我觉得也不是没办法,也许有办法可以把原来安卓系统的HDMI整出来移植到armbian里面呢?虽然约等于做梦。

我看了这篇文章 感觉不是做梦,只是我自己没这个能力 https://blog.csdn.net/github_38345754/article/details/121462292

zengfr commented 11 months ago

@setun-ogas 咱俩 需求差不多 强烈需要HDMI输出 主要做低功耗显示终端

adoyle-h commented 6 months ago

如果显示器只是看终端命令,ssh里面不一样?

@ophub 我现在遇到开机后 ssh 启动不起来的问题。没有显示输出,我连登录账户都没法操作了。

setun-ogas commented 6 months ago

@adoyle-h 只能看着光猫里机器是不是上线了然后盲操,没有别的办法

adoyle-h commented 6 months ago

我找到一个比较硬核的方法。买一个 ttl 转 usb 的模块,我买的是 CP2102。把机顶盒拆了连接上对应端口。电脑上装好对应驱动。用 putty 或者 mobaxterm 设置好串口和波特率就能看到输出了。 12291709641848_ pic 12301709641849_ pic

setun-ogas commented 6 months ago

@adoyle-h 确实硬核,佩服老哥的动手能力