Jump to content

maka

Members
  • Posts

    137
  • Joined

  • Last visited

Everything posted by maka

  1. I see , you have inherited wrong nodes from your github downloaded file that are not present in firefly or box-demo dtbs. Maybe you have to use these ones as reference.
  2. I think it will work if you have firmware and loads. Maybe that refuses. dmesg | grep -i error '
  3. Delete this: wifi@1 { compatible = "brcm,bcm4329-fmac"; reg = < 0x01 >; interrupt-parent = < 0x63 >; interrupts = < 0x0a 0x04 >; interrupt-names = "host-wake"; pinctrl-names = "default"; pinctrl-0 = < 0x64 >; phandle = < 0xf8 >; };
  4. Maybe there is already a DTB in GitHub.
  5. How many usb do you have?
  6. You don't have to chainload, rk3566 is fully supported in mainline. You need a mainlined dts.
  7. With ddr4 the best is 1506mhz
  8. Yes, DMC is deprecated.
  9. I quess this is an android boot so the kernel is 4.19 and ddr frequency is stored in DTB file. So don't care about freq. With kernel 5.x the frequency is given by the bootloader and then you must pay atention.
  10. So you want to link your box to the printer with ethernet and give the printer wifi? This is easy with a wifi-repeater-bridge but you want your box to do that. If you can give the printer an static IP and gateway I think you can do. Just asiggn static IPs to all the adapters within your router's IP. For exemple: Router IP 192.168.1.1 Printer IP 192.168.1.50 Printer Gateway 192.168.1.52 Box IP 192.168.1.51 Box Gateway 192.168.1.52 Wifi IP 192.168.1.52 Also you can bridge adapters like this https://www.baeldung.com/linux/bridging-network-interfaces
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines