From owner-freebsd-arm@freebsd.org Fri Feb 9 10:02:57 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83522F15AF2 for ; Fri, 9 Feb 2018 10:02:57 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1F67C7B41E for ; Fri, 9 Feb 2018 10:02:57 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id CD38FF15AF1; Fri, 9 Feb 2018 10:02:56 +0000 (UTC) Delivered-To: arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA64AF15AF0 for ; Fri, 9 Feb 2018 10:02:56 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 507D57B41D for ; Fri, 9 Feb 2018 10:02:55 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1ek5W6-000ODw-5K for arm@freebsd.org; Fri, 09 Feb 2018 12:02:50 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: serial on neopi neo Date: Fri, 9 Feb 2018 12:02:49 +0200 References: <0291231B-F939-4EB9-BD20-AD32B8E768D2@cs.huji.ac.il> To: "freebsd-arm@freebsd.org" In-Reply-To: <0291231B-F939-4EB9-BD20-AD32B8E768D2@cs.huji.ac.il> Message-Id: X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2018 10:02:57 -0000 > On 8 Feb 2018, at 17:30, Daniel Braniss wrote: >=20 > hi, > after fiddling with the dts file (with the help from Milo), I got 2 = serial ports to work(apart from the /dev/ttyu0), > but not together! ie, if i try each one individually all is ok, but = once I open both of them, only > /dev/ttyu1 works, /dev/ttyu2 hangs (i have yet to see if its the = output or input) >=20 > any ideas? I have! I=E2=80=99m using the =E2=80=98what i thought=E2=80=99 unused pins = (CTS/RTS) to drive some leds! I do set, via tcsetattr(3) to ignore these (ie no modem, no flow = control) but it seems the driver is ignoring this. how can I tell the serial/uart to ignore them? >=20 > cheers, > danny > PS: I have not tested this on orange* but I suspect it will be the = same. > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"