From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5AA02E0087C; Tue, 11 Nov 2014 15:01:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [134.170.140.67 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from APAC01-HK1-obe.outbound.protection.outlook.com (mail-hk1on0067.outbound.protection.outlook.com [134.170.140.67]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B0427E007C0 for ; Tue, 11 Nov 2014 15:01:05 -0800 (PST) Received: from [192.168.5.3] (220.233.218.62) by HKNPR02MB179.apcprd02.prod.outlook.com (10.141.19.25) with Microsoft SMTP Server (TLS) id 15.1.16.15; Tue, 11 Nov 2014 23:01:00 +0000 Message-ID: <5462951C.5000701@beamcommunications.com> Date: Wed, 12 Nov 2014 10:00:44 +1100 From: Craig McQueen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Otavio Salvador , Fabio Estevam References: <5461AF84.2000700@beamcommunications.com> In-Reply-To: X-Originating-IP: [220.233.218.62] X-ClientProxiedBy: HKNPR02CA006.apcprd02.prod.outlook.com (10.255.138.151) To HKNPR02MB179.apcprd02.prod.outlook.com (10.141.19.25) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:HKNPR02MB179; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA: BCL:0;PCL:0;RULEID:;SRVR:HKNPR02MB179; X-Forefront-PRVS: 0392679D18 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(6049001)(199003)(51704005)(189002)(377454003)(479174003)(24454002)(42186005)(65816999)(92726001)(80316001)(19580395003)(19580405001)(87266999)(54356999)(76176999)(99136001)(50986999)(93886004)(46102003)(117156001)(4396001)(59896002)(31966008)(122386002)(36756003)(95666004)(86362001)(92566001)(101416001)(99396003)(106356001)(105586002)(102836001)(50466002)(33656002)(40100003)(77096003)(77156002)(47776003)(64706001)(62966003)(20776003)(120916001)(97736003)(87976001)(21056001)(107046002)(64126003)(65806001)(66066001)(65956001)(23676002); DIR:OUT; SFP:1101; SCL:1; SRVR:HKNPR02MB179; H:[192.168.5.3]; FPR:; MLV:sfv; PTR:InfoNoRecords; A:1; MX:1; LANG:en; X-Exchange-Antispam-Report-CFA: BCL:0;PCL:0;RULEID:;SRVR:HKNPR02MB179; X-OriginatorOrg: beamcommunications.com Cc: "meta-freescale@yoctoproject.org" Subject: Re: CLOCAL bit for console ttyAMA0 on imx28evk with 3.14 kernel X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 23:01:20 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 12/11/14 04:53, Otavio Salvador wrote: > On Tue, Nov 11, 2014 at 3:46 PM, Fabio Estevam wrote: >> On Tue, Nov 11, 2014 at 3:42 PM, Otavio Salvador >> wrote: >> >>> Is it something which needs fixing on the kernel or Busybox getty? >> It needs to be fixed in Busybox. I tried the same on an LTIB rootfs >> and the problem does not happen there. > Please see if you can identify the option (or patch) we need to apply > in Busybox to solve it. > > Another possibility is something on your testing LTIB rootfs to be > adding a stty call somewhere. > I tried adding the -L option to the getty line in /etc/inittab: AMA0:12345:respawn:/sbin/getty -L 115200 ttyAMA0 That seemed to work. Not sure yet how to patch that in meta-freescale.