From owner-freebsd-arm@FreeBSD.ORG Sat Oct 4 22:57:39 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FDB4A74 for ; Sat, 4 Oct 2014 22:57:39 +0000 (UTC) Received: from mail-yk0-x236.google.com (mail-yk0-x236.google.com [IPv6:2607:f8b0:4002:c07::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F25B12E for ; Sat, 4 Oct 2014 22:57:39 +0000 (UTC) Received: by mail-yk0-f182.google.com with SMTP id 131so1148581ykp.13 for ; Sat, 04 Oct 2014 15:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=G519CfwBdubLt3yHDAQ/pR/madpCBM502F+3L495dhs=; b=tbCIymOw7qxCwMxycLjNPo8n2EMAtVjL5EPxV90R0eod2lzX0A3/G04UYZvBnIyp1x 0MD55qna4K1XbVt7znfGCy4ZrQVehVxINIhBGeEOjRxm5zTQVonb08UIr/BH7t7ZXDS5 FH622Xk8pTbYwyzV+N8XDnsCb5YeQ7qdvAqOt4GFGPrexj5vegO0vhD9LWm+ytFzqbTH 57nZEgoSGo27lHXBZDC1c5iFcmwblLcv03JS1Re/JJpsztTAtHX3kp9ApAB3uezgq5Tr ZKZuyDX6jxZoqcypGOC8H33B1BgCF0o4XltQLFLG0jNyWRgF1qVjBHGbP18O5JdIzZrx eSRg== MIME-Version: 1.0 X-Received: by 10.236.150.138 with SMTP id z10mr8289413yhj.138.1412463458265; Sat, 04 Oct 2014 15:57:38 -0700 (PDT) Received: by 10.170.186.141 with HTTP; Sat, 4 Oct 2014 15:57:38 -0700 (PDT) In-Reply-To: <6CB3D473-64B6-4D03-AD7E-10A38CD23E9E@me.com> References: <27A69721-D93D-4D4C-883A-718CFFF52B21@bsdimp.com> <6CB3D473-64B6-4D03-AD7E-10A38CD23E9E@me.com> Date: Sat, 4 Oct 2014 15:57:38 -0700 Message-ID: Subject: Re: Digi CCWMX53 From: Russell Haley To: Rui Paulo Content-Type: text/plain; charset=UTF-8 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: Sat, 04 Oct 2014 22:57:39 -0000 Thanks Rui! Awesome, I was able to get it to boot and load the userland (terminology?)! The command was actually "usb start". On Fri, Oct 3, 2014 at 1:17 PM, Rui Paulo wrote: > On Oct 3, 2014, at 00:05, Russell Haley wrote: >> >> 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 > > >