Skip to content

guerillagorilla/IntelEdison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Intel Edison

Version check

cat /etc/version

Access serial console @ J3

screen /dev/tty.usbserial-A402IWCC 115200 -L

Update after distro-install

curl http://nonnoise.github.io/Edison/_sources/Edison/base-feeds.conf -o /etc/opkg/base-feeds.conf curl http://nonnoise.github.io/Edison/_sources/Edison/intel-iotdk.conf -o /etc/opkg/intel-iotdk.conf curl http://nonnoise.github.io/Edison/_sources/Edison/mraa-upm.conf -o /etc/opkg/mraa-upm.conf

opkg update opkg upgrade

Nano Install (make sure same dir...)

wget http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz && tar xvf nano-2.2.6.tar.gz && cd nano-2.2.6 && ./ configure && make && make install

#Alternate Flashing Method

  • Install Homebrew by running the command
type/run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install dfu-util, coreutils, and gnu-getopt
type/run: brew install dfu-util coreutils gnu-getopt
  • Download and extract Edison Image (Step 1 and 2 need to be done only once on the MAC OS X host)
  • Extract the contents of the pre-built Edison image
  • In your terminal change to the directory where you extracted the linux image. Example: your directory may be different
type/run: cd ~/Downloads/edison-image-ww36-14
  • Run the flashall script and then plug usb cable into board
type/run: ./flashall.sh
  • Note: The script can take up to 5 minutes to complete the flashing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published