flash

OpenWrt: Installing a TFTP Server on Ubuntu for OpenWrt Firmware Updates

The Trivial File Transfer Protocol (TFTP) is an extremely simple protocol most often used for network booting strategies, such as PXE and flashing OpenWrt images unto consumer routers. I go over full instructions for flashing OpenWrt using Ubuntu and flashing a sysupgrade in another post, this article will focus specifically on setting up a tftp OpenWrt: Installing a TFTP Server on Ubuntu for OpenWrt Firmware Updates

OpenWrt: Use setenv firmwareName for newer versions of Linksys WRT1900AC/S

When flashing an OpenWrt image to your newer versioned WRT1900AC/S, be aware that instead of using ‘setenv firmware_name’, you should instead use ‘setenv firmwareName’. The command will not fail, but the router will not understand that it should look for a non-default name for the image and your tftp transfer will fail. This change appears OpenWrt: Use setenv firmwareName for newer versions of Linksys WRT1900AC/S