Steps
- Download and copy image from pd-la.info/pdpi to sdcard.
- ssh to the device
- expand the file system using raspi-config
- sudo bash; apt-get update; apt-get dist-upgrade
(WAIT AN ETERNATY!!!) - apt-get install arduino xrdp
Resources
- http://pd-la.info/pdpi/
- http://vimeo.com/52259196
- http://www.howtogeek.com/141157/how-to-configure-your-raspberry-pi-for-remote-shell-desktop-and-file-transfer/all/
- http://www.ryukent.com/2013/04/setup-the-raspberry-pi-for-remote-access-with-rdp-or-vnc-and-a-static-ip/
- http://cord.sourceforge.net
- http://readwrite.com/2014/04/16/arduino-raspberry-pi-connected-home-tutorials-projects#awesm=~oIjC0fWIMe5XJF
Sue
I tried the dd workflow and had no luck (says “Operation not supported” on that disk – I think the SD card itself is bunk. Let me know when I can come pick up a card from you. Thx!
feurig
Card is ready. Sent you an email with contact info and times.
Sue
I did a little googling and took the suggestion to reformat the 32gb card to FAT, make it one partition again, then erase for good luck. That worked – but it took 2.5 hours to complete the dd. It’s working well now though!
feurig
I found that if i did the dd with the default block size that it took over an hour to do next to nothing. I played around with it and found that adding bs=512m seemed to get it down to under an hour. Using the internal card reader on my linux machine at work i was able to get it to around 40 minutes.