[PATCH] ARM: boards: phytec-som-am335x: Fix SPI boot script
Daniel Schultz
d.schultz at phytec.de
Fri Nov 17 06:11:07 PST 2017
Because our SPI NOR flashes are too small, we require a root filesystem
in a NAND media. The kernel bootargs has a wrong parameter and lead to:
VFS: Cannot open root device "ubi0:root" or unknown-block(0,0):
Changed 'ubi.mtd=nand0.root' to 'ubi.mtd=root'.
Signed-off-by: Daniel Schultz <d.schultz at phytec.de>
---
arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/spi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/spi b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/spi
index a321aa9..611bc24 100644
--- a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/spi
+++ b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/spi
@@ -4,4 +4,4 @@ global.bootm.image="/dev/m25p0.kernel"
global.bootm.oftree="/dev/m25p0.oftree"
# Use rootfs from NAND
-global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=nand0.root rootfstype=ubifs"
+global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=root rootfstype=ubifs"
--
2.7.4
More information about the barebox
mailing list