

Chris4arm
Members-
Posts
63 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
For bluetooth it's just a matter of -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
Of course ! I ignored there was a like button : it's almost invisible on my screen ๐ซข -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
I'm lucky and you are great ! ethernet works two way now (936 Mbits/sec) ๐ what was the trick ? Now I'll look what is needed for bluetooth and the led display... Many thanks @maka -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
Thanks for your advice but there is no difference: the box receives packets but don't emit. The logs are identical as those of box-demo and if we boot with box-demo then reboot (without power off) with box-demo_x96_x6 modified, ethernet continues to work ! It seems box-demo does something, which survives reboot, which is missing in box-demo_x96_x6. Any idea to find that ? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
I bought this box because it has an external antenna (good wifi performance), a fast ethernet port and 3 USB ports for a SSD, a SDR and a monitoring system (without external hub ๐)... Ethernet works on your X96 X6 box ? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
ok but why does it work with rk3566-box-demo and not with rk3566-box-demo_x96_x6 ? ๐ค -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
HI, TX and RX delays are the same between rk3566-box-demo which works and rk3566-box-demo_x96_x6 which don't. I tried with Android values, slightly different (2b/4b vs 2d/4f), without success. I tried rk3566-box-demo_x96_ip1001m.dtb with same results : the box receive packets but hers are not received/emitted. Here are the differences of dwmac logs between rk3566-box-demo_x96_x6 and rk3566-box-demo_x96_ip1001m : mii-tool box-demo : mii-tool box-demo-x96-x6 : Only the registers are different. Interestingly if one connect the box (with box-demo-x96-x6 dtb) on a 100baseT interface, the behavior is the same (one way communication) while the delays are much less important. What could be missing in the box-demo-x96-x6 dtb to prevent output communication? a power supply ? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
I retrieved the DTB rk3566-box-demo_x96_x6.dtb in the thread dedicated to the H96 Max and... all the USB ports are ok ๐ But on the other hand the ethernet port does not work anymore : it is up and the negotiation is done well (1000baseT) but, if what the router emits is well received by the box, the latter does not see what it emits. Strange: if we start with the dtb rk3566-box-demo.dtb and we restart with rk3566-box-demo_x96_x6.dtb (without power cut) ethernet continues to work! It is as if an initialization was missing, present in rk3566-box-demo.dtb, absent in rk3566-box-demo_x96_x6.dtb. I'm trying to find the differences between rk3566-box-demo and rk3566-box-demo_x96_x6 but there are hundreds of them and it's hard to identify the real semantic differences ๐ Any help appreciated... Kernel log : -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
Hi, I have no pics of the pcb but it seems @maka has done a dtb for this box, but I don't see such a dtb in /boot/dtb/rockchip ๐ค -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
At least with USB ? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
I have extracted the Android dtb but, of course, it doesn't work as is. Has somebody had full success with this box ? -
Efforts to develop firmware for X96 X6 RK3566 (8G/64G)
Chris4arm replied to loi xin's topic in Rockchip CPU Boxes
I try to run a Armbian server on this nice RK3566 box. I use the Station M2 image Armbian_community_24.11.0-trunk.167_Station-m2_bookworm_current_6.6.52_minimal.img.xz with the rk3566-box-demo.dtb dtb and this boots ๐ But there is only one of the three USB ports working (the middle one). Is this the best image to use ? Is there a dtb more accurate to this box ? Thanks for any help -
Hi, I try official Sid image found at https://www.armbian.com/station-m1/ and can't activate bluetooth on my Station M1 : root@station-m1:~# hciconfig hci0: Type: Primary Bus: UART BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0 DOWN RX bytes:106 acl:0 sco:0 events:2 errors:0 TX bytes:100 acl:0 sco:0 commands:2 errors:0 root@station-m1:~# hciconfig hci0 up Can't init device hci0: No such file or directory (2) It seems the firmware of rtl8723ds doesn't load : [ 14.182722] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723 [ 14.193986] Bluetooth: hci0: RTL: rom_version status=0 version=2 [ 14.200442] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723ds_fw.bin [ 14.215685] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723ds_config.bin [ 14.223222] Bluetooth: hci0: RTL: no UART config entry found armbianmonitor -u : http://ix.io/4gs2 I've tried many other 5.x images so far without success. Any hint to understand/solve this problem ?
-
Hi, I tried the new Bullseye image from https://www.armbian.com/station-m1/ to check bluetooth support but nothing is displayed on the screen at boot. No video signal come from the Station M1. The TF card used works with other images. Any hints ? Chris