From owner-freebsd-arm@FreeBSD.ORG Tue Jan 16 10:27:28 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DB7716A415 for ; Tue, 16 Jan 2007 10:27:28 +0000 (UTC) (envelope-from roman@IPricot.com) Received: from mail.i2e.fr (mail.i2e.fr [195.115.69.236]) by mx1.freebsd.org (Postfix) with ESMTP id F3D3C13C45E for ; Tue, 16 Jan 2007 10:27:25 +0000 (UTC) (envelope-from roman@IPricot.com) Received: from mail (localhost [127.0.0.1]) by mail (Postfix) with ESMTP id A34D5BB91 for ; Tue, 16 Jan 2007 10:54:59 +0100 (CET) Received: from [192.168.1.221] (unknown [81.255.193.109]) by mail.i2e.fr (Postfix) with ESMTP id 77EF6BB90 for ; Tue, 16 Jan 2007 10:54:59 +0100 (CET) Message-ID: <45ACA11B.8060301@IPricot.com> Date: Tue, 16 Jan 2007 10:55:39 +0100 From: Roman Le Houelleur User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.9) Gecko/20061229 SeaMonkey/1.0.7 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 28092006 #213749, status: clean Subject: Intel IXDP425 eval board 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, 16 Jan 2007 10:27:28 -0000 Hi, First of all, congratulation for the work being done porting FreeBSD to the IXP425 ! I have an IXDP425 eval board rev A3 from Intel on which I tried the AVILA procedure as is, just in case, strictly following information from: http://people.freebsd.org/~sam/README-gateworks Unfortunatly it will not "go", but just freeze: RedBoot> reset ... Resetting. +in bist out bist begin @ 0x00008f60 ; end @ 0x00008f70 (0) init_entry = 0x00008f60 ; fun @ 0x50005ef8 (1) init_entry = 0x00008f64 ; fun @ 0x50017ef0 (2) init_entry = 0x00008f68 ; fun @ 0x500071d4 (3) init_entry = 0x00008f6c ; fun @ 0x5001f534 nfe : regval[0] = 0x0013 Ethernet eth0: MAC address 00:00:83:28:50:22 IP: 172.16.0.44, Default server: 172.16.0.50 RedBoot(tm) bootstrap and debug environment [ROM] release, version 1.92p1 - built 17:24:25, Jul 19 2004 Platform: IXP425 ANTA (XScale) Copyright (C) 2000, 2001, 2002, Red Hat, Inc. RAM: 0x00000000-0x08000000, 0x0001c068-0x07fd1000 available FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each. RedBoot> ip -h 192.168.31.182 -l 192.168.31.90 IP: 192.168.31.90, Default server: 192.168.31.182 RedBoot> load -b 0x200000 kernel-avila.nfs Using default protocol (TFTP) Address offset = 0x40000000 Entry point: 0x00200100, address range: 0x00200000-0x006c9aa8 RedBoot> go Does anyone have experience with this board ? Does it have any chance to work w/ the AVILA kernel config, or is this one too specific ? I am using FreeBSD 7.0-CURRENT #0: Thu Dec 14 16:10:30 UTC 2006 Regards, Roman.