From owner-freebsd-wireless@FreeBSD.ORG Fri Jan 2 23:12:00 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3E0AE78 for ; Fri, 2 Jan 2015 23:12:00 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78EC81A4D for ; Fri, 2 Jan 2015 23:12:00 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id va2so54630318obc.10 for ; Fri, 02 Jan 2015 15:11:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=0qfkYn50hg7PXduc56R1GsYL+BA3zs8iUxoeNVCskHE=; b=Dq1l3ljbIbqJduNI6NY2Sgr27RISeCYYlhIFKIj+YGaKhbwCECHWqcXfJj8HkryQ4m pvM/CrWqEh+ATkMP0Yy+S2eIdnj9pZtla0C2fKViwd+AYY/BsCNBvR/0fFmEcQmx5PXh Q4wldu82JZKsBUuM5MNsSiFG2zeB8C5ILJZhkkLl1JMrwrZjPTAqFbCWvOyfLenAITb+ nvRwWgM2f1mcEz+MMnzAA5Ll1+wXKRNcq9lzfAqXQUXazEHmY2l6RmMENUrS+APfSLMB /FieMCfltmDYcvRe4r8aNm+KSOIy80pNppTD1ONCszv8VFCgOpQuUzLc+gfCJg4K8fUf MzCQ== MIME-Version: 1.0 X-Received: by 10.60.124.69 with SMTP id mg5mr46682390oeb.73.1420240319774; Fri, 02 Jan 2015 15:11:59 -0800 (PST) Received: by 10.182.23.111 with HTTP; Fri, 2 Jan 2015 15:11:59 -0800 (PST) Date: Sat, 3 Jan 2015 02:11:59 +0300 Message-ID: Subject: TP-Link TL-WDR4300 Support From: Mike To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 23:12:00 -0000 Hello! This is device which probably supported by FreeBSD/MIPS + Atheros drivers. Serial console pinout on 4pin connector is: Vcc/GND/RX/TX To get uboot prompt while router boots you should type "tpl" and press enter quickly while uboot outputs "Autobooting in 1 seconds". Here is uboot env: U-Boot 1.1.4 (Jun 17 2013 - 12:31:57) U-boot DB120 DRAM: 128 MB id read 0x100000ff flash size 8MB, sector count = 128 Flash: 8 MB Using default environment PCIe Reset OK!!!!!! In: serial Out: serial Err: serial Net: ag934x_enet_initialize... No valid address in Flash. Using fixed address wasp reset mask:c03300 WASP ----> S17 PHY * : cfg1 0x7 cfg2 0x7114 eth0: ba:be:fa:ce:08:41 athrs17_reg_init: complete eth0 up eth0 Autobooting in 1 seconds db12x> db12x> printenv bootargs=console=ttyS0,115200 root=31:02 rootfstype=squashfs init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),64k(mib0),64k(ART) bootcmd=bootm 0x9f020000 bootdelay=1 baudrate=115200 ethaddr=0xba:0xbe:0xfa:0xce:0x08:0x41 ipaddr=192.168.1.111 serverip=192.168.1.100 dir= lu=tftp 0x80060000 ${dir}u-boot.bin&&erase 0x9f000000 +$filesize;cp.b $fileaddr 0x9f000000 $filesize lf=tftp 0x80060000 ${dir}db12x${bc}-jffs2&&erase 0x9f050000 +0x630000;cp.b $fileaddr 0x9f050000 $filesize lk=tftp 0x80060000 ${dir}vmlinux${bc}.lzma.uImage&&erase 0x9f680000 +$filesize;cp.b $fileaddr 0x9f680000 $filesize stdin=serial stdout=serial stderr=serial ethact=eth0 Environment size: 686/65532 bytes db12x> -- With best regards from Russia, Mike