DNS320 Serial flash

842 views
Skip to first unread message

zolee

unread,
Feb 13, 2015, 6:35:21 PM2/13/15
to

Hi.

DNS320 Rev. A1 need help to install Alt-f on it.
Only solution is serial flashing.
U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)
DNS-320

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0

When i try to split firmware i have got an error message:
# splitdns323fw -k uKernel -i uInitrd -d uDefaults Alt-F-0.1RC4.1-DNS-320-rev-
A1A2.bin
ERROR: Unknown firmware signature (I got "\233|-\345\345\203\343K\000\000\000\000"; perhaps it's new?)

I need some help to solve it.

Some info about the NAS.:
U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)
DNS-320

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
Hit any key to stop autoboot:  0
(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
       scanning bus for storage devices... 0 Storage Device(s) found
** Bad device usb 0 **
Booting from nand ...

NAND read: incorrect device type in kernel



=> version
U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)
DNS-320
arm-linux-gnueabi-gcc (Debian 4.4.5-8) 4.4.5
GNU ld (GNU Binutils for Debian) 2.20.1.20100303

=> bdinfo
arch_number = 0x00000F91
boot_params = 0x00000100
DRAM bank   = 0x00000000
-> start    = 0x00000000
-> size     = 0x08000000
ethaddr     = 5C:D9:98:F9:4A:7C
ip_addr     = 192.168.1.2
baudrate    = 115200 bps
TLB addr    = 0x07FF0000
relocaddr   = 0x07F47000
reloc off   = 0x07947000
irq_sp      = 0x07E26F68
sp start    = 0x07E26F58
FB base     = 0x00000000

=> mtdparts
device nand0 <orion_nand>, # parts = 3
#: name        size        offset        mask_flags
0: u-boot              0x000e0000    0x00000000    0
1: u-boot-env          0x00020000    0x000e0000    0
2: root                0x07f00000    0x00100000    0

active partition: nand0,0 - (u-boot) 0x000e0000 @ 0x00000000

defaults:
mtdids  : nand0=orion_nand
mtdparts: mtdparts=orion_nand:896k(u-boot),128k(u-boot-env),5m(kernel),-(rootfs)


=> printenv
autoload=no
baudrate=115200
bootcmd=if test -n ${bootenv} && usb start; then if run loadbootenv; then echo Loaded environment ${bootenv} from usb;run importbootenv;fi;if test -n ${bootenvcmd}; then echo Running bootenvcmd ...;run bootenvcmd;fi;fi;run setnandbootenv subbootcmd;
bootdelay=3
bootenv=uEnv.txt
console=ttyS0,115200
ethact=egiga0
ethaddr=5C:D9:98:F9:4A:7C
importbootenv=echo Importing environment ...; env import -t ${loadaddr} ${filesize}
ipaddr=192.168.1.2
loadaddr=0x800000
loadbootenv=fatload usb 0 ${loadaddr} ${bootenv}
mtddevname=u-boot
mtddevnum=0
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:896k(u-boot),128k(u-boot-env),-(root)
nandloadimage=nand read ${loadaddr} kernel
nandroot=ubi0:rootfs ubi.mtd=rootfs
nandrootfstype=ubifs
netmask=255.255.255.0
partition=nand0,0
serverip=192.168.1.1
setbootargs=setenv bootargs console=${console} ${optargs} ${mtdparts} root=${bootenvroot} rootfstype=${bootenvrootfstype}
setnandbootenv=echo Booting from nand ...; setenv bootenvroot ${nandroot}; setenv bootenvrootfstype ${nandrootfstype}; setenv bootenvloadimage ${nandloadimage}
stderr=serial
stdin=serial
stdout=serial
subbootcmd=run setbootargs; if run bootenvloadimage; then bootm ${loadaddr};fi;

Environment size: 1280/131068 bytes

zolee

unread,
Feb 14, 2015, 9:16:11 AM2/14/15
to al...@googlegroups.com

This part of my problem is solved.
I just install Alt-f version from below and it's work.
https://launchpad.net/ubuntu/utopic/i386/dns323-firmware-tools/0.7.3-1
The previous version just didn't work.

This is the DLINK fw split:

# splitdns323fw -k uKernel -i uInitrd -d uDefaults DLINK_DNS320.2.05b08
'DNS323D1' firmware signature found
Kernel is 2566028 bytes
initrd is 1581076 bytes
defaults.tar.gz is 8836 bytes
squashfs is 31209472 bytes
Product ID: 0
Custom ID: 8
Model ID: 7
Compat ID: 1
Kernel data written to uKernel
initrd data written to uInitrd
defaults.tar.gz written to uDefaults

This is the Alt-f RC4.1fw split:

# splitdns323fw -k uKernel -i uInitrd -d uDefaults -s uSquashfs Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
'DNS323D1' firmware signature found
Kernel is 1803508 bytes
initrd is 3055680 bytes
No defaults.tar.gz in this firmware file
squashfs is 14862336 bytes
Product ID: 0
Custom ID: 8
Model ID: 7
Compat ID: 0
Kernel data written to uKernel
initrd data written to uInitrd
This firmware file does not have a defaults.tar.gz; not written
squashfs filesystem image written to uSquashfs

zolee

unread,
Feb 14, 2015, 12:13:13 PM2/14/15
to al...@googlegroups.com
Success!
With the command:
usb reset ; ext2load usb 0:1 0xa00000 /uKernel ; ext2load usb 0:1 0xf00000 /uInitrd
and
bootm 0xa00000 0xf00000
the device has start to load the kernel.
Is it correct? Can i save it to the NAND?
If yes how?



U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)                         
DNS-320                                                                        
arm-linux-gnueabi-gcc (Debian 4.4.5-8) 4.4.5                                   
GNU ld (GNU Binutils for Debian) 2.20.1.20100303                               
=> usb reset ; ext2load usb 0:1 0xa00000 /uKernel ; ext2load usb 0:1 0xf00000 /d

(Re)start USB...                                                               
USB:   Register 10011 NbrPorts 1                                               
USB EHCI 1.00                                                                  
scanning bus for devices... 2 USB Device(s) found                              
       scanning bus for storage devices... 1 Storage Device(s) found           
Loading file "/uKernel" from usb device 0:1                                    
1803508 bytes read                                                             
Loading file "/uInitrd" from usb device 0:1                                    
3055680 bytes read                                                             
=> bootm 0xa00000 0xf00000                                                     
## Booting kernel from Legacy Image at 00a00000 ...                            
   Image Name:   Alt-F-0.1RC4.1, kernel 3.10.32                                
   Created:      2015-02-03  14:52:08 UTC                                      
   Image Type:   ARM Linux Kernel Image (uncompressed)                         
   Data Size:    1803444 Bytes = 1.7 MiB                                       
   Load Address: 00008000                                                      
   Entry Point:  00008000                                                      
   Verifying Checksum ... OK                                                   
## Loading init Ramdisk from Legacy Image at 00f00000 ...                      
   Image Name:   Alt-F-0.1RC4.1, initrd                                        
   Created:      2015-02-03  14:52:07 UTC                                      
   Image Type:   ARM Linux RAMDisk Image (uncompressed)                        
   Data Size:    3055616 Bytes = 2.9 MiB                                       
   Load Address: 00800000                                                      
   Entry Point:  00800000                                                      
   Verifying Checksum ... OK                                                   
   Loading Kernel Image ... OK                                                 
OK                                                                             
                                                                               
Starting kernel ...                                                            
                                                                               
Uncompressing Linux... done, booting the kernel.                               
Booting Linux on physical CPU 0x0                                              
Linux version 3.10.32 (jcard@silver) (gcc version 4.3.3 (GCC) ) #1 Fri Jan 30 15
CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977             
CPU: VIVT data cache, VIVT instruction cache                                   
Machine: Marvell Kirkwood (Flattened Device Tree), model: D-Link DNS-320 NAS (R)
Memory policy: ECC disabled, Data cache writeback                              
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512     
Kernel command line: console=ttyS0,115200 root=/dev/ram0 init=/init            
PID hash table entries: 512 (order: -1, 2048 bytes)                            
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)                 
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)                   
Memory: 128MB = 128MB total                                                    
Memory: 121928k/121928k available, 9144k reserved, 0K highmem                  
Virtual kernel memory layout:                                                  
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)                              
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)                              
    vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)                              
    lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)                              
    modules : 0xbf000000 - 0xc0000000   (  16 MB)                              
      .text : 0xc0008000 - 0xc0467fac   (4480 kB)                              
      .init : 0xc0468000 - 0xc0493354   ( 173 kB)                              
      .data : 0xc0494000 - 0xc04c22a0   ( 185 kB)                              
       .bss : 0xc04c22a0 - 0xc04d7fe4   (  88 kB)                              
NR_IRQS:114                                                                    
sched_clock: 32 bits at 166MHz, resolution 5ns, wraps every 25769ms            
Calibrating delay loop... 789.70 BogoMIPS (lpj=3948544)                        
pid_max: default: 4096 minimum: 301                                            
Mount-cache hash table entries: 512                                            
CPU: Testing write buffer coherency: ok                                        
Setting up static identity map for 0xc03cb4c8 - 0xc03cb504                     
xor: measuring software checksum speed                                         
   arm4regs  :   722.800 MB/sec                                                
   8regs     :   535.600 MB/sec                                                
   32regs    :   585.600 MB/sec                                                
xor: using function: arm4regs (722.800 MB/sec)                                 
pinctrl core: initialized pinctrl subsystem                                    
regulator-dummy: no parameters                                                 
NET: Registered protocol family 16                                             
DMA: preallocated 256 KiB pool for atomic coherent allocations                 
Kirkwood: MV88F6281-A1, TCLK=166666667.                                        
Feroceon L2: Enabling L2                                                       
Feroceon L2: Cache support initialised.                                        
dnskw: Failed to register dnskw:power:recover                                  
No ATAGs?                                                                      
bio: create slab <bio-0> at 0                                                  
raid6: int32x1     82 MB/s                                                     
raid6: int32x2     98 MB/s                                                     
raid6: int32x4     80 MB/s                                                     
raid6: int32x8     80 MB/s                                                     
raid6: using algorithm int32x2 (98 MB/s)                                       
raid6: using intx1 recovery algorithm                                          
SATA0 Power: Failed to request enable GPIO39: -517                             
reg-fixed-voltage 1.regulator: Failed to register regulator: -517              
platform 1.regulator: Driver reg-fixed-voltage requests probe deferral         
SATA1 Power: Failed to request enable GPIO40: -517                             
reg-fixed-voltage 2.regulator: Failed to register regulator: -517              
platform 2.regulator: Driver reg-fixed-voltage requests probe deferral         
SCSI subsystem initialized                                                     
usbcore: registered new interface driver usbfs                                 
usbcore: registered new interface driver hub                                   
usbcore: registered new device driver usb                                      
Switching to clocksource orion_clocksource                                     
NET: Registered protocol family 2                                              
TCP established hash table entries: 1024 (order: 1, 8192 bytes)                
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)                       
TCP: Hash tables configured (established 1024 bind 1024)                       
TCP: reno registered                                                           
UDP hash table entries: 256 (order: 0, 4096 bytes)                             
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)                        
NET: Registered protocol family 1                                              
RPC: Registered named UNIX socket transport module.                            
RPC: Registered udp transport module.                                          
RPC: Registered tcp transport module.                                          
RPC: Registered tcp NFSv4.1 backchannel transport module.                      
Trying to unpack rootfs image as initramfs...                                  
rootfs image is not initramfs (junk in compressed archive); looks like an initrd
Freeing initrd memory: 2980K (c0f01000 - c11ea000)                             
VFS: Disk quotas dquot_6.5.2                                                   
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)                     
squashfs: version 4.0 (2009/01/31) Phillip Lougher                             
Installing knfsd (copyright (C) 1996 ok...@monad.swb.de).                       
jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.                          
aufs 3.10.x-20140127                                                           
msgmni has been set to 243                                                     
async_tx: api initialized (async)                                              
io scheduler noop registered                                                   
io scheduler cfq registered (default)                                          
kirkwood-pinctrl f1010000.pinctrl: registered pinctrl driver                   
mv_xor f1060800.xor: Marvell shared XOR driver                                 
mv_xor f1060800.xor: Marvell XOR: ( xor cpy )                                  
mv_xor f1060800.xor: Marvell XOR: ( xor fill cpy )                             
mv_xor f1060900.xor: Marvell shared XOR driver                                 
mv_xor f1060900.xor: Marvell XOR: ( xor cpy )                                  
mv_xor f1060900.xor: Marvell XOR: ( xor fill cpy )                             
Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled                       
f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A               
console [ttyS0] enabled                                                        
f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 34) is a 16550A               
brd: module loaded                                                             
loop: module loaded                                                            
sata_mv f1080000.sata: slots 32 ports 2                                        
scsi0 : sata_mv                                                                
scsi1 : sata_mv                                                                
ata1: SATA max UDMA/133 irq 21                                                 
ata2: SATA max UDMA/133 irq 21                                                 
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-b4
Scanning device for bad blocks                                                 
Bad eraseblock 564 at 0x000004680000                                           
Bad eraseblock 981 at 0x000007aa0000                                           
6 ofpart partitions found on MTD device orion_nand                             
Creating 6 MTD partitions on "orion_nand":                                     
0x000000000000-0x000000100000 : "u-boot"                                       
0x000000100000-0x000000600000 : "uImage"                                       
0x000000600000-0x000000b00000 : "ramdisk"                                      
0x000000b00000-0x000007100000 : "image"                                        
0x000007100000-0x000007b00000 : "mini firmware"                                
0x000007b00000-0x000008000000 : "config"                                       
libphy: orion_mdio_bus: probed                                                 
mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4                  
mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:d9:98:f9:4c
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver                     
ehci-pci: EHCI PCI platform driver                                             
ehci-orion: EHCI orion driver                                                  
orion-ehci f1050000.ehci: EHCI Host Controller                                 
orion-ehci f1050000.ehci: new USB bus registered, assigned bus number 1        
orion-ehci f1050000.ehci: irq 19, io mem 0xf1050000                            
orion-ehci f1050000.ehci: USB 2.0 started, EHCI 1.00                           
hub 1-0:1.0: USB hub found                                                     
hub 1-0:1.0: 1 port detected                                                   
usbcore: registered new interface driver usb-storage                           
rtc-mv f1010300.rtc: rtc core: registered f1010300.rtc as rtc0                 
i2c /dev entries driver                                                        
gpio-fan gpio_fan.2: GPIO fan initialized                                      
md: linear personality registered for level -1                                 
md: raid0 personality registered for level 0                                   
md: raid1 personality registered for level 1                                   
md: raid6 personality registered for level 6                                   
md: raid5 personality registered for level 5                                   
md: raid4 personality registered for level 4                                   
cpuidle: using governor ladder                                                 
cpuidle: using governor menu                                                   
leds-gpio gpio-leds.5: pins are not configured from the driver                 
usbcore: registered new interface driver usbhid                                
usbhid: USB HID core driver                                                    
TCP: cubic registered                                                          
NET: Registered protocol family 17                                             
SATA0 Power: 5000 mV                                                           
SATA1 Power: 5000 mV                                                           
input: gpio_keys.1 as /devices/gpio_keys.1/input/input0                        
rtc-mv f1010300.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
ata1: SATA link down (SStatus 0 SControl F300)                                 
usb 1-1: new high-speed USB device number 2 using orion-ehci                   
usb-storage 1-1:1.0: USB Mass Storage device detected                          
scsi2 : usb-storage 1-1:1.0                                                    
ata2: SATA link down (SStatus 0 SControl F300)                                 
md: Skipping autodetection of RAID arrays. (raid=autodetect will force)        
RAMDISK: squashfs filesystem found at block 0                                  
RAMDISK: Loading 2982KiB [1 disk] into ram disk... done.                       
VFS: Mounted root (squashfs filesystem) readonly on device 1:0.                
Freeing unused kernel memory: 172K (c0468000 - c0493000)                       
pre-init started, pid=1                                                        
pre-init: squash-rd                                                            
init started: BusyBox v1.20.2 (2015-01-30 16:18:45 WET)                        
sed: /proc/atags: No such file or directory                                    
rcS: Reading RCT in UTC and setting system time and date                       
rcS: Board: DNS-320-A1A2                                                       
rcS: Flashed Firmware: Linux-2.6.22.18                                         
scsi 2:0:0:0: Direct-Access              USB DISK Pro     PMAP PQ: 0 ANSI: 6   
sd 2:0:0:0: Attached scsi generic sg0 type 0                                   
sd 2:0:0:0: [sda] 30266496 512-byte logical blocks: (15.4 GB/14.4 GiB)         
sd 2:0:0:0: [sda] Write Protect is off                                         
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
 sda: sda1                                                                     
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
sd 2:0:0:0: [sda] Attached SCSI removable disk                                 
jffs2: Empty flash at 0x00001bac ends at 0x00002000                            
rcS: loadsave_settings: empty or no file  found!                               
jffs2: Empty flash at 0x00001bac ends at 0x00002000                            
udhcpc (v1.20.2) started                                                       
Sending discover...                                                            
Sending discover...                                                            
Sending discover...                                                            
No lease, failing                                                              
rcS: Fixed IP                                                                  
rcS: ARPING to 192.168.1.254 from 0.0.0.0 via eth0                             
Sent 3 probe(s) (3 broadcast(s))                                               
Received 0 reply (0 request(s), 0 broadcast(s))                                
rcS: using 192.168.1.254                                                       
root: Starting syslogd: OK.                                                    
Starting klogd: OK.                                                            
root: Starting sslcert: Creating SSL self-signed certificate... OK.            
root: Starting urandom: OK.                                                    
root: Starting sysctrl: OK.                                                    
root: Starting crond: OK.                                                      
Starting news: OK.                                                             
modprobe: can't open 'modules.dep': No such file or directory                  
/etc/init.d/S41inetd: line 82: rcvsftpd: not found                             
/etc/init.d/S41inetd: line 82: rcstunnel: not found                            
root: dropbear: generating rsa key...                                          
dropbear: generating dsa key...                                                
dropbear: generating ecdsa key...                                              
Starting inetd: OK.                                                            
root: Starting ffp: No ffp instalation found.                                  
sgdisk: can't load library 'libiconv.so.2'                                     
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 248                              
Buffer I/O error on device mtdblock0, logical block 31                         
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 0                                
Buffer I/O error on device mtdblock0, logical block 0                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 8                                
Buffer I/O error on device mtdblock0, logical block 1                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 16                               
Buffer I/O error on device mtdblock0, logical block 2                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 24                               
Buffer I/O error on device mtdblock0, logical block 3                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 32                               
Buffer I/O error on device mtdblock0, logical block 4                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 40                               
Buffer I/O error on device mtdblock0, logical block 5                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 48                               
Buffer I/O error on device mtdblock0, logical block 6                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 56                               
Buffer I/O error on device mtdblock0, logical block 7                          
__nand_correct_data: uncorrectable ECC error                                   
end_request: I/O error, dev mtdblock0, sector 64                               
Buffer I/O error on device mtdblock0, logical block 8                          
__nand_correct_data: uncorrectable ECC error                                   
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC errorroot: Starting user: OK.

João Cardoso

unread,
Feb 14, 2015, 2:34:10 PM2/14/15
to al...@googlegroups.com
Alt-F has it's own program to split D-Link firmware, it's called dns323-fw and can be found at https://code.google.com/p/alt-f/source/browse/trunk/alt-f/package/alt-f-utils/alt-f-utils-0.1.7/dns323-fw.c. You have to compile it.

As you have succeed booting the kernel and running Alt-F, you best option is to flash the fw from Alt-F webUI, System->Firmware.

Ah, but you have a lot of flash errors:

__nand_correct_data: uncorrectable ECC error                                    
end_request: I/O error, dev mtdblock0, sector 248                               
...                        
end_request: I/O error, dev mtdblock0, sector 64                                
Buffer I/O error on device mtdblock0, logical block 8                           

You might try to flash anyway, perhaps the flash erase procedure will be able to remap those errors. Please report back, as another user also has that kind of NAND errors.
For the DNS-320-rev-Ax, Alt-F flash procedure don't flash the u-boot partition, only mtd1, mtd2, mt3 and mtd5 are flashed:

kernel_mtd=mtd1
initramfs_mtd=mtd2
sqimage_mtd=mtd3
defaults_mtd=mtdblock5

...

zolee

unread,
Feb 15, 2015, 3:58:29 PM2/15/15
to al...@googlegroups.com
Hi.

Boot from USB trough serial without any problem.
I can login on webui of Alt-f, but can't save alt-f to nand.


For the DNS-320-rev-Ax, Alt-F flash procedure don't flash the u-boot partition, only mtd1, mtd2, mt3 and mtd5 are flashed:

kernel_mtd=mtd1
initramfs_mtd=mtd2
sqimage_mtd=mtd3
defaults_mtd=mtdblock5

How can i flash alt-f to nand(or original fw)?

=> usb reset ; ext2load usb 0:1 0xa00000 /uKernel ; ext2load usb 0:1 0xf00000 /uRamdisk

(Re)start USB...
USB:   Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
       scanning bus for storage devices... 1 Storage Device(s) found
Loading file "/uKernel" from usb device 0:1
1803508 bytes read
Loading file "/uRamdisk" from usb device 0:1

3055680 bytes read
=> bootm 0xa00000 0xf00000
## Booting kernel from Legacy Image at 00a00000 ...
   Image Name:   Alt-F-0.1RC4.1, kernel 3.10.32
   Created:      2015-02-03  14:52:08 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1803444 Bytes = 1.7 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 00f00000 ...
   Image Name:   Alt-F-0.1RC4.1, initrd
   Created:      2015-02-03  14:52:07 UTC
   Image Type:   ARM Linux RAMDisk Image (uncompressed)
   Data Size:    3055616 Bytes = 2.9 MiB
   Load Address: 00800000
   Entry Point:  00800000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
Booting Linux on physical CPU 0x0
Linux version 3.10.32 (jcard@silver) (gcc version 4.3.3 (GCC) ) #1 Fri Jan 30 16:37:58 WET 2015

CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
CPU: VIVT data cache, VIVT instruction cache
Machine: Marvell Kirkwood (Flattened Device Tree), model: D-Link DNS-320 NAS (Rev A1/A2)
   8regs     :   536.000 MB/sec

   32regs    :   585.600 MB/sec
xor: using function: arm4regs (722.800 MB/sec)
pinctrl core: initialized pinctrl subsystem
regulator-dummy: no parameters
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
Kirkwood: MV88F6281-A1, TCLK=166666667.
Feroceon L2: Enabling L2
Feroceon L2: Cache support initialised.
dnskw: Failed to register dnskw:power:recover
No ATAGs?
bio: create slab <bio-0> at 0
raid6: int32x1     80 MB/s
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit), 128MiB, page size: 2048, OOB size: 64

Scanning device for bad blocks
Bad eraseblock 564 at 0x000004680000
Bad eraseblock 981 at 0x000007aa0000
6 ofpart partitions found on MTD device orion_nand
Creating 6 MTD partitions on "orion_nand":
0x000000000000-0x000000100000 : "u-boot"
0x000000100000-0x000000600000 : "uImage"
0x000000600000-0x000000b00000 : "ramdisk"
0x000000b00000-0x000007100000 : "image"
0x000007100000-0x000007b00000 : "mini firmware"
0x000007b00000-0x000008000000 : "config"
libphy: orion_mdio_bus: probed
mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:d9:98:f9:4a:7c
BusyBox v1.20.2 (2015-01-30 16:18:45 WET) multi-call binary.

Usage: ifconfig [-a] interface [address]

Configure a network interface

    [add ADDRESS[/PREFIXLEN]]
    [del ADDRESS[/PREFIXLEN]]
    [[-]broadcast [ADDRESS]] [[-]pointopoint [ADDRESS]]
    [netmask ADDRESS] [dstaddr ADDRESS]
    [outfill NN] [keepalive NN]
    [hw ether|infiniband ADDRESS] [metric NN] [mtu NN]
    [[-]trailers] [[-]arp] [[-]allmulti]
    [multicast] [[-]promisc] [txqueuelen NN] [[-]dynamic]
    [mem_start NN] [io_addr NN] [irq NN]
    [up|down] ...


sed: /proc/atags: No such file or directory
rcS: Reading RCT in UTC and setting system time and date
rcS: Board: DNS-320-A1A2
scsi 2:0:0:0: Direct-Access              USB DISK Pro     PMAP PQ: 0 ANSI: 6
sd 2:0:0:0: Attached scsi generic sg0 type 0
sd 2:0:0:0: [sda] 30266496 512-byte logical blocks: (15.4 GB/14.4 GiB)
rcS: Flashed Firmware:
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] Attached SCSI removable disk
rcS: loadsave_settings: empty or no file  found!
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 248
Buffer I/O error on device mtdblock0, logical block 31
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 0
Buffer I/O error on device mtdblock0, logical block 0
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 8
Buffer I/O error on device mtdblock0, logical block 1
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 16
Buffer I/O error on device mtdblock0, logical block 2

__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 24
Buffer I/O error on device mtdblock0, logical block 3
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 32
Buffer I/O error on device mtdblock0, logical block 4
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 40
Buffer I/O error on device mtdblock0, logical block 5
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 48
Buffer I/O error on device mtdblock0, logical block 6
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 56
Buffer I/O error on device mtdblock0, logical block 7
__nand_correct_data: uncorrectable ECC error

end_request: I/O error, dev mtdblock0, sector 64
Buffer I/O error on device mtdblock0, logical block 8
__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC errorroot: Starting user: OK.

/ # mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
__nand_correct_data: uncorrectable ECC error
blk_update_request: 28 callbacks suppressed

end_request: I/O error, dev mtdblock0, sector 248
quiet_error: 27 callbacks suppressed
Buffer I/O error on device mtdblock0, logical block 31
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 0
Buffer I/O error on device mtdblock0, logical block 0
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 8
Buffer I/O error on device mtdblock0, logical block 1
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 16
Buffer I/O error on device mtdblock0, logical block 2

__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 24
Buffer I/O error on device mtdblock0, logical block 3
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 32
Buffer I/O error on device mtdblock0, logical block 4
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 40
Buffer I/O error on device mtdblock0, logical block 5
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 48
Buffer I/O error on device mtdblock0, logical block 6
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 56
Buffer I/O error on device mtdblock0, logical block 7
__nand_correct_data: uncorrectable ECC error

end_request: I/O error, dev mtdblock0, sector 64
Buffer I/O error on device mtdblock0, logical block 8
__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC errorblk_update_request: 27 callbacks suppressed

end_request: I/O error, dev mtdblock0, sector 248
quiet_error: 27 callbacks suppressed
Buffer I/O error on device mtdblock0, logical block 31
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 0
Buffer I/O error on device mtdblock0, logical block 0
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 8
Buffer I/O error on device mtdblock0, logical block 1
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 16
Buffer I/O error on device mtdblock0, logical block 2

__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 24
Buffer I/O error on device mtdblock0, logical block 3
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 32
Buffer I/O error on device mtdblock0, logical block 4
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 40
Buffer I/O error on device mtdblock0, logical block 5
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 48
Buffer I/O error on device mtdblock0, logical block 6
__nand_correct_data: uncorrectable ECC error
end_request: I/O error, dev mtdblock0, sector 56
Buffer I/O error on device mtdblock0, logical block 7
__nand_correct_data: uncorrectable ECC error

end_request: I/O error, dev mtdblock0, sector 64
Buffer I/O error on device mtdblock0, logical block 8
__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC error
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable ECC errorFeb 15 19:54:12 sysctrl: Starting
Feb 15 19:54:12 sysctrl: reading /etc/bay
Feb 15 19:54:12 sysctrl: reading /etc/misc.conf
Feb 15 19:54:12 sysctrl: reading /etc/sysctrl.conf
Feb 15 19:54:12 sysctrl: can't open /etc/sysctrl.conf: No such file or directory
Using defaults
Feb 15 19:54:12 sysctrl: args.lo_fan=2000
Feb 15 19:54:12 sysctrl: args.hi_fan=5000
Feb 15 19:54:12 sysctrl: args.lo_temp=45
Feb 15 19:54:12 sysctrl: args.hi_temp=50
Feb 15 19:54:12 sysctrl: args.hist_temp=1.0
Feb 15 19:54:12 sysctrl: args.fan_mode=AUTO
Feb 15 19:54:12 sysctrl: args.mail=1
Feb 15 19:54:12 sysctrl: args.recovery=1
Feb 15 19:54:12 sysctrl: args.fan_off_temp=38
Feb 15 19:54:12 sysctrl: args.max_fan_speed=6000
Feb 15 19:54:12 sysctrl: args.crit_temp=54
Feb 15 19:54:12 sysctrl: args.warn_temp=52
Feb 15 19:54:12 sysctrl: args.crit_temp_command="/usr/sbin/poweroff"
Feb 15 19:54:12 sysctrl: args.warn_temp_command="(null)"
Feb 15 19:54:12 sysctrl: args.front_button_command1="(null)"
Feb 15 19:54:12 sysctrl: args.front_button_command2="(null)"
Feb 15 19:54:12 sysctrl: args.back_button_command="(null)"
Feb 15 19:54:12 sysctrl: (null) (null) rdwr=0 last=0 spindow=1200 power=1

Feb 15 19:54:12 sysctrl: (null) (null) rdwr=0 last=0 spindow=1200 power=1

Feb 15 19:54:12 sysctrl: sda usb rdwr=0 last=0 spindow=1200 power=1

Feb 15 19:54:14 sysctrl: temp=37.0    pwm=0 fan=0
rcE: Starting reboot/shutdown
rcE: stopping all services
Feb 15 19:55:42 sysctrl: signaled to quit, quiting
root: Stopping sysctrl: OK.
rcE: saving date and time to RTC
rcE: unmounting all mounted filesystems
rcE: unmouting tmpfs /tmp
rcE: stopping swap
rcE: stopping RAID
rcE: ejecting all drives
rcE: still mounted filesystems
------------------------------
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
tmpfs on /rootmnt type tmpfs (rw,relatime)
/dev/root on /rootmnt/ro type squashfs (ro,relatime)
aufs on / type aufs (rw,relatime,si=8e7c9cc2)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
------------------------------
rcE: still running processes
------------------------------
PID   PPID  PGID  USER     GROUP    TT     VSZ  STAT RSS  COMMAND
    1     0     1 root     root     ?      1192 S     332 init
    2     0     0 root     root     ?         0 SW      0 [kthreadd]
    3     2     0 root     root     ?         0 SW      0 [ksoftirqd/0]
    5     2     0 root     root     ?         0 SW<     0 [kworker/0:0H]
    6     2     0 root     root     ?         0 SW      0 [kworker/u2:0]
    7     2     0 root     root     ?         0 SW<     0 [khelper]
    8     2     0 root     root     ?         0 SW<     0 [writeback]
    9     2     0 root     root     ?         0 SW<     0 [bioset]
   10     2     0 root     root     ?         0 SW<     0 [kblockd]
   11     2     0 root     root     ?         0 SW<     0 [ata_sff]
   12     2     0 root     root     ?         0 SW      0 [khubd]
   13     2     0 root     root     ?         0 SW<     0 [md]
   14     2     0 root     root     ?         0 SW<     0 [rpciod]
   16     2     0 root     root     ?         0 SW      0 [kswapd0]
   17     2     0 root     root     ?         0 SW      0 [fsnotify_mark]
   18     2     0 root     root     ?         0 SW<     0 [nfsiod]
   19     2     0 root     root     ?         0 SW<     0 [crypto]
   32     2     0 root     root     ?         0 SW      0 [scsi_eh_0]
   33     2     0 root     root     ?         0 SW      0 [scsi_eh_1]
   34     2     0 root     root     ?         0 SW      0 [kworker/u2:1]
   41     2     0 root     root     ?         0 SW<     0 [deferwq]
   42     2     0 root     root     ?         0 SW      0 [scsi_eh_2]
   43     2     0 root     root     ?         0 SW      0 [usb-storage]
  169     2     0 root     root     ?         0 SW<     0 [kworker/0:1H]
  203     2     0 root     root     ?         0 SW      0 [kworker/0:2]
 1513     1  1513 root     root     ?      1188 S     352 {rcE} /bin/sh /etc/in
 1652  1513  1513 root     root     ?      1188 R     344 ps -opid,ppid,pgid,us
 3911     2     0 root     root     ?         0 SW      0 [kworker/0:1]
------------------------------
rcE: bringing network down
mount: mounting aufs on / failed: Device or resource busy
rcE: Poweroff NOW!
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
Requesting system reboot
Restarting system.



U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)
DNS-320

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
=>



João Cardoso

unread,
Feb 16, 2015, 10:31:02 AM2/16/15
to


On Sunday, February 15, 2015 at 8:58:29 PM UTC, zolee wrote:
Hi.

Boot from USB trough serial without any problem.
I can login on webui of Alt-f, but can't save alt-f to nand.

Use System->Firmware

As you have a lot of flash errors the above can fail and you will have to resort to the command line, using the dns323-fw, flash_erase, nandwrite, .. commands.
Please follow this topic for further details.

 

João Cardoso

unread,
Feb 17, 2015, 12:52:06 PM2/17/15
to al...@googlegroups.com


On Monday, February 16, 2015 at 3:31:02 PM UTC, João Cardoso wrote:


On Sunday, February 15, 2015 at 8:58:29 PM UTC, zolee wrote:
Hi.

Boot from USB trough serial without any problem.
I can login on webui of Alt-f, but can't save alt-f to nand.

Use System->Firmware

As you have a lot of flash errors the above can fail and you will have to resort to the command line, using the dns323-fw, flash_erase, nandwrite, .. commands.
Please follow this topic for further details.

Any news?
 

zolee

unread,
Feb 17, 2015, 3:08:14 PM2/17/15
to al...@googlegroups.com
Hi. I followed the instructions that you given in the other topic.
The resullts are here:


[root@dns325]# cat /tmp/board
DNS-320-A1A2
[root@dns325]# echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/ffp/bin:/ffp/sbin
[root@dns325]# which flash_erase nandwrite nandtest
/usr/sbin/flash_erase
/usr/sbin/nandwrite
/usr/sbin/nandtest
[root@dns325]# cd /tmp
[root@dns325]# wget http://downloads.sourceforge.net/project/alt-f/Releases/0.1R
C4.1/Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
--2015-02-17 11:02:17--  http://downloads.sourceforge.net/project/alt-f/Releases/0.1RC4.1/Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://netcologne.dl.sourceforge.net/project/alt-f/Releases/0.1RC4.1/Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin [following]
--2015-02-17 11:02:18--  http://netcologne.dl.sourceforge.net/project/alt-f/Releases/0.1RC4.1/Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
Resolving netcologne.dl.sourceforge.net... 2001:4dd0:1234:6::5f, 78.35.24.46
Connecting to netcologne.dl.sourceforge.net|2001:4dd0:1234:6::5f|:80... failed: Address family not supported by protocol.
Connecting to netcologne.dl.sourceforge.net|78.35.24.46|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 19721652 (19M) [application/octet-stream]
Saving to: 'Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin'

100%[======================================>] 19,721,652  11.7MB/s   in 1.6s  

2015-02-17 11:02:20 (11.7 MB/s) - 'Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin' saved [19721652/19721652]

[root@dns325]# ls -l Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
-rw-r--r--    1 root     root      19721652 Feb  3 15:52 Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
[root@dns325]# dns323-fw -s Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
product_id=0;
custom_id=8;
model_id=7;
sub_id=2;
NewVersion=0;
signature="DNS323D1";

sig_num=4 header=128 Next_offset=0
ko=128          kl=1803508      kr=0    kc=2087138044   next=1803636
io=1803636      il=3055680      ir=0    ic=3844963483   next=4859316
so=4859316      sl=14862336     sr=0    sc=1273201637   next=19721652
do=19721652     dl=0            dr=0    dc=0    next=19721652
filesz=19721652 compsz=19721652

signature is "DNS323D1"
kernel saved, checksum is OK.
initramfs saved, checksum is OK.
sqimage saved, checksum is OK.
defaults saved, checksum is OK.
[root@dns325]# ls -l kernel initramfs sqimage
-rwx------    1 root     root       3055680 Feb 17 11:04 initramfs
-rwx------    1 root     root       1803508 Feb 17 11:04 kernel
-rwx------    1 root     root      14862336 Feb 17 11:04 sqimage
[root@dns325]# rm Alt-F-0.1RC4.1-DNS-320-rev-A1A2.bin
[root@dns325]# fdev=mtd1
[root@dns325]# fname=kernel
[root@dns325]# fsz=1803508
[root@dns325]# flash_erase /dev/$fdev 0 0; echo status1=$?
Erasing 128 Kibyte @ 4e0000 -- 100 % complete
status1=0
[root@dns325]# nandwrite -p /dev/$fdev $fname; echo status2=$?
Writing data to block 0 at offset 0x0
Writing data to block 1 at offset 0x20000
Writing data to block 2 at offset 0x40000
Writing data to block 3 at offset 0x60000
Writing data to block 4 at offset 0x80000
Writing data to block 5 at offset 0xa0000
Writing data to block 6 at offset 0xc0000
Writing data to block 7 at offset 0xe0000
Writing data to block 8 at offset 0x100000
Writing data to block 9 at offset 0x120000
Writing data to block 10 at offset 0x140000
Writing data to block 11 at offset 0x160000
Writing data to block 12 at offset 0x180000
Writing data to block 13 at offset 0x1a0000
status2=0
[root@dns325]# nanddump -l $fsz -f flash-dump /dev/$fdev; echo status3=$?
ECC failed: 0
ECC corrected: 0
Number of bad blocks: 0
Number of bbt blocks: 0
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x001b84f4...
status3=0
[root@dns325]# dd if=flash-dump bs=$fsz count=1 | cmp $fname; echo status4=$?
1+0 records in
1+0 records out
1803508 bytes (1.7MB) copied, 0.149994 seconds, 11.5MB/s
status4=0
[root@dns325]# rm flash-dump
[root@dns325]# fdev=mtd2
[root@dns325]# fname=initramfs
[root@dns325]# fsz=3055680
[root@dns325]# flash_erase /dev/$fdev 0 0; echo status1=$?
Erasing 128 Kibyte @ 4e0000 -- 100 % complete
status1=0
[root@dns325]# nandwrite -p /dev/$fdev $fname; echo status2=$?
Writing data to block 0 at offset 0x0
Writing data to block 1 at offset 0x20000
Writing data to block 2 at offset 0x40000
Writing data to block 3 at offset 0x60000
Writing data to block 4 at offset 0x80000
Writing data to block 5 at offset 0xa0000
Writing data to block 6 at offset 0xc0000
Writing data to block 7 at offset 0xe0000
Writing data to block 8 at offset 0x100000
Writing data to block 9 at offset 0x120000
Writing data to block 10 at offset 0x140000
Writing data to block 11 at offset 0x160000
Writing data to block 12 at offset 0x180000
Writing data to block 13 at offset 0x1a0000
Writing data to block 14 at offset 0x1c0000
Writing data to block 15 at offset 0x1e0000
Writing data to block 16 at offset 0x200000
Writing data to block 17 at offset 0x220000
Writing data to block 18 at offset 0x240000
Writing data to block 19 at offset 0x260000
Writing data to block 20 at offset 0x280000
Writing data to block 21 at offset 0x2a0000
Writing data to block 22 at offset 0x2c0000
Writing data to block 23 at offset 0x2e0000
status2=0
[root@dns325]# nanddump -l $fsz -f flash-dump /dev/$fdev; echo status3=$?
ECC failed: 0
ECC corrected: 0
Number of bad blocks: 0
Number of bbt blocks: 0
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x002ea040...
status3=0
[root@dns325]# dd if=flash-dump bs=$fsz count=1 | cmp $fname; echo status4=$?
1+0 records in
1+0 records out
3055680 bytes (2.9MB) copied, 0.255824 seconds, 11.4MB/s
status4=0
[root@dns325]# rm flash-dump
[root@dns325]# fdev=mtd3
[root@dns325]# fname=sqimage
[root@dns325]# fsz=14862336
[root@dns325]# flash_erase /dev/$fdev 0 0; echo status1=$?
Erasing 128 Kibyte @ 3b60000 -- 58 % complete flash_erase: Skipping bad block at 03b80000
Erasing 128 Kibyte @ 65e0000 -- 100 % complete
status1=0
[root@dns325]# nandwrite -p /dev/$fdev $fname; echo status2=$?
Writing data to block 0 at offset 0x0
Writing data to block 1 at offset 0x20000
Writing data to block 2 at offset 0x40000
Writing data to block 3 at offset 0x60000
Writing data to block 4 at offset 0x80000
Writing data to block 5 at offset 0xa0000
Writing data to block 6 at offset 0xc0000
Writing data to block 7 at offset 0xe0000
Writing data to block 8 at offset 0x100000
Writing data to block 9 at offset 0x120000
Writing data to block 10 at offset 0x140000
Writing data to block 11 at offset 0x160000
Writing data to block 12 at offset 0x180000
Writing data to block 13 at offset 0x1a0000
Writing data to block 14 at offset 0x1c0000
Writing data to block 15 at offset 0x1e0000
Writing data to block 16 at offset 0x200000
Writing data to block 17 at offset 0x220000
Writing data to block 18 at offset 0x240000
Writing data to block 19 at offset 0x260000
Writing data to block 20 at offset 0x280000
Writing data to block 21 at offset 0x2a0000
Writing data to block 22 at offset 0x2c0000
Writing data to block 23 at offset 0x2e0000
Writing data to block 24 at offset 0x300000
Writing data to block 25 at offset 0x320000
Writing data to block 26 at offset 0x340000
Writing data to block 27 at offset 0x360000
Writing data to block 28 at offset 0x380000
Writing data to block 29 at offset 0x3a0000
Writing data to block 30 at offset 0x3c0000
Writing data to block 31 at offset 0x3e0000
Writing data to block 32 at offset 0x400000
Writing data to block 33 at offset 0x420000
Writing data to block 34 at offset 0x440000
Writing data to block 35 at offset 0x460000
Writing data to block 36 at offset 0x480000
Writing data to block 37 at offset 0x4a0000
Writing data to block 38 at offset 0x4c0000
Writing data to block 39 at offset 0x4e0000
Writing data to block 40 at offset 0x500000
Writing data to block 41 at offset 0x520000
Writing data to block 42 at offset 0x540000
Writing data to block 43 at offset 0x560000
Writing data to block 44 at offset 0x580000
Writing data to block 45 at offset 0x5a0000
Writing data to block 46 at offset 0x5c0000
Writing data to block 47 at offset 0x5e0000
Writing data to block 48 at offset 0x600000
Writing data to block 49 at offset 0x620000
Writing data to block 50 at offset 0x640000
Writing data to block 51 at offset 0x660000
Writing data to block 52 at offset 0x680000
Writing data to block 53 at offset 0x6a0000
Writing data to block 54 at offset 0x6c0000
Writing data to block 55 at offset 0x6e0000
Writing data to block 56 at offset 0x700000
Writing data to block 57 at offset 0x720000
Writing data to block 58 at offset 0x740000
Writing data to block 59 at offset 0x760000
Writing data to block 60 at offset 0x780000
Writing data to block 61 at offset 0x7a0000
Writing data to block 62 at offset 0x7c0000
Writing data to block 63 at offset 0x7e0000
Writing data to block 64 at offset 0x800000
Writing data to block 65 at offset 0x820000
Writing data to block 66 at offset 0x840000
Writing data to block 67 at offset 0x860000
Writing data to block 68 at offset 0x880000
Writing data to block 69 at offset 0x8a0000
Writing data to block 70 at offset 0x8c0000
Writing data to block 71 at offset 0x8e0000
Writing data to block 72 at offset 0x900000
Writing data to block 73 at offset 0x920000
Writing data to block 74 at offset 0x940000
Writing data to block 75 at offset 0x960000
Writing data to block 76 at offset 0x980000
Writing data to block 77 at offset 0x9a0000
Writing data to block 78 at offset 0x9c0000
Writing data to block 79 at offset 0x9e0000
Writing data to block 80 at offset 0xa00000
Writing data to block 81 at offset 0xa20000
Writing data to block 82 at offset 0xa40000
Writing data to block 83 at offset 0xa60000
Writing data to block 84 at offset 0xa80000
Writing data to block 85 at offset 0xaa0000
Writing data to block 86 at offset 0xac0000
Writing data to block 87 at offset 0xae0000
Writing data to block 88 at offset 0xb00000
Writing data to block 89 at offset 0xb20000
Writing data to block 90 at offset 0xb40000
Writing data to block 91 at offset 0xb60000
Writing data to block 92 at offset 0xb80000
Writing data to block 93 at offset 0xba0000
Writing data to block 94 at offset 0xbc0000
Writing data to block 95 at offset 0xbe0000
Writing data to block 96 at offset 0xc00000
Writing data to block 97 at offset 0xc20000
Writing data to block 98 at offset 0xc40000
Writing data to block 99 at offset 0xc60000
Writing data to block 100 at offset 0xc80000
Writing data to block 101 at offset 0xca0000
Writing data to block 102 at offset 0xcc0000
Writing data to block 103 at offset 0xce0000
Writing data to block 104 at offset 0xd00000
Writing data to block 105 at offset 0xd20000
Writing data to block 106 at offset 0xd40000
Writing data to block 107 at offset 0xd60000
Writing data to block 108 at offset 0xd80000
Writing data to block 109 at offset 0xda0000
Writing data to block 110 at offset 0xdc0000
Writing data to block 111 at offset 0xde0000
Writing data to block 112 at offset 0xe00000
Writing data to block 113 at offset 0xe20000
status2=0
[root@dns325]# nanddump -l $fsz -f flash-dump /dev/$fdev; echo status3=$?
ECC failed: 0
ECC corrected: 0
Number of bad blocks: 1
Number of bbt blocks: 0
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00e2c800...
status3=0
[root@dns325]# dd if=flash-dump bs=$fsz count=1 | cmp $fname; echo status4=$?
1+0 records in
1+0 records out
14862336 bytes (14.2MB) copied, 1.292806 seconds, 11.0MB/s
status4=0
[root@dns325]# rm flash-dump

