From: Sascha Hauer <s.hauer@pengutronix.de>
To: Alexander Kurz <akurz@blala.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: i.MX WaRP7: Add defaultenv and boot pre-installed kernel
Date: Mon, 20 Mar 2017 08:39:47 +0100 [thread overview]
Message-ID: <20170320073947.bd2azbvm73fcguus@pengutronix.de> (raw)
In-Reply-To: <1489942941-16270-1-git-send-email-akurz@blala.de>
Hi Alexander,
Some small optimizations for the boot script inside.
On Sun, Mar 19, 2017 at 06:02:21PM +0100, Alexander Kurz wrote:
> static int warp7_devices_init(void)
> {
> @@ -30,6 +31,8 @@ static int warp7_devices_init(void)
> imx6_bbu_internal_mmc_register_handler("mmc", "/dev/mmc2.boot0.barebox",
> BBU_HANDLER_FLAG_DEFAULT);
>
> + defaultenv_append_directory(defaultenv_warp7);
> +
> return 0;
> }
> device_initcall(warp7_devices_init);
> diff --git a/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel b/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel
> new file mode 100644
> index 0000000..dd0a31b
> --- /dev/null
> +++ b/arch/arm/boards/element14-warp7/defaultenv-warp7/boot/mmc_kernel
> @@ -0,0 +1,7 @@
> +#!/bin/sh
> +[ -d /mnt/mmc2.0 ] || mkdir /mnt/mmc2.0
mkdir -p would be simpler, but this is not needed when...
> +mount -t fat /dev/mmc2.0 /mnt/mmc2.0/
...this is replaced with "mount mmc2.0". The partition is then mounted
to the default path which is also /mnt/mmc2.0.
> +
> +global linux.bootargs.dyn.root="console=ttymxc0,115200 root=/dev/mmcblk2p2 rootwait rw"
The console=ttymxc0,115200 shouldn't be necessary. barebox adds this
automatically.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2017-03-20 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-19 17:02 Alexander Kurz
2017-03-20 7:39 ` Sascha Hauer [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=20170320073947.bd2azbvm73fcguus@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=akurz@blala.de \
--cc=barebox@lists.infradead.org \
/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