From owner-freebsd-arm@FreeBSD.ORG Fri Oct 3 20:18:05 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83AB7652 for ; Fri, 3 Oct 2014 20:18:05 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1 with cipher DES-CBC3-SHA (112/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5744FF9E for ; Fri, 3 Oct 2014 20:18:04 +0000 (UTC) Received: from fukuyama.hsd1.ca.comcast.net (unknown [73.162.13.215]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0NCV00AMJXPSL230@st11p02mm-asmtp002.mac.com> for freebsd-arm@freebsd.org; Fri, 03 Oct 2014 20:17:54 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.28,0.0.0000 definitions=2014-10-03_08:2014-10-03,2014-10-03,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1410030202 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.0 \(1988\)) Subject: Re: Digi CCWMX53 From: Rui Paulo In-reply-to: Date: Fri, 03 Oct 2014 13:17:52 -0700 Content-transfer-encoding: quoted-printable Message-id: <6CB3D473-64B6-4D03-AD7E-10A38CD23E9E@me.com> References: <27A69721-D93D-4D4C-883A-718CFFF52B21@bsdimp.com> To: Russell Haley X-Mailer: Apple Mail (2.1988) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 20:18:05 -0000 On Oct 3, 2014, at 00:05, Russell Haley wrote: >=20 > Here is my boot log including my load attempt: Oh, I forgot: you need to initialise USB before booting. There's a usb = command in u-boot. Try 'usb init' or something similar. That should = bring up the USB hardware. -- Rui Paulo