Software Archive
Read-only legacy content
17061 Discussions

upgrading libmraa in iotdk

Jose_S_
Beginner
808 Views

The libmraa version that ships with the iotdk-ide-win seems to be 0.4.5 and the latest is 0.5.. How can I upgrade the libmraa version used in the iotdk?

0 Kudos
4 Replies
NagaVenkat_K_Intel
808 Views

You can run the following commands to update the libmraa and upm libraries

  1. echo "src maa-upm http://iotdk.intel.com/repos/1.1/intelgalactic" > /etc/opkg/intel-iotdk.conf

  2. opkg update

  3. opkg upgrade

 

0 Kudos
Matthias_H_Intel
Employee
808 Views

Jose S. wrote:

The libmraa version that ships with the iotdk-ide-win seems to be 0.4.5 and the latest is 0.5.. How can I upgrade the libmraa version used in the iotdk?

 

Pls check this forum. I mentioned it in another thread: right now 

  • grab latest for your platform from iotdk.intel.com/sdk/mraa-update/, and iotdk.intel.com/sdk/upm-update/ resp
  • extract it in the main ide folder
0 Kudos
ksam_
Beginner
808 Views

Hi jose, use the "opkg update" and "opkg upgrade" commands to get update.

0 Kudos
Matthias_H_Intel
Employee
808 Views

ksam. wrote:

Hi jose, use the "opkg update" and "opkg upgrade" commands to get update.

There is no package manager running within the Eclipse IDE hence this won't work

0 Kudos
Reply