From owner-freebsd-arm@FreeBSD.ORG Tue Sep 30 06:32:48 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 53CFD6C9 for ; Tue, 30 Sep 2014 06:32:48 +0000 (UTC) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) (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 150A8348 for ; Tue, 30 Sep 2014 06:32:48 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id a41so5774888yho.4 for ; Mon, 29 Sep 2014 23:32:46 -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 :content-type; bh=oRcliR3LP59lWKoiqWIUJ65e0K1rT/1IyXELnr+kHY4=; b=SlIVonJ28H0GWw5aUY1X/RY1rh9WMfpMqoJFffWMTokI+9L+uZdYXE2zxXu13fnqwB Hd52x6yml2QAxqGIC7EDDkS/0sYWgh1Z/WwCGuOEUbGHGqyt+Bh8shlu443Qe1q01MEt gK0W6H4j/ktjQ2+/glKFEF8pzW0fEIhXid3l/PjbLyTpXC9Hh/LTUGV4faDrHuduWV26 QEC++M8zXMPms6u3z6+LRr+UIxYUmz1/iXrg3NNwIM4XiH7aburyFBE+YQHwB05AyzvI s76KrPN2/ZzLHQF6HA8lTBbvXmFUqemFPaJuCwd1Nu2pp9iHRumnq+M2zmt++O1D7hG1 ts/A== MIME-Version: 1.0 X-Received: by 10.236.42.75 with SMTP id i51mr50283914yhb.43.1412058766835; Mon, 29 Sep 2014 23:32:46 -0700 (PDT) Received: by 10.170.208.13 with HTTP; Mon, 29 Sep 2014 23:32:46 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Sep 2014 23:32:46 -0700 Message-ID: Subject: Re: Digi CCWMX53 From: Russell Haley To: Rui Paulo , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Tue, 30 Sep 2014 06:32:48 -0000 OH MY GOD IT BOOTED HOLY CRAP THANK YOU SO MUCH I THINK I JUST PEED MYSELF THIS IS SO F'ING COOL!!!!!! On Mon, Sep 29, 2014 at 11:03 PM, Rui Paulo wrote: > On Sep 29, 2014, at 22:15, Russell Haley wrote: > > > > Rui, > > > > I've been able to build a kernel and upload it - again using a "Linux" > > version of the CCWMX53 u-boot - but it didn't boot. I cloned your git > repo > > but I'm confuded (confused and befuddled or just a typo?) on how to cross > > compile it. Do I set "devenvvar" (?) to somehow point into my latest > > buildworld output and then just call make? Again I can only point to the > > arndale board setup but even those instructions "feel" incomplete to my > > novice brain. > > I've added instructions here: > > https://wiki.freebsd.org/Digi-CCWMX53 > > NOTE: you don't need to install a new U-Boot to boot FreeBSD. > > > Any direction you could provide would be great. Here is my > > latest boot output: > > > > > > U-Boot 2009.08 - dub-1.6.4.1 - (Sep 25 2014 - 09:51:55) - GCC 4.4.6 > > for ConnectCore for i.MX53 on a JumpStart Kit Development Board > > I2C: ready > > NAND: 512 MiB > > MMC: FSL_ESDHC: 0, FSL_ESDHC: 1 > > DRAM: 1 GB > > In: serial > > Out: serial > > Err: serial > > Net: FEC0 [PRIME] > > Hit any key to stop autoboot: 0 > > FEC: enable RMII gasket > > Using FEC0 device > > TFTP from server 192.168.0.55; our IP address is 192.168.0.1 > > Filename 'kernel.bin'. > > Load address: 0x70800000 > > Loading: > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ################################################################# > > ############ > > done > > Bytes transferred = 4934472 (4b4b48 hex) > > ## Starting application at 0x70800100 ... > > Have you tried the regular kernel? kernel.bin probably has the load > address set to 0. > > -- > Rui Paulo > > > >