[OpenWrt-Devel] lantiq v3.18

Daniel Gimpelevich daniel at gimpelevich.san-francisco.ca.us
Thu Feb 12 22:13:57 EST 2015


On Thu, 12 Feb 2015 18:38:09 +0100, John Crispin wrote:
> ah i see, not even sure why we attach that info. the mtdsplid should
> automatically set the root=
> 
> try removing the root= parameter please and see if it boots properly

That was there to override the root= from the bootloader, otherwise it
would try to use /dev/mtdblock0. This corrects it better and boots:

Signed-off-by: Daniel Gimpelevich <daniel at gimpelevich.san-francisco.ca.us>
--- a/target/linux/lantiq/dts/DGN3500.dtsi	(revision 44424)
+++ b/target/linux/lantiq/dts/DGN3500.dtsi	(working copy)
@@ -2,7 +2,7 @@
 
 / {
 	chosen {
-		bootargs-append = "root=/dev/mtdblock5 console=ttyLTQ0,115200";
+		bootargs-append = "root= console=ttyLTQ0,115200";
 	};
 
 	memory at 0 {
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list