Jump to content

catzilla

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Ah okay, well it's still unfortunate wifi won't work. Could you point me to some resources on how to debug such communication issue? I don't have any other ideas other than fiddling with the code itself, looking where it fails exactly.
  2. Well the main LED also continues to blink no matter the config I select, while on legacy it used to turn off with the default one. I wish I knew more about how to read the DTB to make my own config. And yes ethernet worked once NetworkManager didn't crash.
  3. I explored the code a little and found some constants and a configuration file setting for forcing the chip model #define SSV6051Q_P1 0x00000000 #define SSV6051Q_P2 0x70000000 #define SSV6051Z 0x71000000 #define SSV6051Q 0x73000000 #define SSV6051P 0x75000000 I added this line to /usr/lib/firmware/ssv6051-wifi.cfg force_chip_identity = 0x75000000 And well, now it is forced and is using the "correct" settings, yet the same errors are logged in dmesg. I guess this is a lost cause since the driver doesn't work. Is legacy using a different driver? armbian-hardware-monitor.log EDIT: Weirdly, NetworkManager mostly crashes on startup, but sometimes it doesn't. I'm just wondering if this could be part of the reason why it doesn't work and why ethernet didn't work either.
  4. Hello, Thank you for this amazing project. It truly revived this old TV Box from the dead. Firstly, I want to share my experience with my my board (HK1 Mini), which might be useful to others. Booting mainline kernel builds from SD card was not possible, but It booted successfully once flashed to eMMC. On the other hand, legacy booted from SD card just fine. Bricked my board using build "Armbian_23.08.0-trunk_Rk322x-box_bookworm_current_6.1.39_minimal", but then recovered using original firmware, FactoryTool and MaskROM. For my eMMC chip (Samsung KLMAG2GEAC-B002) I have posted the pins below to enter MaskROM mode. Everything works on legacy build (Armbian_22.02.0-trunk_Rk322x-box_bullseye_legacy_4.4.194_minimal). However, Ethernet and WiFi on newer kernel versions does not. The build I am using is "Armbian_23.5.1_Rk322x-box_bookworm_current_6.1.30". This is where I'm stuck and ask for help. This board uses the SSV6051 network chip and rk322x-config detects it correctly, but does not give me the option to select the driver like it did on legacy build. I have tested all the LED configs, but none fix the issue on mainline, while the default config worked perfectly on legacy. SSV6200 driver and NetworkManager throw a bunch of errors on startup. Here I have attached the logs and DTS/DTB. I would greatly appreciate it if you could take a look. Tell me if the DTB is incorrect in any way because binwalk found multiple locations from the backup. hk1mini.dtb hk1mini.dts armbian-hardware-monitor.log Thank you! --- HK1 Mini Board (RK3229-D4-V02) MaskROM pins for Samsung KLMAG2GEAC-B002 (or B001 - the last number is unclear)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines