I'm heading out soon...this is all standard tftp stuff, you should be able to find online resources for it.
once you get that booted, you'll need to use sysupgrade to flash the actual firmware file. This was compiled with the patch needed to boot this device.
Okay they're on the same network, however when I boot up with the TTL connected, it defaults to 192.168.10.1 rather than the gateway my network uses (192.168.1.1). Do you know how to change this default IP within the boot process?
on that first uboot screen, choose option 5 "load image"
enter the IP the device should use
enter its subnet mask
enter the IP of your tftp server
enter the file name
let it load, then answer "Y" to run this image
once it's up, make sure br-lan has an IP in your lan range. it will come up with 192.168.1.1 by default
you can temporarily change it for this part "ifconfig eno1 [ip address] netmask [subnet mask]
then use pscp(or maybe windows has scp now?) to copy the openwrt-wavlink.bin file from your windows machine to /tmp
flash the image "sysupgrade -n /var/tmp/openwrt-wavlink.bin"
it will reboot and then you will have a running openwrt system
I'm still stuck on the screenshot above. for some reason, it can't find the tftp server on my network now. I'm doing everything the same as I was before, but it fails when I try to load the file through TFTP.
here's my variables. my network base is 192.168.1.1, and when i boot the unit up with default firmware, it shows 192.168.1.50 by DHCP. But when I boot with U-BOOT, and set it to that IP, the TFTP fails now.
Yes, host IP is same as it was the time it worked (192.168.1.100 - the PC running the TFTP server software).
Yes, I believe so. Same as it was when it worked the first time (192.168.1.50)
Yes, initramfs.bin.
TFTP server is running on my Windows 11 system that's on the same network (plugged into the same switch as the PoE injector going to the unit), on 192.168.1.100.