This project provides packages and an SD card image for Debian for the Intel Gellileo boards (both Gen 1 and Gen2). Aside from the board specific kernel and some configuration that is unique to this board, the rest of the image is normal Debian Wheezy for i386.
Follow galileo-debian
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks, but due to a critical CPU bug please note that there is a problem in libpthread/libstdc++ that needs recompilation with "-momit-lock-prefix" and maybe also -with-cpu=i386 The bug leads to segfaults in threaded code and is described in some detail in bugs.debian.org/cgi-bin/bugreport.cgi?bug=738575 and also described on "Intel Quark SoC X1000 Software: Release Notes" page 22.
-
Ďakujem
-
How to expand filesystem on sd card?
-
Just in case anyone is wondering the username is root and password is root. I couldn't find it anywhere. No Problem's so far with the os
-
I have successfully but not thoroughly tested automatically booting this image. The galileo as near as I can tell does not like grub2 or UUID. here's what I did: I created a 100mb fat (and marked it boot-able) and made the rest of the sd card a ext3. I copied the data to the ext3 partition like what is on the image, basically to get rid of the UUID stuff. I created /boot/grub/grub.conf on the fat partition with this in the file: timeout 3 title debian root (hd0,1) kernel /boot/vmlinuz-3.8.7 root=/dev/mmcblk0p2 console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw rootwait quiet and it boots. Hope that helps getting thing rolling for others. Now that I have this rolling I will test it more.