From owner-freebsd-arm@FreeBSD.ORG Tue Sep 20 06:03:54 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 7341F106564A for ; Tue, 20 Sep 2011 06:03:54 +0000 (UTC) (envelope-from ntai@smartfruit.com) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 46A2B8FC1B for ; Tue, 20 Sep 2011 06:03:54 +0000 (UTC) Received: from homiemail-a73.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by hapkido.dreamhost.com (Postfix) with ESMTP id 992DD17E876 for ; Mon, 19 Sep 2011 22:37:13 -0700 (PDT) Received: from homiemail-a73.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a73.g.dreamhost.com (Postfix) with ESMTP id E3C0C1F0086 for ; Mon, 19 Sep 2011 22:37:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=smartfruit.com; h=message-id:date :from:mime-version:to:subject:content-type: content-transfer-encoding; q=dns; s=smartfruit.com; b=LfqsvRwf5h 9JEGWWUW+BxJjMSxNGf6RVhfGVOD4M+rDhxPxNSga+Ghuord53PsIVMoE2SpeK5F OQ955r7noFsB8uCN9xnkCzZg4UdbRGAfYSsAFOsT35Ky7D4/7IR2iytmgXmpNsXu YdvcUfZvWIJpPYTu0k8Dg8NYXK5NFCgv8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=smartfruit.com; h= message-id:date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=smartfruit.com; bh=/asBGPeLgNWUrEQg ubfAaD7os48=; b=JrHwSuGPaHeSpviBerkdthNUwh/QRq8x6XA/HPqibtZipNkr eZzi5o7MoMo5GR3dbdKZpD8qqZB3fls3IvWpGvQXTWzJ6TsyDGmoslgnYMEc+L9u rqX/beqn3ArnQaCbOlaXkPP95358Y7Nv7R7MyYTG6seSn1gSBKgsITl9jm8= Received: from nile.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 B793A1F0083 for ; Mon, 19 Sep 2011 22:37:12 -0700 (PDT) Received: from akhenaten.smartfruit.com ([192.168.10.17]) by nile.smartfruit.com with esmtp (Exim 4.72 (FreeBSD)) (envelope-from ) id 1R5t1C-000MvV-GW for freebsd-arm@freebsd.org; Tue, 20 Sep 2011 01:37:18 -0400 Message-ID: <4E782686.6070500@smartfruit.com> Date: Tue, 20 Sep 2011 01:37:10 -0400 From: Naoyuki Tai User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 06:03:54 -0000 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 ...