diff --git a/board/solidrun/macchiatobin/genimage.cfg b/board/solidrun/macchiatobin/genimage.cfg index fdcda368a2..378e2082e6 100644 --- a/board/solidrun/macchiatobin/genimage.cfg +++ b/board/solidrun/macchiatobin/genimage.cfg @@ -5,12 +5,12 @@ image sdcard.img { partition uboot { in-partition-table = "no" image = "flash-image.bin" - offset = 0x200000 + offset = 2M } partition rootfs { partition-type = 0x83 - offset = 0x2200000 + offset = 34M image = "rootfs.ext4" } }