From owner-freebsd-mips@FreeBSD.ORG Tue Aug 17 17:06:15 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 90B7F1065694 for ; Tue, 17 Aug 2010 17:06:15 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 428128FC08 for ; Tue, 17 Aug 2010 17:06:14 +0000 (UTC) Received: by gxk24 with SMTP id 24so3255848gxk.13 for ; Tue, 17 Aug 2010 10:06:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=isPA30TB8j3+KMQVfKcaLqty55QzDhzYm2skOxBcfPo=; b=ZkSzaVO06HD+bc5UUQe17p5IIYHhIEhKmG+UJcyi56DgP+ILLEP+cIE5Ep/cv9liBN SJBd5jTSB8RKTM5klRNSz06ZSKyW5jnZLaAeYjKAomdOilCkwIztbhJ64koJKoJDWOY2 WQOyO6de4Iw6kGFxGkiboD/5RgW7VfjxQejMY= 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:content-transfer-encoding; b=Ds2RslvkkXs9mlMn9yzkS/dTbPbN71F62Dqm98hwYwa87MoyVGoG81n1NKa0OJ0AlF bckF4Scq5W7W0zIMZmWI/Svvtbwj75xJ7N74bTx+fTPPOih3o0O6k0YWOV6r0nYZSpxR 0d0JI4EIA1X1aQJZBnxZA1StsY/fu8IYhQEIY= MIME-Version: 1.0 Received: by 10.100.18.12 with SMTP id 12mr7902338anr.97.1282064773803; Tue, 17 Aug 2010 10:06:13 -0700 (PDT) Received: by 10.101.90.18 with HTTP; Tue, 17 Aug 2010 10:06:13 -0700 (PDT) In-Reply-To: <20100817.114253.59640143227151420.imp@bsdimp.com> References: <20100817.114253.59640143227151420.imp@bsdimp.com> Date: Wed, 18 Aug 2010 01:06:13 +0800 Message-ID: From: Adrian Chadd To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: WIP: AR91XX (and AR724X, maybe) support 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, 17 Aug 2010 17:06:15 -0000 On 18 August 2010 01:42, M. Warner Losh wrote: > In message: > =A0 =A0 =A0 =A0 =A0 =A0Adrian Chadd writes: > : Hi everyone, > : > : I've purchased a TP-LINK TL-WR1043ND which has an AR9132 SoC (+ > : on-chip AR9100 11n) in it. > > Cool! =A0I've got a AR91xx-based wireless N router (D-LINK DIR-625 rev > C1). =A0I too tried to do some porting, but discovered that the netboot > functionality had been removed from the roms. =A0How are you loading > your kernel? Mine ships with uboot. I'm typing "tpl" at serial console to break the uboot process to a prompt, then using tftp to load and "go" to exec. I've added support for the flash chip it has on board. Adrian