My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Recovery  
Unbricking procedure for WLX-652 and NS-K330
Updated Oct 25, 2011 by stefansc...@gmail.com

Unbricking procedure for WLX-652 and NS-K330

READ: This unbricking procedure is intended to work when you have a serial connection AND your NAS enter at least into bootloader. It will rewrite the default stock firmware back to your WLX-652 or NS-K330 NAS. If your NAS is unresponsible with the serial connection, chances are that you will have to rewrite the flash.

To download the files, right-click on the links and use "Save as".

  1. Get a serial interface connected through a RS232-TTL converter. The serial parameters are 38400-N-1. The board have some holes in which the pins can be connected, next to the processor.
  2. Set your computer IP address to 192.168.0.100, and have tftp server running (I do like tftpd32 in Windows or tftpd-hpa in Linux) with the file recovery.8132 in the root directory.
  3. Start the system and interrupt the boot process with any key to get in the "Star Equuleus #" uboot prompt.
  4. Use these commands:
  5.   setenv ipaddr 192.168.0.10
      setenv serverip 192.168.0.100
      tftpboot 0x1000000 recovery.8132
      go 0x1000000
    The recovery image should boot. You must be able to use the NAS prompt now.
  6. Download and unpack fw_def_mtd.zip. Copy the files fw_def_mtd1_config.bin , fw_def_mtd2_kernel.bin and fw_def_mtd3_initrd-and-web.bin to an usb drive (prefer fat, ext2 or ext3) and connect it to the NAS. It will mount automatically.
  7. Type the command "mount", to check that the pendrive got mounted on /usb/sda1. We will assume this mount point for the remaining of procedure, change it accordingly, if necessary.
  8. Write the files back to the correct flash partitions with the following commands (the kernel and initrd-web will take some time):
  9. /bin/dd of=/dev/mtdblock1 if=/usb/sda1/fw_def_mtd1_config.bin
    /bin/dd of=/dev/mtdblock2 if=/usb/sda1/fw_def_mtd2_kernel.bin
    /bin/dd of=/dev/mtdblock3 if=/usb/sda1/fw_def_mtd3_initrd-and-web.bin
  10. Remove and reconnect the power cable. Remember that your NAS will return to the default factory settings.

NOTE: Depending on the working state of your NAS, this procedure may not work. Feel free to ask for info.

Gazineu

Comment by project member stefansc...@gmail.com, Oct 25, 2011

The web interface is also available when booting the recovery image. From there it's possible to flash snake os images.

Comment by edu1...@gmail.com, Feb 9, 2012

Steps to recovering a NS-K330: http://entrebits.com.br/post/2012/01/21/recuperando-um-nas-ns-k330 (portuguese)

Comment by edu1...@gmail.com, Feb 9, 2012

Steps to recovering a NS-K330: http://entrebits.com.br/post/2012/01/21/recuperando-um-nas-ns-k330 (portuguese)

Comment by cadastro...@gmail.com, Feb 18, 2012

Hi Dear,

My name is Weymar, and i´m from Brazil. I did the procedure, but a message appears. "Retry count exceeded; starting again". Can you help me? I used the circuit http://pinouts.ru/Converters/rs232-TTL_cable_pinout.shtml, Windows Vista, putty (serial) and SolarWinds?_TFTP-Server.

Thanks

Comment by tunayuya...@gmail.com, Feb 19, 2012

My wlx-652 stopped working after upgrade, and its ethernet interface lights(green and orange) is lighting up 2 times when I start device. Then nothing happens. Did my device bricked ? Which way I should try to unbrick it ?

I have arduino mega 2560 device if that helps solving problem.

Comment by tunayuya...@gmail.com, Feb 19, 2012

Fyi if i connect cables from arduino's tx rx ground and 3.3v to wlxkj-652 v1.0 board with 4 holes below star chip, it powers up board without adapter. So I assume i can do something with using tx rx cables(i see they are connected to star chip??).

Any help ?

Comment by javiercr...@gmail.com, Apr 12, 2012

I need help with my wlx-652. The problem is the wlx-652 is not detected by the router, I do test with two routers a Netgear and Airport a1143, but the NAS not show up in the DCHP clients but the usb light on the WLX stay on and the system light just blink. Please what I need to do to resolved this issue.....Thanks in advanced......

Comment by jp42k...@gmail.com, May 8, 2012

Hello friends: I have used this procedure succesfuly with my RITMO LN-86BT (from dealextreme). I am running OpenSuse? 12.1, I have used Yast-tftp-server, Minicom and a FT232RL USB to Serial Module (from ebay). I had some problems in the step 4 ("tftpboot 0x1000000 recovery.8132" returns: "T T T T T T", "Retry count exceeded; starting again"). I tried turning off the firewall at ethernet adapter and it worked. My NAS is alive again!!!! Thanks a lot.


Sign in to add a comment
Powered by Google Project Hosting