-
I am trying to build for tplink 845n . But build is failing, with error images are too big, Log link :https://github.com/krishgcek/padavan-builder-workflow/suites/26120389697/logs?attempt=1 |
Beta Was this translation helpful? Give feedback.
Answered by
shvchk
Jul 18, 2024
Replies: 1 comment 6 replies
-
This error means that built firmware size is too big for the target device (TP-LINK TL-WR845N v3 only has 4 MB flash iirc), so you need to cut down included apps or themes to reduce firmware size. UPD: skimmed through your log and it actually looks like builder can't find firmware it had just built... will look into it later |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's where
images are too big
error comes from: https://gitlab.com/hadzhioglu/padavan-ng/-/blob/master/trunk/tools/mktplinkfw/mktplinkfw2.c#L290 — it checks if device flash has enough space for kernel + root filesystem. Looks like even with minimal config you get ~0.86 MB kernel + 3.55 MB root fs, which is too big for 4 MB flash you device has. I'm not sure if 4 MB flash devices are still supported by Sergei's Padavan repo, you better ask there: https://gitlab.com/hadzhioglu/padavan-ng/-/issues