Skip to content
Snippets Groups Projects
Commit a70e157f authored by Franklin S Cooper Jr's avatar Franklin S Cooper Jr Committed by Tom Rini
Browse files

configs: omap5_common : Boot rootfs from sd card by default


* 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: default avatarFranklin Cooper Jr. <fcooper@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Reviewed-by: default avatarTom Rini <trini@ti.com>
parent dbf02eca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment