From owner-freebsd-arm@freebsd.org Sat Jan 6 21:23:37 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5FADDF0AE8 for ; Sat, 6 Jan 2018 21:23:37 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-137.reflexion.net [208.70.210.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 805498066C for ; Sat, 6 Jan 2018 21:23:36 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 23946 invoked from network); 6 Jan 2018 21:23:30 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 6 Jan 2018 21:23:30 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.40.4) with SMTP; Sat, 06 Jan 2018 16:23:30 -0500 (EST) Received: (qmail 18383 invoked from network); 6 Jan 2018 21:23:30 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 6 Jan 2018 21:23:30 -0000 Received: from [192.168.1.25] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id D6CB4EC94BC; Sat, 6 Jan 2018 13:23:29 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: I now have access to a Rock64-4GB (Rock64_V2.0 board); I hope to put FreeBSD on it someday From: Mark Millard In-Reply-To: <41bcf0afe2a94d80909837b43d25022c@megadrive.org> Date: Sat, 6 Jan 2018 13:23:29 -0800 Cc: Freebsd-arm , owner-freebsd-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9FDFF16A-02D4-4EC3-BB66-AF9C0FA3B2EE@dsl-only.net> References: <20180105133154.GC31064@lonesome.com> <34E00728-3FC0-4B56-A420-5171FD224008@dsl-only.net> <20180105144541.GA32430@lonesome.com> <6168e37ebf0210ddc49947030db83e9f@megadrive.org> <41bcf0afe2a94d80909837b43d25022c@megadrive.org> To: Emmanuel Vadot , Mark Linimon X-Mailer: Apple Mail (2.3273) 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: Sat, 06 Jan 2018 21:23:37 -0000 On 2018-Jan-6, at 8:45 AM, Emmanuel Vadot = wrote: > On 2018-01-06 17:43, Emmanuel Vadot wrote: >> On 2018-01-05 15:45, Mark Linimon wrote: >>> On Fri, Jan 05, 2018 at 06:27:41AM -0800, Mark Millard wrote: >>>> the early boot baudrate for the console is apparently 1.5Mbit/s >>> I've had to use minicom. That's the only thing that I'm sure = supports it. >>> mcl >> Works fine with tip(1) here using an FDTI usb<->serial, using a >> PL2303XA doesn't work (but should based on the datasheet), and my >> CP2108 should work but I haven't tested yet. >=20 > Also my PL2303XA adapter works on linux using minicom but only for RX, = that might be a driver issue. I've been using Serial on an old MacOS X laptop. I've done more experiments. Here is what I've observed. . . For a CH340G, Serial did not allow 1500000 (built-in driver for USB ID 1a86:7523:0254) but Serial is being updated to allow it. (I have a preliminary release now, so I have 1500000 support now.) However, there was extensive dropped text from sustained output in my limited testing of this combination. [The CH340G is from the type of serial console for the ROCK64 that is sold at pine64.org .] I got access to a CP2102 and tried it with Serial (again a built-in driver, but for USB ID 10c4:ea60:0100). There is far less dropped text, although it does happen on occasion for sustained serial output. I've not tried a FT232R with Serial (AppleUSBFTDI driver for USB ID 0403:6001:0600) but could have access to do so. I've not tried a LP2303X/HX/TA with Serial (built-in driver for USB ID 067b:2303:0300) but could have access to do so. (The device identifications are as reported by Serial, both USB ID and "Chip" name.) As stands for ubuntu 16.04's top on the ROCK64, running via a 70 line window in Serial, I've yet to see a screen update that looked completely good. But most lines for the CP2102 and Serial combination look good for each update so far. By contrast, the CH340G with Serial had text all over the place with few lines ever looking good. The bad lines were hard to interpret. =3D=3D=3D Mark Millard markmi at dsl-only.net