-
Notifications
You must be signed in to change notification settings - Fork 40
Flashing Edison Image
Prereqs:
$ sudo apt-get install screen dfu-util
- If Edison hasn't been booted before, needs to boot one time completely before flashing.
- Plug in both USB ports on Edison Mini Breakout.
- Open terminal for UART console: `$ screen /dev/ttyUSB0 115200'
- On host computer, navigate to "toFlash" folder. Ensure flashall.sh has executable perms.
- Open 2nd terminal for dfu-util flashing in "toFlash" folder:
$ sudo ./flashall
- In UART console terminal:
$ reboot
- 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.
Guides & General Info
HR-OS1 Framework
HR-OS1 Projects
Raspberry Pi Build
Edison Yocto Build (legacy)
Arbotix-Pro Subcontroller