ubilinux™ is an embedded Linux distribution from Emutex and is based on Debian "Wheezy". It is targeted at embedded devices that have limited memory and storage capabilities.
edison@ubilinux:~$suPassword:edisonroot@ubilinux:/home/edison#cdroot@ubilinux:~#nano/etc/network/interfaces# interfaces(5) file used by ifup(8) and ifdown(8)autoloifaceloinetloopback#auto usb0#iface usb0 inet static# address 192.168.2.15# netmask 255.255.255.0autowlan0ifacewlan0inetdhcp# For WPAwpa-ssidINFINITUMxxxxwpa-pskyyyy# For WEP#wireless-essid itesm#wireless-mode Managed#wireless-key s:""root@ubilinux:~#ifupwlan0root@ubilinux:~#reboot<rebootyourboard,signinandbecomeroot>
Low Level Skeleton Library for IO Communication on GNU/Linux platforms C/C++ library with bindings to JavaScript and Python to interface with the I/O on the Intel® Galileo board, Intel® Edison board, and other platforms. With board detection done at runtime, you can create portable code that works across multiple platforms.
Welcome to CMake, the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
UPM - Sensor/Actuator repository for libmraa. High-level repository for sensors and actuators that use libmraa. In other words, UPM gives you easy function calls to use your sensors, such as reading temperature values or writing data to an LCD screen. With over a hundred sensors and more being added, this library speeds up your development time.
RTIMULib is the simplest way to connect a 9-dof, 10-dof or 11-dof IMU to an embedded Linux system and obtain quaternion or Euler angle pose data. Basically, two simple function calls (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib.