From patchwork Fri Feb 13 03:13:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Gimpelevich X-Patchwork-Id: 439366 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9956B1401B1 for ; Fri, 13 Feb 2015 14:14:22 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 01A6428A5FF; Fri, 13 Feb 2015 04:11:32 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A8FC12804B3 for ; Fri, 13 Feb 2015 04:11:26 +0100 (CET) X-policyd-weight: using cached result; rate: -7.6 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 13 Feb 2015 04:11:26 +0100 (CET) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YM6hg-00024F-GY for openwrt-devel@lists.openwrt.org; Fri, 13 Feb 2015 04:14:04 +0100 Received: from c-67-160-209-179.hsd1.ca.comcast.net ([67.160.209.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 04:14:04 +0100 Received: from daniel by c-67-160-209-179.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2015 04:14:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: openwrt-devel@lists.openwrt.org From: Daniel Gimpelevich Date: Fri, 13 Feb 2015 03:13:57 +0000 (UTC) Lines: 21 Message-ID: References: <54D8A856.1020900@openwrt.org> <1423503022.6037.1.camel@chimera> <54D8F483.40902@openwrt.org> <1423504645.6037.2.camel@chimera> <54D8FA0E.1070203@openwrt.org> <1423513548.6037.4.camel@chimera> <54D91840.5030106@openwrt.org> <1423514657.6037.6.camel@chimera> <1423561211.11619.25.camel@chimera> <54DC8C42.5030101@openwrt.org> <54DCE3E8.1010907@openwrt.org> <54DCE501.5090101@openwrt.org> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-67-160-209-179.hsd1.ca.comcast.net User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Subject: Re: [OpenWrt-Devel] lantiq v3.18 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" 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 --- 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@0 {