From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 06/11] configs: omap5_common : Boot rootfs from sd card by default
Date: Fri, 5 Dec 2014 09:52:25 -0500 [thread overview]
Message-ID: <20141205145225.GD20704@bill-the-cat> (raw)
In-Reply-To: <1415284132-6317-6-git-send-email-balbi@ti.com>
On Thu, Nov 06, 2014 at 08:28:47AM -0600, Felipe Balbi wrote:
> From: Franklin S Cooper Jr <fcooper@ti.com>
>
> * Since the emmc isn't always programed trying to load the fs from the
> emmc causes boot failures/kernel panic.
>
> * The current bootcmd is set to:
> bootcmd=run findfdt; run mmcboot;setenv mmcdev 1; setenv bootpart 1:2; \
> setenv mmcroot /dev/mmcblk0p2 rw; run mmcboot;
>
> My guess is the env variables should be set so that sd card boot
> (dt,kernel,fs) is the default and then fallback to emmc if it fails (no
> sd card detected)
>
> The current bootcmd attempts to set mmcroot to the sd card rootfs but
> that code doesn't run due to mmcboot being ran early on.
>
> Signed-off-by: Franklin Cooper Jr. <fcooper@ti.com>
> Signed-off-by: Felipe Balbi <balbi@ti.com>
> Reviewed-by: Tom Rini <trini@ti.com>
Applied to u-boot-ti/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141205/386d32b7/attachment.pgp>
next prev parent reply other threads:[~2014-12-05 14:52 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-06 14:28 [U-Boot] [PATCH 01/11] arm: omap5: don't enable misc_init_r by default Felipe Balbi
2014-11-06 14:28 ` [U-Boot] [PATCH 02/11] arm: omap5: tps659038: rename regulator defines Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 03/11] arm: dra7xx: prcm: add missing registers Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 04/11] usb: phy: omap_usb_phy: fix build breakage Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 05/11] arm: omap-common: emif: allow to map memory without interleaving Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 06/11] configs: omap5_common : Boot rootfs from sd card by default Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` Tom Rini [this message]
2014-11-06 14:28 ` [U-Boot] [PATCH 07/11] arm: omap5: make hw_init_data weak Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot,07/11] " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 08/11] arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weak Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 09/11] arm: omap_common: expose tps659038 and dra7xx_dplls Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 10/11] arm: omap: add support for am57xx devices Felipe Balbi
2014-11-10 18:47 ` Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
2014-11-06 14:28 ` [U-Boot] [PATCH 11/11] beagle_x15: add board support for Beagle x15 Felipe Balbi
2014-11-06 14:35 ` menon.nishanth at gmail.com
2014-11-06 14:43 ` Felipe Balbi
2014-11-06 14:44 ` [U-Boot] [PATCH v2 " Felipe Balbi
2014-11-06 14:46 ` menon.nishanth at gmail.com
2014-11-10 18:47 ` Tom Rini
2014-11-10 19:43 ` Felipe Balbi
2014-11-10 20:02 ` [U-Boot] [PATCH v3 " Felipe Balbi
2014-11-10 21:29 ` Tom Rini
2014-12-05 14:53 ` [U-Boot] [U-Boot, v3, " Tom Rini
2014-11-10 18:47 ` [U-Boot] [PATCH 01/11] arm: omap5: don't enable misc_init_r by default Tom Rini
2014-12-05 14:52 ` [U-Boot] [U-Boot, " Tom Rini
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=20141205145225.GD20704@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.