Python library for Intel's Galileo board
How to use:
-
You will need a micro SD card with a Linux image on it:
- Format the SD card with a file system of FAT or FAT32.
- Copy the Linux image onto the card
-
Download this repository from the git server.
-
Copy the files onto an SD card.
- Make sure you put the galileo directory in the top level of the SD card.
-
Place the SD card in the Galileo and boot up the system.
-
Connect to the Galileo Linux (via serial console or ssh)
- Several methods are documented here: https://communities.intel.com/thread/46335
-
Run the examples.
- /media/mmcblk0p1/galileo/Examples/blink.py
To get started developing your own scripts, you can look at the HowToDevelop.txt file in this repository.