Wnr2000v1 and 19.07.01

I follow this instruction and use these two files

http://downloads.openwrt.org/releases/19.07.1/targets/ar71xx/tiny/openwrt-19.07.1-ar71xx-tiny-wnr2000-rootfs-squashfs.bin
http://downloads.openwrt.org/releases/19.07.1/targets/ar71xx/tiny/openwrt-19.07.1-ar71xx-tiny-uImage-lzma.bin

in step 4 and get this error:

### main_loop: bootcmd="bootm 0xbf310000"
Hit any key to stop autoboot:  0
ar7100> setenv serverip 192.168.1.120
ar7100> setenv ipaddr 192.168.1.2
ar7100> erase 0xbf050000 +0x3A0000
Erase Flash from 0xbf050000 to 0xbf3effff in Bank # 1
First 0x5 last 0x3e sector size 0x10000                                                                                                     62
Erased 58 sectors
ar7100> tftpboot 0x81000000 sqfs.bin
Using eth0 device
TFTP from server 192.168.1.120; our IP address is 192.168.1.2
Filename 'sqfs.bin'.
Load address: 0x81000000
Loading: checksum bad
checksum bad
#################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ######
done
Bytes transferred = 2359296 (240000 hex)
ar7100> cp.b 0x81000000 0xbf050000 0x240000
Copy to Flash... write addr: bf050000
done
ar7100> tftpboot 0x81000000 uImage.bin
Using eth0 device
TFTP from server 192.168.1.120; our IP address is 192.168.1.2
Filename 'uImage.bin'.
Load address: 0x81000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #############
done
Bytes transferred = 1395347 (154a93 hex)
ar7100> cp.b 0x81000000 0xbf2b0000 0x154a93
Copy to Flash... Outside available Flash
ar7100>

Then I figure I can try the next method but I am not able to find "openwrt-ar71xx-uImage-initramfs-lzma.bin" anywhere on openwrt.org. It looks likes a 'backfire' era image file to me.

Anyone able to put 19.07.01 on it or what's the latest we can use, and how?

I'm able to run an old version from ram for now I guess.

ar7100> setenv ipaddr 192.168.1.2
ar7100> tftpboot 0x81000000 openwrt-ar71xx-uImage-initramfs-lzma.bin
Using eth0 device
TFTP from server 192.168.1.120; our IP address is 192.168.1.2
Filename 'openwrt-ar71xx-uImage-initramfs-lzma.bin'.
Load address: 0x81000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
done
Bytes transferred = 2325063 (237a47 hex)
ar7100> setenv bootargs board=WNR2000
ar7100> bootm
$ ssh root@192.168.1.2
root@192.168.1.2's password:


BusyBox v1.15.3 (2012-03-04 02:40:41 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 Backfire (10.03.1, r30752) ------------------------
  * 1/3 shot Kahlua    In a shot glass, layer Kahlua
  * 1/3 shot Bailey's  on the bottom, then Bailey's,
  * 1/3 shot Vodka     then Vodka.
 ---------------------------------------------------
root@OpenWrt:~#

I'm now able to get back to stock firmware by following debricking

And then I'm able to flash

http://downloads.openwrt.org/releases/17.01.7/targets/ar71xx/generic/lede-17.01.7-ar71xx-generic-wnr2000-rootfs-squashfs.bin
http://downloads.openwrt.org/releases/17.01.7/targets/ar71xx/generic/lede-17.01.7-ar71xx-generic-uImage-lzma.bin

And I'm now on ver17.

Is this a image size issue or u-boot config issue?

1,276,407 lede-17.01.7-ar71xx-generic-uImage-lzma.bin
2,228,224 lede-17.01.7-ar71xx-generic-wnr2000-rootfs-squashfs.bin
1,365,698 openwrt-18.06.7-ar71xx-tiny-uImage-lzma.bin
2,359,296 openwrt-18.06.7-ar71xx-tiny-wnr2000-rootfs-squashfs.bin
1,395,347 openwrt-19.07.1-ar71xx-tiny-uImage-lzma.bin
2,359,296 openwrt-19.07.1-ar71xx-tiny-wnr2000-rootfs-squashfs.bin