libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

the only flavor working seems to be bmx7 #105

Open brunovianna opened 4 years ago

brunovianna commented 4 years ago

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.

ilario commented 4 years ago

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
brunovianna commented 4 years ago

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

ilario commented 4 years ago

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