From owner-freebsd-arm@FreeBSD.ORG Sun Sep 28 20:12:47 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 AB1FF863 for ; Sun, 28 Sep 2014 20:12:47 +0000 (UTC) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (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 6E385FED for ; Sun, 28 Sep 2014 20:12:47 +0000 (UTC) Received: by mail-yk0-f174.google.com with SMTP id q9so4381980ykb.19 for ; Sun, 28 Sep 2014 13:12: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 :cc:content-type; bh=fTfXaaQAPbSJFvsxBpjBtE0h1wXzuKqZ4N3Bsk8rEc0=; b=VKisYPMnr/xwStWroX5RuEn8qRb3z4ghKqjNukAGmb+3J/GAbOxQu0dHpaTCla+eFC GoUVY/dxYakkj11cyslwUVK/NgSilEbDrwl8pf6rvoKuLvMF5jdqkWpCU7ntBVqMw/yO 6X3IodDRM2rw1a4Be5Qrf0Wo3h+BiTw7dcVAsvc72qSVOo+C2ZBjgKSczESTFIDlcSa9 IvZjDhTuGg19SvenvZRtaNDnNjT7sjP7Y5Wbo2b93GB6XId6RtvyIJfZicxWARCJPXj/ 8DE/JeX7abU3VFFjsD50OKuUCF3jH44ORyep8Wgdbcg3+toMHHN1oQ43mdkZ7WL7amnA lHNw== MIME-Version: 1.0 X-Received: by 10.236.133.65 with SMTP id p41mr50608399yhi.73.1411935166508; Sun, 28 Sep 2014 13:12:46 -0700 (PDT) Received: by 10.170.208.13 with HTTP; Sun, 28 Sep 2014 13:12:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 28 Sep 2014 13:12:46 -0700 Message-ID: Subject: Re: Digi CCWMX53 From: Russell Haley To: Rui Paulo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Sun, 28 Sep 2014 20:12:47 -0000 Rui, I was able to get a linux compatible copy of uboot to load a file from the network last night. I don't have a working BSD kernel right now and it wouldn't boot any of the uimage kernels I tried to upload. I'll work on getting a BSD kernel to build. Russ On Sat, Sep 27, 2014 at 2:35 PM, Rui Paulo wrote: > On Sep 27, 2014, at 13:31, Russell Haley wrote: > > > > Rui, > > > > So no MTD means the NAND on the SOM is out, but can I boot the kernel > and load rootfs from the microSD, like in this example: > > =E2=80=A2 > > ARNDALE5250 # setenv bootcmd "fatload mmc 0:1 0x40f00000 kernel.bin; g= o > 0x40f00000" > > > > ARNDALE5250 # saveenv > > > > ARNDALE5250 # boot > > You can't use the Arndale config since the load addresses are different. > You should be able to load a kernel from the network. Can you do that? > > -- > Rui Paulo > > > >