Difference between revisions of "Edison"

From wikidb
Jump to: navigation, search
(Flash Edison)
(Flash Edison)
Line 36: Line 36:
 
   root@SugarLoaf:~#
 
   root@SugarLoaf:~#
  
== Flash Edison ==
+
== Flash Edison Mac ==
  
 
[[https://communities.intel.com/docs/DOC-23193?_ga=1.152982449.947813547.1371918071 Instructions]]
 
[[https://communities.intel.com/docs/DOC-23193?_ga=1.152982449.947813547.1371918071 Instructions]]
  
* exit the edison directory from the terminal
+
* Connect two USB cables
 
+
* Open a terminal screen and navigated to "cd /Volumes/Edison"
 
+
* Removed all files"rm -rf *" and "rm -rf \.*"
[[https://communities.intel.com/docs/DOC-23242?_ga=1.40901418.947813547.1371918071 image]]
+
* Do a get info to see if it is MS-DOS(FAT16) - follow the next step (should be MS-DOS(FAT)
* Image downloaded: "Edison Yocto complete image Linux - Yocto"
+
** exit the edison directory from the terminal so we
 
+
** use Disk utility to reflash
root
+
* [[https://communities.intel.com/docs/DOC-23242?_ga=1.40901418.947813547.1371918071 image]] "Edison Yocto complete image Linux - Yocto"
typical passwd
+
* 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

Revision as of 17:00, 24 November 2014

Notes

http://intel.com/edison/getstarted = https://communities.intel.com/docs/DOC-23147

Edison Getting Started guide - Mac https://communities.intel.com/docs/DOC-23148

Downloaded arduino-1.5.3 for Mac

Other downloads https://communities.intel.com/docs/DOC-23242

 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