So I'm trying to install Openwrt on an TP-Link Archer MR600 according to this: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=78110c3b5fce119d13cd45dadd33ca396c8ce197
Loading the OpenWRT image I want via tftpboot goes fine. My problem comes in when i try to run bootm, the image load fails with "Boot flag csum incorrect, return image0"
For further clarity:
- tftpboot 0x84000000 openwrt.img -> No problems
- bootm 0x84000000 -> This is where the problem occurs
I'm having a hard time troubleshooting this. I've also tried to make my own RAMDisk image using mkimage from the U-boot toolset for the MIPS architecture but that doesn't work either.
Edit: Corrected the model name