Wednesday, January 23, 2013
Tuesday, January 8, 2013
Friday, August 31, 2012
Pi exercise
Using scratch to control an LED from a raspberry pi (link). Looks easy enough for me to do.
Wednesday, August 29, 2012
Bring out your old 3D glasses
I made this image from two photos of a pine tree at Anne and Danny's place.
![]() |
From Scrapbook Photos |
Sunday, July 15, 2012
SD card setup on Mac for RP
From xterm run
df -h
to get
/dev/disk1s1 3.8Gi 124Mi 3.7Gi 4% /Volumes/CASIO-DSC
Check where the img file is...
ls ~/Downloads/debian6-19-04-2012
debian6-19-04-2012/ debian6-19-04-2012.zip
Unmount the SD card
diskutil unmount /dev/disk1s1
use dd to copy image to SD card
sudo dd bs=1m if=~/Downloads/debian6-19-04-2012/debian6-19-04-2012.ig of=/dev/rdisk1
link to relevant eLinux.org post
df -h
to get
/dev/disk1s1 3.8Gi 124Mi 3.7Gi 4% /Volumes/CASIO-DSC
Check where the img file is...
ls ~/Downloads/debian6-19-04-2012
debian6-19-04-2012/ debian6-19-04-2012.zip
Unmount the SD card
diskutil unmount /dev/disk1s1
use dd to copy image to SD card
sudo dd bs=1m if=~/Downloads/debian6-19-04-2012/debian6-19-04-2012.ig of=/dev/rdisk1
link to relevant eLinux.org post
Subscribe to:
Posts (Atom)