Here is my release for 'galileo-debian3.img.zip' to be written to an SDCARD.
This version is a zip file and should be unzipped to the about 1.6 Gig image and then written to the SDCARD using dd on linux or rawrite.exe on Windows.
dd if=galileo-debian3.img of=/dev/mmcblkX bs=1M conv=fsync
Be sure to replace mmcblkX with the correct number of your device without the partition modifier. The SDCARD will be written with a new bootloader/partition table and the two new partitions. The mmcblk0p2 can be resized to any size after writing the image to the SDCARD. I use gparted on linux.
I built this image starting with the IOT devkit SDCARD. I use their kernel and kernel modules. I replaced the yocto with debian wheezy. The Galileo can be booted and reached with ssh or telnet over the ethernet without needing a serial rs-232 connection.
Login with 'root' password of 'debian'. Login with 'user' password of 'debian'.
I have a number of debian packages preinstalled including mc and dselect. Included is the vncserver. Also included is the fixed libpthread from earlier posts. Use apt-get to install anything from wheezy. This is ready to go.
Anybody can use this image for their own purposes. I don't expect to do any more to this image so I can begin toying with my electronics. I only get about an hour a day to use on my Galileo so I hope everybody overtakes me on their projects. This is basically a simple approach and not fancy so everybody can begin working without any problems.
https://drive.google.com/file/d/0B9oZ4TS_qZ58YnlyV05laWRRek0/edit?usp=sharing