Im updating my 4/32 TPLink from 4MiB to 16MiB so I changed
to $(Device/tplink-16m)
but when I compiled it Im getting
sysupgrade.bin is too big: 4457269 > 0
Im updating my 4/32 TPLink from 4MiB to 16MiB so I changed
to $(Device/tplink-16m)
but when I compiled it Im getting
sysupgrade.bin is too big: 4457269 > 0
Change $(Device/tplink-16m)
to $(Device/tplink-16mlzma)
16lzma is wrong for that target
There isn't such macro in common-tp-link.mk
YES tnx I added
define Device/tplink-16m
$(Device/tplink-nolzma)
TPLINK_FLASHLAYOUT := 16M
IMAGE_SIZE := 16192k
DEFAULT := n
endef
and now its compiled 16M
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.