

maka
Members-
Posts
128 -
Joined
-
Last visited
Recent Profile Visitors
2004 profile views
-
Question about RK3318 armbian method usb
maka replied to Teriyaki Ichigosan's topic in Rockchip CPU Boxes
All you need is in this thread CSC Armbian for RK3318/RK3328 TV box boards And the special uboot is there. You have a chance to brick you device so if you don't understand something don't go ahead. -
Question about RK3318 armbian method usb
maka replied to Teriyaki Ichigosan's topic in Rockchip CPU Boxes
Armbian CSC rk3318 from @jock says: • OTG USB 2.0 port (also as boot device!) -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
maka replied to Hqnicolas's topic in Rockchip CPU Boxes
I think your driver is already in armbian, but your chip is not identified. To get it working you can identify it in the ethernet node this way: mdio { compatible = "snps,dwmac-mdio"; #address-cells = < 0x01 >; #size-cells = < 0x00 >; ethernet-phy@1 { compatible = "ethernet-phy-ieee802.3-c22"; ====> compatible = "ethernet-phy-id7b74.4411", "ethernet-phy-ieee802.3-c22"; -
Efforts to develop firmware for H96 MAX V56 RK3566 8G/64G
maka replied to Hqnicolas's topic in Rockchip CPU Boxes
The driver is well so the problem seems you are in the wrong ethernet phy. Change from phy0 to phy1 in the ethernet node. -
I have a T9 rk3328 tv box with rtl8723bs wifi. This chip got burned out a hot day and the box powers off when is on. There is a way to kill the sdio?
-
There is rockchip-vdec2 in edge images that gives you support for h264.
-
What do you mean by heavy youtube?
-
Another reason to change is that gnome interface does not work anymore on some rockchip cpus like rk3566 and 3576.
-
Try with armbian for quartz64 model B. Be lucky!
-
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
maka replied to loi xin's topic in Rockchip CPU Boxes
Maybe I just deserve one like? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
maka replied to loi xin's topic in Rockchip CPU Boxes
I have made your work and mend the file that I think you are reporting to work well (I am not sure because your reports are not traceable) I hope you are lucky. rk3566-box-demo_x96x6_24.dtb -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
maka replied to loi xin's topic in Rockchip CPU Boxes
Yes but is ICPLUS chip You can try this, maybe the chip is awaked mdio { compatible = "snps,dwmac-mdio"; #address-cells = < 0x01 >; #size-cells = < 0x00 >; ethernet-phy@1 { compatible = "ethernet-phy-ieee802.3-c22"; ====> compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
maka replied to loi xin's topic in Rockchip CPU Boxes
Maybe the kernel has made the old dtbs broken. Must be that because rockchip get patches every day. You have one USB otg. Its not that enough? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
maka replied to loi xin's topic in Rockchip CPU Boxes
You almost get the same result with rtl or icplus drivers so It seems that you have another kind of chip for ethernet.