From owner-freebsd-mips@FreeBSD.ORG Tue Jan 26 22:19:31 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 31F83106566C for ; Tue, 26 Jan 2010 22:19:31 +0000 (UTC) (envelope-from dancholazarov@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id B10B78FC0C for ; Tue, 26 Jan 2010 22:19:30 +0000 (UTC) Received: by ewy10 with SMTP id 10so516229ewy.3 for ; Tue, 26 Jan 2010 14:19:29 -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=S1eKOb0uotup6xMhvWuk2YVZLz9L1NxU//b+Jnz+lms=; b=Bnlue/aYeuq/ZT9c5PP7CKwa758EfB5WWk3s0YsPRQ9kVxNqSGnqONjMDZHDSTpQDL 29BTsWtut0cxUORBkkidnczVJABJHLqowg+RN2fP2UdMp5Iaj1a5siBTLavyPYaGvAxI MXeKoI8gwJYZhM9MUbEL1bT+3VZQPqyyBC0bo= 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=sUIMmS54MUbPGSsrOnXH+TLYzlPb6U7qX/ZPrWJ26KKUHOiH132xTnnnwLtCblfb0w vNL3snsBB2ISEKSpfchvkqFRz+vZ58xODQQc0i57QFTdTYCN1jQ5ghRyZxM9tkNYB9xD pEw6beVIU8I7b3M+bGCPfYeD9Gjh4YSfbIbu0= MIME-Version: 1.0 Received: by 10.213.47.6 with SMTP id l6mr3210872ebf.58.1264542474081; Tue, 26 Jan 2010 13:47:54 -0800 (PST) In-Reply-To: <86068e731001260942j345d9f55i7e602a172e0838ac@mail.gmail.com> References: <20100121.163312.886429907199307448.imp@bsdimp.com> <290865fd1001252225pfc56fd8y53db1865d8512080@mail.gmail.com> <20100126.074732.321689434066232630.imp@bsdimp.com> <290865fd1001260930p6b0e2a08l82be4f1d94c1e8@mail.gmail.com> <86068e731001260942j345d9f55i7e602a172e0838ac@mail.gmail.com> Date: Tue, 26 Jan 2010 22:47:53 +0100 Message-ID: <885d28551001261347i5bb1d502p330ef8f328588796@mail.gmail.com> From: Yordan Lazarov To: Jerry Toung Content-Type: text/plain; charset=ISO-8859-1 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 22:19:31 -0000 Hello, It depends what version of the u-boot you use, but in general the following commands should work: tftpload $(loadaddr) kerrel; bootoctlin $(loadaddr) coremask=0x1 or tftpload 21000000 kerrel; bootoctlin 21000000 coremask=0x1 On 1/26/10, Jerry Toung wrote: > 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 > _______________________________________________ > 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" >