Skip to content

labarqui/galileo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resources for working with the Intel Galileo Board

Documentation

Connecting to the serial console:

On Linux launch minicom:

sudo apt-get install minicom
sudo minicom -b 115200 -D /dev/ttyACM0

Examples

See the code folder for examples.

Upgrading opkg

  1. Copy the pkg sources config to the board:

scp base-feeds.conf root@ipaddress:/etc/opkg/base-feeds.conf

  1. Update the uClibc library:

opkg install --force-overwrite uclibc 3. Update the repo sources:

opkg update

  1. Upgrade the packages:

opkg upgrade

  1. Install basic packages:

opkg install vim git make gcc-dev gcc-symlinks cpp cpp-symlinks g++ g++-symlinks uclibc-dev uclibc-utils binutils-dev binutils-symlinks python-dev coreutils-dev

Based on this

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages