From owner-freebsd-arm@FreeBSD.ORG Sat May 11 16:11:46 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 00944BBD for ; Sat, 11 May 2013 16:11:45 +0000 (UTC) (envelope-from kientzle@acm.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id D3D2BE63 for ; Sat, 11 May 2013 16:11:45 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r4BGBdo3079049; Sat, 11 May 2013 16:11:39 GMT (envelope-from kientzle@acm.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 778wyuwr3xh2bqtqxjtptzmxts; Sat, 11 May 2013 16:11:39 +0000 (UTC) (envelope-from kientzle@acm.org) Subject: Re: Connecting to Beablebone Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Sat, 11 May 2013 09:11:39 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130510024232.GA10543@thinkbsd.divinix.org> To: hiren panchasara X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 16:11:46 -0000 On May 11, 2013, at 12:59 AM, hiren panchasara wrote: > I found one of these: > = http://www.amazon.com/gp/product/B006JKNWLE/ref=3Doh_details_o06_s00_i00?i= e=3DUTF8&psc=3D1 >=20 > And I've connected it to laptop as shown in: > http://www.strugglingcoder.info/pics/bb1.jpg > and on beaglebone as shown in: = http://www.strugglingcoder.info/pics/bb2.jpg >=20 > As per the schematic info I derived: > Pin 1: GND > Pin 4: RX > Pin 5: TX >=20 > I can still not see anything after connecting to "cu -l cuaU0". You probably need to set the speed: cu -s 115200 -l cuaU0 Tim