On 08/24/2017 05:23 AM, Sebastián Correa via lime-users wrote:
Hello! I continue to learn about LiMe, now using SDK.
I cooked the image
for a tl-wa701nd v1 because it does not exist in the image repository.
But I do not know which file I should upload. The files in
lime-sdk/output/ar71xx/generic/tl-wa701nd-v1/lime_default/ are:
I look for ... squashfs-factory.bin but it is not. Then I do not know
where to migrate the firmware.
I suppose it was not created because it was too big for router's flash
memory (4 MB).
There should be some error message in the cooker output but this doesn't
result in a cooker error, see:
https://github.com/libremesh/lime-sdk/issues/21
I am looking in the right directory?
Yes, the
problem is that you're using the lime_default flavor, which is
for routers with 8 MB or bigger flash memory.
You will have to compile lime_mini (without opkg and firewall) or
lime_zero (without web user interface) flavors.
I suggest to include also "--update-feeds" option in the cooker command,
as it seems your sources are outdated (LEDE 17.01.1 while last one is
17.01.2).
Bye!
Ilario