From owner-freebsd-arm@freebsd.org Fri Nov 25 10:58:01 2016 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 4674DC532E1 for ; Fri, 25 Nov 2016 10:58:01 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id 9A35FD81 for ; Fri, 25 Nov 2016 10:58:00 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id 8F15A406061; Fri, 25 Nov 2016 02:57:51 -0800 (PST) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Michael Sperber cc: freebsd-arm@freebsd.org, hmurray@megapathdsl.net From: Hal Murray Subject: Re: Can't get 11.0-RELEASE to boot on Banana PI M3 In-Reply-To: Message from Michael Sperber of "Fri, 25 Nov 2016 11:03:27 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Nov 2016 02:57:51 -0800 Message-Id: <20161125105751.8F15A406061@ip-64-139-1-69.sjc.megapath.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 10:58:01 -0000 sperber@deinprogramm.de said: > Ah, thanks ... but that's not standard RS232, right? (BPI homepages says > "TTL".) If it isn't, what kind of hardware connects to that? The normal setup for RS232 is that the transmit and receive signals come out of a big chip (SOC, or PCI UART, or USB UART, or ...) and then go through a level converter which is typically a MAX-232 or one of many clones or variants. The "TTL" is telling you that it doesn't have that level converter chip. You can either add a level converter chip and then plug it into a real RS-232 port, or find some setup that also doesn't have the level converter and speaks TTL levels. Adafruit and probably many others sell a USB UART without the level converter for applications like this. https://www.adafruit.com/product/954 Sometimes, TTL means 3V CMOS levels and 5V from real TTL/CMOS will fry your expensive chip. Best to check carefully. The above part says 3V. It also has an extra power wire that you get to ignore. -- These are my opinions. I hate spam.