> Date: Sun, 1 May 2022 11:13:13 +0200 > From: "Johannes (krjdev) Krottmayer" <krj...@gmail.com> > > Hi,
Hi Johannes, > > Exists there an official support for this router? > > Here the official product page: > https://www.netgear.com/home/wifi/routers/rax200/ > > If there is no official support for the SoC and the devices, I will > try to add support for it. I'm currently need only to get the Ethernet > ports to work for my personal new CAT8 home network. :) > > Short technical data: > Base architecture: Quad core Cortex-A53 running at 1.8Ghz > SoC: Vendor Broadcom (Model currently unknown). Must open the > router and investigate all hardware components and figure out the > pins for the debug UART. If that information is correct, then you'd have to basically start from scratch. The only Broadcom SoC that OpenBSD supports is the one found in the Raspberry Pi, which is almost certainly completely unrelated to the Soc in your router. Broadcom doesn't publically release documentation for their SoCs. If the SoC is supported in Linux you might learn enough about it to add support for it. This isn't going to be an easy job. > My first goal is to add UART support. So I can communicate via the > serial console. > >