OPKG Edison

Update Opkg Repositories

  1. root@edison:~# opkg update
  2. Downloading http://iotdk.intel.com/repos/1.5/intelgalactic/Packages.
  3. Updated list of available packages in /var/lib/opkg/iotkit.
  4. root@edison:~#

Try to install nano command line editor

  1. root@edison:~# opkg install nano

Enable a Opkg feed and update package list, we will not upgrade to avoid consuming disk space

  1. root@edison:~# vi /etc/opkg/base-feeds.conf # Add the below lines to the opened file
  2. src/gz all http://repo.opkg.net/edison/repo/all
  3. src/gz edison http://repo.opkg.net/edison/repo/edison
  4. src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32
  5. root@edison:~# opkg update
  6. Downloading http://repo.opkg.net/edison/repo/all/Packages.gz.
  7. Inflating http://repo.opkg.net/edison/repo/all/Packages.gz.
  8. Updated list of available packages in /var/lib/opkg/all.
  9. Downloading http://repo.opkg.net/edison/repo/edison/Packages.gz.
  10. Inflating http://repo.opkg.net/edison/repo/edison/Packages.gz.
  11. Updated list of available packages in /var/lib/opkg/edison.
  12. Downloading http://repo.opkg.net/edison/repo/core2-32/Packages.gz.
  13. Inflating http://repo.opkg.net/edison/repo/core2-32/Packages.gz.
  14. Updated list of available packages in /var/lib/opkg/core2-32.
  15. Downloading http://iotdk.intel.com/repos/1.5/intelgalactic/Packages.
  16. Updated list of available packages in /var/lib/opkg/iotkit.
  17. root@edison:~#

Install nano command line editor

  1. root@edison:~# opkg install nano

Install Git, Version Control System

  1. root@edison:~# opkg install git

Check if RMAA and UPM Libraries are installed

  1. root@galileo:~# opkg list-installed | grep mraa
  2. root@galileo:~# opkg list-installed | grep upm

OPKG Galileo

Update Opkg sources, we will not upgrade to avoid consuming disk space

  1. root@galileo:~# opkg update
  2. ...
  3. root@galileo:~#

Install Git, Version Control System

  1. root@galileo:~# opkg install git

Check if RMAA and UPM Libraries are installed

  1. root@galileo:~# opkg list-installed | grep mraa
  2. root@galileo:~# opkg list-installed | grep upm