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

Intel Edison can't boot new flashed image #139

Closed macvenez closed 2 years ago

macvenez commented 2 years ago

Hi, I tried to flash the gatesgarth image provided here but the Edison won't finish the flashing procedure. I used raspberry with flashall.sh but the process stops here... Immagine 2022-02-08 114840 that's the serial console of the Edison...any help to fix the problem?

htot commented 2 years ago

Interesting, I never thought to use Raspberry for this. Looking at the script I think it should be flashing edison-blankcdc (which should should work) while on windows edison-blankrndis (which I never tested).

I am guessing you have ssh terminal open to raspberry to run flashall? What did that screen show?

Maybe you could try ./flashall --btrfs, if that works, then it was just a bug.

But it could also be a bad usb cable.

lybtongji commented 2 years ago

the RAM of raspberry pi is small, if less than 2G, may interrupt the flashing (flashall.sh will extract all data into memory). or you can make a swapfile.

this issus could be closed.

htot commented 2 years ago

Thanks!