Notes
Original instructions from the commit:
?p=openwrt/openwrt.git;a=commit;h=0d96d36841e817f368e86d4af725570d757cb0ca
state to use
tftpboot 0x81000000 <openwrt_initramfs-kernel_image_name> bootm 0x81000000
However as noted here:
Can’t install on AirTight C-75 - LZMA decode error
This will fail using recent OpenWRT initramfs images. Use
tftpboot 83000000 <filename> bootm 83000000
the LZMA fails because the uncompressed image is large enough to overwrite the compressed data before it is finished.
Space for additional notes, links to forum threads or other resources.
- ...