Can anyone help get me get OpenWRT installed on a Reyee AX3200? It looks like someone has come up with a high level process however it's a little above me. https://github.com/openwrt/openwrt/pull/10951 specifically steps 1 and 2
Serve the initramfs.img using a TFTP server with address 10.10.10.3. - Where can I get the initramfs.img?
Interrupt the uboot startup process via UART. - How do I do this?
To get the initramfs image you need to build the openwrt image first ( since your router's model isn't available for support in official openwrt builds... )
You can further check out these tutorials for building an image for your router manually.....
You'll open the case and connect to the Serial header with a TTL 3.3 V serial cable. Usually the display will instruct you to press a key to stop boot.
After siting on my shelf for 5 months I've finally found the time to get back to this. I've cracked open the router and am getting a serial console. When I select option 1 System Load Linux to SDRAM via TFTP gets highlighted but then nothing seems to happen. I've tried all 5 ethernet ports and none of them get a link light, my TFTP server doesn't show any activity either. Any help on what I'm missing would be greatly appreciated. This is what I get in the serial console.
I appreciate the quick response. I turned my firewall off before I started. I also set the port on my TFTP server to 10.10.10.3. Is there anything else I can check?
I'm sure I'm still missing something. When the device is booting that menu I posted pops up for 1 second and I have to send one of the options or else the boot sequence completes as normal. Am I interrupting the boot sequence at the wrong time?
Figured it out, the serial console in VS Code just sucks. I switched to putty and I was able to get everything installed properly. Thanks for all the help.