From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/9] olimex_a20_olinuxino_micro: update to use genimage
Date: Wed, 24 Feb 2016 21:51:51 +0100 [thread overview]
Message-ID: <87fuwh25nc.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1456187073-2876-7-git-send-email-luca@lucaceresoli.net> (Luca Ceresoli's message of "Tue, 23 Feb 2016 01:24:30 +0100")
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
> board/olimex/a20_olinuxino/genimage.cfg | 16 ++++++++++++++++
> board/olimex/a20_olinuxino/post-image.sh | 16 ++++++++++++++++
> board/olimex/a20_olinuxino/readme.txt | 17 +++++++++++++++--
> configs/olimex_a20_olinuxino_micro_defconfig | 2 ++
> 4 files changed, 49 insertions(+), 2 deletions(-)
> create mode 100644 board/olimex/a20_olinuxino/genimage.cfg
> create mode 100755 board/olimex/a20_olinuxino/post-image.sh
> diff --git a/board/olimex/a20_olinuxino/genimage.cfg b/board/olimex/a20_olinuxino/genimage.cfg
> new file mode 100644
> index 000000000000..8ea24ccab8f3
> --- /dev/null
> +++ b/board/olimex/a20_olinuxino/genimage.cfg
> @@ -0,0 +1,16 @@
> +image sdcard.img {
> + hdimage {
> + }
> +
> + partition u-boot {
> + in-partition-table = "no"
> + image = "u-boot-sunxi-with-spl.bin"
> + offset = 8192
> + }
> +
> + partition rootfs {
> + partition-type = 0x83
> + image = "rootfs.ext4"
> + size = 512M
> + }
> +}
What about the dtb file? The other Allwinner based boards store this in
a first vfat partition.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2016-02-24 20:51 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-23 0:24 [Buildroot] [PATCH 0/9] Olimex A20 OlinuXino updates Luca Ceresoli
2016-02-23 0:24 ` [Buildroot] [PATCH 1/9] olimex/a20_olinuxino: update readme.txt with lime2 info Luca Ceresoli
2016-02-24 20:40 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 2/9] olimex_a20_olinuxino_micro: bump linux to 4.4.2 Luca Ceresoli
2016-02-24 20:42 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 3/9] olimex_a20_olinuxino_micro: bump u-boot to 2016.01 Luca Ceresoli
2016-02-24 20:43 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 4/9] olimex_a20_olinuxino_micro: initialize the network with DHCP Luca Ceresoli
2016-02-24 20:43 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 5/9] olimex_a20_olinuxino_micro: remove redundant defconfig lines Luca Ceresoli
2016-02-24 20:47 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 6/9] olimex_a20_olinuxino_micro: update to use genimage Luca Ceresoli
2016-02-24 20:51 ` Peter Korsgaard [this message]
2016-02-24 22:39 ` Luca Ceresoli
2016-02-24 22:42 ` Peter Korsgaard
2016-02-23 0:24 ` [Buildroot] [PATCH 7/9] olimex_a20_olinuxino_lime: " Luca Ceresoli
2016-02-24 17:41 ` François Perrad
2016-02-23 0:24 ` [Buildroot] [PATCH 8/9] olimex_a20_olinuxino_lime2: " Luca Ceresoli
2016-02-23 0:24 ` [Buildroot] [PATCH 9/9] olimex_a20_olinuxino_*: remove old SD writing instructions Luca Ceresoli
2016-02-23 17:59 ` [Buildroot] [PATCH 0/9] Olimex A20 OlinuXino updates François Perrad
2016-02-24 22:46 ` Peter Korsgaard
2016-02-24 22:45 ` Peter Korsgaard
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=87fuwh25nc.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/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