libremesh/lime-sdk

the only flavor working seems to be bmx7

brunovianna opened this issue · 3 comments

When I cook a bmx7 firmware with this command everything runs fine:

./cooker -c ar71xx/generic --profile=tl-wdr3500-v1 --flavor=lime_bmx7 --remote

If I try any other flavor like lime_default, lime_mini etc, it won't create the files. Build log
last-build.log
is attached.

In the log I can't see anything useful...
Can you run cooker prepending a "V=s" string?
Like:

V=s ./cooker -c ar71xx/generic --profile=tl-wdr3500-v1 --flavor=lime_SOMETHING --remote

sure, here it is. i also dumped the output to a file so you can see the error.

issue #107 seems to be the same

output.txt
last-build.log

Ehm, I cannot really understand what's wrong from the log...
@p4u can you have a look?