У нас вы можете посмотреть бесплатно Setup and first boot for Galileo Gen 2 или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Setting up and booting the Galileo Gen 2 involves several steps to get the board up and running. Here's a guide to help you with the setup and first boot: 1. Gather the Required Components: Galileo Gen 2 board. Power supply: You can use a micro-USB cable with a power source or an external power supply (7-15V, center-positive barrel jack). MicroSD card (recommended) for Linux OS and storage (optional). Computer with a USB port. 2. Install Arduino IDE: Download and install the Arduino IDE on your computer from the official Arduino website. 3. Install Galileo Gen 2 Board Package: Open the Arduino IDE, navigate to "File" - "Preferences." In the "Additional Boards Manager URLs" field, add the following URL: bash Copy code http://downloadmirror.intel.com/25384/eng/... Click "OK" to close the Preferences window. Now, navigate to "Tools" - "Board" - "Boards Manager." Search for "Intel Galileo" in the Boards Manager, select the package, and click "Install." 4. Connect the Galileo Gen 2 to Your Computer: Connect the Galileo Gen 2 to your computer using a USB cable. Use the USB Client port (the one closer to the power jack) for programming and debugging. 5. Select the Board and Port: In the Arduino IDE, go to "Tools" - "Board" and select "Intel Galileo Gen2" from the list. Next, go to "Tools" - "Port" and choose the appropriate serial port (e.g., "/dev/ttyACM0" on Linux or "COMx" on Windows) that represents your Galileo Gen 2. 6. Load a Blink Sketch (First Boot Test): To verify that everything is working correctly, let's load a simple Blink sketch. Go to "File" - "Examples" - "01.Basics" - "Blink." Click the "Upload" button (right arrow) to compile and upload the Blink sketch to the Galileo Gen 2. 7. Observe the Blinking LED: On the Galileo Gen 2 board, there's a built-in LED attached to pin 13. After uploading the Blink sketch, you should see the LED blinking on and off at one-second intervals.