From owner-freebsd-arm@FreeBSD.ORG Mon Jun 14 10:19:10 2010 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 9CEA21065675 for ; Mon, 14 Jun 2010 10:19:10 +0000 (UTC) (envelope-from hovanthan@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A81FF8FC19 for ; Mon, 14 Jun 2010 10:18:55 +0000 (UTC) Received: by pwi3 with SMTP id 3so2086136pwi.13 for ; Mon, 14 Jun 2010 03:18:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:subject :date:mime-version:content-type:x-priority:x-msmail-priority :x-mailer:disposition-notification-to:x-mimeole; bh=tdwgOzEuSyBx8g9j6fQJ0SuYsYZ5xUCk5LNLeJ6WSr8=; b=CN6wSrwDIUnW96AvyNV1ZVN09PCt6IX6YZPU8wFZYE4nR12WixUPpkt5G1DTJaxOmr UJR/tIqEgYzAC1SC9gtxkyZq3Tarda6ScNRK8MyK5a8zaM/S/lj9TwuLqc1Bce2r0dWG yx8jVQKKwZWJKQLIVcps7AMSDKCxTmvuRHpS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:mime-version:content-type :x-priority:x-msmail-priority:x-mailer:disposition-notification-to :x-mimeole; b=N3XYztkPCONDo2/WGUeFvrYWqMlZod2abbK57sW3/qeNDJ0mFsd2BL6o77qd8hTOhQ dkdHd3Ssd67vADxhvNFjlYYzz1DmqLDr5u5Shts/g5xdgque59N6l9WUMiWU4BC1cbPx XBYnW9mPUEePTzwvuxTwf3PUXQhl/SQbLAz7k= Received: by 10.141.1.1 with SMTP id d1mr4309319rvi.89.1276509207911; Mon, 14 Jun 2010 02:53:27 -0700 (PDT) Received: from netvisionthan ([117.1.233.147]) by mx.google.com with ESMTPS id i19sm4515460rvn.23.2010.06.14.02.53.24 (version=SSLv3 cipher=RC4-MD5); Mon, 14 Jun 2010 02:53:25 -0700 (PDT) Message-ID: <2F2BA9CB93A84D8882623AF15848E3D6@netvisionthan> From: "Ho Van Than" To: Date: Mon, 14 Jun 2010 16:53:09 +0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Mailman-Approved-At: Mon, 14 Jun 2010 11:16:46 +0000 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Can you help me please! 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: Mon, 14 Jun 2010 10:19:10 -0000 Hi,=20 I am using many time to researching ARM for IXP465 at my platform, and = know you're expert about that, it's very very kind if you help me or = give me some comment about our project. We have platform with IXP465, we can run linux OS, it work perfect. But = we have some project it must run on freebsd, I follow guide at: = http://wiki.freebsd.org/FreeBSDAvila I run freebsd OS: minh_BSD# uname -a FreeBSD minh_BSD 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 = UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC = i386 We use redboot for our board: RedBoot> version RedBoot(tm) bootstrap and debug environment [ROM] Red Hat certified release, version 2.02 - built 20:06:32, Nov 5 2009 Platform: IXDP465 Development Platform (XScale) BE Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. RAM: 0x00000000-0x04000000, [0x0002a3c8-0x03fc1000] available FLASH: 0x52000000 - 0x54000000, 256 blocks of 0x00020000 bytes each. and follow the web guide, but it can not start any thing RedBoot> load -r -v -b 0x02000000 kernel Using default protocol (TFTP) \ Raw file loaded 0x02000000-0x0248242d, assumed entry at 0x02000000 RedBoot> go -n 200000=20 $T050f:02000000;0d:03fc0fec;#d9 or=20 RedBoot> load -r -v -b 0x02000000 boot2 Using default protocol (TFTP) - Raw file loaded 0x02000000-0x0200bba2, assumed entry at 0x02000000 RedBoot> go -n 0x02000000 $T050f:02000000;0d:03fc0fec;#d9 Sorry I don't know the way to join freebsd mail list. Thanks.