ophub / amlogic-s9xxx-openwrt

Support for OpenWrt 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
1.82k stars 1.62k forks source link

希望能够支持 海信 hs530r #572

Closed hunter24099 closed 5 months ago

hunter24099 commented 5 months ago

Device Information | 设备信息

uboot、dtb、以及好用的Armbian_23.08.0-trunk_Hisense-hs530r_jammy_edge_6.5.5_xfce_desktop 链接:https://pan.baidu.com/s/1MNEwM_sln754olAontfrYQ 提取码:xfjd

感谢老大! 1

ophub commented 5 months ago

已经添加

akwangl commented 5 months ago

这板子有安卓tv吗

hunter24099 commented 5 months ago

安卓据说有,我没找到。我刷了op大佬的op,网络显示百兆,usb3.0好像也驱动起来

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2024年04月30日 09:47 | | 收件人 | @.> | | 抄送至 | @.>@.> | | 主题 | Re: [ophub/amlogic-s9xxx-openwrt] 希望能够支持 海信 hs530r (Issue #572) |

这板子有安卓tv吗

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

yw1818 commented 4 months ago

请问一下,这块板子刷机短接点是哪个点?麻烦指点一下,谢谢

wlau29 commented 4 months ago

请问一下,这块板子刷机短接点是哪个点?麻烦指点一下,谢谢

image

wlau29 commented 4 months ago

请问一下,这块板子的TTL在哪?

wlau29 commented 4 months ago

这块板的千兆网卡有问题。

perf3 -c 192.168.198.202   
Connecting to host 192.168.198.202, port 5201
[  5] local 192.168.198.103 port 44412 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   100 MBytes   841 Mbits/sec    0   3.01 MBytes       
[  5]   1.00-2.00   sec  96.2 MBytes   809 Mbits/sec    0   3.01 MBytes  

iperf3 -c 192.168.198.202 -R
Connecting to host 192.168.198.202, port 5201
Reverse mode, remote host 192.168.198.202 is sending
[  5] local 192.168.198.103 port 44408 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   1.01-2.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   2.01-3.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   3.01-4.00   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   4.00-5.00   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   5.00-6.01   sec  0.00 Bytes  0.00 bits/sec  

用了 "ethtool -K eth0 tx off rx off" 没有帮助。

用了 "ethtool -s eth0 advertise 0xf" 设置成 100mbps, 就可以:

iperf3 -c 192.168.198.202 -R
Connecting to host 192.168.198.202, port 5201
Reverse mode, remote host 192.168.198.202 is sending
[  5] local 192.168.198.103 port 44444 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  11.2 MBytes  94.0 Mbits/sec                  
[  5]   1.00-2.00   sec  11.2 MBytes  94.1 Mbits/sec                  
[  5]   2.00-3.00   sec  11.2 MBytes  93.7 Mbits/sec   
wlau29 commented 4 months ago

这块板的千兆网卡有问题。

perf3 -c 192.168.198.202   
Connecting to host 192.168.198.202, port 5201
[  5] local 192.168.198.103 port 44412 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   100 MBytes   841 Mbits/sec    0   3.01 MBytes       
[  5]   1.00-2.00   sec  96.2 MBytes   809 Mbits/sec    0   3.01 MBytes  
iperf3 -c 192.168.198.202 -R
Connecting to host 192.168.198.202, port 5201
Reverse mode, remote host 192.168.198.202 is sending
[  5] local 192.168.198.103 port 44408 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   1.01-2.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   2.01-3.01   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   3.01-4.00   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   4.00-5.00   sec  0.00 Bytes  0.00 bits/sec                  
[  5]   5.00-6.01   sec  0.00 Bytes  0.00 bits/sec  

用了 "ethtool -K eth0 tx off rx off" 没有帮助。

用了 "ethtool -s eth0 advertise 0xf" 设置成 100mbps, 就可以:

iperf3 -c 192.168.198.202 -R
Connecting to host 192.168.198.202, port 5201
Reverse mode, remote host 192.168.198.202 is sending
[  5] local 192.168.198.103 port 44444 connected to 192.168.198.202 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  11.2 MBytes  94.0 Mbits/sec                  
[  5]   1.00-2.00   sec  11.2 MBytes  94.1 Mbits/sec                  
[  5]   2.00-3.00   sec  11.2 MBytes  93.7 Mbits/sec   

用的是:Armbian_24.5.0_rockchip_hs530r_noble_6.1.87_server_2024.05.03.img.gz

wlau29 commented 4 months ago

请问一下,这块板子刷机短接点是哪个点?麻烦指点一下,谢谢

短接到地: image

wlau29 commented 4 months ago

请问一下,这块板子刷机短接点是哪个点?麻烦指点一下,谢谢

短接到地: image

在板子的背面,emmc的正背面。

yw1818 commented 4 months ago

大佬们,这款板子EMMC可以换成256G吗?是不是直接买颗粒换上

c-hunter007 commented 4 months ago

麻烦哪位大哥分享一下这块板子刷armbian的教程吧?新手刚开始折腾arm板,多谢!

idbloader.img和u-boot.itb是干什么用的?需要一起刷入吗?