Welcome

Firmware

I've built a flash image which can boot from USB, it's downloadable here. You can use e.g. a serial terminal to upload it. A root filesystem to copy to an USB-storage device is retrievable here, instructions on how to use it are inside the archive.

« Prev 3 

29 comments

Rena wrote at 4 Aug 2013, 3.30:

I often see pads on boards where it looks like another connector or chip would have been, and wonder how hard it'd be to add one myself; if the device would be capable of using it immediately or with a firmware hack or if it'd need other things replaced/upgraded as well. There's also a lot of spots for small things like jumpers and resistors and I'm always wondering what'd happen if I shorted them or added the missing component... it's neat to see someone actually doing this.

Hendrik wrote at 12 Jun 2012, 6.57:

Good work. Before starting to solder, I have a question concerning a inconsistency in your article: Should I populate C91 with 100µF capacitor as written in the text, or should I leave it unpopulated as shown in the photo of the finished mod? Thank you.

007branko wrote at 7 Jul 2011, 18.09:

How to boot a flash image through USB if USB is brand new soldered? Does router trz to boot from USB device which is not actuelz factorz done? What is possible to do with JTAG port?

Mosul wrote at 25 Aug 2010, 6.32:

@RI: this board can be found in edimax br6104k.

Rl wrote at 29 Jun 2010, 14.42:

Hi, any idea where could I get this router? Any other current router that could be transformed?

Sake wrote at 19 Oct 2009, 20.10:

I had to lower the 1 kOhm resistor connecting the Oscillator to the ADM processor to make it work: Currently using 270 Ohms without problems.

dim69 wrote at 30 Jan 2008, 12.28:

This hack is for sweex lb000021 (edimax br-6104k rev. B), is it good for edimax br-6104k rev. A too?

Martin wrote at 5 Jan 2008, 19.51:

thanks for this nice device. howto build my own usb-enabled kernel? ipv6 (tunnel) support is on my nice2have list. and second: I'd like to use the nic-ports in non switching mode. btctl only adds adm0 and adm1 to br0. adm2,adm3,adm4 are missing (but working).

allert wrote at 2 Jan 2008, 20.49:

A few problems left after my previos problem , mentioned above: 1. any lan port connected to another machine gives a lighning led for status on the sweex, so i presume the hardware still works. but the led on the usb stick doesn't lightup? 2. is there any way of connecting to the sweex without telnet? 3. is it possible to connect a computer to a router through the sweex? 4. My usb stick got a lost+found file, but that is still present after putting the root fs files onto the stick.

Sunspot wrote at 21 Oct 2007, 9.42:

You can use the 2nd USB port with a 2nd USB stick or a USB hard disk - plug it into the USB port next to the ethernet ports midge# mount /dev/scsi/host1/bus0/target0/lun0/part1 /mnt/usb http://www.sunspot.co.uk/Projects/sweexproject.htm

Eddie C wrote at 18 Sep 2007, 18.45:

Does the 2nd usb port work or does that need some kernel hacking? Also, can standard webcam drivers be compiled for the router or are they specialised?

Sunspot wrote at 20 Jun 2007, 12.30:

See http://www.sunspot.co.uk/Projects/sweexproject.htm for some new features and a sort of "distro" I can play .WAV sounds from the power LED line now and Basic is great if you are not too proud.... as well as the usual - Linux + 19 input or output lines + i2c bus + 2 RS232 ports + FTP + Samba + Basic + PHP + USB Memory stick or hard drive

DF wrote at 13 May 2007, 11.01:

