Then renamed the file by removing "22.03.05" so that it matched the install instructions for copy / paste into putty but for some reason the file is not recognised by bootm:
(IPQ40xx) # setenv serverip 192.168.1.3
(IPQ40xx) # setenv ipaddr 192.168.1.72
(IPQ40xx) # set fdt_high 0x85000000
(IPQ40xx) # tftp openwrt-ipq40xx-generic-zte_mf286d-initramfs-fit-zImage.itb
MAC0 addr:0:3:7f:ba:db:ad
PHY ID1: 0x4d
PHY ID2: 0xd0b1
ipq40xx_ess_sw_init done
eth0
eth0 PHY0 Down Speed :10 Half duplex
eth0 PHY1 Down Speed :10 Half duplex
eth0 PHY2 Down Speed :10 Half duplex
eth0 PHY3 Down Speed :10 Half duplex
eth0 PHY4 Down Speed :10 Half duplex
(IPQ40xx) # bootm $loadaddr
Wrong Image Format for bootm command
ERROR: can't get kernel image!
Is it simply that the tftp is not working?
Any thoughts gratefully accepted!
No, nothing removed from the console output, I did wonder if there should be more info on the amount of data being downloaded. I'll investigate the tftp side a bit more.