Hello. I can't figure out how to correctly write the configuration for genimage for the imx8mm CPU. This way of writing works fine: dd if=barebox-nxp-imx8mm-mgqs.img of=/dev/sdc bs=1024 seek=33 skip=33 For genimage I use the following but it doesn't work... image imx8mm-mgqs-sdcard.img { hdimage { partition-table-type = "gpt" } partition boot { image = "barebox-nxp-imx8mm-mgqs.img" holes = {"(0; 33K)"} offset = 0 partition-type-uuid = 0fc63daf-8483-4772-8e79-3d69d8477de4 } partition env { image = "/dev/null" offset = 8M partition-type-uuid = 6c3737f2-07f8-45d1-ad45-15d260aab24d size = 32K } partition root { image = "rootfs.ext4" partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae } }