@ats1080s
Thanks Adam! I just lernt sumthin!
I was looking at Paulās output and was wondering why the difference compaired to what I got on one of my RPiās.
Erase the SD cards partition with sudo diskutil partitionDisk /dev/disk2 1 MBR āFree Spaceā ā%noformat%ā 100% I have tried this install with and without that step and gotten the same result.
After that step I have this:
Which does not look promising.
Pushing ahead, I unmount the disk: diskutil unmountDisk /dev/disk2
And do the copy: sudo dd bs=1m if=2016-02-09-raspbian-jessie.img of=/dev/rdisk2
Then expand the filesystem using raspi-config and end up with:
This should not be that hard. What it the world am I doing wrong???
Ok, so you were using df -h on your mac, that makes a lot more sense. You want to open an SSH session to your pi (I donāt have a mac but Iām pretty sure you can just type in the terminal āssh ip.addr.of.piā - obviously using your piās ip address) and use df -h there. I was wondering why you had 260GB of storage on your pi lol. To expand the file system on the pi you want SSH to the pi and use the raspi-config utility and it will automatically do it for you.
Maybe it would be a good idea to check for free space before the installer starts and either recommend running raspi-config on fail or add an option to expand the file system through the installer? This seems to be a pretty common problem.
As ats1080s suggested previously, it sounds as though the SD card hasnāt been expanded yet.
Type in sudo raspi-config
Select option 1 to Expand Filesystem.
Click OK.
Click Finish.
Once your Pi reboots, you should be able to install either way (Through the iOS app or on the Pi/SSH).
Hey @paulcbrewer the reason why the iOS app hangs on install on Step 1 out of 4 is because the SD card is not properly expanded (like the others were saying). However, right now the iOS app doesnāt return an error when the install fails so thatās why it hangs. In the next update, this will be fixed, so it will tell you if you did not expand the filesystem correctly or if anything else failed.
Excellent! Great to hear Paul. Hopefully you have all the hard parts behind you. Now the fun begins, get some sensors, set some triggers, make things happen.
Part of my aquarium project is to combine the already in place Arduino that is controlling the RGB LED lighting with the newly installed TSL2561 that is on my PiZero to have the lights set appropriately for the fish depending on ambient light conditions.
Welcome to the Cayenne Community! So, you have expanded your filesystem and you are using Jessie Full? Have you already followed the steps listed in this thread?