Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Dagg Stompler <daggs@gmx.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] boards/odroidc2: fix genimage execution
Date: Sat, 18 Dec 2021 22:00:22 +0100	[thread overview]
Message-ID: <20211218210022.GL2603@scaer> (raw)
In-Reply-To: <20211218202030.24838-1-daggs@gmx.com>

Dag, All,

On 2021-12-18 22:20 +0200, Dagg Stompler spake thusly:
> fix the following error:
> ERROR: hdimage(sdcard.img): partition [MBR] (offset 0x1b8, size 0x48) overlaps previous partition bl1 (offset 0x0, size 0xc200)
> ERROR: hdimage(sdcard.img): bootloaders, etc. that overlap with the partition table must declare the overlapping area as a hole.
> 
> which started at the genimage version bump to 15 commit.
> 
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/1865935217
> Signed-off-by: Dagg Stompler <daggs@gmx.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  board/hardkernel/odroidc2/genimage.cfg | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/board/hardkernel/odroidc2/genimage.cfg b/board/hardkernel/odroidc2/genimage.cfg
> index c283b514d6..f31867a591 100644
> --- a/board/hardkernel/odroidc2/genimage.cfg
> +++ b/board/hardkernel/odroidc2/genimage.cfg
> @@ -18,6 +18,7 @@ image sdcard.img {
>  		in-partition-table = "no"
>  		image = "bl1.bin.hardkernel"
>  		offset = 0
> +		holes = {"(440; 512)"}
>  	}
> 
>  	partition u-boot {
> --
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2021-12-18 21:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-18 20:20 [Buildroot] [PATCH] boards/odroidc2: fix genimage execution Dagg Stompler
2021-12-18 21:00 ` Yann E. MORIN [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211218210022.GL2603@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=daggs@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox