Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2011 09:44:18 +0800
From:      Adrian Chadd <adrian@freebsd.org>
To:        Nenhum_de_Nos <matheus@eternamente.info>
Cc:        freebsd-embedded@freebsd.org
Subject:   Re: tplink TL-WR1043ND access point is now ready (was Re: svn commit: r227926 - head/sys/mips/conf)
Message-ID:  <CAJ-VmokNPBr=CH8ogWcQAJwo4zU7Cj-OiUFaxWsUeOT0cM60eQ@mail.gmail.com>
In-Reply-To: <a993ee4b21b709dcb14dc23aa3b5bc02.squirrel@eternamente.info>
References:  <CAJ-Vmo=aLVTgA10UAg=KQMyybeLmBjF75qXdpmFAkqdU9GzJvA@mail.gmail.com> <B27CBE5B-EC8C-4B33-8614-53751211F895@lassitu.de> <alpine.BSF.2.00.1111241921210.76315@wonkity.com> <4ECFF854.5050602@swin.edu.au> <4010BC72-2896-4AD0-AECB-60768C82F549@lassitu.de> <a993ee4b21b709dcb14dc23aa3b5bc02.squirrel@eternamente.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On 26 November 2011 09:22, Nenhum_de_Nos <matheus@eternamente.info> wrote:

> is there a way to make it have ufs ?
> and any TL-WR1043ND will do, or must have hw version of some specific number ?

It's a UFS, compressed on the flash. But uzip is read-only, and doing
lots of modifications to a cheap NOR flash is not likely a smart move.
You can attach an FFS formatted flash disk and run a read/write
filesystem on that.

Just keep in mind (and here's something I should write up on the wiki)
that the filesystem endianness is _not_ the same as intel. You can't
just simply create a FS on an intel box and mount it on MIPS. It'd be
nice if someone went over the UFS/FFS code and introduced endian
configurability, but that's definitely not in the scope of my current
work.

That's why I included "newfs" in my build. You can create an MSDOS
partition (or BSD label partition if you'd like) on a USB flash
device, plug it into the tplink, then "newfs" it. I however haven't
added anything into my startup scripts to mount filesystems. Ok,
someone should file an issue in my google code project.

I'm not sure about the hardware revisions. Basically, if the chip
inside is an AR913x (and not an AR933x) then it _should_ work.
I don't think TPLink made a whole lot of different, incompatible board
revisions of the 1043nd.

Thanks!


Adrian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmokNPBr=CH8ogWcQAJwo4zU7Cj-OiUFaxWsUeOT0cM60eQ>