From owner-freebsd-mips@FreeBSD.ORG Sun Mar 2 02:49:56 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B49C65B6 for ; Sun, 2 Mar 2014 02:49:56 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72570112A for ; Sun, 2 Mar 2014 02:49:56 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id m5so2280665qaj.11 for ; Sat, 01 Mar 2014 18:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tq4mT7OV+VgWQ8rXnr7dTtsF0wgX6XIu9GcxhOY6KVs=; b=SycLWJ+Igau5kcfYeWECGIHL5+KC1sTEg02QV3zl42oPf+7v4EGy4eU8gjp4UGRQiT H0smVVNlQ1JS4VC5zG/1oS4RF3JZRbbT0pQHBMeVJwNXwuivy99siVq4SBeyN9KodgZc W6XKEkFWlsOJLGbTxeUcCfR3q8tQiRmS/2wA6UFdw1Xar80RQsHAT1t4vE0t/8NNIDbO 1g9Wq+CxH/BouEMaWstve4YCG3iGKaoGLHYIOkO9qjLRPpGD7pIjiJV/H8+f9iWqAmDr SreW8J+7w5NyWSGrPx/yw9azVLLZ6lMp62wesc8oBr1tTzGre+kbBbA7TJ9CfU+yFOgS pQVA== MIME-Version: 1.0 X-Received: by 10.224.61.2 with SMTP id r2mr14692126qah.49.1393728595649; Sat, 01 Mar 2014 18:49:55 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Sat, 1 Mar 2014 18:49:55 -0800 (PST) In-Reply-To: References: <20140301143607.13a96bd6@zeta.dino.sk> <20140301200546.7ff373d1@zeta.dino.sk> Date: Sat, 1 Mar 2014 18:49:55 -0800 X-Google-Sender-Auth: 7ubLFv8A_pNv4omCs7zH_SDckKk Message-ID: Subject: Re: I (think) the AR8327 switch support now works From: Adrian Chadd To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 02:49:56 -0000 ... fixed USB. Go for it. -a On 1 March 2014 18:16, Adrian Chadd wrote: > On 1 March 2014 11:05, Milan Obuch wrote: >> On Sat, 1 Mar 2014 09:07:42 -0800 >> Adrian Chadd wrote: >> >>> Yeah, USB still doesn't work. I don't know why that is. :( >>> >> >> Well, I think some initialisation is not done - maybe multiplexed pin >> setup is missing, maybe some gpio is used to activate something, >> unfortunaltelly, no datasheet is available publicly for SoC used :( > > Yeah. I have the datasheets and the openwrt source is out there. I'll > see if I can figure it out tonight. > > I'm still stalled on the AR8327 forwarding/learning stuff; I could do > with a distraction. > >>> Are the flash IDs from Linux? I can commit those easily enough. >>> >>> Thanks, >>> >> >> No, I disassembled my box and then found datasheets for ICs found on >> PCB - that's where I found those IDs. Then I found it looks like >> working, however I could not verify it yet, because I did not reached >> init launch/userland level yet. >> >> With ethernet working, I would be able to do more (rootfs via nfs), >> but this did not happen, yet. > > One thing at a time. :-) > > Thanks, > > > > > -a