[PATCH] ARM: boards: phytec-som-am335x: Fix SPI boot script
Sascha Hauer
s.hauer at pengutronix.de
Mon Nov 20 23:16:42 PST 2017
On Fri, Nov 17, 2017 at 03:11:07PM +0100, Daniel Schultz wrote:
> 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>
> ---
Applied, thanks
Sascha
> 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
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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 |
More information about the barebox
mailing list