Hi,
I just installed Armbian on my OrangePI Zero instead of the Debian that I was using. I used an 8 GIG Card. Now that I have a booting system that can connect via WIFI, I wanted to create a backup card so that if I screw something up, I can recover. I created a backup image with Win32DiskImager, but it was too big to fit onto the new card. I forced the image to fit with
http://www.roadkil.net/listing.php/C2/Disk Utilities
That utility worked with images on my Raspberry PI. It would fail at the end of the image, but on the Raspberry PI, the end of the image was just blank space anyway. On Armbian, this did not work and mounting the card as /dev/sda with a card reader shows that the file system appears to be blank. On my Debian installs of Jessie on the Raspberry PI, the SD card is formatted into a FAT32 boot drive and a ext4 Linux drive. On Armbian, this appears to be done with just a single ext4 Linux drive. Perhaps that is why my previous tricks are not working.
Are there some tricks to copying the image from a working SD Card to a blank one? I tried a straight dd copy. That completed without any issues, however the resultant card would not boot the OrangePi Zero.
Thanks.
----- Steve