Recent Changes - Search:

edit SideBar

EdisonNodeInstallFail

Node Install Fail

Unfortunately, this video does not work

  1. See http://www.intel.com/content/www/us/en/embedded/products/quark/edison-dev-board-tutorial-part-2-how-to-install-node-js-video.html?wapkw=node.js+edison - video about how to set up Node.js
  2. To set up opkg use
    echo "src intel-edison-repo http:/repo.opkg.net/edison/repo/edison" > /etc/opkg/opkg-repo-edison.conf
    echo "src intel-edison-repo-all http://repo.opkg.net/edison/repo/all" > /etc/opkg/opkg-repo-all.conf
    echo "src intel-edison-repo-core2-32 http://repo.opkg.net/edison/repo/core2-32" > /etc/opkg/opkgrepocore-2-32.conf
    echo "src mraa-upm http://repo.opkg.net/edison/repo/edison" > /etc/opkg/mraa-upm.conf
  3. Run opkg update: Unfortunately, I get a failure:
    root@edison:/etc/opkg# opkg update
    Downloading http://iotdk.intel.com/repos/3.5/intelgalactic/opkg/i586//Packages.
    Updated list of available packages in /var/lib/opkg/iotkit.
    Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/all/Packages.
    Updated list of available packages in /var/lib/opkg/iotdk-all.
    Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/core2-32/Packages.
    Updated list of available packages in /var/lib/opkg/iotdk-core2-32.
    Downloading http://iotdk.intel.com/repos/3.5/iotdk/edison/edison/Packages.
    Updated list of available packages in /var/lib/opkg/iotdk-edison.
    Downloading http://repo.opkg.net/edison/repo/edison/Packages.
    Updated list of available packages in /var/lib/opkg/mraa-upm.
    Downloading http://repo.opkg.net/edison/repo/all/Packages.
    Updated list of available packages in /var/lib/opkg/intel-edison-repo-all.
    Downloading http:/repo.opkg.net/edison/repo/edison/Packages.
    Downloading http://repo.opkg.net/edison/repo/core2-32/Packages.
    Updated list of available packages in /var/lib/opkg/intel-edison-repo-core2-32.
    Collected errors:
     * opkg_download: Failed to download http:/repo.opkg.net/edison/repo/edison/Packages, wget returned 4.
    root@edison:/etc/opkg#
  4. The next step
    root@edison:/etc/opkg# opkg install libmraa0
    Unknown package 'libmraa0'.
    Collected errors:
     * opkg_install_cmd: Cannot install package libmraa0.
    root@edison:/etc/opkg#

Edit - History - Print - Recent Changes - Search
Page last modified on February 16, 2017, at 10:44 PM