On 10/25/2017 11:08 AM, Amuza wrote:
On 24/10/17 16:18, Paul Spooren wrote:
I can't help with your cooker problem but if
you have the time please
try the online imagebuilder:
https://imagebuilder.libremesh.org/
And sorry, I thought now I could only go through the lime-sdk cook
in order to get community-customized firmware.
I have just learned that I can create my community profile at
https://github.com/libremesh/network-profiles
and then it will be available at
https://imagebuilder.libremesh.org/
The LiMe website says I should I ask for writing access to
https://github.com/libremesh/network-profiles
Besides asking for write access (I'm amuuza there),
Added
I would also ask what to do next.
I think I just need to have a folder there
and upload the community customization files into it,
Check the other network profiles and take inspiration :)
but as I don't speak Githubian
I don't feel secure when words like "commit", "pull request",
"master",
"pushed branches" or "merge" show up.
Mh...
We could write an easy guide on how to use git in the network-profiles
readme...
Anyone up for writing that?
If you need
the factory image, enable the advanced view.
Do you mean the LibreMesh Flavour?
It seems available without Advanced View too.
Nope, the "...-factory.bin" image is one of the files created by the
compilation,maybe you're more familiar with the "...-sysupgrade.bin" one?
> On 10/24/17 4:11 PM, Amuza wrote:
>> My computer runs Trisquel 7, it's based on Ubuntu 14.04.
Have you installed the compilation dependencies?
You can find them here on "Cook your own firmware using lime-sdk":
http://libremesh.org/getit.html
>> When doing ./cooker -b ar71xx/generic
>> I get the following:
>>
>> ...
>> make -r world: build failed. Please re-run make with -j1 V=s to see
>> what's going on
>> make: *** [world] Error 1
>> make: Leaving directory `/home/fone/lime-sdk/17.01.2/ar71xx/generic/sdk'
>> -> Error compiling SDK
>> amuza@compu:~/lime-sdk$
Likely there will be some other error above in the output, can you paste
all of the output in some pastebin and send us the link to it?
>> When trying to run this recommended "make
with -j1 V=s"
The error message refers to a make run in another directory...
Try with:
V=s ./cooker -b ar71xx/generic
setting the V variable in front of cooker will set it for all processes
called by cooker (I believe).
To add also -j 1 is not really needed 'cause should already be the default.
Let us know!
Ilario