You need Linux for that.
- Download latest PGv1 Release Image
- Unpack xz:
xz -d adam_v2.1_PGv1.img.xz, you'll haveadam_v2.1_PGv1.imgin the same directory - Split image into MBR, bootloader, system partition, data partition:
dd if=adam_v2.1_PGv1.img bs=512 count=1 of=mbr.bindd if=adam_v2.1_PGv1.img bs=512 skip=1 count=30 of=bootloader.bin
sudo losetup --show -Pf adam_v2.1_PGv1.img