edison-fw/meta-intel-edison

Intel Edison can't boot new flashed image

Closed this issue · 3 comments

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

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.

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

Thanks!