From owner-freebsd-arm@FreeBSD.ORG Sun Jul 7 02:06:08 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E40ADDD for ; Sun, 7 Jul 2013 02:06:08 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.freebsd.org (Postfix) with ESMTP id A37151CA8 for ; Sun, 7 Jul 2013 02:06:08 +0000 (UTC) Received: from dagger.cc.vt.edu (dagger.cc.vt.edu [198.82.163.114]) by lennier.cc.vt.edu (8.13.8/8.13.8) with ESMTP id r6721Ctk022432; Sat, 6 Jul 2013 22:05:37 -0400 Received: from auth3.smtp.vt.edu (auth3.smtp.vt.edu [198.82.161.152]) by dagger.cc.vt.edu (MOS 4.3.3-GA) with ESMTP id CEU69852; Sat, 6 Jul 2013 22:05:37 -0400 X-Mirapoint-Received-SPF: 198.82.161.152 auth3.smtp.vt.edu 0 none X-Mirapoint-Received-SPF: 198.82.161.152 auth3.smtp.vt.edu 0 none Received: from [128.173.35.196] ([128.173.35.196]) (authenticated bits=0) by auth3.smtp.vt.edu (8.13.8/8.13.8) with ESMTP id r6725Zwd004896 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 6 Jul 2013 22:05:37 -0400 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Booting Beagleboard Black From: Paul Mather In-Reply-To: Date: Sat, 6 Jul 2013 22:05:35 -0400 Message-Id: <44AB19F7-A0D3-4F0C-A1F4-66AA49283387@gromit.dlib.vt.edu> References: <97D78167-9428-4005-89EE-15A78F74BE46@gromit.dlib.vt.edu> To: Tom Everett X-Mailer: Apple Mail (2.1508) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" 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: Sun, 07 Jul 2013 02:06:09 -0000 On Jul 6, 2013, at 9:41 PM, Tom Everett wrote: > Thanks everyone. I tried the instructions here. = https://wiki.freebsd.org/FreeBSD/arm/BeagleBoneBlack . >=20 > Specifically >=20 > 1 - unplug the usb and sd card > 2 - plug in sd > 3 - hold down "user/boot" button located by the sd connection, at the = FAR end of the board from the other two buttons > 4 - plug in USB > 5 - observe power light go on > 6 - release "user/boot" button >=20 > The power light stays on, but nothing else happens. Perhaps my .img = file is not correct, is there somewhere I can download a "known to work" = .img file? Do you have a USB to serial cable to monitor what is happening during = the startup? Something like http://www.adafruit.com/products/954 is = very handy. It can help let you know whether it is booting the right = image, or how far it is getting in the boot sequence. I've managed to boot a Crochet-produced image on my BeagleBone Black, so = I know it is possible. Cheers, Paul.=