From 98915b5536f3099a78bddc4be6a44bb25d412a15 Mon Sep 17 00:00:00 2001 From: Ayan Kumar Halder Date: Mon, 18 Oct 2021 19:44:49 +0100 Subject: Add an option to specify the alignment for the image "petalinux-boot --qemu" when used with a sd image, expects the image to be of size which is power of 2. Thus, one needs to provide an option to disk_image to create images aligned to the next power of two. Signed-off-by: Ayan Kumar Halder Signed-off-by: Stefano Stabellini Reviewed-by: Stefano Stabellini --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9549fff..26ff43a 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,8 @@ Where:\ -w specifies the temporary working directory that the script uses for building the disk image, and if not set, one is created in /tmp\ -o specifies the output disk image file name\ +-a specifies whether the disk image size is to be aligned to the nearest + power of two\ -t specifies the u-boot command to load the binaries. "tftp", "sd" and "scsi" are shorthands for "tftpb", "load mmc 0:1" and "load scsi 0:1", but actually any arbitrary command can be used, for -- cgit v1.2.3