We’re looking at some ideas for making system update (i.e. rootfs) generation easier for Debian family distributions (where Mender uses mender-convert).
Right now the golden image workflow is being used, however it has quite a bit of steps for moving storage (e.g. SD cards) around, dumping images, etc.
If you’re interested in giving your feedback on a call to help improve Mender in this area, please let me know (DM me or email contact@mender.io). We offer a $50 Amazon gift card as a small token of appreciation for your time.
Hi,
To spare the SD card, you may try to mount additional storage and dd the image to it, then scp the file to your further handling.
Another alternative, is to use compatible device with stronger CPU, RAM, etc. and do all the work on it.