[U-Boot] [PATCH 4/5] sandbox: README: fix partition command invocation

Simon Glass sjg at chromium.org
Fri Jun 9 12:28:22 UTC 2017


On 4 June 2017 at 16:11,  <alison at peloton-tech.com> wrote:
> From: Alison Chaiken <alison at peloton-tech.com>
>
> The instructions for creating a disk image that are presently in
> README.sandbox fail because sfdisk doesn't know about GPT.
>
> Signed-off-by: Alison Chaiken <alison at peloton-tech.com>
> ---
>  board/sandbox/README.sandbox | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
> index 02d8ab3..9dc2eb0 100644
> --- a/board/sandbox/README.sandbox
> +++ b/board/sandbox/README.sandbox
> @@ -333,7 +333,7 @@ the contents of the root directory on the second partion of the image
>  A disk image can be created using the following commands:
>
>  $> truncate -s 1200M ./disk.raw
> -$> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sfdisk  ./disk.raw
> +$> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk  ./disk.raw
>  $> lodev=`sudo losetup -P -f --show ./disk.raw`
>  $> sudo mkfs.vfat -n EFI -v ${lodev}p1
>  $> sudo mkfs.ext4 -L ROOT -v ${lodev}p2

Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on Ubuntu 14.04 (with tools in /sbin):
Tested-by: Simon Glass <sjg at chromium.org>

> --
> 2.1.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list