From owner-freebsd-arm@FreeBSD.ORG Fri Sep 28 17:28:56 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8D1E106566B for ; Fri, 28 Sep 2012 17:28:56 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 7614B8FC1A for ; Fri, 28 Sep 2012 17:28:56 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 324751462; Fri, 28 Sep 2012 19:23:48 +0200 From: Hans Petter Selasky To: freebsd-arm@freebsd.org Date: Fri, 28 Sep 2012 19:25:13 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <506327AD.8030103@gmail.com> <5065D716.3080502@gmail.com> <1348852114.1113.43.camel@revolution.hippie.lan> In-Reply-To: <1348852114.1113.43.camel@revolution.hippie.lan> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209281925.13209.hselasky@c2i.net> Cc: Subject: Re: Unable to boot Pi successfully with ethernet interface configured X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 17:28:57 -0000 On Friday 28 September 2012 19:08:34 Ian Lepore wrote: > On Fri, 2012-09-28 at 17:57 +0100, Sevan / Venture37 wrote: > > Oh cool, will report back once I've had a chance to play tonight. > > Btw, I'm using a USB > TTL adapter connected to the GPIO pins which > > gives me output from the kernel on booting but I'd like to be able to > > login, looking at /etc/ttys ttyv0 is switched on by default, I've > > modified it to std.115200 & I see the login prompt now but the > > console > > locks up & wont take any input. > > It might be worth trying 3wire.115200 rather than std.115200, in case > flow control is why it seems to be locked up. > > -- Ian > Hi Ian, # cat /etc/ttys ttyU0 "/usr/libexec/getty 3wire.115200" vt100 on secure ttyu0 "/usr/libexec/getty 3wire.115200" vt100 on secure ttyv0 "/usr/libexec/getty Pc" cons25 on secure ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure Only USB TTY port works. If I do something like: echo "test" > ttyu0 Nothing is printed on the serial port. Don't know why. ps auxw root 554 0.0 1.2 10076 1564 u0 Ss+ 5:23PM 0:00.02 /usr/libexec/getty 3wire.115200 ttyu0 --HPS