I have a bunch of embedded devices that I need to flash with a custom OS.
On each device, the boot-loader (U-Boot) has a fixed IP of 192.168.100.2 and on boot it looks for a TFTP server at 192.168.100.1 to install the OS firmware. This is how the devices are sold off the shelf.
Connecting the devices one at a time to the PC with the TFTP Server will take forever to program the 100+ devices. I need to use some network wizardry to connect multiple devices with the same IP 192.168.100.2 to the TFTP PC with IP 192.168.100.1.
Any ideas will be appreciated.