As you see everything went well.
After reboot I was must loading the Alt-f from USB again to start services.(no autostart)
On the webui i was must save password and settings again.
When i check firmware i have seen this:


Firmware Update help
When done you must save settings help
By following this procedure you can brick your box.
However, it was used to successfully flash D-Link and Alt-F firmware on a DNS-323 Rev-B1, a DNS-325 rev-A1 and on a DNS-320L rev-A1 boxes. Other compatible boards are said to work.

An option is offered latter to cancel the procedure, so you can safely proceed for now.

The box is currently running Alt-F 0.1RC4.1 with kernel 3.10.32, and flashed with Alt-F-0.1RC4.1, initrd.

The problems are probably in the u-boot settings.I need to clean the whole NAND probably. Some help would be great with this. :)

LOG:

U-Boot 2012.10-00004-g8aac38e (Dec 26 2012 - 21:37:42)
DNS-320

SoC:   Kirkwood 88F6281_A1
DRAM:  128 MiB
WARNING: Caches not enabled
NAND:  128 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
=>  mtdparts
                                                                               
device nand0 <orion_nand>, # parts = 6                                         
 #: name                size            offset          mask_flags             
 0: u-boot              0x00100000      0x00000000      0                      
 1: uImage              0x00500000      0x00100000      0                      
 2: ramdisk             0x00500000      0x00600000      0                      
 3: image               0x06600000      0x00b00000      0                      
 4: mini-firmware       0x00a00000      0x07100000      0                      
 5: config              0x00500000      0x07b00000      0                      
                                                                               
active partition: nand0,0 - (u-boot) 0x00100000 @ 0x00000000                   
                                                                               
defaults:                                                                      
mtdids  : nand0=orion_nand                                                     
mtdparts: mtdparts=orion_nand:896k(u-boot),128k(u-boot-env),5m(kernel),-(rootfs)
=> printenv                                                                    
baudrate=115200                                                                
bootargs=console=ttyO0,115200n8 root=/dev/mtdblock5 rw rootfstype=jffs2 mem=128M

ethact=egiga0                                                                  
ethaddr=5C:D9:98:F9:4A:7C                                                      
ipaddr=192.168.1.2                                                             
mtddevname=u-boot                                                              
mtddevnum=0                                                                    
mtdids=nand0=orion_nand                                                        
mtdparts=mtdparts=orion_nand:1024k(u-boot),5120k(uImage),5120k(ramdisk),104448k)
partition=nand0,0                                                              
serverip=192.168.1.1                                                           
stderr=serial                                                                  
stdin=serial                                                                   
stdout=serial                                                                  
                                                                               
Environment size: 442/131068 bytes                                             
=> usb reset ; ext2load usb 0:1 0xa00000 /uKernel ; ext2load usb 0:1 0xf00000 /k
Linux version 3.10.32 (jcard@silver) (gcc version 4.3.3 (GCC) ) #1 Fri Jan 30 15

CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977             
CPU: VIVT data cache, VIVT instruction cache                                   
Machine: Marvell Kirkwood (Flattened Device Tree), model: D-Link DNS-320 NAS (R)
   8regs     :   535.600 MB/sec                                                
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-b4

Scanning device for bad blocks                                                 
Bad eraseblock 564 at 0x000004680000                                           
Bad eraseblock 981 at 0x000007aa0000                                           
6 ofpart partitions found on MTD device orion_nand                             
Creating 6 MTD partitions on "orion_nand":                                     
0x000000000000-0x000000100000 : "u-boot"                                       
0x000000100000-0x000000600000 : "uImage"                                       
0x000000600000-0x000000b00000 : "ramdisk"                                      
0x000000b00000-0x000007100000 : "image"                                        
0x000007100000-0x000007b00000 : "mini firmware"                                
0x000007b00000-0x000008000000 : "config"                                       
libphy: orion_mdio_bus: probed                                                 
mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4                  
mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 5c:d9:98:f9:4c
scsi 2:0:0:0: Direct-Access              USB DISK Pro     PMAP PQ: 0 ANSI: 6   
sd 2:0:0:0: Attached scsi generic sg0 type 0                                   
sd 2:0:0:0: [sda] 30266496 512-byte logical blocks: (15.4 GB/14.4 GiB)         
sd 2:0:0:0: [sda] Write Protect is off                                         
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
 sda: sda1                                                                     
sd 2:0:0:0: [sda] No Caching mode page found                                   
sd 2:0:0:0: [sda] Assuming drive cache: write through                          
sd 2:0:0:0: [sda] Attached SCSI removable disk                                 
rcS: Reading RCT in UTC and setting system time and date                       
rcS: Board: DNS-320-A1A2                                                       
rcS: Flashed Firmware: Alt-F-0.1RC4.1, kernel 3.10.32                          
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000003c: 0d
jffs2: Empty flash at 0x00000040 ends at 0x00000200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000023c: 0d
jffs2: Empty flash at 0x00000240 ends at 0x00000800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000008a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002003c: 0d
jffs2: Empty flash at 0x00020040 ends at 0x00020200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002023c: 0d
jffs2: Empty flash at 0x00020240 ends at 0x00020800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000208a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0026003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0028003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0030003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0032003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0034003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0036003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0038003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0040003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0042003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0044003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0046003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0048003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0d
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40                           

mount: mounting /dev/mtdblock5 on /tmp/tmp.5Xij3O failed: Input/output error   
rcS:                                                                           
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000003c: 0d
jffs2: Empty flash at 0x00000040 ends at 0x00000200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000023c: 0d
jffs2: Empty flash at 0x00000240 ends at 0x00000800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000008a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002003c: 0d
jffs2: Empty flash at 0x00020040 ends at 0x00020200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002023c: 0d
jffs2: Empty flash at 0x00020240 ends at 0x00020800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000208a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0026003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0028003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0030003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0032003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0034003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0036003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0038003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0040003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0042003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0044003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0046003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0048003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0d
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40                           

mount: mounting /dev/mtdblock5 on /tmp/tmp.u5y7xw failed: Input/output error   
mv643xx_eth_port mv643xx_eth_port.0 eth0: link down                            
udhcpc (v1.20.2) started                                                       
Sending discover...                                                            
mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flowd
Sending discover...                                                            
Sending select for 192.168.1.232...                                            
Lease of 192.168.1.232 obtained, lease time 43200                              
rcS: IP from dhcp server                                                       
udhcpc (v1.20.2) started                                                       
udhcpc: Deconfiguring eth0                                                     
Sending discover...                                                            
Sending select for 192.168.1.232...                                            
Lease of 192.168.1.232 obtained, lease time 43200                              
udhcpc: Renew: Using 192.168.1.232 for 43200 seconds                           
udhcpc: Updating /etc/hosts: 192.168.1.232 dns325.lan dns325                   
hostname: dns325: Unknown host                                                 
udhcpc: Updating /etc/httpd.conf: allow 192.168.1.0/255.255.255.0              
udhcpc: Updating /etc/samba/smb.conf: allow 192.168.1.0/255.255.255.0          
udhcpc: Updating eth0 default route: adding route 192.168.1.1                  
udhcpc: Updating /etc/resolv.conf: adding nameserver 192.168.1.1               
root: Starting syslogd: OK.                                                    
Starting klogd: OK.                                                            
root: Starting sslcert: Creating SSL self-signed certificate... OK.            
root: Starting urandom: OK.                                                    
root: Starting modload: OK.                                                    
root: quota on sda1 is disabled                                                
root: Starting sysctrl: OK.                                                    
touch: can't stat '/tmp/settings_saved': No such file or directory             
touch: can't stat '/var/spool/cron/crontabs/root': No such file or directory 
  
root: Starting crond: OK.                                                      
Starting news: OK.                                                             
usbcore: registered new interface driver usblp                                 
root: dropbear: generating rsa key...                                          
dropbear: generating dsa key...                                                
dropbear: generating ecdsa key...                                              
Starting inetd: OK.                                                            
root: Starting nmbd: OK.                                                       
Starting smbd: OK.                                                             
root: Starting ffp: * /ffp/start/syslogd.sh inactive                           
* /ffp/start/SERVERS.sh inactive                                               
* /ffp/start/portmap.sh inactive                                               
* /ffp/start/unfsd.sh inactive                                                 
* /ffp/start/nfsd.sh inactive                                                  
* /ffp/start/ntpd.sh inactive                                                  
* /ffp/start/LOGIN.sh inactive                                                 
* /ffp/start/telnetd.sh inactive                                               
* /ffp/start/sshd.sh inactive                                                  
* /ffp/start/rsyncd.sh inactive                                                
* /ffp/start/mediatomb.sh inactive                                             
* /ffp/start/kickwebs.sh inactive                                              
* /ffp/start/lighttpd.sh inactive                                              
* /ffp/start/inetd.sh inactive                                                 
OK.                                                                            
__nand_correct_data: uncorrectable ECC error                                   
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r
__nand_correct_data: uncorrectable ECC error__nand_correct_data: uncorrectable r

__nand_correct_data: uncorrectable ECC errorroot: Starting user: OK.           
                                                                               
/ # jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000000d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000003c: 0d
jffs2: Empty flash at 0x00000040 ends at 0x00000200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000023c: 0d
jffs2: Empty flash at 0x00000240 ends at 0x00000800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000008a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002003c: 0d
jffs2: Empty flash at 0x00020040 ends at 0x00020200                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020200: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020204: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020208: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002023c: 0d
jffs2: Empty flash at 0x00020240 ends at 0x00020800                            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000208a8: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020954: 0d
jffs2: Further such events for this erase block will not be printed            
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00060018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0008003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00140018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0014003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00180018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0018003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x001e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00260018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0026003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00280018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0028003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x002e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00300018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0030003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00320018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0032003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00340018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0034003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00360018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0036003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00380018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0038003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x003e003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00400018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0040003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00420018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0042003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00440018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0044003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00460018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0046003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00480018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0048003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004a003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c003c: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0000: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0004: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0018: 0d
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0d
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40                           

mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flowd

TELNET:

telnet 192.168.1.232
Trying 192.168.1.232...
Connected to 192.168.1.232.
Escape character is '^]'.
dns325 login: root
Password:
COLUMNS=80;LINES=24;export COLUMNS LINES;
[root@dns325]# cat /tmp/board
DNS-320-A1A2
[root@dns325]# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00100000 00020000 "u-boot"
mtd1: 00500000 00020000 "uImage"
mtd2: 00500000 00020000 "ramdisk"
mtd3: 06600000 00020000 "image"
mtd4: 00a00000 00020000 "mini firmware"
mtd5: 00500000 00020000 "config"
[root@dns325]# dmesg | tail
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0004: 0x0001 instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c0018: 0x115b instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004c003c: 0x8c2e instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0000: 0x4255 instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0004: 0x0001 instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e0018: 0x115b instead
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0x8c2e instead
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40

mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled

As you see these are the problems, i have no any idea how to corrigate the filesystem.
I try to be carefull because i have got only serial connection and no JTAG.
Thank You for Your help and patience. If you have any idea what can i do just tell me.

João Cardoso

unread,
Feb 17, 2015, 4:03:11 PM2/17/15
to al...@googlegroups.com


On Tuesday, February 17, 2015 at 8:08:14 PM UTC, zolee wrote:
Hi. I followed the instructions that you given in the other topic.
The resullts are here:

You know that you don't need to do all those command line stuff, do you? Using System->Firmware does exactly the same  and less prone to errors, so it's safer.

... 


As you see everything went well.

Yes.
Did you the nandtest tests? They should be also OK.
But to test u-boot area you have to try the 'nanddump -f /tmp/mtd0-dump /dev/mtd0', see also https://groups.google.com/d/msg/alt-f/IcV6XOAmEPY/aOaSOV1zXgEJ and following.

 
After reboot I was must loading the Alt-f from USB again to start services.(no autostart)

What is the u-boot boot sequence messages and error? Please post it.

 
On the webui i was must save password and settings again.
When i check firmware i have seen this:



... 
The box is currently running Alt-F 0.1RC4.1 with kernel 3.10.32, and flashed with Alt-F-0.1RC4.1, initrd.
 


The problems are probably in the u-boot settings.

Have you ever used u-boot saveenv command? That can have changed the needed boot commands. You need to have the original ones.
 
I need to clean the whole NAND probably.

DON'T! cleaning the whole NAND bricks your device!

What you need is the right u-boot environment.

zolee

unread,
Feb 18, 2015, 7:25:24 AM2/18/15
to al...@googlegroups.com
Hi i made a new installation, details in the attached files.
Much better than earlier but still not perfect.


You know that you don't need to do all those command line stuff, do you? Using System->Firmware does exactly the same  and less prone to errors, so it's safer.

Yes i know that, but i made some terminal exercises. :)
The truth is earlier never flash Alt-f to the NAND doesn't matter what I've seen on webui surface.(saving, verifying, OK.)
This one was the first time i have seen.(The box is currently running Alt-F 0.1RC4.1 with kernel 3.10.32, and flashed with Alt-F-0.1RC4.1, initrd.)

Did you the nandtest tests? They should be also OK.

Yes it's gone without any problem or error.


But to test u-boot area you have to try the 'nanddump -f /tmp/mtd0-dump /dev/mtd0', see also https://groups.google.com/d/msg/alt-f/IcV6XOAmEPY/aOaSOV1zXgEJ and following.

No not yet, i will to try later.


What is the u-boot boot sequence messages and error? Please post it.

Strange wasn't any error message. Just reboot and stuck at u-boot => prompt.


The problems are probably in the u-boot settings.

Definitely are. See the attached file.


Have you ever used u-boot saveenv command? That can have changed the needed boot commands. You need to have the original ones.

Several times. :)

I need to clean the whole NAND probably.

DON'T! cleaning the whole NAND bricks your device!

I didn't mean to format, i mean clean up the mess.

What you need is the right u-boot environment.

That is what i try. Probably i will try to build a new u-boot following this: https://github.com/davidedg/NAS-DNS325-mod/blob/master/u-boot/create_custom_u-boot.txt

Thank you for your patience.
Clean_install.txt

João Cardoso

unread,
Feb 18, 2015, 10:38:37 AM2/18/15
to al...@googlegroups.com


On Wednesday, February 18, 2015 at 12:25:24 PM UTC, zolee wrote:
Hi i made a new installation, details in the attached files.
Much better than earlier but still not perfect.

You know that you don't need to do all those command line stuff, do you? Using System->Firmware does exactly the same  and less prone to errors, so it's safer.

Yes i know that, but i made some terminal exercises. :)
The truth is earlier never flash Alt-f to the NAND doesn't matter what I've seen on webui surface.(saving, verifying, OK.)
This one was the first time i have seen.(The box is currently running Alt-F 0.1RC4.1 with kernel 3.10.32, and flashed with Alt-F-0.1RC4.1, initrd.)

Did you the nandtest tests? They should be also OK.

Yes it's gone without any problem or error.


But to test u-boot area you have to try the 'nanddump -f /tmp/mtd0-dump /dev/mtd0', see also https://groups.google.com/d/msg/alt-f/IcV6XOAmEPY/aOaSOV1zXgEJ and following.

No not yet, i will to try later.

You have definitely issues in mtd5, a jffs2 filesystem where Alt-F (and the vendor's fw) saves settings.
From the boot log:

jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
...
mount: mounting /dev/mtdblock5 on /tmp/tmp.48oR2T failed: Input/output error

And there are other issues also.



What is the u-boot boot sequence messages and error? Please post it.

Strange wasn't any error message. Just reboot and stuck at u-boot => prompt.

At your log end, after the reboot, you see that the kernel is loaded and started, but the initramfs is not loaded, that's why the system don't boot:

Booting from nand ...                                                           
                                                                                
NAND read: device 0 offset 0x100000, size 0x500000                              
 5242880 bytes read: OK                                                         
## Booting kernel from Legacy Image at 00800000 ...                             
   Image Name:   Alt-F-0.1RC4.1, kernel 3.10.32                                 
   Created:      2015-02-03  14:52:08 UTC                                       
   Image Type:   ARM Linux Kernel Image (uncompressed)                          
   Data Size:    1803444 Bytes = 1.7 MiB                                        
   Load Address: 00008000                                                       
   Entry Point:  00008000                                                       
   Verifying Checksum ... OK                                                    
   Loading Kernel Image ... OK                                                  
OK                                                                              
                                                                                
Starting kernel ...
...
No filesystem could mount root, tried:  ext3 ext2 ext4 squashfs minix vfat msdos
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)  
 
For a DNS-325 (and for the 323/320L they are similar)
 
NAND read: device 0 offset 0x100000, size 0x300000 # this is the kernel being read from NAND and copied to memory
load addr ....  =a00000

 3145728 bytes read: OK

NAND read: device 0 offset 0x600000, size 0x300000  # this is the rootfs being read from NAND and copied to memory -- that's missing in your case
load addr ....  =f00000

 3145728 bytes read: OK
## Booting image at 00a00000 ...
   Image Name:   Linux-2.6.22.18
   Created:      2011-05-25   7:23:15 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2214860 Bytes =  2.1 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
OK
## Loading Ramdisk Image at 00f00000 ... # your are missing this
   Image Name:   Ramdisk
   Created:      2012-04-10   7:16:59 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    1718394 Bytes =  1.6 MB
   Load Address: 00e00000
   Entry Point:  00e00000
   Verifying Checksum ... OK

Starting kernel ...




The problems are probably in the u-boot settings.

Definitely are. See the attached file.

Have you ever used u-boot saveenv command? That can have changed the needed boot commands. You need to have the original ones.

Several times. :)

I need to clean the whole NAND probably.

DON'T! cleaning the whole NAND bricks your device!

I didn't mean to format, i mean clean up the mess.

Haven't you saved a copy of the u-boot variables before changing and saving them? Not wise...


What you need is the right u-boot environment.

That is what i try. Probably i will try to build a new u-boot following this: https://github.com/davidedg/NAS-DNS325-mod/blob/master/u-boot/create_custom_u-boot.txt

 
That is for the DNS-325, you have a DNS-320... u-boot can make hardware initializations specific to each board...

João Cardoso

unread,
Feb 20, 2015, 1:18:12 PM2/20/15
to al...@googlegroups.com
As you have a DNS-320 you might be interested following this instead

And you have the pristine (I think) u-boot environment for the DNS-320 here http://jamie.lentin.co.uk/devices/dlink-dns325/dns320-uboot.txt

Namely:

bootcmd=nand read.e 0xa00000 0x100000 0x300000;nand read.e 0xf00000 0x600000 0x300000;bootm 0xa00000 0xf00000