Bit of a newbie to this router but I flashed my firmware using flash_usbroot-1.0.bin which was provided by Elekor Electronics (http://www.elektor-electronics.co.uk/Default.aspx?tabid=27&art=52976&PN=On) but now it doesnt work. Cannot connect to the router at all with / without DHCP. Not made any mods to the router yet other than this. Is it because it's trying to talk to USB but as it's not installed yet it's hanging? Any ideas people?

vrodic wrote at 23 Apr 2007, 13.19:

@chromo according to http://www.linux-mips.org/wiki/Adm5120#USB, it's usb 1 (the text mentions ohci)

chromo wrote at 23 Apr 2007, 11.28:

what speed does the usb port support?

Aud1073cH wrote at 23 Apr 2007, 4.08:

How about the empty space on the pcb for a crystal? could that be used to make the installation more clean-looking? Once the USB port is working correctly, you could add a hub, and a wireless adapter, making it a cheap wireless router/firewall/NAS/print server/etc...

Sprite_tm wrote at 22 Apr 2007, 14.46:

Wagner: Nope, it doesn't, it becomes a general purpose ultrasmall Linux-box. outlaw: Google knows.

bbot wrote at 22 Apr 2007, 4.58:

wagner: The firmware is from an usb-enabled version of the router, so yeah.

wagner wrote at 3 Mar 2007, 20.46:

If i use this formware, the router keeps the functionality of a router (dhcp, routing) ?

outlaw wrote at 2 Mar 2007, 9.59:

bu I can't see how did you manage to attach the serial port. What is the pin layout and how do you wire the RS-232 connector?

Jaap van Wingerde wrote at 18 Feb 2007, 21.22:

Jeroen! Ik heb de router geflasht en een USB-stick geprepareerd. De webpagina's doen het, telnet niet: jaap:/# telnet 10.0.0.2 Trying 10.0.0.2... telnet: Unable to connect to remote host: Connection refused jaap:/# Hoe los ik dit op? Jaap.

Bart b wrote at 27 Dec 2006, 16.54:

Here are the commands to make a USB root file system: login, and plug in the USB stick in your machine. You should see something that something is /dev/sda1 is present. login as root. /# fdisk /dev/sda1 remove all partitions, create a new one, save and exit /# mke2fs /dev/sda1 filesystem created /# mount /dev/sda1 /usbstick usbstick mounted /usbstick# tar -xjf /where you put the root file system/rootfs /# umount /usbstick plug into router, and boot. it should work. if not, check connections!

allert wrote at 26 Dec 2006, 20.16:

Heb de sweex router voorzien van usb uitgang, hierna deed de originele software het nog prima, ik heb geen scoop dus kan de klok niet controleren. maar is het normaal dat na het booten van de aangepaste firmware het powerlampje bij het aanzetten van de stroom kort oplicht dan uitgaat en niet meer aangaat?

Juhapekka Piiroinen wrote at 5 Dec 2006, 12.01:

Your firmware is working and so is the rootfs image.. I just miss the information about the rootfs. What did you use to compile it? gcc version information etc.. Because i would like to compile some custom software to rootfs. And also the kernel config would be cool. Anyway, thanks. :) P.S I had to edit with hex editor the first 4 digits to be BRKP for Edimax BR-6401KP.

Jonathan wrote at 23 Nov 2006, 14.28:

After flashing your firmware into the router, the router hangs... jumping to linux! (hangs) Any sugestions?

Sunspot wrote at 17 Nov 2006, 8.50:

Thanks to Jeroen for getting me into this! If you are also new to Linux some notes are here http://www.sunspot.co.uk/Projects/sweexproject.htm

gzm zolika wrote at 8 Nov 2006, 11.58:

I have a Sweex with a USB stick and a serial port all running. I can see the web page from the LAN but not the console prompt. That is swamped by a repeating message

Sprite_tm wrote at 31 Oct 2006, 0.12:

You are 100% correct. I'll correct that as soon as I find the instructions. Short version: create an ext2/3 FS on the first partition of the storage device and unpack the archive to that.

TRC/WM wrote at 30 Oct 2006, 21.31:

"A root filesystem to copy to an USB-storage device is retrievable here, instructions on how to use it are inside the archive." -- I can't find the instructions, they seem to be absent.

Leave a comment:

Your name:

What does this picture say?
Sorry, this is a captcha

Your comment:


© 2006-2022 Sprite_tm - Contact