Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Flashing Edison Image

Andrew Dresner edited this page Jun 3, 2015 · 5 revisions

Edison HROS1 Image w/ Bluez4

Flash Edison Image - Ubuntu 14.04 Host Machine

Prereqs: $ sudo apt-get install screen dfu-util

  1. If Edison hasn't been booted before, needs to boot one time completely before flashing.
  2. Plug in both USB ports on Edison Mini Breakout.
  3. Open terminal for UART console: `$ screen /dev/ttyUSB0 115200'
  4. On host computer, navigate to "toFlash" folder. Ensure flashall.sh has executable perms.
  5. Open 2nd terminal for dfu-util flashing in "toFlash" folder: $ sudo ./flashall
  6. In UART console terminal: $ reboot
  7. You should see flashing dialogue:

`$ ~/toFlash-BlueZ4# sudo ./flashall.sh

Using U-Boot target: edison-blankcdc

Now waiting for dfu device 8087:0a99

Please plug and reboot the board Flashing IFWI ##################################################] finished! ##################################################] finished! Flashing U-Boot ##################################################] finished! Flashing U-Boot Environment ##################################################] finished! Flashing U-Boot Environment Backup ##################################################] finished! Rebooting to apply partition changes Now waiting for dfu device 8087:0a99 Flashing boot partition (kernel) ##################################################] finished! Flashing rootfs, (it can take up to 5 minutes... Please be patient) ##################################################] finished! Rebooting U-boot & Kernel System Flash Success... Your board needs to reboot to complete the flashing procedure, please do not unplug it for 2 minutes.`

Let the board reboot completely, it will eventually come to the login screen. At this point please run:

$ ./configure_edison --setup

And then continue on to setting up the Framework, found in the main Getting Started documentation.