From owner-freebsd-arm@freebsd.org Fri Feb 9 10:28:35 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 4F231F17A39 for ; Fri, 9 Feb 2018 10:28:35 +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 DEBC57C4AC for ; Fri, 9 Feb 2018 10:28:34 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 9D0E4F17A31; Fri, 9 Feb 2018 10:28:34 +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 8A67EF17A2F for ; Fri, 9 Feb 2018 10:28:34 +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 1DB6B7C4AB for ; Fri, 9 Feb 2018 10:28:33 +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 1ek5uw-0000Ze-3L for arm@freebsd.org; Fri, 09 Feb 2018 12:28:30 +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: solved, was Re: serial on neopi neo Date: Fri, 9 Feb 2018 12:28:29 +0200 References: <0291231B-F939-4EB9-BD20-AD32B8E768D2@cs.huji.ac.il> To: "freebsd-arm@freebsd.org" In-Reply-To: Message-Id: <421A858F-AC30-4BE5-8641-E7C8DDDA0493@cs.huji.ac.il> 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:28:35 -0000 > On 9 Feb 2018, at 12:02, Daniel Braniss wrote: >=20 >=20 >=20 >> 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? >=20 > I have! >=20 > I=E2=80=99m using the =E2=80=98what i thought=E2=80=99 unused pins = (CTS/RTS) to drive some leds! >=20 > 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? was sent out too early! doing a cfmakeraw(3) is what screwed me up! now all is ok! >=20 >>=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" >=20 > _______________________________________________ > 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"