From owner-freebsd-mips@FreeBSD.ORG Tue Jan 26 14:47:40 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30E441065672 for ; Tue, 26 Jan 2010 14:47:40 +0000 (UTC) (envelope-from aduane@juniper.net) Received: from exprod7og123.obsmtp.com (exprod7og123.obsmtp.com [64.18.2.24]) by mx1.freebsd.org (Postfix) with ESMTP id D0F148FC08 for ; Tue, 26 Jan 2010 14:47:39 +0000 (UTC) Received: from source ([66.129.224.36]) (using TLSv1) by exprod7ob123.postini.com ([64.18.6.12]) with SMTP ID DSNKS18Ai/7W8tgRvIYGCwccR+DA6gk8BWVd@postini.com; Tue, 26 Jan 2010 06:47:39 PST Received: from p-emfe01-wf.jnpr.net (172.28.145.24) by P-EMHUB01-HQ.jnpr.net (172.24.192.35) with Microsoft SMTP Server (TLS) id 8.1.393.1; Tue, 26 Jan 2010 06:27:06 -0800 Received: from EMBX01-WF.jnpr.net ([fe80::1914:3299:33d9:e43b]) by p-emfe01-wf.jnpr.net ([fe80::d0d1:653d:5b91:a123%11]) with mapi; Tue, 26 Jan 2010 09:27:06 -0500 From: Andrew Duane To: alan yang , "M. Warner Losh" Date: Tue, 26 Jan 2010 09:27:05 -0500 Thread-Topic: Cavium port Thread-Index: AcqeUFLZVP6uzum6SLKYnkv0tfFJIgAQyvzg Message-ID: References: <290865fd1001051526i73dd96d7x18a7a842b903b61d@mail.gmail.com> <4B4433ED.10103@mahan.org> <290865fd1001211445n1b469e11o2f37598c989dbaf7@mail.gmail.com> <20100121.163312.886429907199307448.imp@bsdimp.com> <290865fd1001252225pfc56fd8y53db1865d8512080@mail.gmail.com> In-Reply-To: <290865fd1001252225pfc56fd8y53db1865d8512080@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-mips@freebsd.org" Subject: RE: Cavium port X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 14:47:40 -0000 owner-freebsd-mips@freebsd.org wrote: > hi, Warner, >=20 > I got things setup to load kernel, but encountered the following, > wonder what should I provide next that people could help shed some > light on work around: kernel version, repository used,...or where to > start looking at things ...=20 >=20 > many thanks! >=20 > ---- >=20 > U-Boot 1.1.1 (U-boot build #: 176) (SDK version: 1.7.1-240) (Build > time: Feb 1)=20 >=20 > EBT5800 board revision major:2, minor:0, serial #: 2008-2.0-00251 > OCTEON CN5860-NSP pass 1.1, Core clock: 600 MHz, DDR clock: 400 MHz > (800 Mhz da) DRAM: 2048 MB > Flash: 8 MB > Clearing DRAM........ done > BIST check passed. > Net: octeth0, octeth1, octeth2, octeth3 > Bus 0 (CF Card): OK >=20 > ide 0: Model: 1024MB CompactFlash Card Firm: CF_A408J Ser#: > A181109948O0040368 Type: Hard Disk > Capacity: 977.4 MB =3D 0.9 GB (2001888 x 512) > Octeon ebt5800# fatload ide 0 0 kernel > reading kernel >=20 > 4045856 bytes read > Octeon ebt5800# bootoctlinux mem=3D0 numcores=3D1 > argv[2]: numcores=3D1 > ELF file is 64 bit > Error allocating memory for elf image! > ## Loading Linux kernel with entry point: 0x20000000 ... > Bootloader: Done loading app on coremask: 0x1 > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to > "freebsd-mips-unsubscribe@freebsd.org" IIRC, you do not load at address 0 (fatload ide 0 >>>0<<< kernel), isn't th= e default address 0x100000? It's been too long since I used the eval boards, but I think I remember tha= t. /Andrew