edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Master build failure #49

Closed 7Grok closed 5 years ago

7Grok commented 5 years ago

OS: Ubuntu 14.0.0 Procedure:

make setup make debian_image

Fails building node with linking errors around libssl. Can't figure out what the problem is. Do you have any advice?

Looks like Node v8.9.4 and libssl 1.0.2j

alext-mkrs commented 5 years ago

I wouldn't honestly run this on 14.00 (did you mean 14.04 BTW?) these days, I'm not sure sumo supports it - 16.04 or 17.10 were tested to work ok.

7Grok commented 5 years ago

Yea sorry, I mean 14.0.4. OK let my try on 17.10

-- André

htot commented 5 years ago

I don't know what make debian_image does. Should be make image.

Our WIP documentation can be found here: Intel Edison Image Builder.

htot commented 5 years ago

I just built sumo64-acpi from scratch, this is just a few commits ahead of sumo32. Master is identical to sumo32. There were not problems fetching. The build make image does stop at a certain point (missing modules to the initramfs). But starting make image again it builds until completion.

@7Grok are you still experiencing this problem?

And: what do you mean by downloaded the last Intel source? Our meta-intel-edison layer pull everything it needs (as did the original one).

7Grok commented 5 years ago

Oh yea sorry, I mean the source from here. I was able to get a clean build on a 16.04 box, but now dfu-util fails with Device has DFU interface, but has no DFU functional descriptor ... Not sure what that means. I tried different cables on different USB ports

htot commented 5 years ago

Maybe try Flashtool Lite?

htot commented 5 years ago

Have you been able to flash it?