hnyman
March 5, 2019, 7:04am
3
May be an actual error or a random temporary error in LZMA decompression.
u-boot in some old routers has trouble in decoompressing images that have too wide LZMA dictionary size (as bits).
See discussion and links in
I bought a TP-Link Archer D7 it's not officially supported but, it's an Archer C7 (QCA9558) + modem (BCM6318).
I added this WIP wiki page few minutes ago.
Briefly, I was trying to boot using an initramfs image but it says:
Uncompressing Kernel Image ... Not enough buffer for decompression LZMA ERROR 1 - must RESET board to recover
Obviously my image is smaller than the RAM (few MBs vs 128MB).
Digging inside the GPL code from TP-Link, seems that uboot does some checks reading the size of theā¦
https://dev.archive.openwrt.org/ticket/12454.html#comment:12
Your error may not be quite the same, but the dicussion may give you hints.