On Tue, 2019-04-23 at 09:38 +0200, Steffen Kothe wrote:
> RAUC handles the eMMC correctly, so I think, I just have to modify
> the 
> offset address properly. If I do the update manually with "dd" ,
> following command line is used
> 
> dd if=u-boot.imx of=/dev/mmcblk3boot0 bs=512 seek=2
> 
> If you would transform this command line to the RAUC behaviour, the
> "dd" command would looks like this.
> 
> dd if=u-boot.imx of=/dev/mmcblk3boot0 bs=512 seek=0 

The intention for RAUC is to install (complete) partition images into
partitions. So I'd suggest to use "dd if=u-boot.imx of=u-boot.emmc.img
bs=512 seek=2" to create the partition image for the RAUC bundle.

Regards,
Jan
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
RAUC mailing list

Reply via email to