# Introduction

> Intel Galileo is the first in a line of Arduino-certified development boards based on Intel x86 architecture and is designed for the maker and education communities. Intel released two versions of Galileo, referred to as Gen 1 and Gen 2. [Wikipedia](https://en.wikipedia.org/wiki/Intel_Galileo)
>
> The Intel® Galileo Gen 2 development board is a microcontroller board based on the Intel® Quark™ SoC X1000 application processor, a 32-bit Intel® Pentium® brand system on a chip (SoC). It is the first board based on Intel® architecture designed to be hardware and software pin-compatible with shields designed for the Arduino Uno\* R3. [Intel® Galileo Overview](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-overview.html)

* [Intel® Galileo Overview](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-overview.html)
* [Intel® Galileo User Guide](http://download.intel.com/support/galileo/sb/galileo_boarduserguide_330237_001.pdf)
* [Intel® Galileo IoT Dev Kit](http://iotdk.intel.com/)
* [When to use Intel® Galileo](https://software.intel.com/en-us/articles/when-to-use-the-intel-galileo-board)
* [Getting Started with the Intel® Galileo Board on Linux](https://software.intel.com/en-us/get-started-galileo-linux)
* Datasheets
  * [Intel® Galileo Gen 1 Development Board Product Brief](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g1-product-brief.html)
  * [Intel® Galileo Gen 1 Development Board Datasheet](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g1-datasheet.html)
  * [Intel® Galileo Gen 2 Development Board Datasheet](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g2-datasheet.html)
* Guides
  * [Intel® Galileo User Guide](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-user-guide.html)
  * [Intel® Galileo Software Release Notes](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-sw-release-notes.html)
  * [Intel® Galileo IO Mapping](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-io-mapping.html)
  * [Intel® Galileo Getting Started Guide](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-getting-started-guide.html)
  * [Intel® Quark™ SoC X1000 Board Support Package (BSP): Build Guide](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-quark-x1000-bsp-guide.html)
  * [Intel® Quark™ Platforms—Best Known Configuration: Guide](http://www.intel.com/content/www/us/en/embedded/products/quark/quark-platforms-best-known-configuration-guide.html)
* White Papers
  * [Using Package Manager to Efficiently Develop Yocto\* Project-based Systems: White Paper](http://www.intel.com/content/www/us/en/embedded/products/galileo/package-manager-white-paper.html)
  * [Intel® Galileo Board TFT LCD Connectivity: White Paper](http://www.intel.com/content/www/us/en/embedded/products/galileo/enabling-tft-lcd-display-galileo-board-paper.html)
* Reference Files
  * [Intel® Galileo Gen 2 Development Board Schematic (with Intel® Quark™ SoC X1000)](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g2-schematic.html)&#x20;
  * [Intel® Galileo Development Board: Datasheet](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g1-datasheet.html)
  * [Intel® Galileo Gen 1 Development Board Product Brief](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-g1-product-brief.html)
* Tools & Utilities
  * [Intel® Galileo Linux\* Examples](http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-linux-examples.html)

Community

* [Malinov Building Linux Image](http://www.malinov.com/system/app/pages/search?scope=search-site\&q=galileo)
* [Galileo University Curricula](http://www.intel.com/content/www/us/en/education/university/galileo-university-curricula.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/intelgalileo/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
