Difference between revisions of "Edison"

From wikidb
Jump to: navigation, search
(Flash Edison)
(Flash Edison)
Line 33: Line 33:
 
* [https://communities.intel.com/docs/DOC-23200 How to Flash Edison]
 
* [https://communities.intel.com/docs/DOC-23200 How to Flash Edison]
 
* Plug the board in with two USB cables
 
* Plug the board in with two USB cables
* Lightweight file manager came up PCManFM 1.2.0
+
* Dialog box came up
 +
** Removeable medium is inserted
 +
** Open in File Manager
 +
** OK
 +
** Lightweight file manager came up PCManFM 1.2.0
  
 
== Sparkfun ==
 
== Sparkfun ==

Revision as of 17:35, 16 February 2015

Links

Software

General

Hardware


configure

  • configure_edison
    • name: westhills
    • passwd: my dev passwd
    • wifi: zdome
    • wifi passwword: xxx
    • 10.0.0.229

Flash Edison

  • Intel board - xxx
  • Under ubuntu
  • How to Flash Edison
  • Plug the board in with two USB cables
  • Dialog box came up
    • Removeable medium is inserted
    • Open in File Manager
    • OK
    • Lightweight file manager came up PCManFM 1.2.0

Sparkfun

Hardware

Working from Ubuntu

Install

 sudo apt-get install screen
 sudo screen /dev/ttyUSB0 115200
  • Press Enter twice. A login screen is displayed.
  • At the login prompt, type root and press Enter.
  • Press Enter when prompted for a password.

Setup

Mac Notes

Setup

Downloaded arduino-1.5.3 for Mac

  EdCiMac:~ edcepp$ screen /dev/cu.usbserial-AJ035QAV 115200 -L
 Enter 0 to rescan for networks.
 Enter 1 to input a hidden network SSID.
 Enter a number between 2 to 4 to choose one of the listed network SSIDs: 4
 Is zdome correct? [Y or N]: Y
 What is the network password?: **********
 Initiating connection to zdome...
 Done. Network access should be available shortly, please check 'wpa_cli status'.
 Connected. Please go to 10.0.0.134 in your browser to check if this is correct.
 root@SugarLoaf:~# wpa_cli status
 Selected interface 'wlan0'
 bssid=b2:b2:dc:4c:0a:a8
 ssid=zdome
 id=0
 mode=station
 pairwise_cipher=CCMP
 group_cipher=TKIP
 key_mgmt=WPA2-PSK
 wpa_state=COMPLETED
 ip_address=10.0.0.134
 address=fc:c2:de:33:14:d6
 uuid=9b0ca892-ab2f-54f5-a2a8-d9c4baaadf33
 root@SugarLoaf:~#

Flash Edison Mac

[Instructions]

  • Connect two USB cables
  • Open a terminal screen and navigated to "cd /Volumes/Edison"
  • Removed all files"rm -rf *" and "rm -rf \.*"
  • Do a get info to see if it is MS-DOS(FAT16) - follow the next step (should be MS-DOS(FAT)
    • exit the edison directory from the terminal so we
    • use Disk utility to reflash
  • [image] "Edison Yocto complete image Linux - Yocto"
  • unzip and copy to Edison
 screen /dev/cu.usbserial   <no enter>
  • tab
  115200 -L
  • log into root
  • my typical passwd or not
  • once in - this will erase every thing
   reboot ota