@tudor said in Can I deploy a simple buildroot image with FOGProject?:

Having to copy the image to a machine and back again would be an extra unneccesary step since we already have the image ready to go.

Yeah I can see what you mean. Understood.

If you want to use FOG for this (e.g. because you like the multicast feature) you will need to start investigating the image format and see if you can make it work. We are open to help you find the right track but it’s up to you to actually figure it out.

FOG supports so called RAW image type with uses partclone.dd not (plain) dd. While I have used both extensively I never tried to deploy an image with dd that was created with partclone.dd or vice versa. Don’t think it’ll work but I am not sure. If it doesn’t then you might hack the bash script doing the deployment to just use dd (code reference).