aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyan Kumar Halder2021-10-18 19:44:49 +0100
committerStefano Stabellini2021-10-18 14:09:28 -0700
commit98915b5536f3099a78bddc4be6a44bb25d412a15 (patch)
treebb572866b195516a0216a631b59fab22726b9f59 /README.md
parent22a60a46b62fb74c2319384b50f3039f8b85e76b (diff)
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 <ayankuma@xilinx.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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