which will copy the kernel and rootfs from nand to memory and will boot it from there.


zolee

unread,
Feb 21, 2015, 9:08:22 AM2/21/15
to al...@googlegroups.com


Hi.
I just seek my old dns320 config file. I was very lucky because i found it.

The line is:
bootcmd=nand read.e 0xa00000 0x100000 0x300000;nand read.e 0xf00000 0x600000 0x0

That doesn't work.
Namely:

bootcmd=nand read.e 0xa00000 0x100000 0x300000;nand read.e 0xf00000 0x600000 0x300000;bootm 0xa00000 0xf00000
 
which will copy the kernel and rootfs from nand to memory and will boot it from there.


Great this line is work!  The nas reboot and restart when i hit the reboot button on webui, write reboot command at telnet terminal or just push hardware button at front.(firmware in the NAND)

Your work is great just keep on going. The proplem is with my nas settings. I try to find out how to solve this:

rcS: Board: DNS-320-A1A2                                                       
rcS: Flashed Firmware: Alt-F-0.1RC4.1, kernel 3.10.32                          
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
... skip
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0d
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40                           
mount: mounting /dev/mtdblock5 on /tmp/tmp.jKWw2O failed: Input/output error   
rcS:                                                                           
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
... skip

jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x004e003c: 0d
jffs2: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
jffs2: empty_blocks 0, bad_blocks 0, c->nr_blocks 40                           
mount: mounting /dev/mtdblock5 on /tmp/tmp.YPvgBp failed: Input/output error

Starting klogd: OK.                                                            
root: Starting sslcert: Creating SSL self-signed certificate... OK.            
root: Starting urandom: OK.                                                    
root: Starting modload: OK.                                                    
root: quota on sda1 is disabled                                                
root: Starting sysctrl: OK.                                                    
touch: can't stat '/tmp/settings_saved': No such file or directory             
touch: can't stat '/var/spool/cron/crontabs/root': No such file or directory  
 
root: Starting crond: OK.                                                      
Starting news: OK.                                                             
usbcore: registered new interface driver usblp                                 
root: dropbear: generating rsa key...                                          
dropbear: generating dsa key...                                                
dropbear: generating ecdsa key...                                              
Starting inetd: OK.                                                            
root: Starting nmbd: OK.                                                       
Starting smbd: OK.                                                             
root: Starting ffp: No ffp instalation found.                                  
root: Starting user: OK.                              



 

João Cardoso

unread,
Feb 21, 2015, 12:40:59 PM2/21/15
to al...@googlegroups.com


On Saturday, February 21, 2015 at 2:08:22 PM UTC, zolee wrote:


Hi.
I just seek my old dns320 config file. I was very lucky because i found it.

The line is:
bootcmd=nand read.e 0xa00000 0x100000 0x300000;nand read.e 0xf00000 0x600000 0x0

That doesn't work.

That's not what I wrote...


Namely:

bootcmd=nand read.e 0xa00000 0x100000 0x300000;nand read.e 0xf00000 0x600000 0x300000;bootm 0xa00000 0xf00000

That is ;-) and you have to write it as an environment variable and 'saveenv' afterwards. But you already know that now.

setenv bootcmd 'nand read.e 0xa00000 0x100000 0x300000; nand read.e 0xf00000 0x600000 0x300000; bootm 0xa00000 0xf00000'
 
 
which will copy the kernel and rootfs from nand to memory and will boot it from there.


Great this line is work!  The nas reboot and restart when i hit the reboot button on webui, write reboot command at telnet terminal or just push hardware button at front.(firmware in the NAND)

Your work is great just keep on going. The proplem is with my nas settings. I try to find out how to solve this:
rcS: Board: DNS-320-A1A2                                                       
rcS: Flashed Firmware: Alt-F-0.1RC4.1, kernel 3.10.32                          
jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0d
... skip

You have to reformat (and loose all its contents) the jffs2 flash on mtd5:
 
[root@dns-320l]# flash_erase -j /dev/mtd5 0 0
Erasing 128 Kibyte @ 0 --  0 % complete flash_erase:  Cleanmarker written at 0
Erasing 128 Kibyte @ 20000 --  2 % complete flash_erase:  Cleanmarker written at 20000
Erasing 128 Kibyte @ 40000 --  5 % complete flash_erase:  Cleanmarker written at 40000
Erasing 128 Kibyte @ 60000 --  7 % complete flash_erase:  Cleanmarker written at 60000
Erasing 128 Kibyte @ 80000 -- 10 % complete flash_erase:  Cleanmarker written at 80000
Erasing 128 Kibyte @ a0000 -- 12 % complete flash_erase:  Cleanmarker written at a0000
Erasing 128 Kibyte @ c0000 -- 15 % complete flash_erase:  Cleanmarker written at c0000
Erasing 128 Kibyte @ e0000 -- 17 % complete flash_erase:  Cleanmarker written at e0000
Erasing 128 Kibyte @ 100000 -- 20 % complete flash_erase:  Cleanmarker written at 100000
Erasing 128 Kibyte @ 120000 -- 22 % complete flash_erase:  Cleanmarker written at 120000
Erasing 128 Kibyte @ 140000 -- 25 % complete flash_erase:  Cleanmarker written at 140000
Erasing 128 Kibyte @ 160000 -- 27 % complete flash_erase:  Cleanmarker written at 160000
Erasing 128 Kibyte @ 180000 -- 30 % complete flash_erase:  Cleanmarker written at 180000
Erasing 128 Kibyte @ 1a0000 -- 32 % complete flash_erase:  Cleanmarker written at 1a0000
Erasing 128 Kibyte @ 1c0000 -- 35 % complete flash_erase:  Cleanmarker written at 1c0000
Erasing 128 Kibyte @ 1e0000 -- 37 % complete flash_erase:  Cleanmarker written at 1e0000
Erasing 128 Kibyte @ 200000 -- 40 % complete flash_erase:  Cleanmarker written at 200000
Erasing 128 Kibyte @ 220000 -- 42 % complete flash_erase:  Cleanmarker written at 220000
Erasing 128 Kibyte @ 240000 -- 45 % complete flash_erase:  Cleanmarker written at 240000
Erasing 128 Kibyte @ 260000 -- 47 % complete flash_erase:  Cleanmarker written at 260000
Erasing 128 Kibyte @ 280000 -- 50 % complete flash_erase:  Cleanmarker written at 280000
Erasing 128 Kibyte @ 2a0000 -- 52 % complete flash_erase:  Cleanmarker written at 2a0000
Erasing 128 Kibyte @ 2c0000 -- 55 % complete flash_erase:  Cleanmarker written at 2c0000
Erasing 128 Kibyte @ 2e0000 -- 57 % complete flash_erase:  Cleanmarker written at 2e0000
Erasing 128 Kibyte @ 300000 -- 60 % complete flash_erase:  Cleanmarker written at 300000
Erasing 128 Kibyte @ 320000 -- 62 % complete flash_erase:  Cleanmarker written at 320000
Erasing 128 Kibyte @ 340000 -- 65 % complete flash_erase:  Cleanmarker written at 340000
Erasing 128 Kibyte @ 360000 -- 67 % complete flash_erase:  Cleanmarker written at 360000
Erasing 128 Kibyte @ 380000 -- 70 % complete flash_erase:  Cleanmarker written at 380000
Erasing 128 Kibyte @ 3a0000 -- 72 % complete flash_erase:  Cleanmarker written at 3a0000
Erasing 128 Kibyte @ 3c0000 -- 75 % complete flash_erase:  Cleanmarker written at 3c0000
Erasing 128 Kibyte @ 3e0000 -- 77 % complete flash_erase:  Cleanmarker written at 3e0000
Erasing 128 Kibyte @ 400000 -- 80 % complete flash_erase:  Cleanmarker written at 400000
Erasing 128 Kibyte @ 420000 -- 82 % complete flash_erase:  Cleanmarker written at 420000
Erasing 128 Kibyte @ 440000 -- 85 % complete flash_erase:  Cleanmarker written at 440000
Erasing 128 Kibyte @ 460000 -- 87 % complete flash_erase:  Cleanmarker written at 460000
Erasing 128 Kibyte @ 480000 -- 90 % complete flash_erase:  Cleanmarker written at 480000
Erasing 128 Kibyte @ 4a0000 -- 92 % complete flash_erase:  Cleanmarker written at 4a0000
Erasing 128 Kibyte @ 4c0000 -- 95 % complete flash_erase:  Cleanmarker written at 4c0000
Erasing 128 Kibyte @ 4e0000 -- 97 % complete flash_erase:  Cleanmarker written at 4e0000
Erasing 128 Kibyte @ 4e0000 -- 100 % complete 

You can now save the current settings to it:
 
[root@dns-320l]# loadsave_settings -ll # list current saved settings, no output expected
[root@dns-320l]# touch /etc/fstab # touch one settings file, to allow saving settings
 [root@dns-320l]# loadsave_settings -lc # show changed files since last save
/etc/fstab 
[root@dns-320l]# loadsave_settings -sf # save current settings to flash
[root@dns-320l]# loadsave_settings -ll # list saved settings
-rw-r--r--    1 root     root         23241 Feb 21 17:29 set_2015-02-21_17:29:33.tgz

Worked?

zolee

unread,
Feb 23, 2015, 9:39:31 AM2/23/15
to al...@googlegroups.com

Thank  You for your patience. Great everything work!
 

Reply all
Reply to author
Forward
0 new messages