Hi Pau,


./cooker -c x86/geode --profile=Generic --flavor=lime_bmx7


Yeah, that's the command I used but my text editor changed "--" to "-", sorry.


J=1 V=s ./cooker -c x86/geode --profile=Generic --flavor=lime_bmx7
Once you get the error, send it and I'll check.

Well, I have just done it with J=1 V=s./cooker -c x86/geode --profile=Generic --flavor=lime_bmx7 > lime_log and I send it to you to check it out (thank you so much).


Usually instead of using lime-sdk or openwrt-buildroot you can use http://chef.libremesh.org However x86/geode compilations are not allowed (only MIPS related hardware). In any case, for another hardware device such as Tplink, you can use the
set of options shown in the attached image for building a working
only-bmx7 firmware.


I know the chef tool but "my" image can't be made with it, as you said. Maybe, consider changing HW in the future... but now Alix2d2s is the HW I can use.


Thank you,


BR,

Alejandro Bravo Fernández.




De: lime-dev <lime-dev-bounces@lists.libremesh.org> en nombre de Pau <pau@dabax.net>
Enviado: martes, 25 de junio de 2019 11:01
Para: lime-dev@lists.libremesh.org
Asunto: Re: [lime-dev] Building and cooking LiMe image for x86 architecture — development branch
 
Hi Alejandro.

The correct command is:

./cooker -c x86/geode --profile=Generic --flavor=lime_bmx7

Using cooker (aka lime-sdk) has important advantages in front of using
raw openwrt buildroot. For instance, using the last you're compiling
your own kernel which won't be compatible with the kernel used by the
official openwrt repository. So any package which has some kernel
dependency that you try to install using the standard apt-get like tool
(opkg) will fail.

The image you posted does not show the error (just says there is an
error). If you want to see the real error, you must add J=1 and V=s in
your command, like this:

J=1 V=s ./cooker -c x86/geode --profile=Generic --flavor=lime_bmx7

Once you get the error, send it and I'll check.


Usually instead of using lime-sdk or openwrt-buildroot you can use
http://chef.libremesh.org However x86/geode compilations are not allowed

(only MIPS related hardware).

In any case, for another hardware device such as Tplink, you can use the
set of options shown in the attached image for building a working
only-bmx7 firmware.



On 25/6/19 10:09, Alejandro Bravo Fernández wrote:
> Hello everyone,
>
> My name is Alejandro and I’m “cooking” LiMe firmware with the lime-sdk
> tool. My intention is to use the development branch with lime_bmx7
> flavor. The hardware (for testing) is Alix2d2 from PcEngines and x86
> architecture. 
>
> I’m doing these steps in my Ubuntu 18.04: 
> - sudo apt-get install subversion zlib1g-dev gawk flex unzip bzip2
> gettext build-essential libncurses5-dev libncursesw5-dev libssl-dev
> binutils cpp psmisc docbook-to-man wget git
> - git clone https://github.com/libremesh/lime-sdk.git
> - cd lime-sdk 
> - git checkout develop
> - ./cooker -d x86/geode
> - ./cooker -f
> -./ cooker -b x86/geode
> -./cooker -c x86/geode — profile=Generic —flavors=lime_bmx7
>
> When these steps have been completed, I get this error but I don't know
> how to resolve it: 
> image1.jpeg
>
> I’m hope you can help me and thank you so much for the work of Libremesh
> (it’s amazing). 
>
> BR,
> Alejandro Bravo Fernández.
> Sent from Mailspring
>
> _______________________________________________
> lime-dev mailing list
> lime-dev@lists.libremesh.org
> https://lists.libremesh.org/mailman/listinfo/lime-dev
>

--
./p4u