[Zrouter-src] ZRouter.org: push to ZRouter boards/TPLink/TL-WR1043ND-v1/README

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Apr 26 11:58:09 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/1c71a672c6c2
changeset: 396:1c71a672c6c2
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Apr 26 14:56:57 2012 +0300
description:
Update for TPLink/TL-WR1043ND-v1/README.

Submitted by:   Gordon Shumway

diffstat:

 boards/TPLink/TL-WR1043ND-v1/README |  36 +++++++++++++++++-------------------
 1 files changed, 17 insertions(+), 19 deletions(-)

diffs (65 lines):

diff -r efeec5db83da -r 1c71a672c6c2 boards/TPLink/TL-WR1043ND-v1/README
--- a/boards/TPLink/TL-WR1043ND-v1/README	Tue Apr 24 23:39:22 2012 +0300
+++ b/boards/TPLink/TL-WR1043ND-v1/README	Thu Apr 26 14:56:57 2012 +0300
@@ -1,26 +1,32 @@
-Further work is in progress, for now the kernel boots and the rootfs mounts.
+Further work is in progress, for now the kernel boots and the rootfs
+mounts.
 
-This was tested with TL-WR1043ND Ver:1.8, but I expect all 1.x should work.
+This was tested with TL-WR1043ND versions 1.1 and 1.8, but I expect all 1.x
+should work.
 
-Many thanks to Adrian Chadd and Alexandr Rybalko for the kind help with this
-board definition, which is mostly based on Adrian's work on: 
+Many thanks to Adrian Chadd and Alexandr Rybalko for the kind help with
+this board definition, which is mostly based on Adrian's work on: 
+
 http://code.google.com/p/freebsd-wifi-build/wiki/TpLinkTLWR1043ND
 
 
-
 How to build
---------------------------------------------------------------------------------
+--------------------------------------------------------------------------
 
 as root:
-make FREEBSD_SRC_TREE=/your/path/to/ZRouter's/modified/FreeBSD/head TARGET_PAIR=TPLink/TL-WR1043ND-v1
+
+env \
+	__MAKE_CONF=/dev/null \
+	SRCCONF=/dev/null  \
+	make \
+		FREEBSD_SRC_TREE=/path/to/ZRouter's/FreeBSD/head \
+		TARGET_PAIR=TPLink/TL-WR1043ND-v1
 
 Find the TPLink_TL-WR1043ND-v1.bin in /usr/obj/... and copy it to
 your TFTP server.
 
-
-
 How to flash
---------------------------------------------------------------------------------
+--------------------------------------------------------------------------
 
 erase 0xbf020000 +7c0000
 tftpboot 0x81000000 TPLink_TL-WR1043ND-v1.bin
@@ -29,17 +35,9 @@
 
 (hint: you can concatenate the commands by ";")
 
-
-
 TODO
---------------------------------------------------------------------------------
-
-* scripts which are writing to flash don't work
-  ("dd: /dev/map/config: Invalid argument")
+--------------------------------------------------------------------------
 
 * invert LEDs, now `echo 1 > /dev/led/status` switches off
- 
-
 
 Eric Kraußer
-



More information about the Zrouter-src mailing list