MT-WR855N

Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware
Author Message
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Thu Jan 21, 2010 1:29    Post subject: MT-WR855N Reply with quote
I got my hands on a couple of unbranded 300Mbps Wireless Routers. I opened one of them and found a chip named RT3052F. To bad I don't own a decent digital camera, just my cell phone. LJ-M printed on the PCB reveals that it is fromLong Jiang Industri and M stand for Multilayer Printed Wired Boards.

There is no components for the USB port, no JTAG but probably a serial port to the left side of the Ralink SoC.

Specifications can be found on this homepage, and the model is MT-WR855N.


MTN Electronics (Shenzhen) Co. Ltd
Sponsor
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Thu Jan 21, 2010 19:02    Post subject: Reply with quote
Here is cfe.bin and some other info.

SoC = Ralink RT3052
RAM = 32MB
Flash= 4MB

In case I feel to flash it, which firmware should I try out first?
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Thu Jan 21, 2010 19:13    Post subject: Reply with quote
bootlog?
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Fri Jan 22, 2010 19:49    Post subject: Reply with quote
I flashed this router with the Aceex NR22/Y DD-WRT firmware, and everything seems to work fine so far. Leds and reset button also works in this unit.

I also tried out WDS between one unit with DD-WRT, and another one with a firmware from the Ralink AP SDK Version 3.3.0.1.

WDS works between both units, but the performance is better with the Ralink firmware.

DD-WRT--> Ralink = 65Mbps (both directions = 35Mbps)
Ralink--> Ralink = 95Mbps (both directions = 65Mbps)

I did not test both units with DD-WRT, but will do that later.

I discovered something very strange. When I pressed the reset button on the DD-WRT unit, the speed raised to around 90-95 Mbps. It lasted until I plugged the power cord. When I reconfigured WDS after the reset, the speed went back to 65Mbps.
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Sat Jan 23, 2010 9:09    Post subject: Reply with quote
added
http://www.dd-wrt.com/wiki/index.php/Supported_Devices#MTN_Electronics

how have u flashed?!

_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Sat Jan 23, 2010 14:56    Post subject: Reply with quote
I logged in to the unit with telnet and issued the wget command to download the DD-WRT firmware for the Aceex NR22/Y router, then I issued the mtd_write command to flash my router.

Code:

wget -O /var/firmware http://www.dd-wrt.com/dd-wrtv2/downloads/others/eko/BrainSlayer-V24-preSP2/01-16-10-r13637/Aceex-NR22/firmware.bin


Code:

mtd_write -r write /var/firmware Kernel


In case wget is missing in the original Ralink firmware, just download the Aceex NR22/Y firmware and flash your router from the web gui.

ftp://59.120.12.151/NR22/root_uImage

Then login to the unit with telnet and issue the command "ddwrt.sh". The script will automatically download the DD-WRT firmware and flash your router.
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Sat Jan 23, 2010 16:01    Post subject: Reply with quote
can u flash back to the orig fw and try to flash via gui?
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Sun Jan 24, 2010 16:16    Post subject: Reply with quote
It does not work.

Here is the error message.

Quote:
Not a valid firmware. Bad Magic Number: "/var/cgiBht7QV" is no valid image


Last edited by Borage on Sun Jan 24, 2010 20:28; edited 1 time in total
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Sun Jan 24, 2010 18:25    Post subject: Reply with quote
i cant find any orig files for this product.
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
changeway
DD-WRT Novice


Joined: 30 Dec 2009
Posts: 21

PostPosted: Mon Jan 25, 2010 2:17    Post subject: Reply with quote
Borage wrote:
It does not work.

Here is the error message.

Quote:
Not a valid firmware. Bad Magic Number: "/var/cgiBht7QV" is no valid image


I've post the MAGIC code issue in thread
Unbranded Ralink SoC RT3052 based router
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=61162&sid=64f36425e436734bb8f316091106d57b

Your may use the HEX editor and try to remove the dd-wrt flash image header and start from "0x27051956". The boot loader and upload.cgi may check this magic code.
Borage
DD-WRT User


Joined: 26 Nov 2006
Posts: 422

PostPosted: Mon Jan 25, 2010 10:30    Post subject: Reply with quote
Sash wrote:
i cant find any orig files for this product.


Exactly, there is no downloadable firmware at all for this product. I took a backup of the original firmware with the cat command, but I don't know if it is useful. However, it was no problem when I upgraded with the Aceex NR22/Y firmware.


changeway wrote:
I've post the MAGIC code issue in thread
Unbranded Ralink SoC RT3052 based router
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=61162&sid=64f36425e436734bb8f316091106d57b

Your may use the HEX editor and try to remove the dd-wrt flash image header and start from "0x27051956". The boot loader and upload.cgi may check this magic code.


Thank you changeway, I will take a look at it.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Ralink SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum