-
Notifications
You must be signed in to change notification settings - Fork 108
Installing Intel® Galileo Gen2 pre built image
1- Access and select the image for Intel® Galileo Gen2: https://github.com/solettaproject/meta-soletta/releases/latest
- If pendrive use /dev/sdb
- If sdcard use /dev/mmcblk0
These path may be different depending Linux distro. Run lsblk to find out the rightful path.
0- Extract the tar file
1- Run: xzcat ostro-image-intel-quark.dsk.xz | sudo dd of=/dev/sdb bs=512k
This may take several minutes
1- Put the mico sd-card/pendrive in Intel® Galileo Gen2
2- Folow this tutorial to configure your FTDI cable: https://software.intel.com/en-us/get-started-galileo-linux-step2#gen2
2.1 - Access serial console on Linux: https://software.intel.com/en-us/blogs/2014/03/15/start-serial-console-on-galileo-using-linux-w-usb-uart-ftdi-cable
2.2 - Access serial console on Windows: https://software.intel.com/en-us/articles/getting-started-with-the-intel-galileo-board-on-windows
1- Connect your galileo in a network
2- Get galileo IP address running the command
ifconfig -a
3- In a web browser type: http://GALILEO_IP_ADDRESS:8080