user1944429
user1944429

Reputation:

How to 'factory reset'/reinstall OS on the Intel Edison

I've filled up my Intel Edison 100% and have no room for anything more. I've emptied all logs and am still at 100%. I decided I want to factory reset and reorganize next time with the SD card better. Unfortunately I cannot find out how to reinstall completely the OS.

I've tried downloding the Yocto linux image off the intel downloads page, and uploading that to the Edison. However, it still is running the same as before...

For some reason I distinctly remember (pretty sure anyway...) reading a command to 'reset' everything. I just can't find any documentation now that I need it. Does anyone know how to do this?

Upvotes: 4

Views: 3077

Answers (2)

hultqvist
hultqvist

Reputation: 18461

This is my checklist

  1. Install dfu-util (on Linux: sudo apt-get install dfu-util)
  2. Download Release 3.0 Yocto* complete image and unzip it
  3. Connect the module using both USB connectors.
  4. Run sudo ./flashall.sh --recovery
  5. Wait for the script to finish and then a few extra minutes for the module to boot.

I've found one USB hub that didn't work, I had to connect directly to the USB port on the computer.

I'm not sure if you need both usb connectors but at least the one for main power is needed.

flashall.sh is found in the unzipped directory.

Upvotes: 1

user1944429
user1944429

Reputation:

Found the command, it's reboot ota

Upvotes: 1

Related Questions