The title pretty much says it all, although I'll elaborate a little. So I want to write the Raspbian image alongside an already present working system (which is loaded into RAM and has two partition, the boot and another for extensions - its piCore). I want to write that image into an extended partition that I created at /dev/mmcblk0p3
Maybe I don't understand partitions well enough, but I've tried writing to mmcblk0p3, but apparently that's only the "container" so I made a partition, wrote into that and it complained about an invalid partition scheme and I've also tried the skip option which didn't work.
So how do I write an image file with two partitions to the end of two already present partitions?
Thanks!