OpenWrt Forum Archive

Topic: *.wrt on G604t

The content of this topic has been archived on 28 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi i'm darkwolf (routertech mod firmware for G604T)
http://darkwolf.altervista.org/demo/home.htm
I want test to make a fully functionally *wrt firmware image for my dlink router
(if is possible with a good web interface)
Can anyone help me for this work?
thanks in advance for any possible answer.
Kind regards DarkWolf smile
-
NB: sorry for my bad english roll

The web interface is incomplete and untested on the AR7 platform, but OpenWrt should work on the DSL-G604t (i'm running it on the DSL-G664T).
The main problem is wifi support, which is still a bit broken and unlikely to be fully functional any time soon (crappy TI wifi without free drivers).
If you want to test it, you should start by compiling a standard openwrt build for AR7 and using scripts/adam2flash.pl
If you have more specific questions, feel free to ask.

Ok thanks!
in realty at the moment i don't have any idea how to compile (in past i have test to compile/install but without great results), please if you can link me some good page i will appreciate it. smile

(Last edited by DarkWolf on 25 Dec 2007, 01:34)

- check out openwrt from svn (you need trunk for ar7 support, see https://dev.openwrt.org)
- run make menuconfig
- select ar7
- run make

Ok thank'you very much wink

This is where i got so far with my dlink g664t and compiled ar7 firmware from svn...
I tried this under ubuntu on vmware, winXP and Vista (start->run->cmd):

ftp 192.168.0.199
Connected to 192.168.0.199.
220 ADAM2 FTP Server ready.
User (192.168.0.199:(none)): adam2
331 Password required for adam2.
Password:
230 User adam2 successfully logged in.
ftp> quote "MEDIA FLSH"
200 Media set to FLSH.
ftp> binary
200 Type set to I.
ftp> debug
Debugging On .
ftp> hash
Hash mark printing On  ftp: (2048 bytes/hash mark) .
ftp> put "openwrt-ar7-squashfs.bin" "upgrade.bin mtd4"
---> PORT 192,168,0,2,245,221
200 Port command successful.
---> STOR upgrade.bin mtd4
Connection closed by remote host.

Am i doing something wrong? Do i need to install linux for that? I had to revert to original dlink FW using their utility and it worked ok.
edit: flashing works now, but it won't boot...
edit2: it works \o/ thanks for help at irc

BusyBox v1.8.2 (2007-12-31 20:23:00 CET) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 KAMIKAZE (bleeding edge, r10070) -------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
 ---------------------------------------------------
root@OpenWrt:~#

(Last edited by silenec on 4 Jan 2008, 22:19)

The discussion might have continued from here.