From owner-freebsd-arm@FreeBSD.ORG Tue Sep 20 14:12:11 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C82241065670 for ; Tue, 20 Sep 2011 14:12:11 +0000 (UTC) (envelope-from ntai@smartfruit.com) Received: from homiemail-a73.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by mx1.freebsd.org (Postfix) with ESMTP id A28778FC12 for ; Tue, 20 Sep 2011 14:12:11 +0000 (UTC) Received: from homiemail-a73.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a73.g.dreamhost.com (Postfix) with ESMTP id 0641E1F0089 for ; Tue, 20 Sep 2011 07:12:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=smartfruit.com; h=content-type:to :subject:references:date:mime-version:content-transfer-encoding :from:message-id:in-reply-to; q=dns; s=smartfruit.com; b=W4W/QEq ZyRJYoxuBRBdBnD7J5oRGDvKPsXyj0Lh2QrPc4MegeXKHw75jTPtE57Elh9iLF6R +jOuuk56spLNBhnn4Hskb75a9zFRuwEA2d7QUVxY8hsdn5q1zjaim2NQe2AW8sUm MbdECuPH8hulgiDOGqG/bcDEw/MQm3LJW4Fw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=smartfruit.com; h= content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= smartfruit.com; bh=vSk0NUM9LaZwfKfb0BIr/OAx0io=; b=dEa+B2uEhglke CfXG0cO9B2zq0EJiY2RY6DJmgY3KVBrQ2hzkTp/HyZgfzdbJqQsKKUhkpk/017/J 4NSMY7Q6lW7y8Rps+WxyFWdAbkaZOT6IYqCNGI4aZwRqjl8fRC8wb/Y3VguMYpQX nKpBQ75TE3Ko3yE2L+ycjhISuRXLTY= Received: from luxor.smartfruit.com (pool-173-76-33-234.bstnma.fios.verizon.net [173.76.33.234]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: smtpguy@smartfruit.com) by homiemail-a73.g.dreamhost.com (Postfix) with ESMTPSA id 3D8621F00A8 for ; Tue, 20 Sep 2011 07:12:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org References: <4E782686.6070500@smartfruit.com> <20110920160544.b8d6d969.ray@dlink.ua> Date: Tue, 20 Sep 2011 10:12:07 -0400 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Naoyuki Tai" Message-ID: In-Reply-To: <20110920160544.b8d6d969.ray@dlink.ua> User-Agent: Opera Mail/11.01 (FreeBSD) Subject: Re: GlobalScale DreamPlug + FreeBSD 8.2 release X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 14:12:12 -0000 On Tue, 20 Sep 2011 09:05:44 -0400, Aleksandr Rybalko wrote: > On Tue, 20 Sep 2011 01:37:10 -0400 > Naoyuki Tai wrote: > >>> Hello, >>> >>> I'm new to the FreeBSD/arm, bought a DreamPlug from GlobalScale, >>> hoping to turn it into a FreeBSD file server. >>> >>> I followed the "http://wiki.freebsd.org/FreeBSDMarvell", and created >>> kernel.bin. After giving it a "go", it hangs. >>> >>> I must have built the kernel.bin wrong but I have no clue as to what >>> I did wrong. >>> Any clue/help is appreciated. >>> >>> Thanks! >>> >>> -- Tai >>> >>> U-Boot 2011.06-02334-g8f495d9-dirty (May 31 2011 - 02:06:26) >>> Marvell-DreamPlug >>> >>> SoC: Kirkwood 88F6281_A0 >>> CPU running @ 1200Mhz L2 running @ 400Mhz >>> SysClock = 400Mhz , TClock = 200Mhz >>> DRAM: 512 MiB >>> SF: Detected MX25L1606 with page size 256, total 1 MiB >>> In: serial >>> Out: serial >>> Err: serial >>> Net: egiga0, egiga1 >>> 88E1116 Initialized on egiga0 >>> 88E1116 Initialized on egiga1 >>> Hit any key to stop autoboot: 0 >>> Marvell>> setenv serverip 192.168.10.3 >>> Marvell>> setenv ipaddr 192.168.10.55 >>> Marvell>> tftpboot 6400000 arm/kernel.bin >>> Using egiga0 device >>> TFTP from server 192.168.10.3; our IP address is 192.168.10.55 >>> Filename 'arm/kernel.bin'. >>> Load address: 0x6400000 >>> Loading: >>> ################################################################# >>> ################################################################# >>> ################################################################# >>> ############################ >>> done >>> Bytes transferred = 3272884 (31f0b4 hex) >>> Marvell>> go 0x6400000 >>> ## Starting application at 0x06400000 ... >>> > > Hi, > > Did you try address 0x900000 instead of 6400000? > > WBW I tried 90000 and it works. Thanks. I don't understand the memory space allocation. 640000 is used for the linux, and I imagined that's the base address for kernel. Where can I learn the reason why it's 90000? Thanks! -- Tai