From owner-freebsd-mips@FreeBSD.ORG Tue Jan 26 18:09:17 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 489C1106568D for ; Tue, 26 Jan 2010 18:09:17 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id CD8988FC18 for ; Tue, 26 Jan 2010 18:09:16 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so768485fga.13 for ; Tue, 26 Jan 2010 10:09:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Qu7BOBsI3hSc+IU7ob7UyacnbbMg5ILBtfGbzrMzngA=; b=o3gGBKyQOZsy4D1G5LWngDYvC2jUitI8VVzEG49KAmK0xnRe0lf071sdBRArK1boQ2 Ap2zhFW+WkhxAeStnjttP5LxzfLaifQXFWNzecj7GerWIMmodYFw5GJiGORg4oSqLIln Jbu0dDk8WXTGZzaEAGbYylwr2xRCqT1qghGUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=H5gfNYSwX3rgiSiKdLs83IFFShyNFC5MkaZ1bKAeoSDxwiLJI6ZuZB352w8a3vysbX TNNojCcavXqabaOyIDfvjapKQb6QJPb0MYfvYUIfyRxylalSpr0c1I4fOYj63lW7gtBe 1rJ4hWdljP3DuZvdTE5LQbSZkp01KC+l4NQ8I= MIME-Version: 1.0 Received: by 10.216.87.6 with SMTP id x6mr98718wee.174.1264527744558; Tue, 26 Jan 2010 09:42:24 -0800 (PST) In-Reply-To: <290865fd1001260930p6b0e2a08l82be4f1d94c1e8@mail.gmail.com> References: <20100121.163312.886429907199307448.imp@bsdimp.com> <290865fd1001252225pfc56fd8y53db1865d8512080@mail.gmail.com> <20100126.074732.321689434066232630.imp@bsdimp.com> <290865fd1001260930p6b0e2a08l82be4f1d94c1e8@mail.gmail.com> Date: Tue, 26 Jan 2010 09:42:24 -0800 Message-ID: <86068e731001260942j345d9f55i7e602a172e0838ac@mail.gmail.com> From: Jerry Toung To: alan yang Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 18:09:17 -0000 i have an CN-EBT-5800 eval board. I haven't run fatload in while (over 1 year), but with tftp, here is the command tftp 21000000 kernelname;bootoctlinux 21000000 if you have a FreeBSD SMP kernel, the command would be tftp 21000000 kernelname;bootoctlinux 21000000 coremask=0xfe i hope that'll help. Jerry