| 1 | pri bootargs 
 | 
  
    | 2 | 
 | 
  
    | 3 | bootargs=mem=96M console=ttyS2,115200n8 mtdparts=nand:14M(userfs),128M(rootfs),-
 | 
  
    | 4 | 
 | 
  
    | 5 | (unused) root=/dev/mtdblock0 rw noatime rootfstype=jffs2
 | 
  
    | 6 | 
 | 
  
    | 7 | U-Boot > mtdparts
 | 
  
    | 8 | 
 | 
  
    | 9 | device nand0 <nand>, # parts = 3
 | 
  
    | 10 |  #: name                size            offset          mask_flags
 | 
  
    | 11 |  0: userfs              0x00e00000      0x00000000      0
 | 
  
    | 12 |  1: rootfs              0x08000000      0x00e00000      0
 | 
  
    | 13 |  2: unused              0x17200000      0x08e00000      0
 | 
  
    | 14 | 
 | 
  
    | 15 | active partition: nand0,0 - (userfs) 0x00e00000 @ 0x00000000
 | 
  
    | 16 | 
 | 
  
    | 17 | defaults:
 | 
  
    | 18 | mtdids  : none
 | 
  
    | 19 | mtdparts: none
 | 
  
    | 20 | U-Boot > tftp mityomap/uImage.rhs; bootm 
 | 
  
    | 21 | Using DaVinci-EMAC device
 | 
  
    | 22 | TFTP from server 10.10.27.45; our IP address is 10.10.27.30
 | 
  
    | 23 | Filename 'mityomap/uImage.rhs'.
 | 
  
    | 24 | Load address: 0xc0700000
 | 
  
    | 25 | Loading: #################################################################
 | 
  
    | 26 |          #################################################################
 | 
  
    | 27 |          ############################################
 | 
  
    | 28 |          2.6 MiB/s
 | 
  
    | 29 | done
 | 
  
    | 30 | Bytes transferred = 2547704 (26dff8 hex)
 | 
  
    | 31 | Unknown command 'bootmm' - try 'help'
 | 
  
    | 32 | U-Boot > bootm
 | 
  
    | 33 | ## Booting kernel from Legacy Image at c0700000 ...
 | 
  
    | 34 |    Image Name:   Linux-3.2.0+
 | 
  
    | 35 |    Image Type:   ARM Linux Kernel Image (uncompressed)
 | 
  
    | 36 |    Data Size:    2547640 Bytes = 2.4 MiB
 | 
  
    | 37 |    Load Address: c0008000
 | 
  
    | 38 |    Entry Point:  c0008000
 | 
  
    | 39 |    Verifying Checksum ... OK
 | 
  
    | 40 |    Loading Kernel Image ... OK
 | 
  
    | 41 | 
 | 
  
    | 42 | Starting kernel ...
 | 
  
    | 43 | 
 | 
  
    | 44 | Linux version 3.2.0+ (okancalis@rhs-VM) (gcc version 4.5.4 20120305 (prerelea
 | 
  
    | 45 | se) (GCC) ) #4 PREEMPT Tue Jan 30 08:47:33 +03 2018
 | 
  
    | 46 | CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
 | 
  
    | 47 | CPU: VIVT data cache, VIVT instruction cache
 | 
  
    | 48 | Machine: MityDSP-L138/MityARM-1808
 | 
  
    | 49 | Memory policy: ECC disabled, Data cache writethrough
 | 
  
    | 50 | DaVinci da850/omap-l138/am18x variant 0x1
 | 
  
    | 51 | Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 24384
 | 
  
    | 52 | Kernel command line: mem=96M console=ttyS2,115200n8 mtdparts=nand:14M(userfs),12
 | 
  
    | 53 | 8M(rootfs),-(unused) root=/dev/mtdblock0 rw noatime rootfstype=jffs2
 | 
  
    | 54 | PID hash table entries: 512 (order: -1, 2048 bytes)
 | 
  
    | 55 | Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
 | 
  
    | 56 | Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
 | 
  
    | 57 | Memory: 96MB = 96MB total
 | 
  
    | 58 | Memory: 91336k/91336k available, 6968k reserved, 0K highmem
 | 
  
    | 59 | Virtual kernel memory layout:
 | 
  
    | 60 |     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
 | 
  
    | 61 |     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
 | 
  
    | 62 |     vmalloc : 0xc6800000 - 0xfea00000   ( 898 MB)
 | 
  
    | 63 |     lowmem  : 0xc0000000 - 0xc6000000   (  96 MB)
 | 
  
    | 64 |     modules : 0xbf000000 - 0xc0000000   (  16 MB)
 | 
  
    | 65 |       .text : 0xc0008000 - 0xc053489c   (5299 kB)
 | 
  
    | 66 |       .init : 0xc0535000 - 0xc055e000   ( 164 kB)
 | 
  
    | 67 |       .data : 0xc055e000 - 0xc05be0a0   ( 385 kB)
 | 
  
    | 68 |        .bss : 0xc05be0c4 - 0xc05eaad0   ( 179 kB)
 | 
  
    | 69 | NR_IRQS:245
 | 
  
    | 70 | Console: colour dummy device 80x30
 | 
  
    | 71 | Calibrating delay loop... 148.88 BogoMIPS (lpj=744448)
 | 
  
    | 72 | pid_max: default: 32768 minimum: 301
 | 
  
    | 73 | Mount-cache hash table entries: 512
 | 
  
    | 74 | CPU: Testing write buffer coherency: ok
 | 
  
    | 75 | devtmpfs: initialized
 | 
  
    | 76 | DaVinci: 144 gpio irqs
 | 
  
    | 77 | print_constraints: dummy: 
 | 
  
    | 78 | NET: Registered protocol family 16
 | 
  
    | 79 | baseboard_pre_init: Entered
 | 
  
    | 80 | mityomapl138_setup_nand: using 16 bit data
 | 
  
    | 81 | baseboard_init [IndustrialIO]...
 | 
  
    | 82 | bio: create slab <bio-0> at 0
 | 
  
    | 83 | SCSI subsystem initialized
 | 
  
    | 84 | usbcore: registered new interface driver usbfs
 | 
  
    | 85 | usbcore: registered new interface driver hub
 | 
  
    | 86 | usbcore: registered new device driver usb
 | 
  
    | 87 | set_machine_constraints: VDCDC1: failed to enable
 | 
  
    | 88 | tps65023 1-0048: failed to register tps65023
 | 
  
    | 89 | tps65023: probe of 1-0048 failed with error -121
 | 
  
    | 90 | Advanced Linux Sound Architecture Driver Version 1.0.24.
 | 
  
    | 91 | Switching to clocksource timer0_1
 | 
  
    | 92 | musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
 | 
  
    | 93 | Waiting for USB PHY clock good...
 | 
  
    | 94 | musb-hdrc musb-hdrc: USB Peripheral mode controller at fee00000 using PIO, IRQ 5
 | 
  
    | 95 | 8
 | 
  
    | 96 | NET: Registered protocol family 2
 | 
  
    | 97 | IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
 | 
  
    | 98 | TCP established hash table entries: 4096 (order: 3, 32768 bytes)
 | 
  
    | 99 | TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
 | 
  
    | 100 | TCP: Hash tables configured (established 4096 bind 4096)
 | 
  
    | 101 | TCP reno registered
 | 
  
    | 102 | UDP hash table entries: 256 (order: 0, 4096 bytes)
 | 
  
    | 103 | UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
 | 
  
    | 104 | NET: Registered protocol family 1
 | 
  
    | 105 | RPC: Registered named UNIX socket transport module.
 | 
  
    | 106 | RPC: Registered udp transport module.
 | 
  
    | 107 | RPC: Registered tcp transport module.
 | 
  
    | 108 | RPC: Registered tcp NFSv4.1 backchannel transport module.
 | 
  
    | 109 | JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
 | 
  
    | 110 | msgmni has been set to 178
 | 
  
    | 111 | io scheduler noop registered (default)
 | 
  
    | 112 | start plist test
 | 
  
    | 113 | end plist test
 | 
  
    | 114 | Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
 | 
  
    | 115 | serial8250.0: ttyS0 at MMIO 0x1c42000 (irq = 25) is a 16550A
 | 
  
    | 116 | serial8250.0: ttyS1 at MMIO 0x1d0c000 (irq = 53) is a 16550A
 | 
  
    | 117 | serial8250.0: ttyS2 at MMIO 0x1d0d000 (irq = 61) is a 16550A
 | 
  
    | 118 | console [ttyS2] enabled
 | 
  
    | 119 | brd: module loaded
 | 
  
    | 120 | at24 1-0050: 256 byte 24c02 EEPROM, read-only, 0 bytes/write
 | 
  
    | 121 | MityOMAPL138: Read Factory Config Failed: -110
 | 
  
    | 122 | ahci ahci: forcing PORTS_IMPL to 0x1
 | 
  
    | 123 | ahci ahci: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
 | 
  
    | 124 | ahci ahci: flags: ncq sntf pm led clo only pmp pio slum part ccc 
 | 
  
    | 125 | scsi0 : ahci_platform
 | 
  
    | 126 | ata1: SATA max UDMA/133 mmio [mem 0x01e18000-0x01e19fff] port 0x100 irq 67
 | 
  
    | 127 | NAND device: Manufacturer ID: 0x01, Chip ID: 0xbc (AMD NAND 512MiB 1,8V 16-bit)
 | 
  
    | 128 | Bad block table not found for chip 0
 | 
  
    | 129 | Bad block table not found for chip 0
 | 
  
    | 130 | Scanning device for bad blocks
 | 
  
    | 131 | ata1: SATA link down (SStatus 0 SControl 300)
 | 
  
    | 132 | Bad block table written to 0x00001ffe0000, version 0x01
 | 
  
    | 133 | Bad block table written to 0x00001ffc0000, version 0x01
 | 
  
    | 134 | Creating 2 MTD partitions on "davinci_nand.1":
 | 
  
    | 135 | 0x000000000000-0x000008000000 : "rootfs"
 | 
  
    | 136 | 0x000008000000-0x000020000000 : "homefs"
 | 
  
    | 137 | davinci_nand davinci_nand.1: controller rev. 2.5
 | 
  
    | 138 | spi_davinci spi_davinci.1: DMA: supported
 | 
  
    | 139 | spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0
 | 
  
    | 140 | m25p80 spi1.0: m25p64-nonjedec (8192 Kbytes)
 | 
  
    | 141 | Creating 8 MTD partitions on "m25p80":
 | 
  
    | 142 | 0x000000000000-0x000000010000 : "ubl"
 | 
  
    | 143 | 0x000000010000-0x000000090000 : "u-boot"
 | 
  
    | 144 | 0x000000090000-0x0000000a0000 : "u-boot-env"
 | 
  
    | 145 | 0x0000000a0000-0x0000000b0000 : "periph-config"
 | 
  
    | 146 | No LCD configured
 | 
  
    | 147 | MII PHY configured
 | 
  
    | 148 | 0x0000000b0000-0x000000100000 : "reserved"
 | 
  
    | 149 | 0x000000100000-0x000000400000 : "kernel"
 | 
  
    | 150 | 0x000000400000-0x000000600000 : "fpga"
 | 
  
    | 151 | 0x000000600000-0x000000800000 : "spare"
 | 
  
    | 152 | spi_davinci spi_davinci.1: Controller at 0xfef0e000
 | 
  
    | 153 | CAN device driver interface
 | 
  
    | 154 | mcp251x spi1.1: MCP251x didn't enter in conf mode after reset
 | 
  
    | 155 | mcp251x spi1.1: Probe failed
 | 
  
    | 156 | mcp251x spi1.1: probe failed
 | 
  
    | 157 | davinci_mdio davinci_mdio.0: davinci mdio revision 1.5
 | 
  
    | 158 | davinci_mdio davinci_mdio.0: detected phy mask fffffffd
 | 
  
    | 159 | davinci_mdio.0: probed
 | 
  
    | 160 | davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
 | 
  
    | 161 | ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
 | 
  
    | 162 | ohci ohci.0: DA8xx OHCI
 | 
  
    | 163 | ohci ohci.0: new USB bus registered, assigned bus number 1
 | 
  
    | 164 | Waiting for USB PHY clock good...
 | 
  
    | 165 | ohci ohci.0: irq 59, io mem 0x01e25000
 | 
  
    | 166 | hub 1-0:1.0: USB hub found
 | 
  
    | 167 | hub 1-0:1.0: 1 port detected
 | 
  
    | 168 | Initializing USB Mass Storage driver...
 | 
  
    | 169 | usbcore: registered new interface driver usb-storage
 | 
  
    | 170 | USB Mass Storage support registered.
 | 
  
    | 171 | gadgetfs: USB Gadget filesystem, version 24 Aug 2004
 | 
  
    | 172 | mousedev: PS/2 mouse device common for all mice
 | 
  
    | 173 | omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
 | 
  
    | 174 | omap_rtc: RTC power up reset detected
 | 
  
    | 175 | i2c /dev entries driver
 | 
  
    | 176 | cpuidle: using governor ladder
 | 
  
    | 177 | cpuidle: using governor menu
 | 
  
    | 178 | davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
 | 
  
    | 179 | usbcore: registered new interface driver usbhid
 | 
  
    | 180 | usbhid: USB HID core driver
 | 
  
    | 181 | dsd1791 spi1.2: Failed to add route LLOUT->Line Out
 | 
  
    | 182 | asoc: dsd1791 <-> davinci-mcasp.0 mapping ok
 | 
  
    | 183 | ALSA device list:
 | 
  
    | 184 |   #0: MityDSP-L138 INDIO
 | 
  
    | 185 | TCP cubic registered
 | 
  
    | 186 | NET: Registered protocol family 17
 | 
  
    | 187 | can: controller area network core (rev 20090105 abi 8)
 | 
  
    | 188 | NET: Registered protocol family 29
 | 
  
    | 189 | can: raw protocol (rev 20090105)
 | 
  
    | 190 | ------------[ cut here ]------------
 | 
  
    | 191 | WARNING: at arch/arm/mach-davinci/da850.c:1109 da850_regulator_init+0x30/0x54()
 | 
  
    | 192 | Unable to obtain voltage regulator for CVDD; voltage scaling unsupported
 | 
  
    | 193 | Modules linked in:
 | 
  
    | 194 | [<c000d518>] (unwind_backtrace+0x0/0xe0) from [<c001cd48>] (warn_slowpath_common
 | 
  
    | 195 | +0x4c/0x64)
 | 
  
    | 196 | [<c001cd48>] (warn_slowpath_common+0x4c/0x64) from [<c001cde0>] (warn_slowpath_f
 | 
  
    | 197 | mt+0x2c/0x3c)
 | 
  
    | 198 | [<c001cde0>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0013c54>] (da850_regulator_in
 | 
  
    | 199 | it+0x30/0x54)
 | 
  
    | 200 | [<c0013c54>] (da850_regulator_init+0x30/0x54) from [<c0014540>] (davinci_cpu_ini
 | 
  
    | 201 | t+0x34/0xbc)
 | 
  
    | 202 | [<c0014540>] (davinci_cpu_init+0x34/0xbc) from [<c02232e4>] (cpufreq_add_dev+0x1
 | 
  
    | 203 | 20/0x220)
 | 
  
    | 204 | [<c02232e4>] (cpufreq_add_dev+0x120/0x220) from [<c019466c>] (sysdev_driver_regi
 | 
  
    | 205 | ster+0xb0/0x128)
 | 
  
    | 206 | [<c019466c>] (sysdev_driver_register+0xb0/0x128) from [<c02226ec>] (cpufreq_regi
 | 
  
    | 207 | ster_driver+0xd0/0x17c)
 | 
  
    | 208 | [<c02226ec>] (cpufreq_register_driver+0xd0/0x17c) from [<c0196cfc>] (platform_dr
 | 
  
    | 209 | v_probe+0x14/0x18)
 | 
  
    | 210 | [<c0196cfc>] (platform_drv_probe+0x14/0x18) from [<c0195bec>] (driver_probe_devi
 | 
  
    | 211 | ce+0xd4/0x198)
 | 
  
    | 212 | [<c0195bec>] (driver_probe_device+0xd4/0x198) from [<c0195d10>] (__driver_attach
 | 
  
    | 213 | +0x60/0x84)
 | 
  
    | 214 | [<c0195d10>] (__driver_attach+0x60/0x84) from [<c0194e80>] (bus_for_each_dev+0x4
 | 
  
    | 215 | c/0x78)
 | 
  
    | 216 | [<c0194e80>] (bus_for_each_dev+0x4c/0x78) from [<c01954f8>] (bus_add_driver+0x98
 | 
  
    | 217 | /0x214)
 | 
  
    | 218 | [<c01954f8>] (bus_add_driver+0x98/0x214) from [<c0196274>] (driver_register+0xa0
 | 
  
    | 219 | /0x120)
 | 
  
    | 220 | [<c0196274>] (driver_register+0xa0/0x120) from [<c0197108>] (platform_driver_pro
 | 
  
    | 221 | be+0x18/0x98)
 | 
  
    | 222 | [<c0197108>] (platform_driver_probe+0x18/0x98) from [<c000887c>] (do_one_initcal
 | 
  
    | 223 | l+0x90/0x168)
 | 
  
    | 224 | [<c000887c>] (do_one_initcall+0x90/0x168) from [<c05357e8>] (kernel_init+0x78/0x
 | 
  
    | 225 | 11c)
 | 
  
    | 226 | [<c05357e8>] (kernel_init+0x78/0x11c) from [<c0009cb8>] (kernel_thread_exit+0x0/
 | 
  
    | 227 | 0x8)
 | 
  
    | 228 | ---[ end trace 22093b97e50d203f ]---
 | 
  
    | 229 | console [netcon0] enabled
 | 
  
    | 230 | netconsole: network logging started
 | 
  
    | 231 | davinci_emac davinci_emac.1: using random MAC addr: 22:8e:8a:48:c2:64
 | 
  
    | 232 | omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
 | 
  
    | 233 | mtd->read(0x100 bytes from 0x0) returned ECC error
 | 
  
    | 234 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000000: 0x89ce in
 | 
  
    | 235 | stead
 | 
  
    | 236 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000004: 0x7516 in
 | 
  
    | 237 | stead
 | 
  
    | 238 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000008: 0x7461 in
 | 
  
    | 239 | stead
 | 
  
    | 240 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000000c: 0x7073 in
 | 
  
    | 241 | stead
 | 
  
    | 242 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000010: 0x746f in
 | 
  
    | 243 | stead
 | 
  
    | 244 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000014: 0x6461 in
 | 
  
    | 245 | stead
 | 
  
    | 246 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000018: 0x743d in
 | 
  
    | 247 | stead
 | 
  
    | 248 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0000001c: 0x2070 in
 | 
  
    | 249 | stead
 | 
  
    | 250 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000020: 0x3037 in
 | 
  
    | 251 | stead
 | 
  
    | 252 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00000024: 0x3030 in
 | 
  
    | 253 | stead
 | 
  
    | 254 | Further such events for this erase block will not be printed
 | 
  
    | 255 | mtd->read(0x1ff08 bytes from 0xf8) returned ECC error
 | 
  
    | 256 | mtd->read(0x100 bytes from 0x20000) returned ECC error
 | 
  
    | 257 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020000: 0x4954 in
 | 
  
    | 258 | stead
 | 
  
    | 259 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020004: 0x5901 in
 | 
  
    | 260 | stead
 | 
  
    | 261 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002000c: 0x2fd8 in
 | 
  
    | 262 | stead
 | 
  
    | 263 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020014: 0x001f in
 | 
  
    | 264 | stead
 | 
  
    | 265 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020018: 0x00d3 in
 | 
  
    | 266 | stead
 | 
  
    | 267 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002001c: 0xf000 in
 | 
  
    | 268 | stead
 | 
  
    | 269 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020020: 0x0f10 in
 | 
  
    | 270 | stead
 | 
  
    | 271 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020024: 0x0c33 in
 | 
  
    | 272 | stead
 | 
  
    | 273 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00020028: 0x0087 in
 | 
  
    | 274 | stead
 | 
  
    | 275 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002002c: 0x0002 in
 | 
  
    | 276 | stead
 | 
  
    | 277 | Further such events for this erase block will not be printed
 | 
  
    | 278 | mtd->read(0x1ff08 bytes from 0x200f8) returned ECC error
 | 
  
    | 279 | mtd->read(0x100 bytes from 0xc0000) returned ECC error
 | 
  
    | 280 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0000: 0x4cbb in
 | 
  
    | 281 | stead
 | 
  
    | 282 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0008: 0x00da in
 | 
  
    | 283 | stead
 | 
  
    | 284 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c000c: 0x0006 in
 | 
  
    | 285 | stead
 | 
  
    | 286 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0010: 0x0001 in
 | 
  
    | 287 | stead
 | 
  
    | 288 | mtd->read(0x1ffe0 bytes from 0xc0020) returned ECC error
 | 
  
    | 289 | Empty flash at 0x000c0018 ends at 0x000c0800
 | 
  
    | 290 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0800: 0x00b8 in
 | 
  
    | 291 | stead
 | 
  
    | 292 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0804: 0xf014 in
 | 
  
    | 293 | stead
 | 
  
    | 294 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0808: 0xf014 in
 | 
  
    | 295 | stead
 | 
  
    | 296 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c080c: 0xf014 in
 | 
  
    | 297 | stead
 | 
  
    | 298 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0810: 0xf014 in
 | 
  
    | 299 | stead
 | 
  
    | 300 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000c0814: 0xf014 in
 | 
  
    | 301 | stead
 | 
  
    | 302 | Further such events for this erase block will not be printed
 | 
  
    | 303 | mtd->read(0x100 bytes from 0xe0000) returned ECC error
 | 
  
    | 304 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0x4df0 in
 | 
  
    | 305 | stead
 | 
  
    | 306 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0x1014 in
 | 
  
    | 307 | stead
 | 
  
    | 308 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0008: 0xd020 in
 | 
  
    | 309 | stead
 | 
  
    | 310 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e000c: 0x6000 in
 | 
  
    | 311 | stead
 | 
  
    | 312 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0010: 0x0020 in
 | 
  
    | 313 | stead
 | 
  
    | 314 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0014: 0x21f0 in
 | 
  
    | 315 | stead
 | 
  
    | 316 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0018: 0x7044 in
 | 
  
    | 317 | stead
 | 
  
    | 318 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e001c: 0x101c in
 | 
  
    | 319 | stead
 | 
  
    | 320 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0020: 0xd464 in
 | 
  
    | 321 | stead
 | 
  
    | 322 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0024: 0x5000 in
 | 
  
    | 323 | stead
 | 
  
    | 324 | Further such events for this erase block will not be printed
 | 
  
    | 325 | mtd->read(0x1ff08 bytes from 0xe00f8) returned ECC error
 | 
  
    | 326 | mtd->read(0x100 bytes from 0x100000) returned ECC error
 | 
  
    | 327 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100000: 0x3040 in
 | 
  
    | 328 | stead
 | 
  
    | 329 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100004: 0x2080 in
 | 
  
    | 330 | stead
 | 
  
    | 331 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100008: 0x1020 in
 | 
  
    | 332 | stead
 | 
  
    | 333 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010000c: 0x3080 in
 | 
  
    | 334 | stead
 | 
  
    | 335 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100010: 0x2080 in
 | 
  
    | 336 | stead
 | 
  
    | 337 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100014: 0x3004 in
 | 
  
    | 338 | stead
 | 
  
    | 339 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100018: 0x2005 in
 | 
  
    | 340 | stead
 | 
  
    | 341 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0010001c: 0x1004 in
 | 
  
    | 342 | stead
 | 
  
    | 343 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100020: 0x3005 in
 | 
  
    | 344 | stead
 | 
  
    | 345 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00100024: 0x2006 in
 | 
  
    | 346 | stead
 | 
  
    | 347 | Further such events for this erase block will not be printed
 | 
  
    | 348 | mtd->read(0x1ff08 bytes from 0x1000f8) returned ECC error
 | 
  
    | 349 | mtd->read(0x10630 bytes from 0x10f9d0) returned ECC error
 | 
  
    | 350 | Empty flash at 0x0010f9cc ends at 0x0010f9d0
 | 
  
    | 351 | mtd->read(0xf218 bytes from 0x110de8) returned ECC error
 | 
  
    | 352 | Empty flash at 0x00110de4 ends at 0x00110de8
 | 
  
    | 353 | mtd->read(0xf1c4 bytes from 0x110e3c) returned ECC error
 | 
  
    | 354 | Empty flash at 0x00110e38 ends at 0x00110e3c
 | 
  
    | 355 | mtd->read(0xf14c bytes from 0x110eb4) returned ECC error
 | 
  
    | 356 | Empty flash at 0x00110eb0 ends at 0x00110eb4
 | 
  
    | 357 | mtd->read(0xefcc bytes from 0x111034) returned ECC error
 | 
  
    | 358 | Empty flash at 0x00111030 ends at 0x00111034
 | 
  
    | 359 | mtd->read(0xe1e0 bytes from 0x111e20) returned ECC error
 | 
  
    | 360 | Empty flash at 0x00111e1c ends at 0x00111e24
 | 
  
    | 361 | mtd->read(0x81a4 bytes from 0x117e5c) returned ECC error
 | 
  
    | 362 | Empty flash at 0x00117e58 ends at 0x00117e5c
 | 
  
    | 363 | mtd->read(0x2f28 bytes from 0x11d0d8) returned ECC error
 | 
  
    | 364 | Empty flash at 0x0011d0d4 ends at 0x0011d0d8
 | 
  
    | 365 | mtd->read(0x1e10 bytes from 0x11e1f0) returned ECC error
 | 
  
    | 366 | Empty flash at 0x0011e1ec ends at 0x0011e1f0
 | 
  
    | 367 | mtd->read(0xbf8 bytes from 0x11f408) returned ECC error
 | 
  
    | 368 | Empty flash at 0x0011f404 ends at 0x0011f408
 | 
  
    | 369 | Empty flash at 0x0011f41c ends at 0x0011f424
 | 
  
    | 370 | mtd->read(0xbd0 bytes from 0x11f430) returned ECC error
 | 
  
    | 371 | Empty flash at 0x0011f42c ends at 0x0011f430
 | 
  
    | 372 | mtd->read(0x100 bytes from 0x120000) returned ECC error
 | 
  
    | 373 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012000c: 0xb4d0 in
 | 
  
    | 374 | stead
 | 
  
    | 375 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120010: 0xce00 in
 | 
  
    | 376 | stead
 | 
  
    | 377 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012001c: 0x2000 in
 | 
  
    | 378 | stead
 | 
  
    | 379 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120024: 0x000a in
 | 
  
    | 380 | stead
 | 
  
    | 381 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120034: 0xb4e6 in
 | 
  
    | 382 | stead
 | 
  
    | 383 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120038: 0x1a00 in
 | 
  
    | 384 | stead
 | 
  
    | 385 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120044: 0x4000 in
 | 
  
    | 386 | stead
 | 
  
    | 387 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012004c: 0x0008 in
 | 
  
    | 388 | stead
 | 
  
    | 389 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012005c: 0xb4fc in
 | 
  
    | 390 | stead
 | 
  
    | 391 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120060: 0x3a00 in
 | 
  
    | 392 | stead
 | 
  
    | 393 | Further such events for this erase block will not be printed
 | 
  
    | 394 | mtd->read(0x1ff08 bytes from 0x1200f8) returned ECC error
 | 
  
    | 395 | mtd->read(0x1c298 bytes from 0x123d68) returned ECC error
 | 
  
    | 396 | Empty flash at 0x00123d64 ends at 0x00123d70
 | 
  
    | 397 | mtd->read(0x1c20c bytes from 0x123df4) returned ECC error
 | 
  
    | 398 | Empty flash at 0x00123df0 ends at 0x00123df8
 | 
  
    | 399 | mtd->read(0x1c168 bytes from 0x123e98) returned ECC error
 | 
  
    | 400 | Empty flash at 0x00123e94 ends at 0x00123e9c
 | 
  
    | 401 | mtd->read(0x1c138 bytes from 0x123ec8) returned ECC error
 | 
  
    | 402 | Empty flash at 0x00123ec4 ends at 0x00123ec8
 | 
  
    | 403 | mtd->read(0x1b880 bytes from 0x124780) returned ECC error
 | 
  
    | 404 | Empty flash at 0x0012477c ends at 0x00124780
 | 
  
    | 405 | mtd->read(0x100 bytes from 0x200000) returned ECC error
 | 
  
    | 406 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200000: 0x94f6 in
 | 
  
    | 407 | stead
 | 
  
    | 408 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200004: 0xac45 in
 | 
  
    | 409 | stead
 | 
  
    | 410 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200008: 0x184d in
 | 
  
    | 411 | stead
 | 
  
    | 412 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0020000c: 0x42f6 in
 | 
  
    | 413 | stead
 | 
  
    | 414 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200010: 0xe912 in
 | 
  
    | 415 | stead
 | 
  
    | 416 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200014: 0x47a8 in
 | 
  
    | 417 | stead
 | 
  
    | 418 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200018: 0x81e8 in
 | 
  
    | 419 | stead
 | 
  
    | 420 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200020: 0xac4d in
 | 
  
    | 421 | stead
 | 
  
    | 422 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200024: 0xac92 in
 | 
  
    | 423 | stead
 | 
  
    | 424 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00200028: 0x47a8 in
 | 
  
    | 425 | stead
 | 
  
    | 426 | Further such events for this erase block will not be printed
 | 
  
    | 427 | mtd->read(0x1ff08 bytes from 0x2000f8) returned ECC error
 | 
  
    | 428 | mtd->read(0x100 bytes from 0x220000) returned ECC error
 | 
  
    | 429 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220000: 0x3228 in
 | 
  
    | 430 | stead
 | 
  
    | 431 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220004: 0xca79 in
 | 
  
    | 432 | stead
 | 
  
    | 433 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220008: 0x2d2a in
 | 
  
    | 434 | stead
 | 
  
    | 435 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022000c: 0x34a8 in
 | 
  
    | 436 | stead
 | 
  
    | 437 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220010: 0x0029 in
 | 
  
    | 438 | stead
 | 
  
    | 439 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220014: 0xca78 in
 | 
  
    | 440 | stead
 | 
  
    | 441 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220018: 0x2120 in
 | 
  
    | 442 | stead
 | 
  
    | 443 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0022001c: 0x8020 in
 | 
  
    | 444 | stead
 | 
  
    | 445 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220020: 0xa358 in
 | 
  
    | 446 | stead
 | 
  
    | 447 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00220024: 0x4120 in
 | 
  
    | 448 | stead
 | 
  
    | 449 | Further such events for this erase block will not be printed
 | 
  
    | 450 | mtd->read(0x1ff08 bytes from 0x2200f8) returned ECC error
 | 
  
    | 451 | mtd->read(0x3768 bytes from 0x23c898) returned ECC error
 | 
  
    | 452 | Empty flash at 0x0023c894 ends at 0x0023c89c
 | 
  
    | 453 | mtd->read(0x100 bytes from 0x240000) returned ECC error
 | 
  
    | 454 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240000: 0xcb5c in
 | 
  
    | 455 | stead
 | 
  
    | 456 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240004: 0xcb93 in
 | 
  
    | 457 | stead
 | 
  
    | 458 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240008: 0xcbca in
 | 
  
    | 459 | stead
 | 
  
    | 460 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024000c: 0xcc01 in
 | 
  
    | 461 | stead
 | 
  
    | 462 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240010: 0xcc38 in
 | 
  
    | 463 | stead
 | 
  
    | 464 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240014: 0xcc6f in
 | 
  
    | 465 | stead
 | 
  
    | 466 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240018: 0xcca7 in
 | 
  
    | 467 | stead
 | 
  
    | 468 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0024001c: 0xccde in
 | 
  
    | 469 | stead
 | 
  
    | 470 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240020: 0x1501 in
 | 
  
    | 471 | stead
 | 
  
    | 472 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00240024: 0x4cba in
 | 
  
    | 473 | stead
 | 
  
    | 474 | Further such events for this erase block will not be printed
 | 
  
    | 475 | mtd->read(0x1ff08 bytes from 0x2400f8) returned ECC error
 | 
  
    | 476 | mtd->read(0x100 bytes from 0x260000) returned ECC error
 | 
  
    | 477 | mtd->read(0x1ff08 bytes from 0x2600f8) returned ECC error
 | 
  
    | 478 | mtd->read(0x100 bytes from 0x280000) returned ECC error
 | 
  
    | 479 | mtd->read(0x1ff08 bytes from 0x2800f8) returned ECC error
 | 
  
    | 480 | mtd->read(0x100 bytes from 0x2a0000) returned ECC error
 | 
  
    | 481 | mtd->read(0x1ff08 bytes from 0x2a00f8) returned ECC error
 | 
  
    | 482 | mtd->read(0x100 bytes from 0x2c0000) returned ECC error
 | 
  
    | 483 | mtd->read(0x1ff08 bytes from 0x2c00f8) returned ECC error
 | 
  
    | 484 | mtd->read(0x100 bytes from 0x2e0000) returned ECC error
 | 
  
    | 485 | mtd->read(0x1ff08 bytes from 0x2e00f8) returned ECC error
 | 
  
    | 486 | mtd->read(0x100 bytes from 0x300000) returned ECC error
 | 
  
    | 487 | mtd->read(0x1ff08 bytes from 0x3000f8) returned ECC error
 | 
  
    | 488 | mtd->read(0x100 bytes from 0x320000) returned ECC error
 | 
  
    | 489 | mtd->read(0x1ff08 bytes from 0x3200f8) returned ECC error
 | 
  
    | 490 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c00: 0xde2a in
 | 
  
    | 491 | stead
 | 
  
    | 492 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c04: 0x81ea in
 | 
  
    | 493 | stead
 | 
  
    | 494 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c08: 0x09f2 in
 | 
  
    | 495 | stead
 | 
  
    | 496 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c0c: 0x882a in
 | 
  
    | 497 | stead
 | 
  
    | 498 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c10: 0x81ea in
 | 
  
    | 499 | stead
 | 
  
    | 500 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c14: 0xa35a in
 | 
  
    | 501 | stead
 | 
  
    | 502 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c18: 0x03a2 in
 | 
  
    | 503 | stead
 | 
  
    | 504 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c1c: 0x03a2 in
 | 
  
    | 505 | stead
 | 
  
    | 506 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c20: 0xd028 in
 | 
  
    | 507 | stead
 | 
  
    | 508 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00327c24: 0x8168 in
 | 
  
    | 509 | stead
 | 
  
    | 510 | Further such events for this erase block will not be printed
 | 
  
    | 511 | mtd->read(0x100 bytes from 0x340000) returned ECC error
 | 
  
    | 512 | mtd->read(0x1ff08 bytes from 0x3400f8) returned ECC error
 | 
  
    | 513 | mtd->read(0x100 bytes from 0x360000) returned ECC error
 | 
  
    | 514 | mtd->read(0x1ff08 bytes from 0x3600f8) returned ECC error
 | 
  
    | 515 | mtd->read(0x100 bytes from 0x380000) returned ECC error
 | 
  
    | 516 | mtd->read(0x1ff08 bytes from 0x3800f8) returned ECC error
 | 
  
    | 517 | mtd->read(0x100 bytes from 0x3a0000) returned ECC error
 | 
  
    | 518 | mtd->read(0x1ff08 bytes from 0x3a00f8) returned ECC error
 | 
  
    | 519 | mtd->read(0x100 bytes from 0x3c0000) returned ECC error
 | 
  
    | 520 | mtd->read(0x1ff08 bytes from 0x3c00f8) returned ECC error
 | 
  
    | 521 | mtd->read(0x100 bytes from 0x3e0000) returned ECC error
 | 
  
    | 522 | mtd->read(0x1ff08 bytes from 0x3e00f8) returned ECC error
 | 
  
    | 523 | mtd->read(0x100 bytes from 0x400000) returned ECC error
 | 
  
    | 524 | mtd->read(0x1ff08 bytes from 0x4000f8) returned ECC error
 | 
  
    | 525 | mtd->read(0x100 bytes from 0x420000) returned ECC error
 | 
  
    | 526 | mtd->read(0x1ff08 bytes from 0x4200f8) returned ECC error
 | 
  
    | 527 | mtd->read(0x100 bytes from 0x440000) returned ECC error
 | 
  
    | 528 | mtd->read(0x1ff08 bytes from 0x4400f8) returned ECC error
 | 
  
    | 529 | mtd->read(0x100 bytes from 0x460000) returned ECC error
 | 
  
    | 530 | mtd->read(0x1ff08 bytes from 0x4600f8) returned ECC error
 | 
  
    | 531 | mtd->read(0x100 bytes from 0x480000) returned ECC error
 | 
  
    | 532 | mtd->read(0x1ff08 bytes from 0x4800f8) returned ECC error
 | 
  
    | 533 | mtd->read(0x100 bytes from 0x4a0000) returned ECC error
 | 
  
    | 534 | mtd->read(0x1ff08 bytes from 0x4a00f8) returned ECC error
 | 
  
    | 535 | mtd->read(0x100 bytes from 0x4c0000) returned ECC error
 | 
  
    | 536 | mtd->read(0x1ff08 bytes from 0x4c00f8) returned ECC error
 | 
  
    | 537 | mtd->read(0x100 bytes from 0x4e0000) returned ECC error
 | 
  
    | 538 | mtd->read(0x1ff08 bytes from 0x4e00f8) returned ECC error
 | 
  
    | 539 | mtd->read(0x100 bytes from 0x500000) returned ECC error
 | 
  
    | 540 | mtd->read(0x1ff08 bytes from 0x5000f8) returned ECC error
 | 
  
    | 541 | mtd->read(0x100 bytes from 0x520000) returned ECC error
 | 
  
    | 542 | mtd->read(0x1ff08 bytes from 0x5200f8) returned ECC error
 | 
  
    | 543 | mtd->read(0x100 bytes from 0x540000) returned ECC error
 | 
  
    | 544 | mtd->read(0x1ff08 bytes from 0x5400f8) returned ECC error
 | 
  
    | 545 | mtd->read(0x100 bytes from 0x560000) returned ECC error
 | 
  
    | 546 | mtd->read(0x1ff08 bytes from 0x5600f8) returned ECC error
 | 
  
    | 547 | mtd->read(0x100 bytes from 0x580000) returned ECC error
 | 
  
    | 548 | mtd->read(0x1ff08 bytes from 0x5800f8) returned ECC error
 | 
  
    | 549 | mtd->read(0x100 bytes from 0x5a0000) returned ECC error
 | 
  
    | 550 | mtd->read(0x1ff08 bytes from 0x5a00f8) returned ECC error
 | 
  
    | 551 | mtd->read(0x100 bytes from 0x5c0000) returned ECC error
 | 
  
    | 552 | mtd->read(0x1ff08 bytes from 0x5c00f8) returned ECC error
 | 
  
    | 553 | mtd->read(0x100 bytes from 0x5e0000) returned ECC error
 | 
  
    | 554 | mtd->read(0x1ff08 bytes from 0x5e00f8) returned ECC error
 | 
  
    | 555 | mtd->read(0x100 bytes from 0x600000) returned ECC error
 | 
  
    | 556 | mtd->read(0x1ff08 bytes from 0x6000f8) returned ECC error
 | 
  
    | 557 | mtd->read(0x100 bytes from 0x620000) returned ECC error
 | 
  
    | 558 | mtd->read(0x1ff08 bytes from 0x6200f8) returned ECC error
 | 
  
    | 559 | mtd->read(0x100 bytes from 0x640000) returned ECC error
 | 
  
    | 560 | mtd->read(0x1ff08 bytes from 0x6400f8) returned ECC error
 | 
  
    | 561 | mtd->read(0x100 bytes from 0x660000) returned ECC error
 | 
  
    | 562 | mtd->read(0x1ff08 bytes from 0x6600f8) returned ECC error
 | 
  
    | 563 | mtd->read(0x100 bytes from 0x680000) returned ECC error
 | 
  
    | 564 | mtd->read(0x1ff08 bytes from 0x6800f8) returned ECC error
 | 
  
    | 565 | mtd->read(0x100 bytes from 0x6a0000) returned ECC error
 | 
  
    | 566 | mtd->read(0x1ff08 bytes from 0x6a00f8) returned ECC error
 | 
  
    | 567 | mtd->read(0x100 bytes from 0x6c0000) returned ECC error
 | 
  
    | 568 | mtd->read(0x1ff08 bytes from 0x6c00f8) returned ECC error
 | 
  
    | 569 | mtd->read(0x100 bytes from 0x6e0000) returned ECC error
 | 
  
    | 570 | mtd->read(0x1ff08 bytes from 0x6e00f8) returned ECC error
 | 
  
    | 571 | mtd->read(0x100 bytes from 0x700000) returned ECC error
 | 
  
    | 572 | mtd->read(0x1ff08 bytes from 0x7000f8) returned ECC error
 | 
  
    | 573 | mtd->read(0x100 bytes from 0x720000) returned ECC error
 | 
  
    | 574 | mtd->read(0x1ff08 bytes from 0x7200f8) returned ECC error
 | 
  
    | 575 | mtd->read(0x100 bytes from 0x740000) returned ECC error
 | 
  
    | 576 | mtd->read(0x1ff08 bytes from 0x7400f8) returned ECC error
 | 
  
    | 577 | mtd->read(0x100 bytes from 0x760000) returned ECC error
 | 
  
    | 578 | mtd->read(0x1ff08 bytes from 0x7600f8) returned ECC error
 | 
  
    | 579 | mtd->read(0x100 bytes from 0x780000) returned ECC error
 | 
  
    | 580 | mtd->read(0x1ff08 bytes from 0x7800f8) returned ECC error
 | 
  
    | 581 | mtd->read(0x100 bytes from 0x7a0000) returned ECC error
 | 
  
    | 582 | mtd->read(0x1ff08 bytes from 0x7a00f8) returned ECC error
 | 
  
    | 583 | mtd->read(0x100 bytes from 0x7c0000) returned ECC error
 | 
  
    | 584 | mtd->read(0x1ff08 bytes from 0x7c00f8) returned ECC error
 | 
  
    | 585 | mtd->read(0x100 bytes from 0x7e0000) returned ECC error
 | 
  
    | 586 | mtd->read(0x1ff08 bytes from 0x7e00f8) returned ECC error
 | 
  
    | 587 | mtd->read(0x100 bytes from 0x800000) returned ECC error
 | 
  
    | 588 | mtd->read(0x1ff08 bytes from 0x8000f8) returned ECC error
 | 
  
    | 589 | mtd->read(0x100 bytes from 0x820000) returned ECC error
 | 
  
    | 590 | mtd->read(0x1ff08 bytes from 0x8200f8) returned ECC error
 | 
  
    | 591 | mtd->read(0x100 bytes from 0x840000) returned ECC error
 | 
  
    | 592 | mtd->read(0x1ff08 bytes from 0x8400f8) returned ECC error
 | 
  
    | 593 | mtd->read(0x100 bytes from 0x860000) returned ECC error
 | 
  
    | 594 | mtd->read(0x1ff08 bytes from 0x8600f8) returned ECC error
 | 
  
    | 595 | mtd->read(0x100 bytes from 0x880000) returned ECC error
 | 
  
    | 596 | mtd->read(0x1ff08 bytes from 0x8800f8) returned ECC error
 | 
  
    | 597 | mtd->read(0x100 bytes from 0x8a0000) returned ECC error
 | 
  
    | 598 | mtd->read(0x1ff08 bytes from 0x8a00f8) returned ECC error
 | 
  
    | 599 | mtd->read(0x100 bytes from 0x8c0000) returned ECC error
 | 
  
    | 600 | mtd->read(0x1ff08 bytes from 0x8c00f8) returned ECC error
 | 
  
    | 601 | mtd->read(0x100 bytes from 0x8e0000) returned ECC error
 | 
  
    | 602 | mtd->read(0x1ff08 bytes from 0x8e00f8) returned ECC error
 | 
  
    | 603 | mtd->read(0x100 bytes from 0x900000) returned ECC error
 | 
  
    | 604 | mtd->read(0x1ff08 bytes from 0x9000f8) returned ECC error
 | 
  
    | 605 | mtd->read(0x100 bytes from 0x920000) returned ECC error
 | 
  
    | 606 | mtd->read(0x1ff08 bytes from 0x9200f8) returned ECC error
 | 
  
    | 607 | mtd->read(0x100 bytes from 0x940000) returned ECC error
 | 
  
    | 608 | mtd->read(0x1ff08 bytes from 0x9400f8) returned ECC error
 | 
  
    | 609 | mtd->read(0x100 bytes from 0x960000) returned ECC error
 | 
  
    | 610 | mtd->read(0x1ff08 bytes from 0x9600f8) returned ECC error
 | 
  
    | 611 | mtd->read(0x100 bytes from 0x980000) returned ECC error
 | 
  
    | 612 | mtd->read(0x1ff08 bytes from 0x9800f8) returned ECC error
 | 
  
    | 613 | mtd->read(0x100 bytes from 0x9a0000) returned ECC error
 | 
  
    | 614 | mtd->read(0x1ff08 bytes from 0x9a00f8) returned ECC error
 | 
  
    | 615 | mtd->read(0x100 bytes from 0x9c0000) returned ECC error
 | 
  
    | 616 | mtd->read(0x1ff08 bytes from 0x9c00f8) returned ECC error
 | 
  
    | 617 | mtd->read(0x100 bytes from 0x9e0000) returned ECC error
 | 
  
    | 618 | mtd->read(0x1ff08 bytes from 0x9e00f8) returned ECC error
 | 
  
    | 619 | mtd->read(0x100 bytes from 0xa00000) returned ECC error
 | 
  
    | 620 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00000: 0x2bcc in
 | 
  
    | 621 | stead
 | 
  
    | 622 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00004: 0x3ddf in
 | 
  
    | 623 | stead
 | 
  
    | 624 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00008: 0x33ec in
 | 
  
    | 625 | stead
 | 
  
    | 626 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a0000c: 0x15cc in
 | 
  
    | 627 | stead
 | 
  
    | 628 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00010: 0x3b84 in
 | 
  
    | 629 | stead
 | 
  
    | 630 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00014: 0x395e in
 | 
  
    | 631 | stead
 | 
  
    | 632 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00018: 0x5749 in
 | 
  
    | 633 | stead
 | 
  
    | 634 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a0001c: 0x196e in
 | 
  
    | 635 | stead
 | 
  
    | 636 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00020: 0x3dde in
 | 
  
    | 637 | stead
 | 
  
    | 638 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a00024: 0x7b3d in
 | 
  
    | 639 | stead
 | 
  
    | 640 | Further such events for this erase block will not be printed
 | 
  
    | 641 | mtd->read(0x1ff08 bytes from 0xa000f8) returned ECC error
 | 
  
    | 642 | mtd->read(0x100 bytes from 0xa20000) returned ECC error
 | 
  
    | 643 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20000: 0x2bcc in
 | 
  
    | 644 | stead
 | 
  
    | 645 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20004: 0x3ddf in
 | 
  
    | 646 | stead
 | 
  
    | 647 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20008: 0x33ec in
 | 
  
    | 648 | stead
 | 
  
    | 649 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a2000c: 0x15cc in
 | 
  
    | 650 | stead
 | 
  
    | 651 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20010: 0x3b84 in
 | 
  
    | 652 | stead
 | 
  
    | 653 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20014: 0x395e in
 | 
  
    | 654 | stead
 | 
  
    | 655 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20018: 0x5749 in
 | 
  
    | 656 | stead
 | 
  
    | 657 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a2001c: 0x196e in
 | 
  
    | 658 | stead
 | 
  
    | 659 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20020: 0x3dde in
 | 
  
    | 660 | stead
 | 
  
    | 661 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a20024: 0x7b3d in
 | 
  
    | 662 | stead
 | 
  
    | 663 | Further such events for this erase block will not be printed
 | 
  
    | 664 | mtd->read(0x1ff08 bytes from 0xa200f8) returned ECC error
 | 
  
    | 665 | mtd->read(0x100 bytes from 0xa40000) returned ECC error
 | 
  
    | 666 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40000: 0x2bcc in
 | 
  
    | 667 | stead
 | 
  
    | 668 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40004: 0x3ddf in
 | 
  
    | 669 | stead
 | 
  
    | 670 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40008: 0x33ec in
 | 
  
    | 671 | stead
 | 
  
    | 672 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a4000c: 0x15cc in
 | 
  
    | 673 | stead
 | 
  
    | 674 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40010: 0x3b84 in
 | 
  
    | 675 | stead
 | 
  
    | 676 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40014: 0x395e in
 | 
  
    | 677 | stead
 | 
  
    | 678 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40018: 0x5749 in
 | 
  
    | 679 | stead
 | 
  
    | 680 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a4001c: 0x196e in
 | 
  
    | 681 | stead
 | 
  
    | 682 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40020: 0x3dde in
 | 
  
    | 683 | stead
 | 
  
    | 684 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a40024: 0x1b1d in
 | 
  
    | 685 | stead
 | 
  
    | 686 | Further such events for this erase block will not be printed
 | 
  
    | 687 | mtd->read(0x1ff08 bytes from 0xa400f8) returned ECC error
 | 
  
    | 688 | mtd->read(0x100 bytes from 0xa60000) returned ECC error
 | 
  
    | 689 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60000: 0x2b8e in
 | 
  
    | 690 | stead
 | 
  
    | 691 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60004: 0x3dff in
 | 
  
    | 692 | stead
 | 
  
    | 693 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60008: 0x13ae in
 | 
  
    | 694 | stead
 | 
  
    | 695 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a6000c: 0x15ec in
 | 
  
    | 696 | stead
 | 
  
    | 697 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60010: 0x3b87 in
 | 
  
    | 698 | stead
 | 
  
    | 699 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60014: 0x395e in
 | 
  
    | 700 | stead
 | 
  
    | 701 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60018: 0xd749 in
 | 
  
    | 702 | stead
 | 
  
    | 703 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a6001c: 0x197e in
 | 
  
    | 704 | stead
 | 
  
    | 705 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60020: 0x1ddf in
 | 
  
    | 706 | stead
 | 
  
    | 707 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a60024: 0x7a3d in
 | 
  
    | 708 | stead
 | 
  
    | 709 | Further such events for this erase block will not be printed
 | 
  
    | 710 | mtd->read(0x1ff08 bytes from 0xa600f8) returned ECC error
 | 
  
    | 711 | mtd->read(0x100 bytes from 0xa80000) returned ECC error
 | 
  
    | 712 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80000: 0x2b8f in
 | 
  
    | 713 | stead
 | 
  
    | 714 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80004: 0x3dff in
 | 
  
    | 715 | stead
 | 
  
    | 716 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80008: 0x13ae in
 | 
  
    | 717 | stead
 | 
  
    | 718 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a8000c: 0x15cc in
 | 
  
    | 719 | stead
 | 
  
    | 720 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80010: 0x3b87 in
 | 
  
    | 721 | stead
 | 
  
    | 722 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80014: 0x395e in
 | 
  
    | 723 | stead
 | 
  
    | 724 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80018: 0xd749 in
 | 
  
    | 725 | stead
 | 
  
    | 726 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a8001c: 0x197e in
 | 
  
    | 727 | stead
 | 
  
    | 728 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80020: 0x3ddf in
 | 
  
    | 729 | stead
 | 
  
    | 730 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00a80024: 0x5a3d in
 | 
  
    | 731 | stead
 | 
  
    | 732 | Further such events for this erase block will not be printed
 | 
  
    | 733 | mtd->read(0x1ff08 bytes from 0xa800f8) returned ECC error
 | 
  
    | 734 | mtd->read(0x100 bytes from 0xaa0000) returned ECC error
 | 
  
    | 735 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0000: 0x2b8c in
 | 
  
    | 736 | stead
 | 
  
    | 737 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0004: 0x3ddf in
 | 
  
    | 738 | stead
 | 
  
    | 739 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0008: 0x33ee in
 | 
  
    | 740 | stead
 | 
  
    | 741 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa000c: 0x15cc in
 | 
  
    | 742 | stead
 | 
  
    | 743 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0010: 0x3b8c in
 | 
  
    | 744 | stead
 | 
  
    | 745 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0014: 0x395e in
 | 
  
    | 746 | stead
 | 
  
    | 747 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0018: 0x5749 in
 | 
  
    | 748 | stead
 | 
  
    | 749 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa001c: 0x197e in
 | 
  
    | 750 | stead
 | 
  
    | 751 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0020: 0x3dde in
 | 
  
    | 752 | stead
 | 
  
    | 753 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00aa0024: 0x3b3d in
 | 
  
    | 754 | stead
 | 
  
    | 755 | Further such events for this erase block will not be printed
 | 
  
    | 756 | mtd->read(0x1ff08 bytes from 0xaa00f8) returned ECC error
 | 
  
    | 757 | mtd->read(0x100 bytes from 0xac0000) returned ECC error
 | 
  
    | 758 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0000: 0x2bcc in
 | 
  
    | 759 | stead
 | 
  
    | 760 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0004: 0x3ddf in
 | 
  
    | 761 | stead
 | 
  
    | 762 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0008: 0x33ec in
 | 
  
    | 763 | stead
 | 
  
    | 764 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac000c: 0x17cc in
 | 
  
    | 765 | stead
 | 
  
    | 766 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0010: 0x3b8c in
 | 
  
    | 767 | stead
 | 
  
    | 768 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0014: 0x39de in
 | 
  
    | 769 | stead
 | 
  
    | 770 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0018: 0x5749 in
 | 
  
    | 771 | stead
 | 
  
    | 772 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac001c: 0x196e in
 | 
  
    | 773 | stead
 | 
  
    | 774 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0020: 0x3dde in
 | 
  
    | 775 | stead
 | 
  
    | 776 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ac0024: 0x3b3d in
 | 
  
    | 777 | stead
 | 
  
    | 778 | Further such events for this erase block will not be printed
 | 
  
    | 779 | mtd->read(0x1ff08 bytes from 0xac00f8) returned ECC error
 | 
  
    | 780 | mtd->read(0x100 bytes from 0xae0000) returned ECC error
 | 
  
    | 781 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0000: 0x2bcc in
 | 
  
    | 782 | stead
 | 
  
    | 783 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0004: 0x3ddf in
 | 
  
    | 784 | stead
 | 
  
    | 785 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0008: 0x33ec in
 | 
  
    | 786 | stead
 | 
  
    | 787 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae000c: 0x15cc in
 | 
  
    | 788 | stead
 | 
  
    | 789 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0010: 0x3b8c in
 | 
  
    | 790 | stead
 | 
  
    | 791 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0014: 0x395e in
 | 
  
    | 792 | stead
 | 
  
    | 793 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0018: 0x5749 in
 | 
  
    | 794 | stead
 | 
  
    | 795 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae001c: 0x196e in
 | 
  
    | 796 | stead
 | 
  
    | 797 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0020: 0x3dde in
 | 
  
    | 798 | stead
 | 
  
    | 799 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ae0024: 0x7b3d in
 | 
  
    | 800 | stead
 | 
  
    | 801 | Further such events for this erase block will not be printed
 | 
  
    | 802 | mtd->read(0x1ff08 bytes from 0xae00f8) returned ECC error
 | 
  
    | 803 | mtd->read(0x100 bytes from 0xb00000) returned ECC error
 | 
  
    | 804 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00000: 0x4927 in
 | 
  
    | 805 | stead
 | 
  
    | 806 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00004: 0x5cb7 in
 | 
  
    | 807 | stead
 | 
  
    | 808 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00008: 0x8629 in
 | 
  
    | 809 | stead
 | 
  
    | 810 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b0000c: 0x85ce in
 | 
  
    | 811 | stead
 | 
  
    | 812 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00010: 0xcd02 in
 | 
  
    | 813 | stead
 | 
  
    | 814 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00014: 0xcc33 in
 | 
  
    | 815 | stead
 | 
  
    | 816 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00018: 0x4c23 in
 | 
  
    | 817 | stead
 | 
  
    | 818 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b0001c: 0xc873 in
 | 
  
    | 819 | stead
 | 
  
    | 820 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00020: 0x4837 in
 | 
  
    | 821 | stead
 | 
  
    | 822 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b00024: 0x4c0b in
 | 
  
    | 823 | stead
 | 
  
    | 824 | Further such events for this erase block will not be printed
 | 
  
    | 825 | mtd->read(0x1ff08 bytes from 0xb000f8) returned ECC error
 | 
  
    | 826 | mtd->read(0x100 bytes from 0xb20000) returned ECC error
 | 
  
    | 827 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20000: 0x4927 in
 | 
  
    | 828 | stead
 | 
  
    | 829 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20004: 0x5cb7 in
 | 
  
    | 830 | stead
 | 
  
    | 831 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20008: 0x9629 in
 | 
  
    | 832 | stead
 | 
  
    | 833 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b2000c: 0x85cc in
 | 
  
    | 834 | stead
 | 
  
    | 835 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20010: 0x4d00 in
 | 
  
    | 836 | stead
 | 
  
    | 837 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20014: 0xc832 in
 | 
  
    | 838 | stead
 | 
  
    | 839 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20018: 0x4c22 in
 | 
  
    | 840 | stead
 | 
  
    | 841 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b2001c: 0xc840 in
 | 
  
    | 842 | stead
 | 
  
    | 843 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20020: 0x4837 in
 | 
  
    | 844 | stead
 | 
  
    | 845 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b20024: 0x480b in
 | 
  
    | 846 | stead
 | 
  
    | 847 | Further such events for this erase block will not be printed
 | 
  
    | 848 | mtd->read(0x1ff08 bytes from 0xb200f8) returned ECC error
 | 
  
    | 849 | mtd->read(0x100 bytes from 0xb40000) returned ECC error
 | 
  
    | 850 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40000: 0x4927 in
 | 
  
    | 851 | stead
 | 
  
    | 852 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40004: 0x5cb7 in
 | 
  
    | 853 | stead
 | 
  
    | 854 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40008: 0x9629 in
 | 
  
    | 855 | stead
 | 
  
    | 856 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b4000c: 0x85cc in
 | 
  
    | 857 | stead
 | 
  
    | 858 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40010: 0x4d00 in
 | 
  
    | 859 | stead
 | 
  
    | 860 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40014: 0xc833 in
 | 
  
    | 861 | stead
 | 
  
    | 862 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40018: 0x4e23 in
 | 
  
    | 863 | stead
 | 
  
    | 864 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b4001c: 0xc850 in
 | 
  
    | 865 | stead
 | 
  
    | 866 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40020: 0x4837 in
 | 
  
    | 867 | stead
 | 
  
    | 868 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b40024: 0x480b in
 | 
  
    | 869 | stead
 | 
  
    | 870 | Further such events for this erase block will not be printed
 | 
  
    | 871 | mtd->read(0x1ff08 bytes from 0xb400f8) returned ECC error
 | 
  
    | 872 | mtd->read(0x100 bytes from 0xb60000) returned ECC error
 | 
  
    | 873 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60000: 0x4927 in
 | 
  
    | 874 | stead
 | 
  
    | 875 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60004: 0x5cb7 in
 | 
  
    | 876 | stead
 | 
  
    | 877 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60008: 0x962d in
 | 
  
    | 878 | stead
 | 
  
    | 879 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b6000c: 0x85cc in
 | 
  
    | 880 | stead
 | 
  
    | 881 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60010: 0x4d02 in
 | 
  
    | 882 | stead
 | 
  
    | 883 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60014: 0xc833 in
 | 
  
    | 884 | stead
 | 
  
    | 885 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60018: 0x4e63 in
 | 
  
    | 886 | stead
 | 
  
    | 887 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b6001c: 0xc850 in
 | 
  
    | 888 | stead
 | 
  
    | 889 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60020: 0x4837 in
 | 
  
    | 890 | stead
 | 
  
    | 891 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b60024: 0x480b in
 | 
  
    | 892 | stead
 | 
  
    | 893 | Further such events for this erase block will not be printed
 | 
  
    | 894 | mtd->read(0x1ff08 bytes from 0xb600f8) returned ECC error
 | 
  
    | 895 | mtd->read(0x100 bytes from 0xb80000) returned ECC error
 | 
  
    | 896 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80000: 0x00b8 in
 | 
  
    | 897 | stead
 | 
  
    | 898 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80004: 0xf014 in
 | 
  
    | 899 | stead
 | 
  
    | 900 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80008: 0xf014 in
 | 
  
    | 901 | stead
 | 
  
    | 902 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b8000c: 0xf014 in
 | 
  
    | 903 | stead
 | 
  
    | 904 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80010: 0xf014 in
 | 
  
    | 905 | stead
 | 
  
    | 906 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80014: 0xf014 in
 | 
  
    | 907 | stead
 | 
  
    | 908 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80018: 0xf014 in
 | 
  
    | 909 | stead
 | 
  
    | 910 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b8001c: 0xf014 in
 | 
  
    | 911 | stead
 | 
  
    | 912 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80020: 0x0060 in
 | 
  
    | 913 | stead
 | 
  
    | 914 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00b80024: 0x00c0 in
 | 
  
    | 915 | stead
 | 
  
    | 916 | Further such events for this erase block will not be printed
 | 
  
    | 917 | mtd->read(0x1ff08 bytes from 0xb800f8) returned ECC error
 | 
  
    | 918 | mtd->read(0x100 bytes from 0xba0000) returned ECC error
 | 
  
    | 919 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0000: 0x0001 in
 | 
  
    | 920 | stead
 | 
  
    | 921 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0004: 0x3310 in
 | 
  
    | 922 | stead
 | 
  
    | 923 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0008: 0x3002 in
 | 
  
    | 924 | stead
 | 
  
    | 925 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba000c: 0x8030 in
 | 
  
    | 926 | stead
 | 
  
    | 927 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0010: 0x3803 in
 | 
  
    | 928 | stead
 | 
  
    | 929 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0014: 0x340e in
 | 
  
    | 930 | stead
 | 
  
    | 931 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0018: 0x300c in
 | 
  
    | 932 | stead
 | 
  
    | 933 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0024: 0x0002 in
 | 
  
    | 934 | stead
 | 
  
    | 935 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba0028: 0x0001 in
 | 
  
    | 936 | stead
 | 
  
    | 937 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ba002c: 0x0049 in
 | 
  
    | 938 | stead
 | 
  
    | 939 | Further such events for this erase block will not be printed
 | 
  
    | 940 | mtd->read(0x1ff08 bytes from 0xba00f8) returned ECC error
 | 
  
    | 941 | mtd->read(0x100 bytes from 0xbc0000) returned ECC error
 | 
  
    | 942 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0000: 0x20d0 in
 | 
  
    | 943 | stead
 | 
  
    | 944 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0004: 0x2002 in
 | 
  
    | 945 | stead
 | 
  
    | 946 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0008: 0x3003 in
 | 
  
    | 947 | stead
 | 
  
    | 948 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc000c: 0x2622 in
 | 
  
    | 949 | stead
 | 
  
    | 950 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0010: 0x2a03 in
 | 
  
    | 951 | stead
 | 
  
    | 952 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0014: 0x3623 in
 | 
  
    | 953 | stead
 | 
  
    | 954 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0018: 0x2020 in
 | 
  
    | 955 | stead
 | 
  
    | 956 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc001c: 0x3024 in
 | 
  
    | 957 | stead
 | 
  
    | 958 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0020: 0xff60 in
 | 
  
    | 959 | stead
 | 
  
    | 960 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00bc0024: 0x23d0 in
 | 
  
    | 961 | stead
 | 
  
    | 962 | Further such events for this erase block will not be printed
 | 
  
    | 963 | mtd->read(0x1ff08 bytes from 0xbc00f8) returned ECC error
 | 
  
    | 964 | mtd->read(0x10e30 bytes from 0xbcf1d0) returned ECC error
 | 
  
    | 965 | Empty flash at 0x00bcf1cc ends at 0x00bcf1d0
 | 
  
    | 966 | mtd->read(0xfa18 bytes from 0xbd05e8) returned ECC error
 | 
  
    | 967 | Empty flash at 0x00bd05e4 ends at 0x00bd05e8
 | 
  
    | 968 | mtd->read(0xf9c4 bytes from 0xbd063c) returned ECC error
 | 
  
    | 969 | Empty flash at 0x00bd0638 ends at 0x00bd063c
 | 
  
    | 970 | mtd->read(0xf94c bytes from 0xbd06b4) returned ECC error
 | 
  
    | 971 | Empty flash at 0x00bd06b0 ends at 0x00bd06b4
 | 
  
    | 972 | mtd->read(0xf7cc bytes from 0xbd0834) returned ECC error
 | 
  
    | 973 | Empty flash at 0x00bd0830 ends at 0x00bd0834
 | 
  
    | 974 | mtd->read(0xe9e0 bytes from 0xbd1620) returned ECC error
 | 
  
    | 975 | Empty flash at 0x00bd161c ends at 0x00bd1624
 | 
  
    | 976 | mtd->read(0x89a4 bytes from 0xbd765c) returned ECC error
 | 
  
    | 977 | Empty flash at 0x00bd7658 ends at 0x00bd765c
 | 
  
    | 978 | mtd->read(0x3728 bytes from 0xbdc8d8) returned ECC error
 | 
  
    | 979 | Empty flash at 0x00bdc8d4 ends at 0x00bdc8d8
 | 
  
    | 980 | mtd->read(0x2610 bytes from 0xbdd9f0) returned ECC error
 | 
  
    | 981 | Empty flash at 0x00bdd9ec ends at 0x00bdd9f0
 | 
  
    | 982 | mtd->read(0x13f8 bytes from 0xbdec08) returned ECC error
 | 
  
    | 983 | Empty flash at 0x00bdec04 ends at 0x00bdec08
 | 
  
    | 984 | Empty flash at 0x00bdec1c ends at 0x00bdec24
 | 
  
    | 985 | mtd->read(0x13d0 bytes from 0xbdec30) returned ECC error
 | 
  
    | 986 | Empty flash at 0x00bdec2c ends at 0x00bdec30
 | 
  
    | 987 | mtd->read(0x100 bytes from 0xbe0000) returned ECC error
 | 
  
    | 988 | mtd->read(0x1ff08 bytes from 0xbe00f8) returned ECC error
 | 
  
    | 989 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be04e4: 0x0002 in
 | 
  
    | 990 | stead
 | 
  
    | 991 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be04e8: 0x004e in
 | 
  
    | 992 | stead
 | 
  
    | 993 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05e4: 0x0006 in
 | 
  
    | 994 | stead
 | 
  
    | 995 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05ec: 0x0001 in
 | 
  
    | 996 | stead
 | 
  
    | 997 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05f0: 0x0002 in
 | 
  
    | 998 | stead
 | 
  
    | 999 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05f4: 0x0003 in
 | 
  
    | 1000 | stead
 | 
  
    | 1001 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05f8: 0x0006 in
 | 
  
    | 1002 | stead
 | 
  
    | 1003 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be05fc: 0x0007 in
 | 
  
    | 1004 | stead
 | 
  
    | 1005 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be108c: 0x0008 in
 | 
  
    | 1006 | stead
 | 
  
    | 1007 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00be1090: 0x0008 in
 | 
  
    | 1008 | stead
 | 
  
    | 1009 | Further such events for this erase block will not be printed
 | 
  
    | 1010 | mtd->read(0x1ca98 bytes from 0xbe3568) returned ECC error
 | 
  
    | 1011 | Empty flash at 0x00be3564 ends at 0x00be3570
 | 
  
    | 1012 | mtd->read(0x1ca0c bytes from 0xbe35f4) returned ECC error
 | 
  
    | 1013 | Empty flash at 0x00be35f0 ends at 0x00be35f8
 | 
  
    | 1014 | mtd->read(0x1c968 bytes from 0xbe3698) returned ECC error
 | 
  
    | 1015 | Empty flash at 0x00be3694 ends at 0x00be369c
 | 
  
    | 1016 | mtd->read(0x1c938 bytes from 0xbe36c8) returned ECC error
 | 
  
    | 1017 | Empty flash at 0x00be36c4 ends at 0x00be36c8
 | 
  
    | 1018 | mtd->read(0x1c080 bytes from 0xbe3f80) returned ECC error
 | 
  
    | 1019 | Empty flash at 0x00be3f7c ends at 0x00be3f80
 | 
  
    | 1020 | mtd->read(0x100 bytes from 0xc00000) returned ECC error
 | 
  
    | 1021 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00000: 0x00c2 in
 | 
  
    | 1022 | stead
 | 
  
    | 1023 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00004: 0x52fa in
 | 
  
    | 1024 | stead
 | 
  
    | 1025 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00008: 0xc45c in
 | 
  
    | 1026 | stead
 | 
  
    | 1027 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c0000c: 0x03eb in
 | 
  
    | 1028 | stead
 | 
  
    | 1029 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00010: 0x001c in
 | 
  
    | 1030 | stead
 | 
  
    | 1031 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00014: 0x0099 in
 | 
  
    | 1032 | stead
 | 
  
    | 1033 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00018: 0x1b5c in
 | 
  
    | 1034 | stead
 | 
  
    | 1035 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00028: 0xc600 in
 | 
  
    | 1036 | stead
 | 
  
    | 1037 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c0002c: 0xc600 in
 | 
  
    | 1038 | stead
 | 
  
    | 1039 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c00030: 0xc600 in
 | 
  
    | 1040 | stead
 | 
  
    | 1041 | Further such events for this erase block will not be printed
 | 
  
    | 1042 | mtd->read(0x1ff08 bytes from 0xc000f8) returned ECC error
 | 
  
    | 1043 | mtd->read(0x5368 bytes from 0xc1ac98) returned ECC error
 | 
  
    | 1044 | Empty flash at 0x00c1ac94 ends at 0x00c1ac98
 | 
  
    | 1045 | mtd->read(0x100 bytes from 0xc20000) returned ECC error
 | 
  
    | 1046 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20000: 0x3731 in
 | 
  
    | 1047 | stead
 | 
  
    | 1048 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20004: 0x2428 in
 | 
  
    | 1049 | stead
 | 
  
    | 1050 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20008: 0x0002 in
 | 
  
    | 1051 | stead
 | 
  
    | 1052 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c2000c: 0x0006 in
 | 
  
    | 1053 | stead
 | 
  
    | 1054 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20010: 0x4c24 in
 | 
  
    | 1055 | stead
 | 
  
    | 1056 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20018: 0xc600 in
 | 
  
    | 1057 | stead
 | 
  
    | 1058 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c2001c: 0x0004 in
 | 
  
    | 1059 | stead
 | 
  
    | 1060 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20020: 0x4324 in
 | 
  
    | 1061 | stead
 | 
  
    | 1062 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20024: 0x364c in
 | 
  
    | 1063 | stead
 | 
  
    | 1064 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c20028: 0x252c in
 | 
  
    | 1065 | stead
 | 
  
    | 1066 | Further such events for this erase block will not be printed
 | 
  
    | 1067 | mtd->read(0x1ff08 bytes from 0xc200f8) returned ECC error
 | 
  
    | 1068 | mtd->read(0x1fbc0 bytes from 0xc20440) returned ECC error
 | 
  
    | 1069 | Empty flash at 0x00c2043c ends at 0x00c20440
 | 
  
    | 1070 | Empty flash at 0x00c20450 ends at 0x00c20454
 | 
  
    | 1071 | mtd->read(0x1fb9c bytes from 0xc20464) returned ECC error
 | 
  
    | 1072 | Empty flash at 0x00c20460 ends at 0x00c20464
 | 
  
    | 1073 | Empty flash at 0x00c20474 ends at 0x00c20478
 | 
  
    | 1074 | mtd->read(0x1fb40 bytes from 0xc204c0) returned ECC error
 | 
  
    | 1075 | Empty flash at 0x00c204bc ends at 0x00c204c0
 | 
  
    | 1076 | mtd->read(0x1fa58 bytes from 0xc205a8) returned ECC error
 | 
  
    | 1077 | Empty flash at 0x00c205a4 ends at 0x00c205a8
 | 
  
    | 1078 | Empty flash at 0x00c205b8 ends at 0x00c205bc
 | 
  
    | 1079 | mtd->read(0x1fa34 bytes from 0xc205cc) returned ECC error
 | 
  
    | 1080 | Empty flash at 0x00c205c8 ends at 0x00c205cc
 | 
  
    | 1081 | mtd->read(0x59c0 bytes from 0xc3a640) returned ECC error
 | 
  
    | 1082 | Empty flash at 0x00c3a63c ends at 0x00c3a644
 | 
  
    | 1083 | mtd->read(0x100 bytes from 0xc40000) returned ECC error
 | 
  
    | 1084 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40000: 0x569b in
 | 
  
    | 1085 | stead
 | 
  
    | 1086 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40004: 0x67a5 in
 | 
  
    | 1087 | stead
 | 
  
    | 1088 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40008: 0x78af in
 | 
  
    | 1089 | stead
 | 
  
    | 1090 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c4000c: 0x89b9 in
 | 
  
    | 1091 | stead
 | 
  
    | 1092 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40010: 0x9ac3 in
 | 
  
    | 1093 | stead
 | 
  
    | 1094 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40014: 0xabbd in
 | 
  
    | 1095 | stead
 | 
  
    | 1096 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40018: 0xbcc7 in
 | 
  
    | 1097 | stead
 | 
  
    | 1098 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c4001c: 0xcdd1 in
 | 
  
    | 1099 | stead
 | 
  
    | 1100 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40020: 0xdedb in
 | 
  
    | 1101 | stead
 | 
  
    | 1102 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00c40024: 0xefe5 in
 | 
  
    | 1103 | stead
 | 
  
    | 1104 | Further such events for this erase block will not be printed
 | 
  
    | 1105 | mtd->read(0x1ff08 bytes from 0xc400f8) returned ECC error
 | 
  
    | 1106 | mtd->read(0x100 bytes from 0xc60000) returned ECC error
 | 
  
    | 1107 | mtd->read(0x1ff08 bytes from 0xc600f8) returned ECC error
 | 
  
    | 1108 | mtd->read(0x100 bytes from 0xc80000) returned ECC error
 | 
  
    | 1109 | mtd->read(0x1ff08 bytes from 0xc800f8) returned ECC error
 | 
  
    | 1110 | mtd->read(0x100 bytes from 0xca0000) returned ECC error
 | 
  
    | 1111 | mtd->read(0x1ff08 bytes from 0xca00f8) returned ECC error
 | 
  
    | 1112 | mtd->read(0x100 bytes from 0xcc0000) returned ECC error
 | 
  
    | 1113 | mtd->read(0x1ff08 bytes from 0xcc00f8) returned ECC error
 | 
  
    | 1114 | mtd->read(0x100 bytes from 0xce0000) returned ECC error
 | 
  
    | 1115 | mtd->read(0x1ff08 bytes from 0xce00f8) returned ECC error
 | 
  
    | 1116 | mtd->read(0x100 bytes from 0xe00000) returned ECC error
 | 
  
    | 1117 | mtd->read(0x1ff20 bytes from 0xe000e0) returned ECC error
 | 
  
    | 1118 | jffs2_scan_inode_node(): CRC failed on node at 0x00e01f24: Read 0x0cd02b59, calc
 | 
  
    | 1119 | ulated 0x908d7d80
 | 
  
    | 1120 | mtd->read(0x100 bytes from 0xe20000) returned ECC error
 | 
  
    | 1121 | mtd->read(0x1fa6c bytes from 0xe20594) returned ECC error
 | 
  
    | 1122 | mtd->read(0x100 bytes from 0xe40000) returned ECC error
 | 
  
    | 1123 | mtd->read(0x1f738 bytes from 0xe408c8) returned ECC error
 | 
  
    | 1124 | jffs2_scan_inode_node(): CRC failed on node at 0x00e5b604: Read 0x09bf6388, calc
 | 
  
    | 1125 | ulated 0xbc5d13b8
 | 
  
    | 1126 | mtd->read(0x100 bytes from 0xe60000) returned ECC error
 | 
  
    | 1127 | mtd->read(0x1f990 bytes from 0xe60670) returned ECC error
 | 
  
    | 1128 | jffs2_scan_inode_node(): CRC failed on node at 0x00e71e88: Read 0x9efe877d, calc
 | 
  
    | 1129 | ulated 0x96fe877d
 | 
  
    | 1130 | jffs2_scan_inode_node(): CRC failed on node at 0x00e7b740: Read 0x686d23f3, calc
 | 
  
    | 1131 | ulated 0x6db94870
 | 
  
    | 1132 | mtd->read(0x100 bytes from 0xe80000) returned ECC error
 | 
  
    | 1133 | mtd->read(0x1fcf0 bytes from 0xe80310) returned ECC error
 | 
  
    | 1134 | jffs2_scan_inode_node(): CRC failed on node at 0x00e8ff84: Read 0xf924480d, calc
 | 
  
    | 1135 | ulated 0x3944b588
 | 
  
    | 1136 | jffs2_scan_inode_node(): CRC failed on node at 0x00e98fb8: Read 0x42552c92, calc
 | 
  
    | 1137 | ulated 0xf12b6767
 | 
  
    | 1138 | jffs2_scan_inode_node(): CRC failed on node at 0x00e9cf70: Read 0x5c4fc90a, calc
 | 
  
    | 1139 | ulated 0x6ab1a9ab
 | 
  
    | 1140 | mtd->read(0x100 bytes from 0xea0000) returned ECC error
 | 
  
    | 1141 | mtd->read(0x1fd40 bytes from 0xea02c0) returned ECC error
 | 
  
    | 1142 | jffs2_scan_eraseblock(): Node at 0x00ea4740 {0x1985, 0xe002, 0x00000a70) has inv
 | 
  
    | 1143 | alid CRC 0xe9adc553 (calculated 0xea29113d)
 | 
  
    | 1144 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4744: 0x0a70 in
 | 
  
    | 1145 | stead
 | 
  
    | 1146 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4748: 0xc553 in
 | 
  
    | 1147 | stead
 | 
  
    | 1148 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea474c: 0x0052 in
 | 
  
    | 1149 | stead
 | 
  
    | 1150 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4750: 0x000c in
 | 
  
    | 1151 | stead
 | 
  
    | 1152 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4754: 0x81ed in
 | 
  
    | 1153 | stead
 | 
  
    | 1154 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea475c: 0xc928 in
 | 
  
    | 1155 | stead
 | 
  
    | 1156 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea476c: 0xa000 in
 | 
  
    | 1157 | stead
 | 
  
    | 1158 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4770: 0x082c in
 | 
  
    | 1159 | stead
 | 
  
    | 1160 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00ea4774: 0x1000 in
 | 
  
    | 1161 | stead
 | 
  
    | 1162 | Further such events for this erase block will not be printed
 | 
  
    | 1163 | jffs2_scan_inode_node(): CRC failed on node at 0x00ea5e94: Read 0x8b7bc9b5, calc
 | 
  
    | 1164 | ulated 0xfc9afc2a
 | 
  
    | 1165 | mtd->read(0x100 bytes from 0xec0000) returned ECC error
 | 
  
    | 1166 | mtd->read(0x1f9c8 bytes from 0xec0638) returned ECC error
 | 
  
    | 1167 | jffs2_scan_inode_node(): CRC failed on node at 0x00edee30: Read 0xd0f55791, calc
 | 
  
    | 1168 | ulated 0xdfed6f53
 | 
  
    | 1169 | mtd->read(0x100 bytes from 0xee0000) returned ECC error
 | 
  
    | 1170 | mtd->read(0x1f104 bytes from 0xee0efc) returned ECC error
 | 
  
    | 1171 | mtd->read(0x100 bytes from 0xf00000) returned ECC error
 | 
  
    | 1172 | mtd->read(0x1f884 bytes from 0xf0077c) returned ECC error
 | 
  
    | 1173 | jffs2_scan_inode_node(): CRC failed on node at 0x00f1df30: Read 0xcb3cd91a, calc
 | 
  
    | 1174 | ulated 0xc0a8eb7a
 | 
  
    | 1175 | mtd->read(0x44 bytes from 0xf1ffbc) returned ECC error
 | 
  
    | 1176 | mtd->read(0x100 bytes from 0xf20000) returned ECC error
 | 
  
    | 1177 | mtd->read(0x1efbc bytes from 0xf21044) returned ECC error
 | 
  
    | 1178 | jffs2_scan_inode_node(): CRC failed on node at 0x00f3a6e8: Read 0xe90d8bea, calc
 | 
  
    | 1179 | ulated 0x99e1b7e8
 | 
  
    | 1180 | mtd->read(0x100 bytes from 0xf40000) returned ECC error
 | 
  
    | 1181 | mtd->read(0x1f73c bytes from 0xf408c4) returned ECC error
 | 
  
    | 1182 | mtd->read(0x100 bytes from 0xf60000) returned ECC error
 | 
  
    | 1183 | mtd->read(0x1febc bytes from 0xf60144) returned ECC error
 | 
  
    | 1184 | jffs2_scan_inode_node(): CRC failed on node at 0x00f73650: Read 0x8fcb787b, calc
 | 
  
    | 1185 | ulated 0x98b06c38
 | 
  
    | 1186 | mtd->read(0x100 bytes from 0xf80000) returned ECC error
 | 
  
    | 1187 | mtd->read(0x1f5f8 bytes from 0xf80a08) returned ECC error
 | 
  
    | 1188 | mtd->read(0x100 bytes from 0xfa0000) returned ECC error
 | 
  
    | 1189 | mtd->read(0x1fd78 bytes from 0xfa0288) returned ECC error
 | 
  
    | 1190 | mtd->read(0x100 bytes from 0xfc0000) returned ECC error
 | 
  
    | 1191 | mtd->read(0x1f4b4 bytes from 0xfc0b4c) returned ECC error
 | 
  
    | 1192 | jffs2_scan_eraseblock(): Node at 0x00fd1fd0 {0x1985, 0xe012, 0x00001044) has inv
 | 
  
    | 1193 | alid CRC 0x84d1586d (calculated 0x87075af6)
 | 
  
    | 1194 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fd4: 0x1044 in
 | 
  
    | 1195 | stead
 | 
  
    | 1196 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fd8: 0x586d in
 | 
  
    | 1197 | stead
 | 
  
    | 1198 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fdc: 0x005f in
 | 
  
    | 1199 | stead
 | 
  
    | 1200 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fe0: 0x011e in
 | 
  
    | 1201 | stead
 | 
  
    | 1202 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fe4: 0x81a4 in
 | 
  
    | 1203 | stead
 | 
  
    | 1204 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1fec: 0x9bb8 in
 | 
  
    | 1205 | stead
 | 
  
    | 1206 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd1ffc: 0x5000 in
 | 
  
    | 1207 | stead
 | 
  
    | 1208 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd2000: 0x1000 in
 | 
  
    | 1209 | stead
 | 
  
    | 1210 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00fd2004: 0x1000 in
 | 
  
    | 1211 | stead
 | 
  
    | 1212 | Further such events for this erase block will not be printed
 | 
  
    | 1213 | mtd->read(0x100 bytes from 0xfe0000) returned ECC error
 | 
  
    | 1214 | mtd->read(0x1fc34 bytes from 0xfe03cc) returned ECC error
 | 
  
    | 1215 | jffs2_scan_inode_node(): CRC failed on node at 0x00feb6b8: Read 0x70c3e15e, calc
 | 
  
    | 1216 | ulated 0xa9f82d51
 | 
  
    | 1217 | jffs2_scan_inode_node(): CRC failed on node at 0x00fef7c8: Read 0xc1106a66, calc
 | 
  
    | 1218 | ulated 0xe77cb8ba
 | 
  
    | 1219 | mtd->read(0x100 bytes from 0x1000000) returned ECC error
 | 
  
    | 1220 | mtd->read(0x1f370 bytes from 0x1000c90) returned ECC error
 | 
  
    | 1221 | mtd->read(0x100 bytes from 0x1020000) returned ECC error
 | 
  
    | 1222 | mtd->read(0x1faf0 bytes from 0x1020510) returned ECC error
 | 
  
    | 1223 | jffs2_scan_inode_node(): CRC failed on node at 0x010266a8: Read 0x83613071, calc
 | 
  
    | 1224 | ulated 0xa7e36147
 | 
  
    | 1225 | mtd->read(0x100 bytes from 0x1040000) returned ECC error
 | 
  
    | 1226 | mtd->read(0x1f22c bytes from 0x1040dd4) returned ECC error
 | 
  
    | 1227 | mtd->read(0x100 bytes from 0x1060000) returned ECC error
 | 
  
    | 1228 | mtd->read(0x1f9ac bytes from 0x1060654) returned ECC error
 | 
  
    | 1229 | jffs2_scan_inode_node(): CRC failed on node at 0x0107eef8: Read 0x2f357b05, calc
 | 
  
    | 1230 | ulated 0xa505be54
 | 
  
    | 1231 | mtd->read(0x100 bytes from 0x1080000) returned ECC error
 | 
  
    | 1232 | mtd->read(0x1f914 bytes from 0x10806ec) returned ECC error
 | 
  
    | 1233 | jffs2_scan_inode_node(): CRC failed on node at 0x0108d658: Read 0xfdf7130a, calc
 | 
  
    | 1234 | ulated 0xfdf7110a
 | 
  
    | 1235 | jffs2_scan_inode_node(): CRC failed on node at 0x010977cc: Read 0x5b6be820, calc
 | 
  
    | 1236 | ulated 0x5ebf83a3
 | 
  
    | 1237 | mtd->read(0x100 bytes from 0x10a0000) returned ECC error
 | 
  
    | 1238 | mtd->read(0x1f58c bytes from 0x10a0a74) returned ECC error
 | 
  
    | 1239 | mtd->read(0x100 bytes from 0x10c0000) returned ECC error
 | 
  
    | 1240 | mtd->read(0x1fd0c bytes from 0x10c02f4) returned ECC error
 | 
  
    | 1241 | jffs2_scan_inode_node(): CRC failed on node at 0x010cf6d4: Read 0x43de278f, calc
 | 
  
    | 1242 | ulated 0xc97e1881
 | 
  
    | 1243 | mtd->read(0x100 bytes from 0x10e0000) returned ECC error
 | 
  
    | 1244 | mtd->read(0x1f504 bytes from 0x10e0afc) returned ECC error
 | 
  
    | 1245 | jffs2_scan_inode_node(): CRC failed on node at 0x010f0eb0: Read 0x3f4c69c3, calc
 | 
  
    | 1246 | ulated 0x9f264cd4
 | 
  
    | 1247 | mtd->read(0x100 bytes from 0x1100000) returned ECC error
 | 
  
    | 1248 | mtd->read(0x1fd10 bytes from 0x11002f0) returned ECC error
 | 
  
    | 1249 | mtd->read(0x100 bytes from 0x1120000) returned ECC error
 | 
  
    | 1250 | mtd->read(0x1f4e4 bytes from 0x1120b1c) returned ECC error
 | 
  
    | 1251 | jffs2_scan_eraseblock(): Node at 0x011277c0 {0x1985, 0xe001, 0x0000002c) has inv
 | 
  
    | 1252 | alid CRC 0xe0f1765f (calculated 0xe0f1565f)
 | 
  
    | 1253 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277c4: 0x002c in
 | 
  
    | 1254 | stead
 | 
  
    | 1255 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277c8: 0x765f in
 | 
  
    | 1256 | stead
 | 
  
    | 1257 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277cc: 0x0004 in
 | 
  
    | 1258 | stead
 | 
  
    | 1259 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277d0: 0x0062 in
 | 
  
    | 1260 | stead
 | 
  
    | 1261 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277d4: 0x0064 in
 | 
  
    | 1262 | stead
 | 
  
    | 1263 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277dc: 0x0604 in
 | 
  
    | 1264 | stead
 | 
  
    | 1265 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277e0: 0xff2f in
 | 
  
    | 1266 | stead
 | 
  
    | 1267 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277e4: 0xe6cc in
 | 
  
    | 1268 | stead
 | 
  
    | 1269 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x011277e8: 0x6468 in
 | 
  
    | 1270 | stead
 | 
  
    | 1271 | Further such events for this erase block will not be printed
 | 
  
    | 1272 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x01128e18: Read 0x09afdcd0
 | 
  
    | 1273 | , calculated 0x09aedcd0
 | 
  
    | 1274 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0112aeb4: Read 0x7652e49f
 | 
  
    | 1275 | , calculated 0x6ffe6b84
 | 
  
    | 1276 | jffs2_scan_inode_node(): CRC failed on node at 0x0113e68c: Read 0x64ae2743, calc
 | 
  
    | 1277 | ulated 0x672af32d
 | 
  
    | 1278 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0113efd8: Read 0x9357a03c
 | 
  
    | 1279 | , calculated 0xefec9117
 | 
  
    | 1280 | mtd->read(0x80 bytes from 0x113ff80) returned ECC error
 | 
  
    | 1281 | mtd->read(0x100 bytes from 0x1140000) returned ECC error
 | 
  
    | 1282 | mtd->read(0x1ff20 bytes from 0x11400e0) returned ECC error
 | 
  
    | 1283 | jffs2_scan_inode_node(): CRC failed on node at 0x011435d0: Read 0xd7ce90e1, calc
 | 
  
    | 1284 | ulated 0x49749741
 | 
  
    | 1285 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01146f8c: Read 0xb73b9c7e
 | 
  
    | 1286 | , calculated 0xb0565867
 | 
  
    | 1287 | mtd->read(0x100 bytes from 0x1160000) returned ECC error
 | 
  
    | 1288 | mtd->read(0x1ff04 bytes from 0x11600fc) returned ECC error
 | 
  
    | 1289 | mtd->read(0x80 bytes from 0x117ff80) returned ECC error
 | 
  
    | 1290 | Empty flash at 0x0117ff7c ends at 0x0117ffc4
 | 
  
    | 1291 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0117ffc4: 0xffff in
 | 
  
    | 1292 | stead
 | 
  
    | 1293 | mtd->read(0x34 bytes from 0x117ffcc) returned ECC error
 | 
  
    | 1294 | mtd->read(0x100 bytes from 0x1180000) returned ECC error
 | 
  
    | 1295 | mtd->read(0x1f4e0 bytes from 0x1180b20) returned ECC error
 | 
  
    | 1296 | mtd->read(0x100 bytes from 0x11a0000) returned ECC error
 | 
  
    | 1297 | mtd->read(0x1fab8 bytes from 0x11a0548) returned ECC error
 | 
  
    | 1298 | mtd->read(0x100 bytes from 0x11c0000) returned ECC error
 | 
  
    | 1299 | mtd->read(0x1fb28 bytes from 0x11c04d8) returned ECC error
 | 
  
    | 1300 | jffs2_scan_inode_node(): CRC failed on node at 0x011d06a8: Read 0xd1688a4b, calc
 | 
  
    | 1301 | ulated 0x068a0a13
 | 
  
    | 1302 | jffs2_scan_inode_node(): CRC failed on node at 0x011df6cc: Read 0xf7f91405, calc
 | 
  
    | 1303 | ulated 0xf7f99405
 | 
  
    | 1304 | mtd->read(0x100 bytes from 0x11e0000) returned ECC error
 | 
  
    | 1305 | mtd->read(0x1fe98 bytes from 0x11e0168) returned ECC error
 | 
  
    | 1306 | jffs2_scan_inode_node(): CRC failed on node at 0x011f97a4: Read 0x3033ca52, calc
 | 
  
    | 1307 | ulated 0x2305a33c
 | 
  
    | 1308 | mtd->read(0x100 bytes from 0x1200000) returned ECC error
 | 
  
    | 1309 | mtd->read(0x1fe98 bytes from 0x1200168) returned ECC error
 | 
  
    | 1310 | mtd->read(0x100 bytes from 0x1220000) returned ECC error
 | 
  
    | 1311 | mtd->read(0x1f604 bytes from 0x12209fc) returned ECC error
 | 
  
    | 1312 | mtd->read(0x100 bytes from 0x1240000) returned ECC error
 | 
  
    | 1313 | mtd->read(0x1ff14 bytes from 0x12400ec) returned ECC error
 | 
  
    | 1314 | mtd->read(0x100 bytes from 0x1260000) returned ECC error
 | 
  
    | 1315 | mtd->read(0x1f9e8 bytes from 0x1260618) returned ECC error
 | 
  
    | 1316 | mtd->read(0x100 bytes from 0x1280000) returned ECC error
 | 
  
    | 1317 | mtd->read(0x1f8e0 bytes from 0x1280720) returned ECC error
 | 
  
    | 1318 | jffs2_scan_inode_node(): CRC failed on node at 0x012836a8: Read 0x2c6b7f18, calc
 | 
  
    | 1319 | ulated 0x397f6329
 | 
  
    | 1320 | jffs2_scan_inode_node(): CRC failed on node at 0x01286de0: Read 0x0d4a6d29, calc
 | 
  
    | 1321 | ulated 0x08807419
 | 
  
    | 1322 | mtd->read(0x100 bytes from 0x12a0000) returned ECC error
 | 
  
    | 1323 | mtd->read(0x1fa6c bytes from 0x12a0594) returned ECC error
 | 
  
    | 1324 | mtd->read(0x100 bytes from 0x12c0000) returned ECC error
 | 
  
    | 1325 | mtd->read(0x1fc78 bytes from 0x12c0388) returned ECC error
 | 
  
    | 1326 | mtd->read(0x100 bytes from 0x12e0000) returned ECC error
 | 
  
    | 1327 | mtd->read(0x1fea0 bytes from 0x12e0160) returned ECC error
 | 
  
    | 1328 | jffs2_scan_inode_node(): CRC failed on node at 0x012e97b0: Read 0x245f698e, calc
 | 
  
    | 1329 | ulated 0x1fdcf1c5
 | 
  
    | 1330 | jffs2_scan_inode_node(): CRC failed on node at 0x012effd4: Read 0x34a32d04, calc
 | 
  
    | 1331 | ulated 0x5f526d28
 | 
  
    | 1332 | jffs2_scan_inode_node(): CRC failed on node at 0x012f3fcc: Read 0xcb3f11d8, calc
 | 
  
    | 1333 | ulated 0x0fe576fb
 | 
  
    | 1334 | mtd->read(0x100 bytes from 0x1300000) returned ECC error
 | 
  
    | 1335 | mtd->read(0x1fb54 bytes from 0x13004ac) returned ECC error
 | 
  
    | 1336 | jffs2_scan_inode_node(): CRC failed on node at 0x01300ec8: Read 0x6641bae7, calc
 | 
  
    | 1337 | ulated 0x0014baa8
 | 
  
    | 1338 | mtd->read(0x100 bytes from 0x1320000) returned ECC error
 | 
  
    | 1339 | mtd->read(0x1fe08 bytes from 0x13201f8) returned ECC error
 | 
  
    | 1340 | jffs2_scan_inode_node(): CRC failed on node at 0x01327e58: Read 0x8ef0948f, calc
 | 
  
    | 1341 | ulated 0x97035676
 | 
  
    | 1342 | jffs2_scan_inode_node(): CRC failed on node at 0x0132bfb0: Read 0x5d1e1c75, calc
 | 
  
    | 1343 | ulated 0x5a17b4a9
 | 
  
    | 1344 | jffs2_scan_inode_node(): CRC failed on node at 0x0132efb8: Read 0xd5e61217, calc
 | 
  
    | 1345 | ulated 0x501e30d8
 | 
  
    | 1346 | jffs2_scan_inode_node(): CRC failed on node at 0x01333e10: Read 0x41a34865, calc
 | 
  
    | 1347 | ulated 0x8be6e960
 | 
  
    | 1348 | mtd->read(0x58 bytes from 0x133ffa8) returned ECC error
 | 
  
    | 1349 | mtd->read(0x100 bytes from 0x1340000) returned ECC error
 | 
  
    | 1350 | mtd->read(0x1f97c bytes from 0x1340684) returned ECC error
 | 
  
    | 1351 | jffs2_scan_inode_node(): CRC failed on node at 0x01343e64: Read 0xea4311d3, calc
 | 
  
    | 1352 | ulated 0xe928ebe9
 | 
  
    | 1353 | mtd->read(0x68 bytes from 0x135ff98) returned ECC error
 | 
  
    | 1354 | mtd->read(0x100 bytes from 0x1360000) returned ECC error
 | 
  
    | 1355 | mtd->read(0x1f098 bytes from 0x1360f68) returned ECC error
 | 
  
    | 1356 | mtd->read(0x100 bytes from 0x1380000) returned ECC error
 | 
  
    | 1357 | mtd->read(0x1f0d4 bytes from 0x1380f2c) returned ECC error
 | 
  
    | 1358 | jffs2_scan_inode_node(): CRC failed on node at 0x01384670: Read 0x299fc93f, calc
 | 
  
    | 1359 | ulated 0xb2ec23eb
 | 
  
    | 1360 | mtd->read(0x100 bytes from 0x13a0000) returned ECC error
 | 
  
    | 1361 | mtd->read(0x1f748 bytes from 0x13a08b8) returned ECC error
 | 
  
    | 1362 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46c8: 0x1885 in
 | 
  
    | 1363 | stead
 | 
  
    | 1364 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46cc: 0x0531 in
 | 
  
    | 1365 | stead
 | 
  
    | 1366 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46d0: 0x6958 in
 | 
  
    | 1367 | stead
 | 
  
    | 1368 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46d4: 0x01e9 in
 | 
  
    | 1369 | stead
 | 
  
    | 1370 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46d8: 0x0004 in
 | 
  
    | 1371 | stead
 | 
  
    | 1372 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46dc: 0x81ed in
 | 
  
    | 1373 | stead
 | 
  
    | 1374 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46e4: 0x4608 in
 | 
  
    | 1375 | stead
 | 
  
    | 1376 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46f4: 0x3000 in
 | 
  
    | 1377 | stead
 | 
  
    | 1378 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46f8: 0x04ed in
 | 
  
    | 1379 | stead
 | 
  
    | 1380 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013a46fc: 0x1000 in
 | 
  
    | 1381 | stead
 | 
  
    | 1382 | Further such events for this erase block will not be printed
 | 
  
    | 1383 | jffs2_scan_inode_node(): CRC failed on node at 0x013a56e8: Read 0xd9007fee, calc
 | 
  
    | 1384 | ulated 0xd9807fee
 | 
  
    | 1385 | jffs2_scan_inode_node(): CRC failed on node at 0x013a7f50: Read 0xe66534db, calc
 | 
  
    | 1386 | ulated 0x8a80b502
 | 
  
    | 1387 | jffs2_scan_inode_node(): CRC failed on node at 0x013bef28: Read 0x547e69d3, calc
 | 
  
    | 1388 | ulated 0xa0996a2d
 | 
  
    | 1389 | mtd->read(0x100 bytes from 0x13c0000) returned ECC error
 | 
  
    | 1390 | mtd->read(0x1fabc bytes from 0x13c0544) returned ECC error
 | 
  
    | 1391 | jffs2_scan_inode_node(): CRC failed on node at 0x013db680: Read 0x822f8f90, calc
 | 
  
    | 1392 | ulated 0xf1b6c90c
 | 
  
    | 1393 | mtd->read(0x100 bytes from 0x13e0000) returned ECC error
 | 
  
    | 1394 | mtd->read(0x1fd74 bytes from 0x13e028c) returned ECC error
 | 
  
    | 1395 | jffs2_scan_eraseblock(): Node at 0x013ec6e4 {0x1985, 0xe002, 0x08000a4c) has inv
 | 
  
    | 1396 | alid CRC 0x50d45624 (calculated 0x5e0fde16)
 | 
  
    | 1397 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec6e8: 0x0a4c in
 | 
  
    | 1398 | stead
 | 
  
    | 1399 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec6ec: 0x5624 in
 | 
  
    | 1400 | stead
 | 
  
    | 1401 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec6f0: 0x0207 in
 | 
  
    | 1402 | stead
 | 
  
    | 1403 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec6f4: 0x0007 in
 | 
  
    | 1404 | stead
 | 
  
    | 1405 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec6f8: 0x81ed in
 | 
  
    | 1406 | stead
 | 
  
    | 1407 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec700: 0x7a1c in
 | 
  
    | 1408 | stead
 | 
  
    | 1409 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec710: 0x6000 in
 | 
  
    | 1410 | stead
 | 
  
    | 1411 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec714: 0x0a08 in
 | 
  
    | 1412 | stead
 | 
  
    | 1413 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x013ec718: 0x1000 in
 | 
  
    | 1414 | stead
 | 
  
    | 1415 | Further such events for this erase block will not be printed
 | 
  
    | 1416 | mtd->read(0x100 bytes from 0x1400000) returned ECC error
 | 
  
    | 1417 | mtd->read(0x1fad8 bytes from 0x1400528) returned ECC error
 | 
  
    | 1418 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01413e1c: Read 0x7e533d0b
 | 
  
    | 1419 | , calculated 0x0ec9b0cb
 | 
  
    | 1420 | mtd->read(0x100 bytes from 0x1420000) returned ECC error
 | 
  
    | 1421 | mtd->read(0x1f988 bytes from 0x1420678) returned ECC error
 | 
  
    | 1422 | jffs2_scan_inode_node(): CRC failed on node at 0x01420f34: Read 0x2e2170a8, calc
 | 
  
    | 1423 | ulated 0x2bf51b2b
 | 
  
    | 1424 | jffs2_scan_inode_node(): CRC failed on node at 0x01421754: Read 0x0e1a81b5, calc
 | 
  
    | 1425 | ulated 0x0e1b81b5
 | 
  
    | 1426 | jffs2_scan_eraseblock(): Node at 0x014277d8 {0x1985, 0xe002, 0x00000776) has inv
 | 
  
    | 1427 | alid CRC 0x5c8e858f (calculated 0xc79addb2)
 | 
  
    | 1428 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277dc: 0x0776 in
 | 
  
    | 1429 | stead
 | 
  
    | 1430 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277e0: 0x858f in
 | 
  
    | 1431 | stead
 | 
  
    | 1432 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277e4: 0x0211 in
 | 
  
    | 1433 | stead
 | 
  
    | 1434 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277e8: 0x0001 in
 | 
  
    | 1435 | stead
 | 
  
    | 1436 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277ec: 0x81ed in
 | 
  
    | 1437 | stead
 | 
  
    | 1438 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014277f4: 0x32f4 in
 | 
  
    | 1439 | stead
 | 
  
    | 1440 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01427808: 0x06f2 in
 | 
  
    | 1441 | stead
 | 
  
    | 1442 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0142780c: 0x1000 in
 | 
  
    | 1443 | stead
 | 
  
    | 1444 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01427810: 0x0006 in
 | 
  
    | 1445 | stead
 | 
  
    | 1446 | Further such events for this erase block will not be printed
 | 
  
    | 1447 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01436f78: Read 0x03178fe3
 | 
  
    | 1448 | , calculated 0x5e5137d3
 | 
  
    | 1449 | jffs2_scan_inode_node(): CRC failed on node at 0x01437630: Read 0x7e4184a3, calc
 | 
  
    | 1450 | ulated 0x6b0bcfcc
 | 
  
    | 1451 | mtd->read(0x100 bytes from 0x1440000) returned ECC error
 | 
  
    | 1452 | mtd->read(0x1fb48 bytes from 0x14404b8) returned ECC error
 | 
  
    | 1453 | jffs2_scan_inode_node(): CRC failed on node at 0x01448e3c: Read 0xde48de28, calc
 | 
  
    | 1454 | ulated 0x692924be
 | 
  
    | 1455 | jffs2_scan_inode_node(): CRC failed on node at 0x01451f40: Read 0x8d03c954, calc
 | 
  
    | 1456 | ulated 0x4f811fde
 | 
  
    | 1457 | jffs2_scan_inode_node(): CRC failed on node at 0x01454f38: Read 0xb96e35f4, calc
 | 
  
    | 1458 | ulated 0xc7fb1e21
 | 
  
    | 1459 | jffs2_scan_inode_node(): CRC failed on node at 0x0145c77c: Read 0x1a1040a3, calc
 | 
  
    | 1460 | ulated 0xfc000f3d
 | 
  
    | 1461 | mtd->read(0x100 bytes from 0x1460000) returned ECC error
 | 
  
    | 1462 | mtd->read(0x1fc6c bytes from 0x1460394) returned ECC error
 | 
  
    | 1463 | mtd->read(0x100 bytes from 0x1480000) returned ECC error
 | 
  
    | 1464 | mtd->read(0x1fa0c bytes from 0x14805f4) returned ECC error
 | 
  
    | 1465 | jffs2_scan_inode_node(): CRC failed on node at 0x014867d8: Read 0xf2aedfe8, calc
 | 
  
    | 1466 | ulated 0x5f84ee5b
 | 
  
    | 1467 | mtd->read(0x100 bytes from 0x14a0000) returned ECC error
 | 
  
    | 1468 | mtd->read(0x1fcb8 bytes from 0x14a0348) returned ECC error
 | 
  
    | 1469 | jffs2_scan_eraseblock(): Node at 0x014bbfe8 {0x1985, 0xe002, 0x00000a22) has inv
 | 
  
    | 1470 | alid CRC 0x8b2dd694 (calculated 0x8b2dd614)
 | 
  
    | 1471 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bbfec: 0x0a22 in
 | 
  
    | 1472 | stead
 | 
  
    | 1473 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bbff0: 0xd694 in
 | 
  
    | 1474 | stead
 | 
  
    | 1475 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bbff4: 0x0241 in
 | 
  
    | 1476 | stead
 | 
  
    | 1477 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bbff8: 0x000e in
 | 
  
    | 1478 | stead
 | 
  
    | 1479 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bbffc: 0x81a4 in
 | 
  
    | 1480 | stead
 | 
  
    | 1481 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bc004: 0xfa99 in
 | 
  
    | 1482 | stead
 | 
  
    | 1483 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bc014: 0xd000 in
 | 
  
    | 1484 | stead
 | 
  
    | 1485 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bc018: 0x09de in
 | 
  
    | 1486 | stead
 | 
  
    | 1487 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x014bc01c: 0x1000 in
 | 
  
    | 1488 | stead
 | 
  
    | 1489 | Further such events for this erase block will not be printed
 | 
  
    | 1490 | mtd->read(0x100 bytes from 0x14c0000) returned ECC error
 | 
  
    | 1491 | mtd->read(0x1f8a8 bytes from 0x14c0758) returned ECC error
 | 
  
    | 1492 | mtd->read(0x100 bytes from 0x14e0000) returned ECC error
 | 
  
    | 1493 | mtd->read(0x1faa0 bytes from 0x14e0560) returned ECC error
 | 
  
    | 1494 | jffs2_scan_inode_node(): CRC failed on node at 0x014e2670: Read 0x3c24896f, calc
 | 
  
    | 1495 | ulated 0x7748ba29
 | 
  
    | 1496 | jffs2_scan_inode_node(): CRC failed on node at 0x014f4f00: Read 0xd40330a4, calc
 | 
  
    | 1497 | ulated 0x51fb126b
 | 
  
    | 1498 | jffs2_scan_inode_node(): CRC failed on node at 0x014fd738: Read 0x1f0379e0, calc
 | 
  
    | 1499 | ulated 0x105b738c
 | 
  
    | 1500 | mtd->read(0x100 bytes from 0x1500000) returned ECC error
 | 
  
    | 1501 | mtd->read(0x1fe90 bytes from 0x1500170) returned ECC error
 | 
  
    | 1502 | jffs2_scan_inode_node(): CRC failed on node at 0x01501600: Read 0x5ccd00f9, calc
 | 
  
    | 1503 | ulated 0xc75c42ef
 | 
  
    | 1504 | jffs2_scan_inode_node(): CRC failed on node at 0x015107a8: Read 0xd1294cf7, calc
 | 
  
    | 1505 | ulated 0xd1294c77
 | 
  
    | 1506 | jffs2_scan_inode_node(): CRC failed on node at 0x0151b634: Read 0x8d35adfc, calc
 | 
  
    | 1507 | ulated 0x3d214d67
 | 
  
    | 1508 | mtd->read(0x100 bytes from 0x1520000) returned ECC error
 | 
  
    | 1509 | mtd->read(0x1fdd8 bytes from 0x1520228) returned ECC error
 | 
  
    | 1510 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0152d7e8: Read 0x38efa289
 | 
  
    | 1511 | , calculated 0x0bb6bcbf
 | 
  
    | 1512 | mtd->read(0x100 bytes from 0x1540000) returned ECC error
 | 
  
    | 1513 | mtd->read(0x1fe48 bytes from 0x15401b8) returned ECC error
 | 
  
    | 1514 | jffs2_scan_eraseblock(): Node at 0x0154a70c {0x1985, 0xe002, 0x000004d3) has inv
 | 
  
    | 1515 | alid CRC 0xbf698ad4 (calculated 0xbf698adc)
 | 
  
    | 1516 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a710: 0x04d3 in
 | 
  
    | 1517 | stead
 | 
  
    | 1518 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a714: 0x8ad4 in
 | 
  
    | 1519 | stead
 | 
  
    | 1520 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a718: 0x026a in
 | 
  
    | 1521 | stead
 | 
  
    | 1522 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a71c: 0x002b in
 | 
  
    | 1523 | stead
 | 
  
    | 1524 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a720: 0x81a4 in
 | 
  
    | 1525 | stead
 | 
  
    | 1526 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a728: 0x369d in
 | 
  
    | 1527 | stead
 | 
  
    | 1528 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a738: 0x9000 in
 | 
  
    | 1529 | stead
 | 
  
    | 1530 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a73c: 0x048f in
 | 
  
    | 1531 | stead
 | 
  
    | 1532 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0154a740: 0x1000 in
 | 
  
    | 1533 | stead
 | 
  
    | 1534 | Further such events for this erase block will not be printed
 | 
  
    | 1535 | mtd->read(0x100 bytes from 0x1560000) returned ECC error
 | 
  
    | 1536 | mtd->read(0x1fb4c bytes from 0x15604b4) returned ECC error
 | 
  
    | 1537 | jffs2_scan_inode_node(): CRC failed on node at 0x015716c8: Read 0x3a62f27f, calc
 | 
  
    | 1538 | ulated 0xd46c9353
 | 
  
    | 1539 | mtd->read(0x100 bytes from 0x1580000) returned ECC error
 | 
  
    | 1540 | mtd->read(0x1fcdc bytes from 0x1580324) returned ECC error
 | 
  
    | 1541 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817b8: 0x9985 in
 | 
  
    | 1542 | stead
 | 
  
    | 1543 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817bc: 0x0044 in
 | 
  
    | 1544 | stead
 | 
  
    | 1545 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817c0: 0xfb1d in
 | 
  
    | 1546 | stead
 | 
  
    | 1547 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817c4: 0x0282 in
 | 
  
    | 1548 | stead
 | 
  
    | 1549 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817c8: 0x0001 in
 | 
  
    | 1550 | stead
 | 
  
    | 1551 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817cc: 0x45ed in
 | 
  
    | 1552 | stead
 | 
  
    | 1553 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015817f8: 0x3ac2 in
 | 
  
    | 1554 | stead
 | 
  
    | 1555 | mtd->read(0x100 bytes from 0x15a0000) returned ECC error
 | 
  
    | 1556 | mtd->read(0x1fcac bytes from 0x15a0354) returned ECC error
 | 
  
    | 1557 | jffs2_scan_inode_node(): CRC failed on node at 0x015b3e0c: Read 0xb7954e27, calc
 | 
  
    | 1558 | ulated 0xb7954627
 | 
  
    | 1559 | jffs2_scan_inode_node(): CRC failed on node at 0x015b77bc: Read 0x9a081435, calc
 | 
  
    | 1560 | ulated 0x15dda484
 | 
  
    | 1561 | mtd->read(0x100 bytes from 0x15c0000) returned ECC error
 | 
  
    | 1562 | mtd->read(0x1f948 bytes from 0x15c06b8) returned ECC error
 | 
  
    | 1563 | jffs2_scan_inode_node(): CRC failed on node at 0x015c6618: Read 0xd0bff0c2, calc
 | 
  
    | 1564 | ulated 0xc0bff0c2
 | 
  
    | 1565 | jffs2_scan_eraseblock(): Node at 0x015caef0 {0x1985, 0xe000, 0x000002f3) has inv
 | 
  
    | 1566 | alid CRC 0x1bd65950 (calculated 0x561ef85b)
 | 
  
    | 1567 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caef4: 0x02f3 in
 | 
  
    | 1568 | stead
 | 
  
    | 1569 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caef8: 0x5950 in
 | 
  
    | 1570 | stead
 | 
  
    | 1571 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caefc: 0x0283 in
 | 
  
    | 1572 | stead
 | 
  
    | 1573 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf00: 0x008e in
 | 
  
    | 1574 | stead
 | 
  
    | 1575 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf04: 0x81ed in
 | 
  
    | 1576 | stead
 | 
  
    | 1577 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf0c: 0x2de4 in
 | 
  
    | 1578 | stead
 | 
  
    | 1579 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf1c: 0xb000 in
 | 
  
    | 1580 | stead
 | 
  
    | 1581 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf20: 0x02af in
 | 
  
    | 1582 | stead
 | 
  
    | 1583 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x015caf24: 0x1000 in
 | 
  
    | 1584 | stead
 | 
  
    | 1585 | Further such events for this erase block will not be printed
 | 
  
    | 1586 | jffs2_scan_inode_node(): CRC failed on node at 0x015d16e4: Read 0x824d08ef, calc
 | 
  
    | 1587 | ulated 0x819b0a74
 | 
  
    | 1588 | jffs2_scan_inode_node(): CRC failed on node at 0x015d36ac: Read 0x21233788, calc
 | 
  
    | 1589 | ulated 0x6630c173
 | 
  
    | 1590 | jffs2_scan_inode_node(): CRC failed on node at 0x015d4648: Read 0x84a906c1, calc
 | 
  
    | 1591 | ulated 0xd792831b
 | 
  
    | 1592 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x015dcfa0: Read 0x81475168
 | 
  
    | 1593 | , calculated 0x557bc1af
 | 
  
    | 1594 | mtd->read(0x100 bytes from 0x15e0000) returned ECC error
 | 
  
    | 1595 | mtd->read(0x1fd84 bytes from 0x15e027c) returned ECC error
 | 
  
    | 1596 | mtd->read(0x100 bytes from 0x1600000) returned ECC error
 | 
  
    | 1597 | mtd->read(0x1fb50 bytes from 0x16004b0) returned ECC error
 | 
  
    | 1598 | jffs2_scan_inode_node(): CRC failed on node at 0x0160e698: Read 0x7355e7e5, calc
 | 
  
    | 1599 | ulated 0xc9d92c0d
 | 
  
    | 1600 | mtd->read(0x100 bytes from 0x1620000) returned ECC error
 | 
  
    | 1601 | mtd->read(0x1f880 bytes from 0x1620780) returned ECC error
 | 
  
    | 1602 | mtd->read(0x100 bytes from 0x1640000) returned ECC error
 | 
  
    | 1603 | mtd->read(0x1fce4 bytes from 0x164031c) returned ECC error
 | 
  
    | 1604 | mtd->read(0x100 bytes from 0x1660000) returned ECC error
 | 
  
    | 1605 | mtd->read(0x1f9bc bytes from 0x1660644) returned ECC error
 | 
  
    | 1606 | jffs2_scan_eraseblock(): Node at 0x01666fb0 {0x1985, 0xe001, 0x00000239) has inv
 | 
  
    | 1607 | alid CRC 0x8736f1f2 (calculated 0x84b2259c)
 | 
  
    | 1608 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fb4: 0x0239 in
 | 
  
    | 1609 | stead
 | 
  
    | 1610 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fb8: 0xf1f2 in
 | 
  
    | 1611 | stead
 | 
  
    | 1612 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fbc: 0x0280 in
 | 
  
    | 1613 | stead
 | 
  
    | 1614 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fc0: 0x02a3 in
 | 
  
    | 1615 | stead
 | 
  
    | 1616 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fc4: 0x02a4 in
 | 
  
    | 1617 | stead
 | 
  
    | 1618 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fcc: 0x0811 in
 | 
  
    | 1619 | stead
 | 
  
    | 1620 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fd0: 0x82d3 in
 | 
  
    | 1621 | stead
 | 
  
    | 1622 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fd4: 0xa8e6 in
 | 
  
    | 1623 | stead
 | 
  
    | 1624 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01666fd8: 0x6c62 in
 | 
  
    | 1625 | stead
 | 
  
    | 1626 | Further such events for this erase block will not be printed
 | 
  
    | 1627 | jffs2_scan_inode_node(): CRC failed on node at 0x01667e94: Read 0xd0846ffb, calc
 | 
  
    | 1628 | ulated 0x982abfe1
 | 
  
    | 1629 | jffs2_scan_inode_node(): CRC failed on node at 0x01669650: Read 0xd0bfdfb8, calc
 | 
  
    | 1630 | ulated 0x0c1972c6
 | 
  
    | 1631 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0166cf68: Read 0xc0d99963
 | 
  
    | 1632 | , calculated 0x1e4b9a64
 | 
  
    | 1633 | jffs2_scan_inode_node(): CRC failed on node at 0x0166f67c: Read 0x4cdb22aa, calc
 | 
  
    | 1634 | ulated 0x907d8fd4
 | 
  
    | 1635 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x01674760: Read 0x5e700034
 | 
  
    | 1636 | , calculated 0x13b8a13f
 | 
  
    | 1637 | mtd->read(0x100 bytes from 0x1680000) returned ECC error
 | 
  
    | 1638 | mtd->read(0x1fc74 bytes from 0x168038c) returned ECC error
 | 
  
    | 1639 | mtd->read(0x100 bytes from 0x16a0000) returned ECC error
 | 
  
    | 1640 | mtd->read(0x1fa84 bytes from 0x16a057c) returned ECC error
 | 
  
    | 1641 | jffs2_scan_eraseblock(): Node at 0x016a5750 {0x1985, 0xe001, 0x0000003b) has inv
 | 
  
    | 1642 | alid CRC 0x8736f1f2 (calculated 0x2d3f3979)
 | 
  
    | 1643 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5754: 0x003b in
 | 
  
    | 1644 | stead
 | 
  
    | 1645 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5758: 0xf1f2 in
 | 
  
    | 1646 | stead
 | 
  
    | 1647 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a575c: 0x0360 in
 | 
  
    | 1648 | stead
 | 
  
    | 1649 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5760: 0x03a3 in
 | 
  
    | 1650 | stead
 | 
  
    | 1651 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5764: 0x03a4 in
 | 
  
    | 1652 | stead
 | 
  
    | 1653 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a576c: 0x0811 in
 | 
  
    | 1654 | stead
 | 
  
    | 1655 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5770: 0xb692 in
 | 
  
    | 1656 | stead
 | 
  
    | 1657 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5774: 0xaa37 in
 | 
  
    | 1658 | stead
 | 
  
    | 1659 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x016a5778: 0x3036 in
 | 
  
    | 1660 | stead
 | 
  
    | 1661 | Further such events for this erase block will not be printed
 | 
  
    | 1662 | mtd->read(0x100 bytes from 0x16c0000) returned ECC error
 | 
  
    | 1663 | mtd->read(0x1fd4c bytes from 0x16c02b4) returned ECC error
 | 
  
    | 1664 | mtd->read(0x100 bytes from 0x16e0000) returned ECC error
 | 
  
    | 1665 | mtd->read(0x1fc4c bytes from 0x16e03b4) returned ECC error
 | 
  
    | 1666 | jffs2_scan_inode_node(): CRC failed on node at 0x016e6ec8: Read 0x4e02eb49, calc
 | 
  
    | 1667 | ulated 0xe2c2a938
 | 
  
    | 1668 | jffs2_scan_inode_node(): CRC failed on node at 0x016f3634: Read 0xf42e4bf5, calc
 | 
  
    | 1669 | ulated 0x17e5e006
 | 
  
    | 1670 | mtd->read(0x100 bytes from 0x1700000) returned ECC error
 | 
  
    | 1671 | mtd->read(0x1f668 bytes from 0x1700998) returned ECC error
 | 
  
    | 1672 | mtd->read(0x100 bytes from 0x1720000) returned ECC error
 | 
  
    | 1673 | mtd->read(0x1ff40 bytes from 0x17200c0) returned ECC error
 | 
  
    | 1674 | jffs2_scan_inode_node(): CRC failed on node at 0x0173c710: Read 0xd6d5db78, calc
 | 
  
    | 1675 | ulated 0x4fd7d4e5
 | 
  
    | 1676 | mtd->read(0x100 bytes from 0x1740000) returned ECC error
 | 
  
    | 1677 | mtd->read(0x1fa54 bytes from 0x17405ac) returned ECC error
 | 
  
    | 1678 | mtd->read(0x100 bytes from 0x1760000) returned ECC error
 | 
  
    | 1679 | mtd->read(0x1f89c bytes from 0x1760764) returned ECC error
 | 
  
    | 1680 | jffs2_scan_inode_node(): CRC failed on node at 0x01763e5c: Read 0x2c674cd9, calc
 | 
  
    | 1681 | ulated 0x548a4e0c
 | 
  
    | 1682 | jffs2_scan_inode_node(): CRC failed on node at 0x0177e73c: Read 0xaf969e54, calc
 | 
  
    | 1683 | ulated 0xa38e73a8
 | 
  
    | 1684 | mtd->read(0x100 bytes from 0x1780000) returned ECC error
 | 
  
    | 1685 | mtd->read(0x1f6cc bytes from 0x1780934) returned ECC error
 | 
  
    | 1686 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01789f78: Read 0xb4ef6a53
 | 
  
    | 1687 | , calculated 0xe9a90fa7
 | 
  
    | 1688 | jffs2_scan_inode_node(): CRC failed on node at 0x0178f6c0: Read 0x52af1c15, calc
 | 
  
    | 1689 | ulated 0x3cfc4aaa
 | 
  
    | 1690 | mtd->read(0x100 bytes from 0x17a0000) returned ECC error
 | 
  
    | 1691 | mtd->read(0x1fcd0 bytes from 0x17a0330) returned ECC error
 | 
  
    | 1692 | mtd->read(0x100 bytes from 0x17c0000) returned ECC error
 | 
  
    | 1693 | mtd->read(0x1fa10 bytes from 0x17c05f0) returned ECC error
 | 
  
    | 1694 | mtd->read(0x100 bytes from 0x17e0000) returned ECC error
 | 
  
    | 1695 | mtd->read(0x1fcb8 bytes from 0x17e0348) returned ECC error
 | 
  
    | 1696 | mtd->read(0x100 bytes from 0x1800000) returned ECC error
 | 
  
    | 1697 | mtd->read(0x1fbd4 bytes from 0x180042c) returned ECC error
 | 
  
    | 1698 | jffs2_scan_inode_node(): CRC failed on node at 0x01802e98: Read 0x38ef8820, calc
 | 
  
    | 1699 | ulated 0xe3160aa4
 | 
  
    | 1700 | jffs2_scan_inode_node(): CRC failed on node at 0x01809f48: Read 0x00807782, calc
 | 
  
    | 1701 | ulated 0xcc2a771c
 | 
  
    | 1702 | jffs2_scan_inode_node(): CRC failed on node at 0x0181ede8: Read 0xebabaf9a, calc
 | 
  
    | 1703 | ulated 0x6d63229f
 | 
  
    | 1704 | mtd->read(0x100 bytes from 0x1820000) returned ECC error
 | 
  
    | 1705 | mtd->read(0x1fc58 bytes from 0x18203a8) returned ECC error
 | 
  
    | 1706 | mtd->read(0x100 bytes from 0x1840000) returned ECC error
 | 
  
    | 1707 | mtd->read(0x1f66c bytes from 0x1840994) returned ECC error
 | 
  
    | 1708 | mtd->read(0x100 bytes from 0x1860000) returned ECC error
 | 
  
    | 1709 | mtd->read(0x1f868 bytes from 0x1860798) returned ECC error
 | 
  
    | 1710 | mtd->read(0x20 bytes from 0x187ffe0) returned ECC error
 | 
  
    | 1711 | mtd->read(0x100 bytes from 0x1880000) returned ECC error
 | 
  
    | 1712 | mtd->read(0x1f5f0 bytes from 0x1880a10) returned ECC error
 | 
  
    | 1713 | mtd->read(0x100 bytes from 0x18a0000) returned ECC error
 | 
  
    | 1714 | mtd->read(0x1fd70 bytes from 0x18a0290) returned ECC error
 | 
  
    | 1715 | mtd->read(0x100 bytes from 0x18c0000) returned ECC error
 | 
  
    | 1716 | mtd->read(0x1fe24 bytes from 0x18c01dc) returned ECC error
 | 
  
    | 1717 | jffs2_scan_inode_node(): CRC failed on node at 0x018dcfa4: Read 0xf0397adf, calc
 | 
  
    | 1718 | ulated 0x98de7bfa
 | 
  
    | 1719 | jffs2_scan_inode_node(): CRC failed on node at 0x018dedf0: Read 0x1e3a872c, calc
 | 
  
    | 1720 | ulated 0x13956fc4
 | 
  
    | 1721 | mtd->read(0x100 bytes from 0x18e0000) returned ECC error
 | 
  
    | 1722 | mtd->read(0x1fd80 bytes from 0x18e0280) returned ECC error
 | 
  
    | 1723 | jffs2_scan_inode_node(): CRC failed on node at 0x018f0f80: Read 0xbb7bb69d, calc
 | 
  
    | 1724 | ulated 0xdc16e8b1
 | 
  
    | 1725 | mtd->read(0x100 bytes from 0x1900000) returned ECC error
 | 
  
    | 1726 | mtd->read(0x1f810 bytes from 0x19007f0) returned ECC error
 | 
  
    | 1727 | mtd->read(0x100 bytes from 0x1920000) returned ECC error
 | 
  
    | 1728 | mtd->read(0x1f6d0 bytes from 0x1920930) returned ECC error
 | 
  
    | 1729 | jffs2_scan_inode_node(): CRC failed on node at 0x0193df50: Read 0xa0081226, calc
 | 
  
    | 1730 | ulated 0xd0929fe6
 | 
  
    | 1731 | mtd->read(0x100 bytes from 0x1940000) returned ECC error
 | 
  
    | 1732 | mtd->read(0x1fde8 bytes from 0x1940218) returned ECC error
 | 
  
    | 1733 | jffs2_scan_inode_node(): CRC failed on node at 0x01945fa0: Read 0xf316815e, calc
 | 
  
    | 1734 | ulated 0x036fce5b
 | 
  
    | 1735 | mtd->read(0x100 bytes from 0x1960000) returned ECC error
 | 
  
    | 1736 | mtd->read(0x1fba4 bytes from 0x196045c) returned ECC error
 | 
  
    | 1737 | jffs2_scan_inode_node(): CRC failed on node at 0x0197f608: Read 0x29f44fee, calc
 | 
  
    | 1738 | ulated 0xb74e484e
 | 
  
    | 1739 | mtd->read(0x100 bytes from 0x1980000) returned ECC error
 | 
  
    | 1740 | mtd->read(0x1fa84 bytes from 0x198057c) returned ECC error
 | 
  
    | 1741 | jffs2_scan_inode_node(): CRC failed on node at 0x019856fc: Read 0x776fea34, calc
 | 
  
    | 1742 | ulated 0xc77b0aaf
 | 
  
    | 1743 | mtd->read(0x100 bytes from 0x19a0000) returned ECC error
 | 
  
    | 1744 | mtd->read(0x1fbf8 bytes from 0x19a0408) returned ECC error
 | 
  
    | 1745 | mtd->read(0x100 bytes from 0x19c0000) returned ECC error
 | 
  
    | 1746 | mtd->read(0x1fd44 bytes from 0x19c02bc) returned ECC error
 | 
  
    | 1747 | jffs2_scan_inode_node(): CRC failed on node at 0x019c2e54: Read 0x9c2859ad, calc
 | 
  
    | 1748 | ulated 0x0d75f999
 | 
  
    | 1749 | jffs2_scan_inode_node(): CRC failed on node at 0x019d017c: Read 0x48a86121, calc
 | 
  
    | 1750 | ulated 0xbe6fd251
 | 
  
    | 1751 | mtd->read(0x100 bytes from 0x19e0000) returned ECC error
 | 
  
    | 1752 | mtd->read(0x1fec0 bytes from 0x19e0140) returned ECC error
 | 
  
    | 1753 | mtd->read(0x100 bytes from 0x1a00000) returned ECC error
 | 
  
    | 1754 | mtd->read(0x1f7a8 bytes from 0x1a00858) returned ECC error
 | 
  
    | 1755 | jffs2_scan_eraseblock(): Node at 0x01a0264c {0x1985, 0xf002, 0x00000a79) has inv
 | 
  
    | 1756 | alid CRC 0x97215eb7 (calculated 0xf7c1c935)
 | 
  
    | 1757 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02650: 0x0a79 in
 | 
  
    | 1758 | stead
 | 
  
    | 1759 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02654: 0x5eb7 in
 | 
  
    | 1760 | stead
 | 
  
    | 1761 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02658: 0x0489 in
 | 
  
    | 1762 | stead
 | 
  
    | 1763 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a0265c: 0x0010 in
 | 
  
    | 1764 | stead
 | 
  
    | 1765 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02660: 0x81ed in
 | 
  
    | 1766 | stead
 | 
  
    | 1767 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02668: 0x4950 in
 | 
  
    | 1768 | stead
 | 
  
    | 1769 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02678: 0xe000 in
 | 
  
    | 1770 | stead
 | 
  
    | 1771 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a0267c: 0x0a35 in
 | 
  
    | 1772 | stead
 | 
  
    | 1773 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01a02680: 0x1000 in
 | 
  
    | 1774 | stead
 | 
  
    | 1775 | Further such events for this erase block will not be printed
 | 
  
    | 1776 | jffs2_scan_inode_node(): CRC failed on node at 0x01a0d658: Read 0x46c956e4, calc
 | 
  
    | 1777 | ulated 0x67ecfff1
 | 
  
    | 1778 | jffs2_scan_inode_node(): CRC failed on node at 0x01a10718: Read 0x3f519fd8, calc
 | 
  
    | 1779 | ulated 0xf160e785
 | 
  
    | 1780 | jffs2_scan_inode_node(): CRC failed on node at 0x01a13678: Read 0x77a18c13, calc
 | 
  
    | 1781 | ulated 0xe225a8b1
 | 
  
    | 1782 | mtd->read(0x100 bytes from 0x1a20000) returned ECC error
 | 
  
    | 1783 | mtd->read(0x1fca8 bytes from 0x1a20358) returned ECC error
 | 
  
    | 1784 | jffs2_scan_inode_node(): CRC failed on node at 0x01a26fdc: Read 0xc7b9cb7a, calc
 | 
  
    | 1785 | ulated 0x26ece39f
 | 
  
    | 1786 | mtd->read(0x100 bytes from 0x1a40000) returned ECC error
 | 
  
    | 1787 | mtd->read(0x1f9a0 bytes from 0x1a40660) returned ECC error
 | 
  
    | 1788 | mtd->read(0x100 bytes from 0x1a60000) returned ECC error
 | 
  
    | 1789 | mtd->read(0x1f850 bytes from 0x1a607b0) returned ECC error
 | 
  
    | 1790 | jffs2_scan_inode_node(): CRC failed on node at 0x01a64708: Read 0x926a529f, calc
 | 
  
    | 1791 | ulated 0xa9047257
 | 
  
    | 1792 | mtd->read(0x100 bytes from 0x1a80000) returned ECC error
 | 
  
    | 1793 | mtd->read(0x1fb6c bytes from 0x1a80494) returned ECC error
 | 
  
    | 1794 | jffs2_scan_inode_node(): CRC failed on node at 0x01a8efa4: Read 0xdbb5710b, calc
 | 
  
    | 1795 | ulated 0xbecb7271
 | 
  
    | 1796 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01a90e48: Read 0x78f27ce8
 | 
  
    | 1797 | , calculated 0xaeba6507
 | 
  
    | 1798 | mtd->read(0x100 bytes from 0x1aa0000) returned ECC error
 | 
  
    | 1799 | mtd->read(0x1fd5c bytes from 0x1aa02a4) returned ECC error
 | 
  
    | 1800 | jffs2_scan_inode_node(): CRC failed on node at 0x01ab4764: Read 0xe5119cbf, calc
 | 
  
    | 1801 | ulated 0xd727fe3d
 | 
  
    | 1802 | mtd->read(0x100 bytes from 0x1ac0000) returned ECC error
 | 
  
    | 1803 | mtd->read(0x1fb04 bytes from 0x1ac04fc) returned ECC error
 | 
  
    | 1804 | mtd->read(0x100 bytes from 0x1ae0000) returned ECC error
 | 
  
    | 1805 | mtd->read(0x1fcb4 bytes from 0x1ae034c) returned ECC error
 | 
  
    | 1806 | mtd->read(0x100 bytes from 0x1b00000) returned ECC error
 | 
  
    | 1807 | mtd->read(0x1f6c0 bytes from 0x1b00940) returned ECC error
 | 
  
    | 1808 | jffs2_scan_inode_node(): CRC failed on node at 0x01b01f1c: Read 0x30a9acc8, calc
 | 
  
    | 1809 | ulated 0xf4d115b2
 | 
  
    | 1810 | mtd->read(0x100 bytes from 0x1b20000) returned ECC error
 | 
  
    | 1811 | mtd->read(0x1f710 bytes from 0x1b208f0) returned ECC error
 | 
  
    | 1812 | mtd->read(0x100 bytes from 0x1b40000) returned ECC error
 | 
  
    | 1813 | mtd->read(0x1fc98 bytes from 0x1b40368) returned ECC error
 | 
  
    | 1814 | jffs2_scan_inode_node(): CRC failed on node at 0x01b5ef9c: Read 0x8b9e3e5e, calc
 | 
  
    | 1815 | ulated 0x100f7c48
 | 
  
    | 1816 | mtd->read(0x100 bytes from 0x1b60000) returned ECC error
 | 
  
    | 1817 | mtd->read(0x1fb80 bytes from 0x1b60480) returned ECC error
 | 
  
    | 1818 | jffs2_scan_inode_node(): CRC failed on node at 0x01b63720: Read 0xd7fe55e3, calc
 | 
  
    | 1819 | ulated 0x11f1e7ab
 | 
  
    | 1820 | jffs2_scan_eraseblock(): Node at 0x01b717ac {0x1985, 0xe002, 0x00000bec) has inv
 | 
  
    | 1821 | alid CRC 0x1cfd2516 (calculated 0x1c7d2516)
 | 
  
    | 1822 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717b0: 0x0bec in
 | 
  
    | 1823 | stead
 | 
  
    | 1824 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717b4: 0x2516 in
 | 
  
    | 1825 | stead
 | 
  
    | 1826 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717b8: 0x04e4 in
 | 
  
    | 1827 | stead
 | 
  
    | 1828 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717bc: 0x005f in
 | 
  
    | 1829 | stead
 | 
  
    | 1830 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717c0: 0x81ed in
 | 
  
    | 1831 | stead
 | 
  
    | 1832 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717c8: 0x5054 in
 | 
  
    | 1833 | stead
 | 
  
    | 1834 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717d8: 0xc000 in
 | 
  
    | 1835 | stead
 | 
  
    | 1836 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717dc: 0x0ba8 in
 | 
  
    | 1837 | stead
 | 
  
    | 1838 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b717e0: 0x1000 in
 | 
  
    | 1839 | stead
 | 
  
    | 1840 | Further such events for this erase block will not be printed
 | 
  
    | 1841 | mtd->read(0x100 bytes from 0x1b80000) returned ECC error
 | 
  
    | 1842 | mtd->read(0x1fe18 bytes from 0x1b801e8) returned ECC error
 | 
  
    | 1843 | jffs2_scan_eraseblock(): Node at 0x01b8260c {0x1985, 0xe002, 0x00000bc6) has inv
 | 
  
    | 1844 | alid CRC 0x6b4e0d29 (calculated 0xd3f26a4c)
 | 
  
    | 1845 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82610: 0x0bc6 in
 | 
  
    | 1846 | stead
 | 
  
    | 1847 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82614: 0x0d29 in
 | 
  
    | 1848 | stead
 | 
  
    | 1849 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82618: 0x04e4 in
 | 
  
    | 1850 | stead
 | 
  
    | 1851 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b8261c: 0x0075 in
 | 
  
    | 1852 | stead
 | 
  
    | 1853 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82620: 0x81ed in
 | 
  
    | 1854 | stead
 | 
  
    | 1855 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82628: 0x5054 in
 | 
  
    | 1856 | stead
 | 
  
    | 1857 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82638: 0x1000 in
 | 
  
    | 1858 | stead
 | 
  
    | 1859 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b8263c: 0x0b83 in
 | 
  
    | 1860 | stead
 | 
  
    | 1861 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01b82640: 0x1000 in
 | 
  
    | 1862 | stead
 | 
  
    | 1863 | Further such events for this erase block will not be printed
 | 
  
    | 1864 | mtd->read(0x100 bytes from 0x1ba0000) returned ECC error
 | 
  
    | 1865 | mtd->read(0x1fa44 bytes from 0x1ba05bc) returned ECC error
 | 
  
    | 1866 | mtd->read(0x70 bytes from 0x1bbff90) returned ECC error
 | 
  
    | 1867 | mtd->read(0x100 bytes from 0x1bc0000) returned ECC error
 | 
  
    | 1868 | mtd->read(0x1f690 bytes from 0x1bc0970) returned ECC error
 | 
  
    | 1869 | mtd->read(0x100 bytes from 0x1be0000) returned ECC error
 | 
  
    | 1870 | mtd->read(0x1fa0c bytes from 0x1be05f4) returned ECC error
 | 
  
    | 1871 | jffs2_scan_inode_node(): CRC failed on node at 0x01be2fc0: Read 0xa01b7065, calc
 | 
  
    | 1872 | ulated 0xf517cd7e
 | 
  
    | 1873 | jffs2_scan_inode_node(): CRC failed on node at 0x01bfb684: Read 0xe9e7cd70, calc
 | 
  
    | 1874 | ulated 0xe9e78d70
 | 
  
    | 1875 | mtd->read(0x100 bytes from 0x1c00000) returned ECC error
 | 
  
    | 1876 | mtd->read(0x1ff34 bytes from 0x1c000cc) returned ECC error
 | 
  
    | 1877 | jffs2_scan_inode_node(): CRC failed on node at 0x01c01e34: Read 0x8e0fac2b, calc
 | 
  
    | 1878 | ulated 0x6dc407d8
 | 
  
    | 1879 | jffs2_scan_inode_node(): CRC failed on node at 0x01c1f6c4: Read 0x1fa265b7, calc
 | 
  
    | 1880 | ulated 0xf21ae697
 | 
  
    | 1881 | mtd->read(0x100 bytes from 0x1c20000) returned ECC error
 | 
  
    | 1882 | mtd->read(0x1fee4 bytes from 0x1c2011c) returned ECC error
 | 
  
    | 1883 | jffs2_scan_inode_node(): CRC failed on node at 0x01c32ec4: Read 0x8586caff, calc
 | 
  
    | 1884 | ulated 0x8486caff
 | 
  
    | 1885 | jffs2_scan_inode_node(): CRC failed on node at 0x01c396d0: Read 0x6274427b, calc
 | 
  
    | 1886 | ulated 0x627442fb
 | 
  
    | 1887 | mtd->read(0x100 bytes from 0x1c40000) returned ECC error
 | 
  
    | 1888 | mtd->read(0x1f880 bytes from 0x1c40780) returned ECC error
 | 
  
    | 1889 | jffs2_scan_inode_node(): CRC failed on node at 0x01c48dcc: Read 0x5ce9dff0, calc
 | 
  
    | 1890 | ulated 0x11217efb
 | 
  
    | 1891 | jffs2_scan_inode_node(): CRC failed on node at 0x01c4aec8: Read 0xebfb6b8f, calc
 | 
  
    | 1892 | ulated 0x32c0a780
 | 
  
    | 1893 | jffs2_scan_eraseblock(): Node at 0x01c4e63c {0x1985, 0xe002, 0x002007c5) has inv
 | 
  
    | 1894 | alid CRC 0xc85d3cc6 (calculated 0x5dd91864)
 | 
  
    | 1895 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e640: 0x07c5 in
 | 
  
    | 1896 | stead
 | 
  
    | 1897 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e644: 0x3cc6 in
 | 
  
    | 1898 | stead
 | 
  
    | 1899 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e648: 0x04e8 in
 | 
  
    | 1900 | stead
 | 
  
    | 1901 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e64c: 0x00c4 in
 | 
  
    | 1902 | stead
 | 
  
    | 1903 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e650: 0x81ed in
 | 
  
    | 1904 | stead
 | 
  
    | 1905 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e658: 0xeddc in
 | 
  
    | 1906 | stead
 | 
  
    | 1907 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e668: 0xf000 in
 | 
  
    | 1908 | stead
 | 
  
    | 1909 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e66c: 0x0781 in
 | 
  
    | 1910 | stead
 | 
  
    | 1911 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01c4e670: 0x1000 in
 | 
  
    | 1912 | stead
 | 
  
    | 1913 | Further such events for this erase block will not be printed
 | 
  
    | 1914 | mtd->read(0x100 bytes from 0x1c60000) returned ECC error
 | 
  
    | 1915 | mtd->read(0x1fdb0 bytes from 0x1c60250) returned ECC error
 | 
  
    | 1916 | jffs2_scan_inode_node(): CRC failed on node at 0x01c6d6d4: Read 0x3d2b6ed2, calc
 | 
  
    | 1917 | ulated 0x7bef1023
 | 
  
    | 1918 | jffs2_scan_inode_node(): CRC failed on node at 0x01c75f94: Read 0xff605342, calc
 | 
  
    | 1919 | ulated 0xf0786b80
 | 
  
    | 1920 | mtd->read(0x100 bytes from 0x1c80000) returned ECC error
 | 
  
    | 1921 | mtd->read(0x1f990 bytes from 0x1c80670) returned ECC error
 | 
  
    | 1922 | mtd->read(0x100 bytes from 0x1ca0000) returned ECC error
 | 
  
    | 1923 | mtd->read(0x1fcc4 bytes from 0x1ca033c) returned ECC error
 | 
  
    | 1924 | mtd->read(0x100 bytes from 0x1cc0000) returned ECC error
 | 
  
    | 1925 | mtd->read(0x1f910 bytes from 0x1cc06f0) returned ECC error
 | 
  
    | 1926 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01cd5fd8: Read 0x010eb2ae
 | 
  
    | 1927 | , calculated 0xbc832305
 | 
  
    | 1928 | mtd->read(0x100 bytes from 0x1ce0000) returned ECC error
 | 
  
    | 1929 | mtd->read(0x1fac4 bytes from 0x1ce053c) returned ECC error
 | 
  
    | 1930 | jffs2_scan_inode_node(): CRC failed on node at 0x01cf2df0: Read 0xc9d1877f, calc
 | 
  
    | 1931 | ulated 0x67b916ee
 | 
  
    | 1932 | mtd->read(0x100 bytes from 0x1d00000) returned ECC error
 | 
  
    | 1933 | mtd->read(0x1fa58 bytes from 0x1d005a8) returned ECC error
 | 
  
    | 1934 | jffs2_scan_inode_node(): CRC failed on node at 0x01d00fc4: Read 0xd0214858, calc
 | 
  
    | 1935 | ulated 0x75aad856
 | 
  
    | 1936 | jffs2_scan_inode_node(): CRC failed on node at 0x01d12730: Read 0x7efe1dcb, calc
 | 
  
    | 1937 | ulated 0xd65efc43
 | 
  
    | 1938 | mtd->read(0x100 bytes from 0x1d20000) returned ECC error
 | 
  
    | 1939 | mtd->read(0x1fb3c bytes from 0x1d204c4) returned ECC error
 | 
  
    | 1940 | jffs2_scan_eraseblock(): Node at 0x01d387d0 {0x1985, 0xe002, 0x00000932) has inv
 | 
  
    | 1941 | alid CRC 0xd97a3fd2 (calculated 0xd9723fd2)
 | 
  
    | 1942 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387d4: 0x0932 in
 | 
  
    | 1943 | stead
 | 
  
    | 1944 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387d8: 0x3fd2 in
 | 
  
    | 1945 | stead
 | 
  
    | 1946 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387dc: 0x0506 in
 | 
  
    | 1947 | stead
 | 
  
    | 1948 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387e0: 0x0015 in
 | 
  
    | 1949 | stead
 | 
  
    | 1950 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387e4: 0x81ed in
 | 
  
    | 1951 | stead
 | 
  
    | 1952 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387ec: 0x4318 in
 | 
  
    | 1953 | stead
 | 
  
    | 1954 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d387fc: 0x4000 in
 | 
  
    | 1955 | stead
 | 
  
    | 1956 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d38800: 0x08ee in
 | 
  
    | 1957 | stead
 | 
  
    | 1958 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01d38804: 0x1000 in
 | 
  
    | 1959 | stead
 | 
  
    | 1960 | Further such events for this erase block will not be printed
 | 
  
    | 1961 | mtd->read(0x8c bytes from 0x1d3ff74) returned ECC error
 | 
  
    | 1962 | mtd->read(0x100 bytes from 0x1d40000) returned ECC error
 | 
  
    | 1963 | mtd->read(0x1f5d8 bytes from 0x1d40a28) returned ECC error
 | 
  
    | 1964 | jffs2_scan_inode_node(): CRC failed on node at 0x01d48ee8: Read 0x13888a2a, calc
 | 
  
    | 1965 | ulated 0xf04321d9
 | 
  
    | 1966 | jffs2_scan_inode_node(): CRC failed on node at 0x01d57f54: Read 0x910e3035, calc
 | 
  
    | 1967 | ulated 0xc3cbf832
 | 
  
    | 1968 | mtd->read(0x100 bytes from 0x1d60000) returned ECC error
 | 
  
    | 1969 | mtd->read(0x1fc88 bytes from 0x1d60378) returned ECC error
 | 
  
    | 1970 | mtd->read(0x100 bytes from 0x1d80000) returned ECC error
 | 
  
    | 1971 | mtd->read(0x1ff2c bytes from 0x1d800d4) returned ECC error
 | 
  
    | 1972 | mtd->read(0x100 bytes from 0x1da0000) returned ECC error
 | 
  
    | 1973 | mtd->read(0x1fcf8 bytes from 0x1da0308) returned ECC error
 | 
  
    | 1974 | jffs2_scan_inode_node(): CRC failed on node at 0x01dbefb4: Read 0xb924b0be, calc
 | 
  
    | 1975 | ulated 0xb978112d
 | 
  
    | 1976 | mtd->read(0x100 bytes from 0x1dc0000) returned ECC error
 | 
  
    | 1977 | mtd->read(0x1fc78 bytes from 0x1dc0388) returned ECC error
 | 
  
    | 1978 | jffs2_scan_inode_node(): CRC failed on node at 0x01dc5f20: Read 0x71d159fa, calc
 | 
  
    | 1979 | ulated 0xca899e8d
 | 
  
    | 1980 | jffs2_scan_inode_node(): CRC failed on node at 0x01dd0e54: Read 0xe9a24e3c, calc
 | 
  
    | 1981 | ulated 0x4ea2a756
 | 
  
    | 1982 | mtd->read(0x100 bytes from 0x1de0000) returned ECC error
 | 
  
    | 1983 | mtd->read(0x1fc58 bytes from 0x1de03a8) returned ECC error
 | 
  
    | 1984 | jffs2_scan_inode_node(): CRC failed on node at 0x01de4750: Read 0x8b4a74d2, calc
 | 
  
    | 1985 | ulated 0xb33c6ad3
 | 
  
    | 1986 | jffs2_scan_inode_node(): CRC failed on node at 0x01de6e44: Read 0x73040957, calc
 | 
  
    | 1987 | ulated 0x7de3e186
 | 
  
    | 1988 | jffs2_scan_eraseblock(): Node at 0x01decfb4 {0x1985, 0xe802, 0x00000229) has inv
 | 
  
    | 1989 | alid CRC 0x523f00ad (calculated 0x624f4b6c)
 | 
  
    | 1990 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfb8: 0x0229 in
 | 
  
    | 1991 | stead
 | 
  
    | 1992 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfbc: 0x00ad in
 | 
  
    | 1993 | stead
 | 
  
    | 1994 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfc0: 0x051b in
 | 
  
    | 1995 | stead
 | 
  
    | 1996 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfc4: 0x00c5 in
 | 
  
    | 1997 | stead
 | 
  
    | 1998 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfc8: 0x81a4 in
 | 
  
    | 1999 | stead
 | 
  
    | 2000 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfd0: 0xdd52 in
 | 
  
    | 2001 | stead
 | 
  
    | 2002 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfe0: 0x2000 in
 | 
  
    | 2003 | stead
 | 
  
    | 2004 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfe4: 0x01e5 in
 | 
  
    | 2005 | stead
 | 
  
    | 2006 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01decfe8: 0x1000 in
 | 
  
    | 2007 | stead
 | 
  
    | 2008 | Further such events for this erase block will not be printed
 | 
  
    | 2009 | mtd->read(0x100 bytes from 0x1e00000) returned ECC error
 | 
  
    | 2010 | mtd->read(0x1facc bytes from 0x1e00534) returned ECC error
 | 
  
    | 2011 | mtd->read(0x100 bytes from 0x1e20000) returned ECC error
 | 
  
    | 2012 | mtd->read(0x1fbac bytes from 0x1e20454) returned ECC error
 | 
  
    | 2013 | mtd->read(0x100 bytes from 0x1e40000) returned ECC error
 | 
  
    | 2014 | mtd->read(0x1f904 bytes from 0x1e406fc) returned ECC error
 | 
  
    | 2015 | mtd->read(0x100 bytes from 0x1e60000) returned ECC error
 | 
  
    | 2016 | mtd->read(0x1f9e8 bytes from 0x1e60618) returned ECC error
 | 
  
    | 2017 | jffs2_scan_inode_node(): CRC failed on node at 0x01e62e98: Read 0x79d9021b, calc
 | 
  
    | 2018 | ulated 0x3177d201
 | 
  
    | 2019 | jffs2_scan_inode_node(): CRC failed on node at 0x01e697cc: Read 0x92a2c73f, calc
 | 
  
    | 2020 | ulated 0x1892026e
 | 
  
    | 2021 | mtd->read(0x100 bytes from 0x1e80000) returned ECC error
 | 
  
    | 2022 | mtd->read(0x1f638 bytes from 0x1e809c8) returned ECC error
 | 
  
    | 2023 | jffs2_scan_inode_node(): CRC failed on node at 0x01e82ef8: Read 0x09cf361e, calc
 | 
  
    | 2024 | ulated 0x6e003dfa
 | 
  
    | 2025 | mtd->read(0x100 bytes from 0x1ea0000) returned ECC error
 | 
  
    | 2026 | mtd->read(0x1fd94 bytes from 0x1ea026c) returned ECC error
 | 
  
    | 2027 | jffs2_scan_inode_node(): CRC failed on node at 0x01eaa7b8: Read 0x993e277b, calc
 | 
  
    | 2028 | ulated 0xbe90a693
 | 
  
    | 2029 | mtd->read(0x100 bytes from 0x1ec0000) returned ECC error
 | 
  
    | 2030 | mtd->read(0x1fb60 bytes from 0x1ec04a0) returned ECC error
 | 
  
    | 2031 | mtd->read(0x100 bytes from 0x1ee0000) returned ECC error
 | 
  
    | 2032 | mtd->read(0x1f9c0 bytes from 0x1ee0640) returned ECC error
 | 
  
    | 2033 | mtd->read(0x100 bytes from 0x1f00000) returned ECC error
 | 
  
    | 2034 | mtd->read(0x1fc64 bytes from 0x1f0039c) returned ECC error
 | 
  
    | 2035 | mtd->read(0x100 bytes from 0x1f20000) returned ECC error
 | 
  
    | 2036 | mtd->read(0x1fad8 bytes from 0x1f20528) returned ECC error
 | 
  
    | 2037 | jffs2_scan_inode_node(): CRC failed on node at 0x01f2ee54: Read 0x98f6f849, calc
 | 
  
    | 2038 | ulated 0x22ec324a
 | 
  
    | 2039 | jffs2_scan_inode_node(): CRC failed on node at 0x01f3e5f4: Read 0xbec36298, calc
 | 
  
    | 2040 | ulated 0x887cc138
 | 
  
    | 2041 | mtd->read(0x100 bytes from 0x1f40000) returned ECC error
 | 
  
    | 2042 | mtd->read(0x1f970 bytes from 0x1f40690) returned ECC error
 | 
  
    | 2043 | mtd->read(0x100 bytes from 0x1f60000) returned ECC error
 | 
  
    | 2044 | mtd->read(0x1fe64 bytes from 0x1f6019c) returned ECC error
 | 
  
    | 2045 | mtd->read(0x100 bytes from 0x1f80000) returned ECC error
 | 
  
    | 2046 | mtd->read(0x1fae4 bytes from 0x1f8051c) returned ECC error
 | 
  
    | 2047 | jffs2_scan_inode_node(): CRC failed on node at 0x01f845ec: Read 0x4033a736, calc
 | 
  
    | 2048 | ulated 0x2bc2e71a
 | 
  
    | 2049 | jffs2_scan_inode_node(): CRC failed on node at 0x01f8660c: Read 0x846043d9, calc
 | 
  
    | 2050 | ulated 0x54e10006
 | 
  
    | 2051 | mtd->read(0x100 bytes from 0x1fa0000) returned ECC error
 | 
  
    | 2052 | mtd->read(0x1f6d0 bytes from 0x1fa0930) returned ECC error
 | 
  
    | 2053 | mtd->read(0x100 bytes from 0x1fc0000) returned ECC error
 | 
  
    | 2054 | mtd->read(0x1fad0 bytes from 0x1fc0530) returned ECC error
 | 
  
    | 2055 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc77f4: 0x0985 in
 | 
  
    | 2056 | stead
 | 
  
    | 2057 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc77f8: 0x0044 in
 | 
  
    | 2058 | stead
 | 
  
    | 2059 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc77fc: 0xfb1d in
 | 
  
    | 2060 | stead
 | 
  
    | 2061 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc7800: 0x0581 in
 | 
  
    | 2062 | stead
 | 
  
    | 2063 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc7804: 0x0001 in
 | 
  
    | 2064 | stead
 | 
  
    | 2065 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc7808: 0x45c0 in
 | 
  
    | 2066 | stead
 | 
  
    | 2067 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fc7834: 0x6806 in
 | 
  
    | 2068 | stead
 | 
  
    | 2069 | jffs2_scan_inode_node(): CRC failed on node at 0x01fc9770: Read 0x464f74e7, calc
 | 
  
    | 2070 | ulated 0x464f74e3
 | 
  
    | 2071 | jffs2_scan_inode_node(): CRC failed on node at 0x01fd5e4c: Read 0x0354b1c7, calc
 | 
  
    | 2072 | ulated 0x1f7212b7
 | 
  
    | 2073 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01fdcf04: Read 0x976ee0a4
 | 
  
    | 2074 | , calculated 0x976ee024
 | 
  
    | 2075 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01fdd754: Read 0x14bad892
 | 
  
    | 2076 | , calculated 0x8325c9bb
 | 
  
    | 2077 | mtd->read(0x90 bytes from 0x1fdff70) returned ECC error
 | 
  
    | 2078 | Empty flash at 0x01fdff6c ends at 0x01fdffac
 | 
  
    | 2079 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fdffac: 0xfffb in
 | 
  
    | 2080 | stead
 | 
  
    | 2081 | mtd->read(0x4c bytes from 0x1fdffb4) returned ECC error
 | 
  
    | 2082 | mtd->read(0x100 bytes from 0x1fe0000) returned ECC error
 | 
  
    | 2083 | mtd->read(0x1fbc8 bytes from 0x1fe0438) returned ECC error
 | 
  
    | 2084 | jffs2_scan_eraseblock(): Node at 0x01fe278c {0x1985, 0x6001, 0x00000033) has inv
 | 
  
    | 2085 | alid CRC 0xe88b1196 (calculated 0x596da104)
 | 
  
    | 2086 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe2790: 0x0033 in
 | 
  
    | 2087 | stead
 | 
  
    | 2088 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe2794: 0x1196 in
 | 
  
    | 2089 | stead
 | 
  
    | 2090 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe2798: 0x05cf in
 | 
  
    | 2091 | stead
 | 
  
    | 2092 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe279c: 0x061b in
 | 
  
    | 2093 | stead
 | 
  
    | 2094 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe27a0: 0x0604 in
 | 
  
    | 2095 | stead
 | 
  
    | 2096 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe27a8: 0x080b in
 | 
  
    | 2097 | stead
 | 
  
    | 2098 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe27ac: 0xfbf5 in
 | 
  
    | 2099 | stead
 | 
  
    | 2100 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe27b0: 0x4670 in
 | 
  
    | 2101 | stead
 | 
  
    | 2102 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x01fe27b4: 0x7445 in
 | 
  
    | 2103 | stead
 | 
  
    | 2104 | Further such events for this erase block will not be printed
 | 
  
    | 2105 | jffs2_scan_inode_node(): CRC failed on node at 0x01fe5650: Read 0x9e9fd3b8, calc
 | 
  
    | 2106 | ulated 0x89ce4ac5
 | 
  
    | 2107 | jffs2_scan_inode_node(): CRC failed on node at 0x01fede28: Read 0x1878ad9e, calc
 | 
  
    | 2108 | ulated 0x878c2508
 | 
  
    | 2109 | jffs2_scan_inode_node(): CRC failed on node at 0x01fef70c: Read 0xba6c6692, calc
 | 
  
    | 2110 | ulated 0xd28b67b7
 | 
  
    | 2111 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01ff2f78: Read 0x2b9e2063
 | 
  
    | 2112 | , calculated 0x5c7f15fc
 | 
  
    | 2113 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x01ff9e7c: Read 0xdc9d73a8
 | 
  
    | 2114 | , calculated 0x817122a4
 | 
  
    | 2115 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x01ffa624: Read 0x3478200f
 | 
  
    | 2116 | , calculated 0x3478a00f
 | 
  
    | 2117 | mtd->read(0x100 bytes from 0x2000000) returned ECC error
 | 
  
    | 2118 | mtd->read(0x1fee0 bytes from 0x2000120) returned ECC error
 | 
  
    | 2119 | jffs2_scan_eraseblock(): Node at 0x0200e63c {0x1985, 0xe001, 0x00000032) has inv
 | 
  
    | 2120 | alid CRC 0x503736f3 (calculated 0x503776f3)
 | 
  
    | 2121 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e640: 0x0032 in
 | 
  
    | 2122 | stead
 | 
  
    | 2123 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e644: 0x36f3 in
 | 
  
    | 2124 | stead
 | 
  
    | 2125 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e648: 0x05d7 in
 | 
  
    | 2126 | stead
 | 
  
    | 2127 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e64c: 0x07a6 in
 | 
  
    | 2128 | stead
 | 
  
    | 2129 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e650: 0x0726 in
 | 
  
    | 2130 | stead
 | 
  
    | 2131 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e658: 0x080a in
 | 
  
    | 2132 | stead
 | 
  
    | 2133 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e65c: 0x4a06 in
 | 
  
    | 2134 | stead
 | 
  
    | 2135 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e660: 0xbf25 in
 | 
  
    | 2136 | stead
 | 
  
    | 2137 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0200e664: 0x7362 in
 | 
  
    | 2138 | stead
 | 
  
    | 2139 | Further such events for this erase block will not be printed
 | 
  
    | 2140 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x02010e68: Read 0x758673a6
 | 
  
    | 2141 | , calculated 0xc460c334
 | 
  
    | 2142 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x020137c4: Read 0xee82cc25
 | 
  
    | 2143 | , calculated 0xea82cc25
 | 
  
    | 2144 | jffs2_scan_inode_node(): CRC failed on node at 0x0201cde8: Read 0x20a94d89, calc
 | 
  
    | 2145 | ulated 0x9c401b23
 | 
  
    | 2146 | mtd->read(0x100 bytes from 0x2020000) returned ECC error
 | 
  
    | 2147 | mtd->read(0x1feb0 bytes from 0x2020150) returned ECC error
 | 
  
    | 2148 | jffs2_scan_eraseblock(): Node at 0x02024e64 {0x1985, 0xe001, 0x00000033) has inv
 | 
  
    | 2149 | alid CRC 0xe88b3196 (calculated 0xe88b1196)
 | 
  
    | 2150 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e68: 0x0033 in
 | 
  
    | 2151 | stead
 | 
  
    | 2152 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e6c: 0x3196 in
 | 
  
    | 2153 | stead
 | 
  
    | 2154 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e70: 0x05d9 in
 | 
  
    | 2155 | stead
 | 
  
    | 2156 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e74: 0x08a5 in
 | 
  
    | 2157 | stead
 | 
  
    | 2158 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e78: 0x078d in
 | 
  
    | 2159 | stead
 | 
  
    | 2160 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e80: 0x080b in
 | 
  
    | 2161 | stead
 | 
  
    | 2162 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e84: 0x017d in
 | 
  
    | 2163 | stead
 | 
  
    | 2164 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e88: 0x182d in
 | 
  
    | 2165 | stead
 | 
  
    | 2166 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02024e8c: 0x3464 in
 | 
  
    | 2167 | stead
 | 
  
    | 2168 | Further such events for this erase block will not be printed
 | 
  
    | 2169 | jffs2_scan_inode_node(): CRC failed on node at 0x02030730: Read 0xde130e52, calc
 | 
  
    | 2170 | ulated 0x1ba726bd
 | 
  
    | 2171 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x02035f6c: Read 0x39e6d347
 | 
  
    | 2172 | , calculated 0x0c1e7351
 | 
  
    | 2173 | mtd->read(0x100 bytes from 0x2040000) returned ECC error
 | 
  
    | 2174 | mtd->read(0x1ff00 bytes from 0x2040100) returned ECC error
 | 
  
    | 2175 | jffs2_scan_eraseblock(): Node at 0x02041ff0 {0x1985, 0x6002, 0x000001b1) has inv
 | 
  
    | 2176 | alid CRC 0x288d77bf (calculated 0x996bc72d)
 | 
  
    | 2177 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02041ff4: 0x01b1 in
 | 
  
    | 2178 | stead
 | 
  
    | 2179 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02041ff8: 0x77bf in
 | 
  
    | 2180 | stead
 | 
  
    | 2181 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02041ffc: 0x0869 in
 | 
  
    | 2182 | stead
 | 
  
    | 2183 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02042000: 0x0001 in
 | 
  
    | 2184 | stead
 | 
  
    | 2185 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02042004: 0x81a4 in
 | 
  
    | 2186 | stead
 | 
  
    | 2187 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0204200c: 0x0256 in
 | 
  
    | 2188 | stead
 | 
  
    | 2189 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02042020: 0x016d in
 | 
  
    | 2190 | stead
 | 
  
    | 2191 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02042024: 0x0256 in
 | 
  
    | 2192 | stead
 | 
  
    | 2193 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x02042028: 0x0006 in
 | 
  
    | 2194 | stead
 | 
  
    | 2195 | Further such events for this erase block will not be printed
 | 
  
    | 2196 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x02042ef8: Read 0x24612844
 | 
  
    | 2197 | , calculated 0x04612844
 | 
  
    | 2198 | jffs2_scan_inode_node(): CRC failed on node at 0x0204bedc: Read 0x9d42be48, calc
 | 
  
    | 2199 | ulated 0x9aeebb7e
 | 
  
    | 2200 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0204ddf8: Read 0x753ac860
 | 
  
    | 2201 | , calculated 0x7e921f66
 | 
  
    | 2202 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0205e624: Read 0x0a75ec03
 | 
  
    | 2203 | , calculated 0x3a05a7c2
 | 
  
    | 2204 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x0205f664: Read 0xe3f4a8e9
 | 
  
    | 2205 | , calculated 0x0dfac9c5
 | 
  
    | 2206 | mtd->read(0x100 bytes from 0x2060000) returned ECC error
 | 
  
    | 2207 | mtd->read(0x1fe78 bytes from 0x2060188) returned ECC error
 | 
  
    | 2208 | jffs2_scan_inode_node(): CRC failed on node at 0x02062e44: Read 0xf2f7f25e, calc
 | 
  
    | 2209 | ulated 0x9ca4a4e1
 | 
  
    | 2210 | jffs2_scan_inode_node(): CRC failed on node at 0x02069e70: Read 0x14dc2f35, calc
 | 
  
    | 2211 | ulated 0xf2cc60ab
 | 
  
    | 2212 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x02070728: Read 0x6922e1bb
 | 
  
    | 2213 | , calculated 0x849a629b
 | 
  
    | 2214 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0207d69c: Read 0x1343ec07
 | 
  
    | 2215 | , calculated 0x60507348
 | 
  
    | 2216 | mtd->read(0x100 bytes from 0x2080000) returned ECC error
 | 
  
    | 2217 | mtd->read(0x1fe00 bytes from 0x2080200) returned ECC error
 | 
  
    | 2218 | jffs2_scan_inode_node(): CRC failed on node at 0x02082e38: Read 0x7eec93a9, calc
 | 
  
    | 2219 | ulated 0x97998ad2
 | 
  
    | 2220 | jffs2_scan_inode_node(): CRC failed on node at 0x02085ecc: Read 0x6b1c7436, calc
 | 
  
    | 2221 | ulated 0xf2af3f46
 | 
  
    | 2222 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x02087684: Read 0x2a8a6723
 | 
  
    | 2223 | , calculated 0x6a8a6723
 | 
  
    | 2224 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x0208cef0: Read 0xf13e9f8c
 | 
  
    | 2225 | , calculated 0xb31b98f1
 | 
  
    | 2226 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0209c6f4: Read 0x3f197658
 | 
  
    | 2227 | , calculated 0x0f693d99
 | 
  
    | 2228 | jffs2_scan_inode_node(): CRC failed on node at 0x0209ce1c: Read 0x648db90e, calc
 | 
  
    | 2229 | ulated 0xa54c960a
 | 
  
    | 2230 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x0209eef0: Read 0x68bf2579
 | 
  
    | 2231 | , calculated 0x0f61b9b7
 | 
  
    | 2232 | mtd->read(0x100 bytes from 0x20a0000) returned ECC error
 | 
  
    | 2233 | mtd->read(0x1ff20 bytes from 0x20a00e0) returned ECC error
 | 
  
    | 2234 | jffs2_scan_inode_node(): CRC failed on node at 0x020a2fa8: Read 0x95041820, calc
 | 
  
    | 2235 | ulated 0xb0b20183
 | 
  
    | 2236 | jffs2_scan_inode_node(): CRC failed on node at 0x020a66fc: Read 0x32beee5b, calc
 | 
  
    | 2237 | ulated 0x77eef1dc
 | 
  
    | 2238 | jffs2_scan_inode_node(): CRC failed on node at 0x020b1e94: Read 0x8eba8485, calc
 | 
  
    | 2239 | ulated 0x406038dd
 | 
  
    | 2240 | jffs2_scan_inode_node(): CRC failed on node at 0x020b372c: Read 0x88ab1911, calc
 | 
  
    | 2241 | ulated 0x0523e4f3
 | 
  
    | 2242 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x020b4750: Read 0x4e1ba49c
 | 
  
    | 2243 | , calculated 0xce1ba49c
 | 
  
    | 2244 | jffs2_scan_inode_node(): CRC failed on node at 0x020b5648: Read 0xe70d672e, calc
 | 
  
    | 2245 | ulated 0x8b8f6467
 | 
  
    | 2246 | jffs2_scan_eraseblock(): Node at 0x020bee58 {0x1985, 0xe001, 0x0001002d) has inv
 | 
  
    | 2247 | alid CRC 0x584d313a (calculated 0x4156007b)
 | 
  
    | 2248 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee5c: 0x002d in
 | 
  
    | 2249 | stead
 | 
  
    | 2250 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee60: 0x313a in
 | 
  
    | 2251 | stead
 | 
  
    | 2252 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee64: 0x05ec in
 | 
  
    | 2253 | stead
 | 
  
    | 2254 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee68: 0x0ea8 in
 | 
  
    | 2255 | stead
 | 
  
    | 2256 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee6c: 0x0836 in
 | 
  
    | 2257 | stead
 | 
  
    | 2258 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee74: 0x0805 in
 | 
  
    | 2259 | stead
 | 
  
    | 2260 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee78: 0xc2f8 in
 | 
  
    | 2261 | stead
 | 
  
    | 2262 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee7c: 0xffb5 in
 | 
  
    | 2263 | stead
 | 
  
    | 2264 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020bee80: 0x7277 in
 | 
  
    | 2265 | stead
 | 
  
    | 2266 | Further such events for this erase block will not be printed
 | 
  
    | 2267 | mtd->read(0x100 bytes from 0x20c0000) returned ECC error
 | 
  
    | 2268 | mtd->read(0x1ff0c bytes from 0x20c00f4) returned ECC error
 | 
  
    | 2269 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x020c7e44: Read 0x1ce13708
 | 
  
    | 2270 | , calculated 0x025123d0
 | 
  
    | 2271 | jffs2_scan_eraseblock(): Node at 0x020d5e24 {0x1985, 0xe002, 0x0080035b) has inv
 | 
  
    | 2272 | alid CRC 0x92cb028d (calculated 0xa9489ac6)
 | 
  
    | 2273 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e28: 0x035b in
 | 
  
    | 2274 | stead
 | 
  
    | 2275 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e2c: 0x028d in
 | 
  
    | 2276 | stead
 | 
  
    | 2277 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e30: 0x0bd7 in
 | 
  
    | 2278 | stead
 | 
  
    | 2279 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e34: 0x0001 in
 | 
  
    | 2280 | stead
 | 
  
    | 2281 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e38: 0x81a4 in
 | 
  
    | 2282 | stead
 | 
  
    | 2283 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e40: 0x05ed in
 | 
  
    | 2284 | stead
 | 
  
    | 2285 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e54: 0x0317 in
 | 
  
    | 2286 | stead
 | 
  
    | 2287 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e58: 0x05ed in
 | 
  
    | 2288 | stead
 | 
  
    | 2289 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020d5e5c: 0x0006 in
 | 
  
    | 2290 | stead
 | 
  
    | 2291 | Further such events for this erase block will not be printed
 | 
  
    | 2292 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x020db748: Read 0x4601b3d7
 | 
  
    | 2293 | , calculated 0xe8f7771c
 | 
  
    | 2294 | mtd->read(0x100 bytes from 0x20e0000) returned ECC error
 | 
  
    | 2295 | mtd->read(0x1fc70 bytes from 0x20e0390) returned ECC error
 | 
  
    | 2296 | jffs2_scan_inode_node(): CRC failed on node at 0x020ed77c: Read 0xeb77e7fd, calc
 | 
  
    | 2297 | ulated 0xe029c0fe
 | 
  
    | 2298 | jffs2_scan_eraseblock(): Node at 0x020f1784 {0x1985, 0xe002, 0x00000416) has inv
 | 
  
    | 2299 | alid CRC 0xfafa94e8 (calculated 0xfefa94e8)
 | 
  
    | 2300 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f1788: 0x0416 in
 | 
  
    | 2301 | stead
 | 
  
    | 2302 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f178c: 0x94e8 in
 | 
  
    | 2303 | stead
 | 
  
    | 2304 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f1790: 0x0c57 in
 | 
  
    | 2305 | stead
 | 
  
    | 2306 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f1794: 0x0001 in
 | 
  
    | 2307 | stead
 | 
  
    | 2308 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f1798: 0x81a4 in
 | 
  
    | 2309 | stead
 | 
  
    | 2310 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f17a0: 0x076d in
 | 
  
    | 2311 | stead
 | 
  
    | 2312 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f17b4: 0x03d2 in
 | 
  
    | 2313 | stead
 | 
  
    | 2314 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f17b8: 0x076d in
 | 
  
    | 2315 | stead
 | 
  
    | 2316 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x020f17bc: 0x0006 in
 | 
  
    | 2317 | stead
 | 
  
    | 2318 | Further such events for this erase block will not be printed
 | 
  
    | 2319 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x020f2e2c: Read 0xef270a16
 | 
  
    | 2320 | , calculated 0x68872f75
 | 
  
    | 2321 | jffs2_scan_inode_node(): CRC failed on node at 0x020fc620: Read 0xc755bb9a, calc
 | 
  
    | 2322 | ulated 0xc43e41a0
 | 
  
    | 2323 | jffs2_scan_inode_node(): CRC failed on node at 0x020fcf34: Read 0x3ad9528a, calc
 | 
  
    | 2324 | ulated 0xc54a65ac
 | 
  
    | 2325 | mtd->read(0x78 bytes from 0x20fff88) returned ECC error
 | 
  
    | 2326 | mtd->read(0x100 bytes from 0x2100000) returned ECC error
 | 
  
    | 2327 | mtd->read(0x1ff14 bytes from 0x21000ec) returned ECC error
 | 
  
    | 2328 | jffs2_scan_inode_node(): CRC failed on node at 0x02100fc8: Read 0xbc5ee9c1, calc
 | 
  
    | 2329 | ulated 0x5f4add95
 | 
  
    | 2330 | jffs2_scan_inode_node(): CRC failed on node at 0x02108604: Read 0x68ac63fd, calc
 | 
  
    | 2331 | ulated 0xa4066363
 | 
  
    | 2332 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x02109708: Read 0x1afaa4a9
 | 
  
    | 2333 | , calculated 0xa077d4c9
 | 
  
    | 2334 | jffs2_scan_eraseblock(): Node at 0x0210afc0 {0x1985, 0xe001, 0x0000003c) has inv
 | 
  
    | 2335 | alid CRC 0xb0e841c0 (calculated 0xb0e801c0)
 | 
  
    | 2336 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afc4: 0x003c in
 | 
  
    | 2337 | stead
 | 
  
    | 2338 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afc8: 0x41c0 in
 | 
  
    | 2339 | stead
 | 
  
    | 2340 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afcc: 0x0ca9 in
 | 
  
    | 2341 | stead
 | 
  
    | 2342 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afd0: 0x11cb in
 | 
  
    | 2343 | stead
 | 
  
    | 2344 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afd4: 0x0dce in
 | 
  
    | 2345 | stead
 | 
  
    | 2346 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afdc: 0x0814 in
 | 
  
    | 2347 | stead
 | 
  
    | 2348 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afe0: 0x4ed9 in
 | 
  
    | 2349 | stead
 | 
  
    | 2350 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afe4: 0x939f in
 | 
  
    | 2351 | stead
 | 
  
    | 2352 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0210afe8: 0x656b in
 | 
  
    | 2353 | stead
 | 
  
    | 2354 | Further such events for this erase block will not be printed
 | 
  
    | 2355 | jffs2_scan_inode_node(): CRC failed on node at 0x0210b6a8: Read 0x1c829d93, calc
 | 
  
    | 2356 | ulated 0xc748de5f
 | 
  
    | 2357 | jffs2_scan_inode_node(): CRC failed on node at 0x02112f04: Read 0x460d0676, calc
 | 
  
    | 2358 | ulated 0x51761235
 | 
  
    | 2359 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x02114dec: Read 0x241757e2
 | 
  
    | 2360 | , calculated 0x9ed4b6a7
 | 
  
    | 2361 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0211567c: Read 0x28b8bfb0
 | 
  
    | 2362 | , calculated 0x74455244
 | 
  
    | 2363 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x02118dd8: Read 0x64627c46
 | 
  
    | 2364 | , calculated 0x176a5b89
 | 
  
    | 2365 | mtd->read(0x100 bytes from 0x2120000) returned ECC error
 | 
  
    | 2366 | mtd->read(0x1fee8 bytes from 0x2120118) returned ECC error
 | 
  
    | 2367 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x021255d0: Read 0x9aae3fda
 | 
  
    | 2368 | , calculated 0x29d0742f
 | 
  
    | 2369 | jffs2_scan_dirent_node(): Name CRC failed on node at 0x02128f18: Read 0x9a2beddc
 | 
  
    | 2370 | , calculated 0x9b2beddc
 | 
  
    | 2371 | jffs2_scan_eraseblock(): Node at 0x0212b6a8 {0x1985, 0xe001, 0x00000041) has inv
 | 
  
    | 2372 | alid CRC 0x299d7981 (calculated 0x29bd7981)
 | 
  
    | 2373 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6ac: 0x0041 in
 | 
  
    | 2374 | stead
 | 
  
    | 2375 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6b0: 0x7981 in
 | 
  
    | 2376 | stead
 | 
  
    | 2377 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6b4: 0x0ca9 in
 | 
  
    | 2378 | stead
 | 
  
    | 2379 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6b8: 0x131d in
 | 
  
    | 2380 | stead
 | 
  
    | 2381 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6bc: 0x0f20 in
 | 
  
    | 2382 | stead
 | 
  
    | 2383 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6c4: 0x0819 in
 | 
  
    | 2384 | stead
 | 
  
    | 2385 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6c8: 0x02d6 in
 | 
  
    | 2386 | stead
 | 
  
    | 2387 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6cc: 0x6cdd in
 | 
  
    | 2388 | stead
 | 
  
    | 2389 | jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0212b6d0: 0x7475 in
 | 
  
    | 2390 | stead
 | 
  
    | 2391 | Further such events for this erase block will not be printed
 | 
  
    | 2392 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0212bfc8: Read 0x69ec1fdc
 | 
  
    | 2393 | , calculated 0x021d5ff0
 | 
  
    | 2394 | jffs2_scan_dirent_node(): Node CRC failed on node at 0x0212d7a0: Read 0x8b15a3a5
 | 
  
    | 2395 | , calculated 0x0cb586c6
 | 
  
    | 2396 | mtd->read(0x12628 bytes from 0x212d9d8) returned ECC error
 | 
  
    | 2397 | mtd->read(0x1dc bytes from 0xe00624) returned ECC error
 | 
  
    | 2398 | mtd->read(0x24c bytes from 0xe005b4) returned ECC error
 | 
  
    | 2399 | mtd->read(0x2bc bytes from 0xe00544) returned ECC error
 | 
  
    | 2400 | mtd->read(0x32c bytes from 0xe004d4) returned ECC error
 | 
  
    | 2401 | mtd->read(0x39c bytes from 0xe00464) returned ECC error
 | 
  
    | 2402 | mtd->read(0x40c bytes from 0xe003f4) returned ECC error
 | 
  
    | 2403 | mtd->read(0x47c bytes from 0xe00384) returned ECC error
 | 
  
    | 2404 | mtd->read(0x4ec bytes from 0xe00314) returned ECC error
 | 
  
    | 2405 | mtd->read(0x560 bytes from 0xe002a0) returned ECC error
 | 
  
    | 2406 | mtd->read(0x5d0 bytes from 0xe00230) returned ECC error
 | 
  
    | 2407 | mtd->read(0x640 bytes from 0xe001c0) returned ECC error
 | 
  
    | 2408 | mtd->read(0x6b0 bytes from 0xe00150) returned ECC error
 | 
  
    | 2409 | mtd->read(0x720 bytes from 0xe000e0) returned ECC error
 | 
  
    | 2410 | mtd->read(0x790 bytes from 0xe00070) returned ECC error
 | 
  
    | 2411 | mtd->read(0x800 bytes from 0xe00000) returned ECC error
 | 
  
    | 2412 | VFS: Mounted root (jffs2 filesystem) on device 31:0.
 | 
  
    | 2413 | mtd->read(0x224 bytes from 0x11295dc) returned ECC error
 | 
  
    | 2414 | mtd->read(0x29c bytes from 0x1129564) returned ECC error
 | 
  
    | 2415 | mtd->read(0x314 bytes from 0x11294ec) returned ECC error
 | 
  
    | 2416 | mtd->read(0x38c bytes from 0x1129474) returned ECC error
 | 
  
    | 2417 | mtd->read(0x400 bytes from 0x1129400) returned ECC error
 | 
  
    | 2418 | mtd->read(0x474 bytes from 0x112938c) returned ECC error
 | 
  
    | 2419 | mtd->read(0x4e8 bytes from 0x1129318) returned ECC error
 | 
  
    | 2420 | mtd->read(0x3b0 bytes from 0xeb9c50) returned ECC error
 | 
  
    | 2421 | mtd->read(0x55c bytes from 0x11292a4) returned ECC error
 | 
  
    | 2422 | mtd->read(0x5d0 bytes from 0x1129230) returned ECC error
 | 
  
    | 2423 | mtd->read(0x644 bytes from 0x11291bc) returned ECC error
 | 
  
    | 2424 | mtd->read(0x6b8 bytes from 0x1129148) returned ECC error
 | 
  
    | 2425 | mtd->read(0x72c bytes from 0x11290d4) returned ECC error
 | 
  
    | 2426 | mtd->read(0x7a0 bytes from 0x1129060) returned ECC error
 | 
  
    | 2427 | mtd->read(0x814 bytes from 0x1128fec) returned ECC error
 | 
  
    | 2428 | mtd->read(0x8c bytes from 0x1128f74) returned ECC error
 | 
  
    | 2429 | mtd->read(0x100 bytes from 0x1128f00) returned ECC error
 | 
  
    | 2430 | mtd->read(0x174 bytes from 0x1128e8c) returned ECC error
 | 
  
    | 2431 | mtd->read(0x25c bytes from 0x1128da4) returned ECC error
 | 
  
    | 2432 | mtd->read(0x2d0 bytes from 0x1128d30) returned ECC error
 | 
  
    | 2433 | mtd->read(0x344 bytes from 0x1128cbc) returned ECC error
 | 
  
    | 2434 | mtd->read(0x428 bytes from 0xeb9bd8) returned ECC error
 | 
  
    | 2435 | mtd->read(0x3c0 bytes from 0x1128c40) returned ECC error
 | 
  
    | 2436 | mtd->read(0x43c bytes from 0x1128bc4) returned ECC error
 | 
  
    | 2437 | mtd->read(0x4b8 bytes from 0x1128b48) returned ECC error
 | 
  
    | 2438 | mtd->read(0x534 bytes from 0x1128acc) returned ECC error
 | 
  
    | 2439 | mtd->read(0x5b0 bytes from 0x1128a50) returned ECC error
 | 
  
    | 2440 | mtd->read(0x62c bytes from 0x11289d4) returned ECC error
 | 
  
    | 2441 | mtd->read(0x6a8 bytes from 0x1128958) returned ECC error
 | 
  
    | 2442 | mtd->read(0x724 bytes from 0x11288dc) returned ECC error
 | 
  
    | 2443 | mtd->read(0x798 bytes from 0x1128868) returned ECC error
 | 
  
    | 2444 | mtd->read(0x80c bytes from 0x11287f4) returned ECC error
 | 
  
    | 2445 | mtd->read(0x80 bytes from 0x1128780) returned ECC error
 | 
  
    | 2446 | mtd->read(0xf4 bytes from 0x112870c) returned ECC error
 | 
  
    | 2447 | mtd->read(0x168 bytes from 0x1128698) returned ECC error
 | 
  
    | 2448 | mtd->read(0x1dc bytes from 0x1128624) returned ECC error
 | 
  
    | 2449 | mtd->read(0x250 bytes from 0x11285b0) returned ECC error
 | 
  
    | 2450 | mtd->read(0x4a4 bytes from 0xeb9b5c) returned ECC error
 | 
  
    | 2451 | mtd->read(0x2c4 bytes from 0x112853c) returned ECC error
 | 
  
    | 2452 | mtd->read(0x340 bytes from 0x11284c0) returned ECC error
 | 
  
    | 2453 | mtd->read(0x3bc bytes from 0x1128444) returned ECC error
 | 
  
    | 2454 | mtd->read(0x438 bytes from 0x11283c8) returned ECC error
 | 
  
    | 2455 | mtd->read(0x4b4 bytes from 0x112834c) returned ECC error
 | 
  
    | 2456 | mtd->read(0x530 bytes from 0x11282d0) returned ECC error
 | 
  
    | 2457 | mtd->read(0x5ac bytes from 0x1128254) returned ECC error
 | 
  
    | 2458 | mtd->read(0x624 bytes from 0x11281dc) returned ECC error
 | 
  
    | 2459 | mtd->read(0x698 bytes from 0x1128168) returned ECC error
 | 
  
    | 2460 | mtd->read(0x70c bytes from 0x11280f4) returned ECC error
 | 
  
    | 2461 | mtd->read(0x520 bytes from 0xeb9ae0) returned ECC error
 | 
  
    | 2462 | mtd->read(0x780 bytes from 0x1128080) returned ECC error
 | 
  
    | 2463 | mtd->read(0x7f4 bytes from 0x112800c) returned ECC error
 | 
  
    | 2464 | mtd->read(0x68 bytes from 0x1127f98) returned ECC error
 | 
  
    | 2465 | mtd->read(0xdc bytes from 0x1127f24) returned ECC error
 | 
  
    | 2466 | mtd->read(0x150 bytes from 0x1127eb0) returned ECC error
 | 
  
    | 2467 | mtd->read(0x1c4 bytes from 0x1127e3c) returned ECC error
 | 
  
    | 2468 | mtd->read(0x238 bytes from 0x1127dc8) returned ECC error
 | 
  
    | 2469 | mtd->read(0x2ac bytes from 0x1127d54) returned ECC error
 | 
  
    | 2470 | mtd->read(0x320 bytes from 0x1127ce0) returned ECC error
 | 
  
    | 2471 | mtd->read(0x394 bytes from 0x1127c6c) returned ECC error
 | 
  
    | 2472 | mtd->read(0x39c bytes from 0xeb2464) returned ECC error
 | 
  
    | 2473 | mtd->read(0x40c bytes from 0x1127bf4) returned ECC error
 | 
  
    | 2474 | mtd->read(0x484 bytes from 0x1127b7c) returned ECC error
 | 
  
    | 2475 | mtd->read(0x4fc bytes from 0x1127b04) returned ECC error
 | 
  
    | 2476 | mtd->read(0x574 bytes from 0x1127a8c) returned ECC error
 | 
  
    | 2477 | mtd->read(0x5ec bytes from 0x1127a14) returned ECC error
 | 
  
    | 2478 | mtd->read(0x664 bytes from 0x112799c) returned ECC error
 | 
  
    | 2479 | mtd->read(0x6dc bytes from 0x1127924) returned ECC error
 | 
  
    | 2480 | mtd->read(0x754 bytes from 0x11278ac) returned ECC error
 | 
  
    | 2481 | mtd->read(0x7cc bytes from 0x1127834) returned ECC error
 | 
  
    | 2482 | mtd->read(0xb4 bytes from 0x112774c) returned ECC error
 | 
  
    | 2483 | mtd->read(0x424 bytes from 0xeb23dc) returned ECC error
 | 
  
    | 2484 | mtd->read(0x128 bytes from 0x11276d8) returned ECC error
 | 
  
    | 2485 | mtd->read(0x1a0 bytes from 0x1127660) returned ECC error
 | 
  
    | 2486 | mtd->read(0x218 bytes from 0x11275e8) returned ECC error
 | 
  
    | 2487 | mtd->read(0x6f4 bytes from 0xe0010c) returned ECC error
 | 
  
    | 2488 | mtd->read(0x44 bytes from 0xe0010c) returned ECC error
 | 
  
    | 2489 | devtmpfs: mounted
 | 
  
    | 2490 | Freeing init memory: 164K
 | 
  
    | 2491 | mtd->read(0x37c bytes from 0x1785c84) returned ECC error
 | 
  
    | 2492 | mtd->read(0x3f8 bytes from 0x1785c08) returned ECC error
 | 
  
    | 2493 | mtd->read(0x49c bytes from 0xeb2364) returned ECC error
 | 
  
    | 2494 | mtd->read(0x47c bytes from 0x1785b84) returned ECC error
 | 
  
    | 2495 | mtd->read(0x4f8 bytes from 0x1785b08) returned ECC error
 | 
  
    | 2496 | mtd->read(0x57c bytes from 0x1785a84) returned ECC error
 | 
  
    | 2497 | mtd->read(0x600 bytes from 0x1785a00) returned ECC error
 | 
  
    | 2498 | mtd->read(0x684 bytes from 0x178597c) returned ECC error
 | 
  
    | 2499 | mtd->read(0x708 bytes from 0x17858f8) returned ECC error
 | 
  
    | 2500 | mtd->read(0x3ac bytes from 0x1784454) returned ECC error
 | 
  
    | 2501 | mtd->read(0x434 bytes from 0x17843cc) returned ECC error
 | 
  
    | 2502 | mtd->read(0x4bc bytes from 0x1784344) returned ECC error
 | 
  
    | 2503 | mtd->read(0x40 bytes from 0x17817c0) returned ECC error
 | 
  
    | 2504 | mtd->read(0x518 bytes from 0xeb22e8) returned ECC error
 | 
  
    | 2505 | mtd->read(0xc8 bytes from 0x1781738) returned ECC error
 | 
  
    | 2506 | mtd->read(0x150 bytes from 0x17816b0) returned ECC error
 | 
  
    | 2507 | mtd->read(0x1d4 bytes from 0x178162c) returned ECC error
 | 
  
    | 2508 | mtd->read(0x264 bytes from 0x178159c) returned ECC error
 | 
  
    | 2509 | mtd->read(0x2e8 bytes from 0x1781518) returned ECC error
 | 
  
    | 2510 | mtd->read(0x370 bytes from 0x1781490) returned ECC error
 | 
  
    | 2511 | mtd->read(0x3f4 bytes from 0x178140c) returned ECC error
 | 
  
    | 2512 | mtd->read(0x800 bytes from 0x1780000) returned ECC error
 | 
  
    | 2513 | mtd->read(0x84 bytes from 0x177ff7c) returned ECC error
 | 
  
    | 2514 | mtd->read(0xe8 bytes from 0xeac718) returned ECC error
 | 
  
    | 2515 | mtd->read(0x41c bytes from 0x1779be4) returned ECC error
 | 
  
    | 2516 | mtd->read(0x4a0 bytes from 0x1779b60) returned ECC error
 | 
  
    | 2517 | mtd->read(0x524 bytes from 0x1779adc) returned ECC error
 | 
  
    | 2518 | mtd->read(0x550 bytes from 0x1777ab0) returned ECC error
 | 
  
    | 2519 | mtd->read(0x5d8 bytes from 0x1777a28) returned ECC error
 | 
  
    | 2520 | mtd->read(0x65c bytes from 0x17779a4) returned ECC error
 | 
  
    | 2521 | mtd->read(0x5e0 bytes from 0x176d220) returned ECC error
 | 
  
    | 2522 | mtd->read(0x7a4 bytes from 0x176705c) returned ECC error
 | 
  
    | 2523 | mtd->read(0x2c bytes from 0x1766fd4) returned ECC error
 | 
  
    | 2524 | mtd->read(0x160 bytes from 0xeac6a0) returned ECC error
 | 
  
    | 2525 | mtd->read(0x4 bytes from 0x1767000) returned ECC error
 | 
  
    | 2526 | mtd->read(0x7d0 bytes from 0x1764030) returned ECC error
 | 
  
    | 2527 | mtd->read(0x54 bytes from 0x1763fac) returned ECC error
 | 
  
    | 2528 | mtd->read(0xd8 bytes from 0x1763f28) returned ECC error
 | 
  
    | 2529 | mtd->read(0x270 bytes from 0x1763590) returned ECC error
 | 
  
    | 2530 | mtd->read(0x2f8 bytes from 0x1763508) returned ECC error
 | 
  
    | 2531 | mtd->read(0x32c bytes from 0x17634d4) returned ECC error
 | 
  
    | 2532 | mtd->read(0x360 bytes from 0x17634a0) returned ECC error
 | 
  
    | 2533 | mtd->read(0x394 bytes from 0x176346c) returned ECC error
 | 
  
    | 2534 | mtd->read(0x64 bytes from 0xea579c) returned ECC error
 | 
  
    | 2535 | mtd->read(0x3c8 bytes from 0x1763438) returned ECC error
 | 
  
    | 2536 | mtd->read(0x7c4 bytes from 0x175803c) returned ECC error
 | 
  
    | 2537 | mtd->read(0x48 bytes from 0x1757fb8) returned ECC error
 | 
  
    | 2538 | mtd->read(0xcc bytes from 0x1757f34) returned ECC error
 | 
  
    | 2539 | mtd->read(0x728 bytes from 0x17570d8) returned ECC error
 | 
  
    | 2540 | mtd->read(0x7ac bytes from 0x1757054) returned ECC error
 | 
  
    | 2541 | mtd->read(0x30 bytes from 0x1756fd0) returned ECC error
 | 
  
    | 2542 | mtd->read(0x274 bytes from 0x16fdd8c) returned ECC error
 | 
  
    | 2543 | mtd->read(0x2f8 bytes from 0x16fdd08) returned ECC error
 | 
  
    | 2544 | mtd->read(0x1a0 bytes from 0x16fbe60) returned ECC error
 | 
  
    | 2545 | mtd->read(0x67c bytes from 0xe9e984) returned ECC error
 | 
  
    | 2546 | mtd->read(0x208 bytes from 0x16fadf8) returned ECC error
 | 
  
    | 2547 | mtd->read(0x28c bytes from 0x16fad74) returned ECC error
 | 
  
    | 2548 | mtd->read(0x310 bytes from 0x16facf0) returned ECC error
 | 
  
    | 2549 | mtd->read(0x390 bytes from 0x16fac70) returned ECC error
 | 
  
    | 2550 | mtd->read(0x414 bytes from 0x16fabec) returned ECC error
 | 
  
    | 2551 | mtd->read(0x498 bytes from 0x16fab68) returned ECC error
 | 
  
    | 2552 | mtd->read(0x51c bytes from 0x16faae4) returned ECC error
 | 
  
    | 2553 | mtd->read(0x59c bytes from 0x16faa64) returned ECC error
 | 
  
    | 2554 | mtd->read(0x628 bytes from 0x16fa9d8) returned ECC error
 | 
  
    | 2555 | mtd->read(0x6a4 bytes from 0x16fa95c) returned ECC error
 | 
  
    | 2556 | mtd->read(0x38c bytes from 0xe9ac74) returned ECC error
 | 
  
    | 2557 | mtd->read(0x680 bytes from 0x16f7180) returned ECC error
 | 
  
    | 2558 | mtd->read(0x818 bytes from 0x16f37e8) returned ECC error
 | 
  
    | 2559 | mtd->read(0xa8 bytes from 0x16f3758) returned ECC error
 | 
  
    | 2560 | mtd->read(0xdc bytes from 0x16f3724) returned ECC error
 | 
  
    | 2561 | mtd->read(0x110 bytes from 0x16f36f0) returned ECC error
 | 
  
    | 2562 | mtd->read(0x144 bytes from 0x16f36bc) returned ECC error
 | 
  
    | 2563 | mtd->read(0x178 bytes from 0x16f3688) returned ECC error
 | 
  
    | 2564 | mtd->read(0x36c bytes from 0x16f1c94) returned ECC error
 | 
  
    | 2565 | mtd->read(0x300 bytes from 0xe96d00) returned ECC error
 | 
  
    | 2566 | mtd->read(0x3f0 bytes from 0x16f1c10) returned ECC error
 | 
  
    | 2567 | mtd->read(0x6c4 bytes from 0xe9213c) returned ECC error
 | 
  
    | 2568 | mtd->read(0x10c bytes from 0x16edef4) returned ECC error
 | 
  
    | 2569 | mtd->read(0x114 bytes from 0xe7beec) returned ECC error
 | 
  
    | 2570 | mtd->read(0x18c bytes from 0xe7be74) returned ECC error
 | 
  
    | 2571 | mtd->read(0xbc bytes from 0x16ecf44) returned ECC error
 | 
  
    | 2572 | mtd->read(0x450 bytes from 0x16e9bb0) returned ECC error
 | 
  
    | 2573 | mtd->read(0x7d8 bytes from 0x16cc028) returned ECC error
 | 
  
    | 2574 | mtd->read(0x78c bytes from 0x16ca874) returned ECC error
 | 
  
    | 2575 | mtd->read(0x154 bytes from 0x16c86ac) returned ECC error
 | 
  
    | 2576 | mtd->read(0x754 bytes from 0x16c10ac) returned ECC error
 | 
  
    | 2577 | mtd->read(0x7d8 bytes from 0x16c1028) returned ECC error
 | 
  
    | 2578 | mtd->read(0x5d8 bytes from 0x16b5228) returned ECC error
 | 
  
    | 2579 | mtd->read(0x2ec bytes from 0x16b1514) returned ECC error
 | 
  
    | 2580 | mtd->read(0x370 bytes from 0x16b1490) returned ECC error
 | 
  
    | 2581 | mtd->read(0x7dc bytes from 0x16ae024) returned ECC error
 | 
  
    | 2582 | mtd->read(0x708 bytes from 0x16aa8f8) returned ECC error
 | 
  
    | 2583 | mtd->read(0x370 bytes from 0xe00490) returned ECC error
 | 
  
    | 2584 | mtd->read(0x44 bytes from 0xe00490) returned ECC error
 | 
  
    | 2585 | mtd->read(0x20c bytes from 0xe7bdf4) returned ECC error
 | 
  
    | 2586 | mtd->read(0x2e4 bytes from 0x16fad1c) returned ECC error
 | 
  
    | 2587 | mtd->read(0x44 bytes from 0x16fad1c) returned ECC error
 | 
  
    | 2588 | mtd->read(0x14 bytes from 0x16fad60) returned ECC error
 | 
  
    | 2589 | mtd->read(0x80c bytes from 0x14357f4) returned ECC error
 | 
  
    | 2590 | mtd->read(0x80 bytes from 0x1435780) returned ECC error
 | 
  
    | 2591 | mtd->read(0xf4 bytes from 0x143570c) returned ECC error
 | 
  
    | 2592 | mtd->read(0x168 bytes from 0x1435698) returned ECC error
 | 
  
    | 2593 | mtd->read(0x794 bytes from 0x143206c) returned ECC error
 | 
  
    | 2594 | mtd->read(0x81c bytes from 0x1431fe4) returned ECC error
 | 
  
    | 2595 | mtd->read(0x284 bytes from 0xe7bd7c) returned ECC error
 | 
  
    | 2596 | mtd->read(0x740 bytes from 0x14300c0) returned ECC error
 | 
  
    | 2597 | mtd->read(0x300 bytes from 0xe7bd00) returned ECC error
 | 
  
    | 2598 | mtd->read(0x7c8 bytes from 0x1430038) returned ECC error
 | 
  
    | 2599 | mtd->read(0x378 bytes from 0xe7bc88) returned ECC error
 | 
  
    | 2600 | mtd->read(0x54 bytes from 0x142ffac) returned ECC error
 | 
  
    | 2601 | mtd->read(0x3f0 bytes from 0xe7bc10) returned ECC error
 | 
  
    | 2602 | mtd->read(0x674 bytes from 0x142f18c) returned ECC error
 | 
  
    | 2603 | mtd->read(0x4d0 bytes from 0x1429330) returned ECC error
 | 
  
    | 2604 | mtd->read(0x560 bytes from 0x14292a0) returned ECC error
 | 
  
    | 2605 | mtd->read(0x64 bytes from 0x142779c) returned ECC error
 | 
  
    | 2606 | mtd->read(0xf4 bytes from 0x142770c) returned ECC error
 | 
  
    | 2607 | mtd->read(0x54 bytes from 0x14217ac) returned ECC error
 | 
  
    | 2608 | mtd->read(0x270 bytes from 0x1413d90) returned ECC error
 | 
  
    | 2609 | mtd->read(0x304 bytes from 0x1413cfc) returned ECC error
 | 
  
    | 2610 | mtd->read(0x30 bytes from 0x1410fd0) returned ECC error
 | 
  
    | 2611 | mtd->read(0xb bytes from 0x1411000) returned ECC error
 | 
  
    | 2612 | mtd->read(0x7e8 bytes from 0x13ff818) returned ECC error
 | 
  
    | 2613 | mtd->read(0x46c bytes from 0xe7bb94) returned ECC error
 | 
  
    | 2614 | mtd->read(0x88 bytes from 0x13ff778) returned ECC error
 | 
  
    | 2615 | mtd->read(0xf0 bytes from 0x13e9710) returned ECC error
 | 
  
    | 2616 | mtd->read(0x190 bytes from 0x13e9670) returned ECC error
 | 
  
    | 2617 | mtd->read(0x560 bytes from 0x13da2a0) returned ECC error
 | 
  
    | 2618 | mtd->read(0x600 bytes from 0x13da200) returned ECC error
 | 
  
    | 2619 | mtd->read(0x55c bytes from 0x13d92a4) returned ECC error
 | 
  
    | 2620 | mtd->read(0x5fc bytes from 0x13d9204) returned ECC error
 | 
  
    | 2621 | mtd->read(0x16c bytes from 0x13d6e94) returned ECC error
 | 
  
    | 2622 | mtd->read(0x1f0 bytes from 0x13d6e10) returned ECC error
 | 
  
    | 2623 | mtd->read(0x4e4 bytes from 0xe7bb1c) returned ECC error
 | 
  
    | 2624 | mtd->read(0x278 bytes from 0x13d6d88) returned ECC error
 | 
  
    | 2625 | mtd->read(0x34 bytes from 0x13d37cc) returned ECC error
 | 
  
    | 2626 | mtd->read(0x3 bytes from 0x13d3800) returned ECC error
 | 
  
    | 2627 | mtd->read(0xc4 bytes from 0x13d373c) returned ECC error
 | 
  
    | 2628 | mtd->read(0x520 bytes from 0x13c9ae0) returned ECC error
 | 
  
    | 2629 | mtd->read(0x5b0 bytes from 0x13c9a50) returned ECC error
 | 
  
    | 2630 | mtd->read(0x3e8 bytes from 0x13bf418) returned ECC error
 | 
  
    | 2631 | mtd->read(0x40 bytes from 0x13b77c0) returned ECC error
 | 
  
    | 2632 | mtd->read(0x200 bytes from 0x13b6600) returned ECC error
 | 
  
    | 2633 | mtd->read(0x28c bytes from 0x13b6574) returned ECC error
 | 
  
    | 2634 | mtd->read(0x37c bytes from 0x13b5484) returned ECC error
 | 
  
    | 2635 | mtd->read(0x55c bytes from 0xe7baa4) returned ECC error
 | 
  
    | 2636 | mtd->read(0x410 bytes from 0x13b53f0) returned ECC error
 | 
  
    | 2637 | mtd->read(0x4b8 bytes from 0x13afb48) returned ECC error
 | 
  
    | 2638 | mtd->read(0x540 bytes from 0x13afac0) returned ECC error
 | 
  
    | 2639 | mtd->read(0x434 bytes from 0x13aebcc) returned ECC error
 | 
  
    | 2640 | mtd->read(0x228 bytes from 0x13addd8) returned ECC error
 | 
  
    | 2641 | mtd->read(0xe0 bytes from 0x13acf20) returned ECC error
 | 
  
    | 2642 | mtd->read(0x6d0 bytes from 0x13ac130) returned ECC error
 | 
  
    | 2643 | mtd->read(0x584 bytes from 0x13ab27c) returned ECC error
 | 
  
    | 2644 | mtd->read(0x518 bytes from 0x13aa2e8) returned ECC error
 | 
  
    | 2645 | mtd->read(0x5b0 bytes from 0x13aa250) returned ECC error
 | 
  
    | 2646 | mtd->read(0x7b0 bytes from 0xe72050) returned ECC error
 | 
  
    | 2647 | mtd->read(0xb0 bytes from 0x13a4f50) returned ECC error
 | 
  
    | 2648 | mtd->read(0x760 bytes from 0x13a28a0) returned ECC error
 | 
  
    | 2649 | mtd->read(0x7f8 bytes from 0x13a2808) returned ECC error
 | 
  
    | 2650 | mtd->read(0x408 bytes from 0x139ebf8) returned ECC error
 | 
  
    | 2651 | mtd->read(0x490 bytes from 0x139eb70) returned ECC error
 | 
  
    | 2652 | mtd->read(0x6c4 bytes from 0x139593c) returned ECC error
 | 
  
    | 2653 | mtd->read(0x230 bytes from 0x13855d0) returned ECC error
 | 
  
    | 2654 | mtd->read(0x2c0 bytes from 0x1385540) returned ECC error
 | 
  
    | 2655 | mtd->read(0x348 bytes from 0x13854b8) returned ECC error
 | 
  
    | 2656 | mtd->read(0x730 bytes from 0x13258d0) returned ECC error
 | 
  
    | 2657 | mtd->read(0x30 bytes from 0xe71fd0) returned ECC error
 | 
  
    | 2658 | mtd->read(0x5d0 bytes from 0x1314230) returned ECC error
 | 
  
    | 2659 | mtd->read(0x7e0 bytes from 0x12f4020) returned ECC error
 | 
  
    | 2660 | mtd->read(0x5a0 bytes from 0x12f1260) returned ECC error
 | 
  
    | 2661 | mtd->read(0x628 bytes from 0x12f11d8) returned ECC error
 | 
  
    | 2662 | mtd->read(0x6b0 bytes from 0x12f1150) returned ECC error
 | 
  
    | 2663 | mtd->read(0x64 bytes from 0x12eff9c) returned ECC error
 | 
  
    | 2664 | mtd->read(0x320 bytes from 0x123dce0) returned ECC error
 | 
  
    | 2665 | mtd->read(0x3b0 bytes from 0x123dc50) returned ECC error
 | 
  
    | 2666 | mtd->read(0x30 bytes from 0x12397d0) returned ECC error
 | 
  
    | 2667 | mtd->read(0xa bytes from 0x1239800) returned ECC error
 | 
  
    | 2668 | mtd->read(0xac bytes from 0xe71f54) returned ECC error
 | 
  
    | 2669 | mtd->read(0x25c bytes from 0x12385a4) returned ECC error
 | 
  
    | 2670 | mtd->read(0x2ec bytes from 0x1238514) returned ECC error
 | 
  
    | 2671 | mtd->read(0x320 bytes from 0x12324e0) returned ECC error
 | 
  
    | 2672 | mtd->read(0x3a8 bytes from 0x1232458) returned ECC error
 | 
  
    | 2673 | mtd->read(0x430 bytes from 0x12323d0) returned ECC error
 | 
  
    | 2674 | mtd->read(0x5cc bytes from 0x1189234) returned ECC error
 | 
  
    | 2675 | mtd->read(0xc8 bytes from 0x1175738) returned ECC error
 | 
  
    | 2676 | mtd->read(0x158 bytes from 0x11756a8) returned ECC error
 | 
  
    | 2677 | mtd->read(0x7d4 bytes from 0x117002c) returned ECC error
 | 
  
    | 2678 | mtd->read(0x5c bytes from 0x116ffa4) returned ECC error
 | 
  
    | 2679 | mtd->read(0x124 bytes from 0xe71edc) returned ECC error
 | 
  
    | 2680 | mtd->read(0xe4 bytes from 0x116ff1c) returned ECC error
 | 
  
    | 2681 | mtd->read(0x524 bytes from 0x116eadc) returned ECC error
 | 
  
    | 2682 | mtd->read(0x404 bytes from 0x115dbfc) returned ECC error
 | 
  
    | 2683 | mtd->read(0x48c bytes from 0x115db74) returned ECC error
 | 
  
    | 2684 | mtd->read(0x528 bytes from 0x115dad8) returned ECC error
 | 
  
    | 2685 | mtd->read(0x3f8 bytes from 0x115d408) returned ECC error
 | 
  
    | 2686 | mtd->read(0x480 bytes from 0x115d380) returned ECC error
 | 
  
    | 2687 | mtd->read(0x1b4 bytes from 0x114ae4c) returned ECC error
 | 
  
    | 2688 | mtd->read(0x5a4 bytes from 0xe0025c) returned ECC error
 | 
  
    | 2689 | mtd->read(0x44 bytes from 0xe0025c) returned ECC error
 | 
  
    | 2690 | mtd->read(0x234 bytes from 0xe71dcc) returned ECC error
 | 
  
    | 2691 | mtd->read(0x6a0 bytes from 0x1661960) returned ECC error
 | 
  
    | 2692 | mtd->read(0x610 bytes from 0x165d1f0) returned ECC error
 | 
  
    | 2693 | mtd->read(0x594 bytes from 0x1659a6c) returned ECC error
 | 
  
    | 2694 | mtd->read(0x7b4 bytes from 0x165704c) returned ECC error
 | 
  
    | 2695 | mtd->read(0x728 bytes from 0x16500d8) returned ECC error
 | 
  
    | 2696 | mtd->read(0x240 bytes from 0x164b5c0) returned ECC error
 | 
  
    | 2697 | mtd->read(0x6a0 bytes from 0x1646960) returned ECC error
 | 
  
    | 2698 | mtd->read(0x45c bytes from 0x163fba4) returned ECC error
 | 
  
    | 2699 | mtd->read(0x58 bytes from 0x163c7a8) returned ECC error
 | 
  
    | 2700 | mtd->read(0x74 bytes from 0x163878c) returned ECC error
 | 
  
    | 2701 | mtd->read(0x2b0 bytes from 0xe71d50) returned ECC error
 | 
  
    | 2702 | mtd->read(0x5fc bytes from 0x1633a04) returned ECC error
 | 
  
    | 2703 | mtd->read(0x500 bytes from 0x162db00) returned ECC error
 | 
  
    | 2704 | mtd->read(0x4c0 bytes from 0x162a340) returned ECC error
 | 
  
    | 2705 | mtd->read(0xc4 bytes from 0x162673c) returned ECC error
 | 
  
    | 2706 | mtd->read(0x288 bytes from 0x1623578) returned ECC error
 | 
  
    | 2707 | mtd->read(0xc0 bytes from 0x161ef40) returned ECC error
 | 
  
    | 2708 | mtd->read(0x4c8 bytes from 0x160c338) returned ECC error
 | 
  
    | 2709 | mtd->read(0x4f8 bytes from 0x1604308) returned ECC error
 | 
  
    | 2710 | mtd->read(0x6a8 bytes from 0x15f4158) returned ECC error
 | 
  
    | 2711 | mtd->read(0x328 bytes from 0xe71cd8) returned ECC error
 | 
  
    | 2712 | mtd->read(0x6ac bytes from 0x15ef954) returned ECC error
 | 
  
    | 2713 | mtd->read(0x1d0 bytes from 0x15e8e30) returned ECC error
 | 
  
    | 2714 | mtd->read(0x6bc bytes from 0x15e3944) returned ECC error
 | 
  
    | 2715 | mtd->read(0x4a0 bytes from 0x15e0b60) returned ECC error
 | 
  
    | 2716 | mtd->read(0x5fc bytes from 0x15d8a04) returned ECC error
 | 
  
    | 2717 | mtd->read(0x238 bytes from 0x15d5dc8) returned ECC error
 | 
  
    | 2718 | mtd->read(0x804 bytes from 0x15817fc) returned ECC error
 | 
  
    | 2719 | mtd->read(0x100 bytes from 0x1581700) returned ECC error
 | 
  
    | 2720 | mtd->read(0x330 bytes from 0xe67cd0) returned ECC error
 | 
  
    | 2721 | mtd->read(0x174 bytes from 0x158168c) returned ECC error
 | 
  
    | 2722 | mtd->read(0x3b4 bytes from 0xe67c4c) returned ECC error
 | 
  
    | 2723 | mtd->read(0x50 bytes from 0x14357b0) returned ECC error
 | 
  
    | 2724 | mtd->read(0x42c bytes from 0xe67bd4) returned ECC error
 | 
  
    | 2725 | mtd->read(0x44 bytes from 0x14357b0) returned ECC error
 | 
  
    | 2726 | mtd->read(0x4a8 bytes from 0xe67b58) returned ECC error
 | 
  
    | 2727 | mtd->read(0x6a0 bytes from 0x15d5960) returned ECC error
 | 
  
    | 2728 | mtd->read(0xe0 bytes from 0x15d5720) returned ECC error
 | 
  
    | 2729 | mtd->read(0x1e8 bytes from 0x15d5618) returned ECC error
 | 
  
    | 2730 | mtd->read(0x450 bytes from 0x15d53b0) returned ECC error
 | 
  
    | 2731 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x015d53b0: read 0x
 | 
  
    | 2732 | 2a0f3b2c, calculated 0x8c783098.
 | 
  
    | 2733 | mtd->read(0x524 bytes from 0xe67adc) returned ECC error
 | 
  
    | 2734 | mtd->read(0x58 bytes from 0x15d4fa8) returned ECC error
 | 
  
    | 2735 | mtd->read(0x50c bytes from 0x15d4af4) returned ECC error
 | 
  
    | 2736 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x015d4af4: read 0x
 | 
  
    | 2737 | f62fd04, calculated 0xf7e711ee.
 | 
  
    | 2738 | mtd->read(0x744 bytes from 0x15d40bc) returned ECC error
 | 
  
    | 2739 | mtd->read(0x76c bytes from 0x15d3894) returned ECC error
 | 
  
    | 2740 | mtd->read(0x484 bytes from 0x15d337c) returned ECC error
 | 
  
    | 2741 | mtd->read(0x7c0 bytes from 0x15d3040) returned ECC error
 | 
  
    | 2742 | mtd->read(0x2c0 bytes from 0x15d2d40) returned ECC error
 | 
  
    | 2743 | mtd->read(0x5f8 bytes from 0x15d2a08) returned ECC error
 | 
  
    | 2744 | mtd->read(0x5a0 bytes from 0xe67a60) returned ECC error
 | 
  
    | 2745 | mtd->read(0xf8 bytes from 0x15d2708) returned ECC error
 | 
  
    | 2746 | mtd->read(0x3c8 bytes from 0x15d2438) returned ECC error
 | 
  
    | 2747 | mtd->read(0x684 bytes from 0x15d217c) returned ECC error
 | 
  
    | 2748 | mtd->read(0x1f4 bytes from 0x15d1e0c) returned ECC error
 | 
  
    | 2749 | mtd->read(0x7e0 bytes from 0x15d1020) returned ECC error
 | 
  
    | 2750 | mtd->read(0x68 bytes from 0x15d0798) returned ECC error
 | 
  
    | 2751 | mtd->read(0x810 bytes from 0x15cfff0) returned ECC error
 | 
  
    | 2752 | mtd->read(0x654 bytes from 0x15cf9ac) returned ECC error
 | 
  
    | 2753 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x015cf9ac: read 0x
 | 
  
    | 2754 | e4f98c4, calculated 0xec4bb2c9.
 | 
  
    | 2755 | mtd->read(0x380 bytes from 0x15cf480) returned ECC error
 | 
  
    | 2756 | mtd->read(0x5fc bytes from 0xe67204) returned ECC error
 | 
  
    | 2757 | mtd->read(0x118 bytes from 0x15ceee8) returned ECC error
 | 
  
    | 2758 | mtd->read(0x680 bytes from 0xe67180) returned ECC error
 | 
  
    | 2759 | mtd->read(0x6f8 bytes from 0xe67108) returned ECC error
 | 
  
    | 2760 | mtd->read(0x6cc bytes from 0x15ce934) returned ECC error
 | 
  
    | 2761 | mtd->read(0x4e0 bytes from 0x15ce320) returned ECC error
 | 
  
    | 2762 | mtd->read(0x3b0 bytes from 0x15cdc50) returned ECC error
 | 
  
    | 2763 | mtd->read(0x274 bytes from 0x15cd58c) returned ECC error
 | 
  
    | 2764 | mtd->read(0x7a0 bytes from 0x15cd060) returned ECC error
 | 
  
    | 2765 | mtd->read(0x2c0 bytes from 0x15ccd40) returned ECC error
 | 
  
    | 2766 | mtd->read(0x6b0 bytes from 0x15cc950) returned ECC error
 | 
  
    | 2767 | mtd->read(0x218 bytes from 0x15cc5e8) returned ECC error
 | 
  
    | 2768 | mtd->read(0x4d4 bytes from 0x15cc32c) returned ECC error
 | 
  
    | 2769 | mtd->read(0xd4 bytes from 0x15cbf2c) returned ECC error
 | 
  
    | 2770 | mtd->read(0x3c8 bytes from 0x15cbc38) returned ECC error
 | 
  
    | 2771 | mtd->read(0x750 bytes from 0x15cb8b0) returned ECC error
 | 
  
    | 2772 | mtd->read(0x218 bytes from 0x15cb5e8) returned ECC error
 | 
  
    | 2773 | mtd->read(0x61c bytes from 0x15cb1e4) returned ECC error
 | 
  
    | 2774 | mtd->read(0x1a0 bytes from 0xe5de60) returned ECC error
 | 
  
    | 2775 | mtd->read(0x47c bytes from 0x15cab84) returned ECC error
 | 
  
    | 2776 | mtd->read(0x77c bytes from 0x15ca884) returned ECC error
 | 
  
    | 2777 | mtd->read(0x31c bytes from 0x15ca4e4) returned ECC error
 | 
  
    | 2778 | mtd->read(0x720 bytes from 0x15ca0e0) returned ECC error
 | 
  
    | 2779 | mtd->read(0x29c bytes from 0x15c9d64) returned ECC error
 | 
  
    | 2780 | mtd->read(0x598 bytes from 0x15c9a68) returned ECC error
 | 
  
    | 2781 | mtd->read(0x194 bytes from 0x15c966c) returned ECC error
 | 
  
    | 2782 | mtd->read(0x4ec bytes from 0x15c9314) returned ECC error
 | 
  
    | 2783 | mtd->read(0x7c0 bytes from 0x15c9040) returned ECC error
 | 
  
    | 2784 | mtd->read(0x48c bytes from 0xe59b74) returned ECC error
 | 
  
    | 2785 | mtd->read(0x3b4 bytes from 0x15c8c4c) returned ECC error
 | 
  
    | 2786 | mtd->read(0x1f4 bytes from 0x15c860c) returned ECC error
 | 
  
    | 2787 | mtd->read(0x62c bytes from 0x15c81d4) returned ECC error
 | 
  
    | 2788 | mtd->read(0xac bytes from 0x15c7f54) returned ECC error
 | 
  
    | 2789 | mtd->read(0x5cc bytes from 0x15c7a34) returned ECC error
 | 
  
    | 2790 | mtd->read(0x3c4 bytes from 0x15c743c) returned ECC error
 | 
  
    | 2791 | mtd->read(0x374 bytes from 0x15c6c8c) returned ECC error
 | 
  
    | 2792 | mtd->read(0x94 bytes from 0x15c5f6c) returned ECC error
 | 
  
    | 2793 | mtd->read(0x6a8 bytes from 0x15c5958) returned ECC error
 | 
  
    | 2794 | mtd->read(0x568 bytes from 0x15c5298) returned ECC error
 | 
  
    | 2795 | mtd->read(0x50c bytes from 0xe59af4) returned ECC error
 | 
  
    | 2796 | mtd->read(0x354 bytes from 0x15c4cac) returned ECC error
 | 
  
    | 2797 | mtd->read(0xbc bytes from 0x15c4744) returned ECC error
 | 
  
    | 2798 | mtd->read(0x5fc bytes from 0x15c4204) returned ECC error
 | 
  
    | 2799 | mtd->read(0x2cc bytes from 0x15c3d34) returned ECC error
 | 
  
    | 2800 | mtd->read(0xd0 bytes from 0x15c3730) returned ECC error
 | 
  
    | 2801 | mtd->read(0x7bc bytes from 0x15c3044) returned ECC error
 | 
  
    | 2802 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x015c3044: read 0x
 | 
  
    | 2803 | 9312cf71, calculated 0x46307e1e.
 | 
  
    | 2804 | mtd->read(0x6c0 bytes from 0x15c2940) returned ECC error
 | 
  
    | 2805 | mtd->read(0x5f8 bytes from 0x15c2208) returned ECC error
 | 
  
    | 2806 | mtd->read(0x54c bytes from 0x15c1ab4) returned ECC error
 | 
  
    | 2807 | mtd->read(0x7bc bytes from 0x15c1044) returned ECC error
 | 
  
    | 2808 | mtd->read(0x584 bytes from 0xe59a7c) returned ECC error
 | 
  
    | 2809 | mtd->read(0x148 bytes from 0x15c06b8) returned ECC error
 | 
  
    | 2810 | mtd->read(0x800 bytes from 0x15c0000) returned ECC error
 | 
  
    | 2811 | mtd->read(0x3b0 bytes from 0x15bfc50) returned ECC error
 | 
  
    | 2812 | mtd->read(0x5c8 bytes from 0x15bf238) returned ECC error
 | 
  
    | 2813 | mtd->read(0x75c bytes from 0x15be8a4) returned ECC error
 | 
  
    | 2814 | mtd->read(0xcc bytes from 0x15bdf34) returned ECC error
 | 
  
    | 2815 | mtd->read(0x2a4 bytes from 0x15bd55c) returned ECC error
 | 
  
    | 2816 | mtd->read(0x358 bytes from 0x15bcca8) returned ECC error
 | 
  
    | 2817 | mtd->read(0x50c bytes from 0x15bc2f4) returned ECC error
 | 
  
    | 2818 | mtd->read(0x688 bytes from 0x15bb978) returned ECC error
 | 
  
    | 2819 | mtd->read(0x34 bytes from 0x15bafcc) returned ECC error
 | 
  
    | 2820 | mtd->read(0x19c bytes from 0xe57e64) returned ECC error
 | 
  
    | 2821 | mtd->read(0x800 bytes from 0x15bb000) returned ECC error
 | 
  
    | 2822 | mtd->read(0x19c bytes from 0x15ba664) returned ECC error
 | 
  
    | 2823 | mtd->read(0x24c bytes from 0x15b9db4) returned ECC error
 | 
  
    | 2824 | mtd->read(0x3f8 bytes from 0x15b9408) returned ECC error
 | 
  
    | 2825 | mtd->read(0x47c bytes from 0x15b8b84) returned ECC error
 | 
  
    | 2826 | mtd->read(0x684 bytes from 0x15b817c) returned ECC error
 | 
  
    | 2827 | mtd->read(0x284 bytes from 0x15b6d7c) returned ECC error
 | 
  
    | 2828 | mtd->read(0x400 bytes from 0x15b6400) returned ECC error
 | 
  
    | 2829 | mtd->read(0x55c bytes from 0x15b5aa4) returned ECC error
 | 
  
    | 2830 | mtd->read(0x6ec bytes from 0x15b5114) returned ECC error
 | 
  
    | 2831 | mtd->read(0x21c bytes from 0xe57de4) returned ECC error
 | 
  
    | 2832 | mtd->read(0x60 bytes from 0x15b47a0) returned ECC error
 | 
  
    | 2833 | mtd->read(0x2f0 bytes from 0x15b3510) returned ECC error
 | 
  
    | 2834 | mtd->read(0x4c0 bytes from 0x15b2b40) returned ECC error
 | 
  
    | 2835 | mtd->read(0x6bc bytes from 0x15b2144) returned ECC error
 | 
  
    | 2836 | mtd->read(0x54 bytes from 0x15b17ac) returned ECC error
 | 
  
    | 2837 | mtd->read(0x180 bytes from 0x15b0e80) returned ECC error
 | 
  
    | 2838 | mtd->read(0x110 bytes from 0x15b06f0) returned ECC error
 | 
  
    | 2839 | mtd->read(0x330 bytes from 0x15afcd0) returned ECC error
 | 
  
    | 2840 | mtd->read(0x4fc bytes from 0x15af304) returned ECC error
 | 
  
    | 2841 | mtd->read(0x6b4 bytes from 0x15ae94c) returned ECC error
 | 
  
    | 2842 | mtd->read(0x98 bytes from 0x15adf68) returned ECC error
 | 
  
    | 2843 | mtd->read(0x240 bytes from 0xe525c0) returned ECC error
 | 
  
    | 2844 | mtd->read(0x244 bytes from 0x15ad5bc) returned ECC error
 | 
  
    | 2845 | mtd->read(0x2fc bytes from 0x15acd04) returned ECC error
 | 
  
    | 2846 | mtd->read(0x480 bytes from 0x15ac380) returned ECC error
 | 
  
    | 2847 | mtd->read(0x618 bytes from 0x15ab9e8) returned ECC error
 | 
  
    | 2848 | mtd->read(0x784 bytes from 0x15ab07c) returned ECC error
 | 
  
    | 2849 | mtd->read(0x1a4 bytes from 0x15aa65c) returned ECC error
 | 
  
    | 2850 | mtd->read(0x2f4 bytes from 0x15a9d0c) returned ECC error
 | 
  
    | 2851 | mtd->read(0x4a8 bytes from 0x15a9358) returned ECC error
 | 
  
    | 2852 | mtd->read(0x6b8 bytes from 0x15a8948) returned ECC error
 | 
  
    | 2853 | mtd->read(0xc0 bytes from 0x15a7f40) returned ECC error
 | 
  
    | 2854 | mtd->read(0x194 bytes from 0x15a766c) returned ECC error
 | 
  
    | 2855 | mtd->read(0x2b8 bytes from 0xe52548) returned ECC error
 | 
  
    | 2856 | mtd->read(0x224 bytes from 0x15a6ddc) returned ECC error
 | 
  
    | 2857 | mtd->read(0x184 bytes from 0x15a667c) returned ECC error
 | 
  
    | 2858 | mtd->read(0x234 bytes from 0x15a5dcc) returned ECC error
 | 
  
    | 2859 | mtd->read(0x32c bytes from 0x15a54d4) returned ECC error
 | 
  
    | 2860 | mtd->read(0x358 bytes from 0x15a4ca8) returned ECC error
 | 
  
    | 2861 | mtd->read(0x4a4 bytes from 0x15a435c) returned ECC error
 | 
  
    | 2862 | mtd->read(0x5cc bytes from 0x15a3a34) returned ECC error
 | 
  
    | 2863 | mtd->read(0x608 bytes from 0x15a31f8) returned ECC error
 | 
  
    | 2864 | mtd->read(0x75c bytes from 0x15a28a4) returned ECC error
 | 
  
    | 2865 | mtd->read(0x104 bytes from 0x15a1efc) returned ECC error
 | 
  
    | 2866 | mtd->read(0x1c4 bytes from 0x15a163c) returned ECC error
 | 
  
    | 2867 | mtd->read(0x334 bytes from 0xe524cc) returned ECC error
 | 
  
    | 2868 | mtd->read(0x268 bytes from 0x15a0d98) returned ECC error
 | 
  
    | 2869 | mtd->read(0x4ac bytes from 0x15a0354) returned ECC error
 | 
  
    | 2870 | mtd->read(0x800 bytes from 0x15a0000) returned ECC error
 | 
  
    | 2871 | mtd->read(0xb0 bytes from 0x159f750) returned ECC error
 | 
  
    | 2872 | mtd->read(0x228 bytes from 0x159edd8) returned ECC error
 | 
  
    | 2873 | mtd->read(0x3a4 bytes from 0x159e45c) returned ECC error
 | 
  
    | 2874 | mtd->read(0x530 bytes from 0x159dad0) returned ECC error
 | 
  
    | 2875 | mtd->read(0x6f4 bytes from 0x159d10c) returned ECC error
 | 
  
    | 2876 | mtd->read(0xb4 bytes from 0x159c74c) returned ECC error
 | 
  
    | 2877 | mtd->read(0x1a4 bytes from 0x159be5c) returned ECC error
 | 
  
    | 2878 | mtd->read(0x3ac bytes from 0xe52454) returned ECC error
 | 
  
    | 2879 | mtd->read(0x3c0 bytes from 0x159b440) returned ECC error
 | 
  
    | 2880 | mtd->read(0x560 bytes from 0x159aaa0) returned ECC error
 | 
  
    | 2881 | mtd->read(0x730 bytes from 0x159a0d0) returned ECC error
 | 
  
    | 2882 | mtd->read(0xac bytes from 0x1599754) returned ECC error
 | 
  
    | 2883 | mtd->read(0x250 bytes from 0x1598db0) returned ECC error
 | 
  
    | 2884 | mtd->read(0x3e8 bytes from 0x1598418) returned ECC error
 | 
  
    | 2885 | mtd->read(0x5d8 bytes from 0x1597a28) returned ECC error
 | 
  
    | 2886 | mtd->read(0x7cc bytes from 0x1597034) returned ECC error
 | 
  
    | 2887 | mtd->read(0xa8 bytes from 0x1596758) returned ECC error
 | 
  
    | 2888 | mtd->read(0x288 bytes from 0x1595d78) returned ECC error
 | 
  
    | 2889 | mtd->read(0x488 bytes from 0x1595378) returned ECC error
 | 
  
    | 2890 | mtd->read(0x428 bytes from 0xe523d8) returned ECC error
 | 
  
    | 2891 | mtd->read(0x668 bytes from 0x1594998) returned ECC error
 | 
  
    | 2892 | mtd->read(0x810 bytes from 0x1593ff0) returned ECC error
 | 
  
    | 2893 | mtd->read(0x7e8 bytes from 0x1593818) returned ECC error
 | 
  
    | 2894 | mtd->read(0x1b4 bytes from 0x1592e4c) returned ECC error
 | 
  
    | 2895 | mtd->read(0x464 bytes from 0x159239c) returned ECC error
 | 
  
    | 2896 | mtd->read(0x658 bytes from 0x15919a8) returned ECC error
 | 
  
    | 2897 | mtd->read(0x7f0 bytes from 0x1591010) returned ECC error
 | 
  
    | 2898 | mtd->read(0x4a0 bytes from 0xe52360) returned ECC error
 | 
  
    | 2899 | mtd->read(0x1c4 bytes from 0x159063c) returned ECC error
 | 
  
    | 2900 | mtd->read(0x330 bytes from 0x158fcd0) returned ECC error
 | 
  
    | 2901 | mtd->read(0x500 bytes from 0x158f300) returned ECC error
 | 
  
    | 2902 | mtd->read(0x64c bytes from 0x158e9b4) returned ECC error
 | 
  
    | 2903 | mtd->read(0x6a8 bytes from 0x158e158) returned ECC error
 | 
  
    | 2904 | mtd->read(0x50 bytes from 0x158d7b0) returned ECC error
 | 
  
    | 2905 | mtd->read(0x77c bytes from 0x158d084) returned ECC error
 | 
  
    | 2906 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x0158d084: read 0x
 | 
  
    | 2907 | 87f617f0, calculated 0x546fefea.
 | 
  
    | 2908 | mtd->read(0x40 bytes from 0x158c7c0) returned ECC error
 | 
  
    | 2909 | mtd->read(0x51c bytes from 0xe522e4) returned ECC error
 | 
  
    | 2910 | mtd->read(0x800 bytes from 0x158c800) returned ECC error
 | 
  
    | 2911 | mtd->read(0x814 bytes from 0x158bfec) returned ECC error
 | 
  
    | 2912 | mtd->read(0xf0 bytes from 0x158b710) returned ECC error
 | 
  
    | 2913 | mtd->read(0x2b0 bytes from 0x158ad50) returned ECC error
 | 
  
    | 2914 | mtd->read(0x4f0 bytes from 0x158a310) returned ECC error
 | 
  
    | 2915 | mtd->read(0x6f0 bytes from 0x1589910) returned ECC error
 | 
  
    | 2916 | mtd->read(0x820 bytes from 0x1588fe0) returned ECC error
 | 
  
    | 2917 | mtd->read(0x220 bytes from 0x15885e0) returned ECC error
 | 
  
    | 2918 | mtd->read(0x424 bytes from 0x1587bdc) returned ECC error
 | 
  
    | 2919 | mtd->read(0x598 bytes from 0xe52268) returned ECC error
 | 
  
    | 2920 | mtd->read(0x4e8 bytes from 0x1587318) returned ECC error
 | 
  
    | 2921 | mtd->read(0x7c8 bytes from 0x1586838) returned ECC error
 | 
  
    | 2922 | mtd->read(0x1d0 bytes from 0x1585e30) returned ECC error
 | 
  
    | 2923 | mtd->read(0x498 bytes from 0x1585368) returned ECC error
 | 
  
    | 2924 | mtd->read(0x688 bytes from 0x1584978) returned ECC error
 | 
  
    | 2925 | mtd->read(0x530 bytes from 0x15842d0) returned ECC error
 | 
  
    | 2926 | mtd->read(0x298 bytes from 0x1583d68) returned ECC error
 | 
  
    | 2927 | mtd->read(0x29c bytes from 0x1583564) returned ECC error
 | 
  
    | 2928 | mtd->read(0xa8 bytes from 0x1582f58) returned ECC error
 | 
  
    | 2929 | mtd->read(0x614 bytes from 0xe521ec) returned ECC error
 | 
  
    | 2930 | mtd->read(0x72c bytes from 0x15828d4) returned ECC error
 | 
  
    | 2931 | mtd->read(0xc0 bytes from 0x1581f40) returned ECC error
 | 
  
    | 2932 | mtd->read(0x7d4 bytes from 0x158182c) returned ECC error
 | 
  
    | 2933 | mtd->read(0x15d bytes from 0x15d5800) returned ECC error
 | 
  
    | 2934 | mtd->read(0x3ad bytes from 0x15d5000) returned ECC error
 | 
  
    | 2935 | mtd->read(0xba bytes from 0x15d4000) returned ECC error
 | 
  
    | 2936 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015d3894: re
 | 
  
    | 2937 | ad 0xd689e145, calculated 0x2dc958f.
 | 
  
    | 2938 | mtd->read(0x3e bytes from 0x15d3000) returned ECC error
 | 
  
    | 2939 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015d2d40: re
 | 
  
    | 2940 | ad 0x7d3838d0, calculated 0xfac5e1fd.
 | 
  
    | 2941 | mtd->read(0x205 bytes from 0x15d2800) returned ECC error
 | 
  
    | 2942 | mtd->read(0x68c bytes from 0xe52174) returned ECC error
 | 
  
    | 2943 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015d2708: re
 | 
  
    | 2944 | ad 0x82d0e420, calculated 0x14e1597b.
 | 
  
    | 2945 | mtd->read(0x17c bytes from 0x15d2000) returned ECC error
 | 
  
    | 2946 | mtd->read(0x708 bytes from 0xe520f8) returned ECC error
 | 
  
    | 2947 | mtd->read(0x78c bytes from 0xe52074) returned ECC error
 | 
  
    | 2948 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015d1e0c: re
 | 
  
    | 2949 | ad 0x531b2e59, calculated 0xecfc5a4.
 | 
  
    | 2950 | mtd->read(0x81d bytes from 0x15d0800) returned ECC error
 | 
  
    | 2951 | mtd->read(0x1aa bytes from 0x15cf800) returned ECC error
 | 
  
    | 2952 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015cf480: re
 | 
  
    | 2953 | ad 0xc322a04d, calculated 0x2c119490.
 | 
  
    | 2954 | mtd->read(0x47f bytes from 0x15cf000) returned ECC error
 | 
  
    | 2955 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015ceee8: re
 | 
  
    | 2956 | ad 0x83d6c345, calculated 0x4bc37f34.
 | 
  
    | 2957 | mtd->read(0x133 bytes from 0x15ce800) returned ECC error
 | 
  
    | 2958 | mtd->read(0x31d bytes from 0x15ce000) returned ECC error
 | 
  
    | 2959 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015cdc50: re
 | 
  
    | 2960 | ad 0x8e2151a, calculated 0x88f5b373.
 | 
  
    | 2961 | mtd->read(0x44e bytes from 0x15cd800) returned ECC error
 | 
  
    | 2962 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015cd58c: re
 | 
  
    | 2963 | ad 0xa5cd3b3d, calculated 0x45d7fc69.
 | 
  
    | 2964 | mtd->read(0x5d bytes from 0x15cd000) returned ECC error
 | 
  
    | 2965 | mtd->read(0x14f bytes from 0x15cc800) returned ECC error
 | 
  
    | 2966 | mtd->read(0x329 bytes from 0x15cc000) returned ECC error
 | 
  
    | 2967 | mtd->read(0x808 bytes from 0xe51ff8) returned ECC error
 | 
  
    | 2968 | mtd->read(0x80 bytes from 0xe51f80) returned ECC error
 | 
  
    | 2969 | mtd->read(0xae bytes from 0x15cb800) returned ECC error
 | 
  
    | 2970 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015cb5e8: re
 | 
  
    | 2971 | ad 0xb62b4905, calculated 0xbe3be489.
 | 
  
    | 2972 | mtd->read(0x81 bytes from 0x15ca800) returned ECC error
 | 
  
    | 2973 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015ca4e4: re
 | 
  
    | 2974 | ad 0xd994090, calculated 0xb000595b.
 | 
  
    | 2975 | mtd->read(0xe0 bytes from 0x15ca000) returned ECC error
 | 
  
    | 2976 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c9d64: re
 | 
  
    | 2977 | ad 0x2eef04db, calculated 0xb208a1e7.
 | 
  
    | 2978 | mtd->read(0x265 bytes from 0x15c9800) returned ECC error
 | 
  
    | 2979 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c966c: re
 | 
  
    | 2980 | ad 0xd4024e28, calculated 0xed27c894.
 | 
  
    | 2981 | mtd->read(0x3d bytes from 0x15c9000) returned ECC error
 | 
  
    | 2982 | mtd->read(0x44a bytes from 0x15c8800) returned ECC error
 | 
  
    | 2983 | mtd->read(0x1d2 bytes from 0x15c8000) returned ECC error
 | 
  
    | 2984 | mtd->read(0x234 bytes from 0x15c7800) returned ECC error
 | 
  
    | 2985 | mtd->read(0x439 bytes from 0x15c7000) returned ECC error
 | 
  
    | 2986 | mtd->read(0x615 bytes from 0x15c6000) returned ECC error
 | 
  
    | 2987 | mtd->read(0x158 bytes from 0x15c5800) returned ECC error
 | 
  
    | 2988 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c5298: re
 | 
  
    | 2989 | ad 0x3fc4388c, calculated 0x89865e5f.
 | 
  
    | 2990 | mtd->read(0x298 bytes from 0x15c5000) returned ECC error
 | 
  
    | 2991 | mtd->read(0x104 bytes from 0xe51efc) returned ECC error
 | 
  
    | 2992 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c4cac: re
 | 
  
    | 2993 | ad 0xe96e04aa, calculated 0xdbb02a2a.
 | 
  
    | 2994 | mtd->read(0x4aa bytes from 0x15c4800) returned ECC error
 | 
  
    | 2995 | mtd->read(0x188 bytes from 0xe51e78) returned ECC error
 | 
  
    | 2996 | mtd->read(0x202 bytes from 0x15c4000) returned ECC error
 | 
  
    | 2997 | mtd->read(0x532 bytes from 0x15c3800) returned ECC error
 | 
  
    | 2998 | mtd->read(0x43 bytes from 0x15c3000) returned ECC error
 | 
  
    | 2999 | mtd->read(0x140 bytes from 0x15c2800) returned ECC error
 | 
  
    | 3000 | mtd->read(0x205 bytes from 0x15c2000) returned ECC error
 | 
  
    | 3001 | mtd->read(0x200 bytes from 0xe51e00) returned ECC error
 | 
  
    | 3002 | mtd->read(0x2b1 bytes from 0x15c1800) returned ECC error
 | 
  
    | 3003 | mtd->read(0x278 bytes from 0xe51d88) returned ECC error
 | 
  
    | 3004 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c1044: re
 | 
  
    | 3005 | ad 0xbede4b2f, calculated 0xcc5396d6.
 | 
  
    | 3006 | mtd->read(0x2f0 bytes from 0xe51d10) returned ECC error
 | 
  
    | 3007 | mtd->read(0x841 bytes from 0x15c0800) returned ECC error
 | 
  
    | 3008 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015c06b8: re
 | 
  
    | 3009 | ad 0x883851d2, calculated 0x9c6f6899.
 | 
  
    | 3010 | mtd->read(0x44f bytes from 0x15bf800) returned ECC error
 | 
  
    | 3011 | mtd->read(0x236 bytes from 0x15bf000) returned ECC error
 | 
  
    | 3012 | mtd->read(0x8a3 bytes from 0x15be000) returned ECC error
 | 
  
    | 3013 | mtd->read(0x368 bytes from 0xe51c98) returned ECC error
 | 
  
    | 3014 | mtd->read(0x731 bytes from 0x15bd800) returned ECC error
 | 
  
    | 3015 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015bd55c: re
 | 
  
    | 3016 | ad 0xf4bdfe86, calculated 0xaa13be0d.
 | 
  
    | 3017 | mtd->read(0x55b bytes from 0x15bd000) returned ECC error
 | 
  
    | 3018 | mtd->read(0x4a7 bytes from 0x15bc800) returned ECC error
 | 
  
    | 3019 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015bc2f4: re
 | 
  
    | 3020 | ad 0xf90601d5, calculated 0x9f8e1487.
 | 
  
    | 3021 | mtd->read(0x2f2 bytes from 0x15bc000) returned ECC error
 | 
  
    | 3022 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015bb978: re
 | 
  
    | 3023 | ad 0xf1655380, calculated 0x4a97a556.
 | 
  
    | 3024 | mtd->read(0x175 bytes from 0x15bb800) returned ECC error
 | 
  
    | 3025 | mtd->read(0x7cc bytes from 0x15ba800) returned ECC error
 | 
  
    | 3026 | mtd->read(0x661 bytes from 0x15ba000) returned ECC error
 | 
  
    | 3027 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b9db4: re
 | 
  
    | 3028 | ad 0xd4824901, calculated 0x2469a163.
 | 
  
    | 3029 | mtd->read(0x5b1 bytes from 0x15b9800) returned ECC error
 | 
  
    | 3030 | mtd->read(0x3e4 bytes from 0xe51c1c) returned ECC error
 | 
  
    | 3031 | mtd->read(0x405 bytes from 0x15b9000) returned ECC error
 | 
  
    | 3032 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b8b84: re
 | 
  
    | 3033 | ad 0xcbfd7c21, calculated 0x56bf9f06.
 | 
  
    | 3034 | mtd->read(0x460 bytes from 0xe51ba0) returned ECC error
 | 
  
    | 3035 | mtd->read(0x384 bytes from 0x15b8800) returned ECC error
 | 
  
    | 3036 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b817c: re
 | 
  
    | 3037 | ad 0x2f459b3a, calculated 0x4cbc6502.
 | 
  
    | 3038 | mtd->read(0x7ba bytes from 0x15b7000) returned ECC error
 | 
  
    | 3039 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b6d7c: re
 | 
  
    | 3040 | ad 0xabf85af6, calculated 0xc1934bda.
 | 
  
    | 3041 | mtd->read(0x4dc bytes from 0xe51b24) returned ECC error
 | 
  
    | 3042 | mtd->read(0x57b bytes from 0x15b6800) returned ECC error
 | 
  
    | 3043 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b6400: re
 | 
  
    | 3044 | ad 0x4168c93a, calculated 0x17bea0bc.
 | 
  
    | 3045 | mtd->read(0x3ff bytes from 0x15b6000) returned ECC error
 | 
  
    | 3046 | mtd->read(0x2a4 bytes from 0x15b5800) returned ECC error
 | 
  
    | 3047 | mtd->read(0x914 bytes from 0x15b4800) returned ECC error
 | 
  
    | 3048 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b47a0: re
 | 
  
    | 3049 | ad 0x21ae5f3e, calculated 0x33f36c9f.
 | 
  
    | 3050 | mtd->read(0x60c bytes from 0x15b3800) returned ECC error
 | 
  
    | 3051 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015b3510: re
 | 
  
    | 3052 | ad 0x349b153f, calculated 0x5a93f4a0.
 | 
  
    | 3053 | mtd->read(0x558 bytes from 0xe51aa8) returned ECC error
 | 
  
    | 3054 | mtd->read(0x50e bytes from 0x15b3000) returned ECC error
 | 
  
    | 3055 | mtd->read(0x33d bytes from 0x15b2800) returned ECC error
 | 
  
    | 3056 | mtd->read(0x944 bytes from 0x15b1800) returned ECC error
 | 
  
    | 3057 | mtd->read(0x7ab bytes from 0x15b1000) returned ECC error
 | 
  
    | 3058 | mtd->read(0x67d bytes from 0x15b0800) returned ECC error
 | 
  
    | 3059 | mtd->read(0x6ee bytes from 0x15b0000) returned ECC error
 | 
  
    | 3060 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015afcd0: re
 | 
  
    | 3061 | ad 0xd54557c9, calculated 0xdda2fe91.
 | 
  
    | 3062 | mtd->read(0x4cd bytes from 0x15af800) returned ECC error
 | 
  
    | 3063 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015af304: re
 | 
  
    | 3064 | ad 0x428ba1cb, calculated 0xe8db7d6e.
 | 
  
    | 3065 | mtd->read(0x5d0 bytes from 0xe51a30) returned ECC error
 | 
  
    | 3066 | mtd->read(0x301 bytes from 0x15af000) returned ECC error
 | 
  
    | 3067 | mtd->read(0x94a bytes from 0x15ae000) returned ECC error
 | 
  
    | 3068 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015adf68: re
 | 
  
    | 3069 | ad 0x856e4b05, calculated 0x8427beeb.
 | 
  
    | 3070 | mtd->read(0x765 bytes from 0x15ad800) returned ECC error
 | 
  
    | 3071 | mtd->read(0x5bc bytes from 0x15ad000) returned ECC error
 | 
  
    | 3072 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015acd04: re
 | 
  
    | 3073 | ad 0xe97a1927, calculated 0xb7f657f1.
 | 
  
    | 3074 | mtd->read(0x502 bytes from 0x15ac800) returned ECC error
 | 
  
    | 3075 | mtd->read(0x37d bytes from 0x15ac000) returned ECC error
 | 
  
    | 3076 | mtd->read(0x7ec bytes from 0xe00814) returned ECC error
 | 
  
    | 3077 | mtd->read(0x1e8 bytes from 0x15ab800) returned ECC error
 | 
  
    | 3078 | mtd->read(0x87c bytes from 0x15aa800) returned ECC error
 | 
  
    | 3079 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015aa65c: re
 | 
  
    | 3080 | ad 0x4e0c8879, calculated 0x19be1931.
 | 
  
    | 3081 | mtd->read(0x65a bytes from 0x15aa000) returned ECC error
 | 
  
    | 3082 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a9d0c: re
 | 
  
    | 3083 | ad 0xb4a65824, calculated 0xd6ef093.
 | 
  
    | 3084 | mtd->read(0x50a bytes from 0x15a9800) returned ECC error
 | 
  
    | 3085 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a9358: re
 | 
  
    | 3086 | ad 0xca780962, calculated 0x38af143a.
 | 
  
    | 3087 | mtd->read(0x356 bytes from 0x15a9000) returned ECC error
 | 
  
    | 3088 | mtd->read(0x64 bytes from 0xe0079c) returned ECC error
 | 
  
    | 3089 | mtd->read(0x947 bytes from 0x15a8000) returned ECC error
 | 
  
    | 3090 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a7f40: re
 | 
  
    | 3091 | ad 0xb6100bd8, calculated 0xf5f84fd5.
 | 
  
    | 3092 | mtd->read(0x740 bytes from 0x15a7800) returned ECC error
 | 
  
    | 3093 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a766c: re
 | 
  
    | 3094 | ad 0x9244d394, calculated 0x51bb3f1f.
 | 
  
    | 3095 | mtd->read(0x66b bytes from 0x15a7000) returned ECC error
 | 
  
    | 3096 | mtd->read(0x5d9 bytes from 0x15a6800) returned ECC error
 | 
  
    | 3097 | mtd->read(0x67c bytes from 0x15a6000) returned ECC error
 | 
  
    | 3098 | mtd->read(0x5cc bytes from 0x15a5800) returned ECC error
 | 
  
    | 3099 | mtd->read(0x4d1 bytes from 0x15a5000) returned ECC error
 | 
  
    | 3100 | mtd->read(0xe8 bytes from 0xe00718) returned ECC error
 | 
  
    | 3101 | mtd->read(0x4a5 bytes from 0x15a4800) returned ECC error
 | 
  
    | 3102 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a435c: re
 | 
  
    | 3103 | ad 0x343e8946, calculated 0x7fd94a9f.
 | 
  
    | 3104 | mtd->read(0x359 bytes from 0x15a4000) returned ECC error
 | 
  
    | 3105 | mtd->read(0x231 bytes from 0x15a3800) returned ECC error
 | 
  
    | 3106 | mtd->read(0x1f5 bytes from 0x15a3000) returned ECC error
 | 
  
    | 3107 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a28a4: re
 | 
  
    | 3108 | ad 0x4177bed, calculated 0x20baf199.
 | 
  
    | 3109 | mtd->read(0x8a3 bytes from 0x15a2000) returned ECC error
 | 
  
    | 3110 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a1efc: re
 | 
  
    | 3111 | ad 0xd0c4f97, calculated 0x27d2f50c.
 | 
  
    | 3112 | mtd->read(0x16c bytes from 0xe00694) returned ECC error
 | 
  
    | 3113 | mtd->read(0x6fa bytes from 0x15a1800) returned ECC error
 | 
  
    | 3114 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a163c: re
 | 
  
    | 3115 | ad 0xcc39709b, calculated 0xf9ab0ac4.
 | 
  
    | 3116 | mtd->read(0x63a bytes from 0x15a1000) returned ECC error
 | 
  
    | 3117 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x015a0d98: re
 | 
  
    | 3118 | ad 0x8ad209a4, calculated 0x87dc38b5.
 | 
  
    | 3119 | mtd->read(0x595 bytes from 0x15a0800) returned ECC error
 | 
  
    | 3120 | mtd->read(0x7fb bytes from 0x159f800) returned ECC error
 | 
  
    | 3121 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159f750: re
 | 
  
    | 3122 | ad 0x2b2beb7c, calculated 0x331c4d9c.
 | 
  
    | 3123 | mtd->read(0x750 bytes from 0x159f000) returned ECC error
 | 
  
    | 3124 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159edd8: re
 | 
  
    | 3125 | ad 0xf6cb6789, calculated 0x345094dc.
 | 
  
    | 3126 | mtd->read(0x5d6 bytes from 0x159e800) returned ECC error
 | 
  
    | 3127 | mtd->read(0x7d4 bytes from 0xe0002c) returned ECC error
 | 
  
    | 3128 | mtd->read(0x459 bytes from 0x159e000) returned ECC error
 | 
  
    | 3129 | mtd->read(0x44 bytes from 0xe0002c) returned ECC error
 | 
  
    | 3130 | mtd->read(0x2d0 bytes from 0x159d800) returned ECC error
 | 
  
    | 3131 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159d10c: re
 | 
  
    | 3132 | ad 0xa89fc70a, calculated 0x5de75ebc.
 | 
  
    | 3133 | mtd->read(0x90c bytes from 0x159c800) returned ECC error
 | 
  
    | 3134 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159c74c: re
 | 
  
    | 3135 | ad 0x9f927677, calculated 0x1e0ea71d.
 | 
  
    | 3136 | mtd->read(0x749 bytes from 0x159c000) returned ECC error
 | 
  
    | 3137 | mtd->read(0x65a bytes from 0x159b800) returned ECC error
 | 
  
    | 3138 | mtd->read(0x43d bytes from 0x159b000) returned ECC error
 | 
  
    | 3139 | mtd->read(0x29d bytes from 0x159a800) returned ECC error
 | 
  
    | 3140 | mtd->read(0x2b8 bytes from 0xeb9d48) returned ECC error
 | 
  
    | 3141 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159a0d0: re
 | 
  
    | 3142 | ad 0xa57ce0d5, calculated 0xc12dc507.
 | 
  
    | 3143 | mtd->read(0x8cd bytes from 0x1599800) returned ECC error
 | 
  
    | 3144 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01599754: re
 | 
  
    | 3145 | ad 0x4b79414d, calculated 0x4afa3b23.
 | 
  
    | 3146 | mtd->read(0x754 bytes from 0x1599000) returned ECC error
 | 
  
    | 3147 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01598db0: re
 | 
  
    | 3148 | ad 0xb59933dd, calculated 0x25bb087f.
 | 
  
    | 3149 | mtd->read(0x5ae bytes from 0x1598800) returned ECC error
 | 
  
    | 3150 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01598418: re
 | 
  
    | 3151 | ad 0xb7c67ff5, calculated 0xcf3b36ab.
 | 
  
    | 3152 | mtd->read(0x415 bytes from 0x1598000) returned ECC error
 | 
  
    | 3153 | mtd->read(0x338 bytes from 0xeb9cc8) returned ECC error
 | 
  
    | 3154 | mtd->read(0x764 bytes from 0xe0009c) returned ECC error
 | 
  
    | 3155 | mtd->read(0x225 bytes from 0x1597800) returned ECC error
 | 
  
    | 3156 | mtd->read(0x832 bytes from 0x1596800) returned ECC error
 | 
  
    | 3157 | mtd->read(0x756 bytes from 0x1596000) returned ECC error
 | 
  
    | 3158 | mtd->read(0x577 bytes from 0x1595800) returned ECC error
 | 
  
    | 3159 | mtd->read(0x377 bytes from 0x1595000) returned ECC error
 | 
  
    | 3160 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01594998: re
 | 
  
    | 3161 | ad 0x980a6abb, calculated 0x21ccfe58.
 | 
  
    | 3162 | mtd->read(0x198 bytes from 0x1594800) returned ECC error
 | 
  
    | 3163 | mtd->read(0x816 bytes from 0x1593000) returned ECC error
 | 
  
    | 3164 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01592e4c: re
 | 
  
    | 3165 | ad 0xb3052b98, calculated 0xa63e3248.
 | 
  
    | 3166 | mtd->read(0x64b bytes from 0x1592800) returned ECC error
 | 
  
    | 3167 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0159239c: re
 | 
  
    | 3168 | ad 0xc76fce87, calculated 0x4f95b51b.
 | 
  
    | 3169 | mtd->read(0x39a bytes from 0x1592000) returned ECC error
 | 
  
    | 3170 | mtd->read(0x1a5 bytes from 0x1591800) returned ECC error
 | 
  
    | 3171 | mtd->read(0x80d bytes from 0x1590800) returned ECC error
 | 
  
    | 3172 | mtd->read(0x63a bytes from 0x1590000) returned ECC error
 | 
  
    | 3173 | mtd->read(0x4d0 bytes from 0x158f800) returned ECC error
 | 
  
    | 3174 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0158f300: re
 | 
  
    | 3175 | ad 0x295c70fc, calculated 0x38ded26b.
 | 
  
    | 3176 | mtd->read(0x2fe bytes from 0x158f000) returned ECC error
 | 
  
    | 3177 | mtd->read(0x44 bytes from 0xe0009c) returned ECC error
 | 
  
    | 3178 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0158e9b4: re
 | 
  
    | 3179 | ad 0x540925a8, calculated 0xf42204e5.
 | 
  
    | 3180 | mtd->read(0x1b3 bytes from 0x158e800) returned ECC error
 | 
  
    | 3181 | mtd->read(0x955 bytes from 0x158d800) returned ECC error
 | 
  
    | 3182 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0158d7b0: re
 | 
  
    | 3183 | ad 0xd670e7f9, calculated 0x62b1b454.
 | 
  
    | 3184 | mtd->read(0x84 bytes from 0x158d000) returned ECC error
 | 
  
    | 3185 | mtd->read(0x7e9 bytes from 0x158b800) returned ECC error
 | 
  
    | 3186 | mtd->read(0x70d bytes from 0x158b000) returned ECC error
 | 
  
    | 3187 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0158ad50: re
 | 
  
    | 3188 | ad 0x5e70499a, calculated 0x6cee858b.
 | 
  
    | 3189 | mtd->read(0x54d bytes from 0x158a800) returned ECC error
 | 
  
    | 3190 | mtd->read(0x750 bytes from 0x11350b0) returned ECC error
 | 
  
    | 3191 | mtd->read(0x7e4 bytes from 0x113201c) returned ECC error
 | 
  
    | 3192 | mtd->read(0x310 bytes from 0x158a000) returned ECC error
 | 
  
    | 3193 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01589910: re
 | 
  
    | 3194 | ad 0xbc6e86c8, calculated 0x77623f60.
 | 
  
    | 3195 | mtd->read(0x10f bytes from 0x1589800) returned ECC error
 | 
  
    | 3196 | mtd->read(0x7de bytes from 0x1588800) returned ECC error
 | 
  
    | 3197 | mtd->read(0x5de bytes from 0x1588000) returned ECC error
 | 
  
    | 3198 | mtd->read(0x3d9 bytes from 0x1587800) returned ECC error
 | 
  
    | 3199 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01587318: re
 | 
  
    | 3200 | ad 0xc214288a, calculated 0xe4ef5ba.
 | 
  
    | 3201 | mtd->read(0x317 bytes from 0x1587000) returned ECC error
 | 
  
    | 3202 | mtd->read(0x838 bytes from 0x1586000) returned ECC error
 | 
  
    | 3203 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01585e30: re
 | 
  
    | 3204 | ad 0xdff330a, calculated 0x724c5820.
 | 
  
    | 3205 | mtd->read(0x62d bytes from 0x1585800) returned ECC error
 | 
  
    | 3206 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01585368: re
 | 
  
    | 3207 | ad 0x3efd5d73, calculated 0xabc0970.
 | 
  
    | 3208 | mtd->read(0x368 bytes from 0x1585000) returned ECC error
 | 
  
    | 3209 | mtd->read(0x6c bytes from 0x1131f94) returned ECC error
 | 
  
    | 3210 | mtd->read(0x177 bytes from 0x1584800) returned ECC error
 | 
  
    | 3211 | mtd->read(0x2cd bytes from 0x1584000) returned ECC error
 | 
  
    | 3212 | mtd->read(0x565 bytes from 0x1583800) returned ECC error
 | 
  
    | 3213 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01583564: re
 | 
  
    | 3214 | ad 0xf28710fb, calculated 0xc8bdb187.
 | 
  
    | 3215 | mtd->read(0x562 bytes from 0x1583000) returned ECC error
 | 
  
    | 3216 | mtd->read(0x8d4 bytes from 0x1582000) returned ECC error
 | 
  
    | 3217 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01581f40: re
 | 
  
    | 3218 | ad 0xbdf154a6, calculated 0xa8a6ebd5.
 | 
  
    | 3219 | mtd->read(0x44 bytes from 0x15d5960) returned ECC error
 | 
  
    | 3220 | mtd->read(0x44 bytes from 0x158182c) returned ECC error
 | 
  
    | 3221 | mtd->read(0xe0 bytes from 0x1131f20) returned ECC error
 | 
  
    | 3222 | mtd->read(0x6d0 bytes from 0x1581870) returned ECC error
 | 
  
    | 3223 | mtd->read(0x44 bytes from 0x15828d4) returned ECC error
 | 
  
    | 3224 | mtd->read(0x63f bytes from 0x1582918) returned ECC error
 | 
  
    | 3225 | mtd->read(0x44 bytes from 0x1582f58) returned ECC error
 | 
  
    | 3226 | mtd->read(0x5c6 bytes from 0x1582f9c) returned ECC error
 | 
  
    | 3227 | mtd->read(0x448 bytes from 0x115d3b8) returned ECC error
 | 
  
    | 3228 | mtd->read(0x44 bytes from 0x115d3b8) returned ECC error
 | 
  
    | 3229 | mtd->read(0xc bytes from 0x115d3fc) returned ECC error
 | 
  
    | 3230 | mtd->read(0x150 bytes from 0x1131eb0) returned ECC error
 | 
  
    | 3231 | mtd->read(0x764 bytes from 0x115d09c) returned ECC error
 | 
  
    | 3232 | mtd->read(0x1c8 bytes from 0x1131e38) returned ECC error
 | 
  
    | 3233 | mtd->read(0xc0 bytes from 0x115cf40) returned ECC error
 | 
  
    | 3234 | mtd->read(0x248 bytes from 0x1131db8) returned ECC error
 | 
  
    | 3235 | mtd->read(0x2d0 bytes from 0x1131d30) returned ECC error
 | 
  
    | 3236 | mtd->read(0x7a4 bytes from 0x115c85c) returned ECC error
 | 
  
    | 3237 | mtd->read(0x750 bytes from 0x115c0b0) returned ECC error
 | 
  
    | 3238 | mtd->read(0x67c bytes from 0x115b984) returned ECC error
 | 
  
    | 3239 | mtd->read(0x30 bytes from 0x115afd0) returned ECC error
 | 
  
    | 3240 | mtd->read(0x800 bytes from 0x115b000) returned ECC error
 | 
  
    | 3241 | mtd->read(0x21c bytes from 0x115a5e4) returned ECC error
 | 
  
    | 3242 | mtd->read(0x3b4 bytes from 0x1159c4c) returned ECC error
 | 
  
    | 3243 | mtd->read(0x50c bytes from 0x11592f4) returned ECC error
 | 
  
    | 3244 | mtd->read(0x50 bytes from 0x11587b0) returned ECC error
 | 
  
    | 3245 | mtd->read(0x398 bytes from 0x1157c68) returned ECC error
 | 
  
    | 3246 | mtd->read(0x6e0 bytes from 0x1157120) returned ECC error
 | 
  
    | 3247 | mtd->read(0x184 bytes from 0x115667c) returned ECC error
 | 
  
    | 3248 | mtd->read(0x444 bytes from 0x1155bbc) returned ECC error
 | 
  
    | 3249 | mtd->read(0x730 bytes from 0x11550d0) returned ECC error
 | 
  
    | 3250 | mtd->read(0x344 bytes from 0x1131cbc) returned ECC error
 | 
  
    | 3251 | mtd->read(0x238 bytes from 0x11545c8) returned ECC error
 | 
  
    | 3252 | mtd->read(0x51c bytes from 0x1153ae4) returned ECC error
 | 
  
    | 3253 | mtd->read(0x7cc bytes from 0x1153034) returned ECC error
 | 
  
    | 3254 | mtd->read(0x1b4 bytes from 0x115264c) returned ECC error
 | 
  
    | 3255 | mtd->read(0x510 bytes from 0x1151af0) returned ECC error
 | 
  
    | 3256 | mtd->read(0x64 bytes from 0x1150f9c) returned ECC error
 | 
  
    | 3257 | mtd->read(0x32c bytes from 0x11504d4) returned ECC error
 | 
  
    | 3258 | mtd->read(0x608 bytes from 0x114f9f8) returned ECC error
 | 
  
    | 3259 | mtd->read(0x154 bytes from 0x114eeac) returned ECC error
 | 
  
    | 3260 | mtd->read(0x450 bytes from 0x114e3b0) returned ECC error
 | 
  
    | 3261 | mtd->read(0x3b8 bytes from 0x1131c48) returned ECC error
 | 
  
    | 3262 | mtd->read(0x750 bytes from 0x114d8b0) returned ECC error
 | 
  
    | 3263 | mtd->read(0x250 bytes from 0x114cdb0) returned ECC error
 | 
  
    | 3264 | mtd->read(0x4b4 bytes from 0x114c34c) returned ECC error
 | 
  
    | 3265 | mtd->read(0x758 bytes from 0x114b8a8) returned ECC error
 | 
  
    | 3266 | mtd->read(0x180 bytes from 0x114ae80) returned ECC error
 | 
  
    | 3267 | mtd->read(0x9c bytes from 0x115d000) returned ECC error
 | 
  
    | 3268 | mtd->read(0x5b bytes from 0x115c800) returned ECC error
 | 
  
    | 3269 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115c0b0: re
 | 
  
    | 3270 | ad 0xf1e0054b, calculated 0x882ec3ea.
 | 
  
    | 3271 | mtd->read(0xad bytes from 0x115c000) returned ECC error
 | 
  
    | 3272 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115b984: re
 | 
  
    | 3273 | ad 0x4370d32b, calculated 0xebd8d7f.
 | 
  
    | 3274 | mtd->read(0x182 bytes from 0x115b800) returned ECC error
 | 
  
    | 3275 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115afd0: re
 | 
  
    | 3276 | ad 0xd9ca23d1, calculated 0xd9043bd3.
 | 
  
    | 3277 | mtd->read(0x5f4 bytes from 0x1131a0c) returned ECC error
 | 
  
    | 3278 | mtd->read(0x7cf bytes from 0x115a800) returned ECC error
 | 
  
    | 3279 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115a5e4: re
 | 
  
    | 3280 | ad 0x17824176, calculated 0x5f7b226b.
 | 
  
    | 3281 | mtd->read(0x5e4 bytes from 0x115a000) returned ECC error
 | 
  
    | 3282 | mtd->read(0x449 bytes from 0x1159800) returned ECC error
 | 
  
    | 3283 | mtd->read(0x690 bytes from 0x1131970) returned ECC error
 | 
  
    | 3284 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x011592f4: re
 | 
  
    | 3285 | ad 0x4ac11887, calculated 0x6b4189a1.
 | 
  
    | 3286 | mtd->read(0xaf2 bytes from 0x1158800) returned ECC error
 | 
  
    | 3287 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x011587b0: re
 | 
  
    | 3288 | ad 0x3b229c1c, calculated 0x5e134a9b.
 | 
  
    | 3289 | mtd->read(0x7b0 bytes from 0x1158000) returned ECC error
 | 
  
    | 3290 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01157c68: re
 | 
  
    | 3291 | ad 0x9a1cdb51, calculated 0x2d352d41.
 | 
  
    | 3292 | mtd->read(0x465 bytes from 0x1157800) returned ECC error
 | 
  
    | 3293 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01157120: re
 | 
  
    | 3294 | ad 0xfa80d274, calculated 0x6ad0ff24.
 | 
  
    | 3295 | mtd->read(0x91f bytes from 0x1156800) returned ECC error
 | 
  
    | 3296 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115667c: re
 | 
  
    | 3297 | ad 0x21935153, calculated 0x84b62cc1.
 | 
  
    | 3298 | mtd->read(0x704 bytes from 0x11318fc) returned ECC error
 | 
  
    | 3299 | mtd->read(0x67a bytes from 0x1156000) returned ECC error
 | 
  
    | 3300 | mtd->read(0x2d4 bytes from 0x113152c) returned ECC error
 | 
  
    | 3301 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01155bbc: re
 | 
  
    | 3302 | ad 0x28beb4d, calculated 0xe9a9f77a.
 | 
  
    | 3303 | mtd->read(0x3b9 bytes from 0x1155800) returned ECC error
 | 
  
    | 3304 | mtd->read(0x344 bytes from 0x11314bc) returned ECC error
 | 
  
    | 3305 | mtd->read(0x404 bytes from 0x11313fc) returned ECC error
 | 
  
    | 3306 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x011550d0: re
 | 
  
    | 3307 | ad 0x91c118a3, calculated 0x533733d9.
 | 
  
    | 3308 | mtd->read(0x8d0 bytes from 0x1154800) returned ECC error
 | 
  
    | 3309 | mtd->read(0x5c7 bytes from 0x1154000) returned ECC error
 | 
  
    | 3310 | mtd->read(0x2e1 bytes from 0x1153800) returned ECC error
 | 
  
    | 3311 | mtd->read(0x832 bytes from 0x1152800) returned ECC error
 | 
  
    | 3312 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0115264c: re
 | 
  
    | 3313 | ad 0x342d1060, calculated 0xcbf7515d.
 | 
  
    | 3314 | mtd->read(0x649 bytes from 0x1152000) returned ECC error
 | 
  
    | 3315 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x01151af0: re
 | 
  
    | 3316 | ad 0xcb799b30, calculated 0x3152f505.
 | 
  
    | 3317 | mtd->read(0xaed bytes from 0x1151000) returned ECC error
 | 
  
    | 3318 | mtd->read(0x79c bytes from 0x1150800) returned ECC error
 | 
  
    | 3319 | mtd->read(0x4d1 bytes from 0x1150000) returned ECC error
 | 
  
    | 3320 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114f9f8: re
 | 
  
    | 3321 | ad 0xfcb9763b, calculated 0xdc1a9117.
 | 
  
    | 3322 | mtd->read(0x514 bytes from 0x11312ec) returned ECC error
 | 
  
    | 3323 | mtd->read(0x9f6 bytes from 0x114f000) returned ECC error
 | 
  
    | 3324 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114eeac: re
 | 
  
    | 3325 | ad 0x8d195100, calculated 0xf78d5ad2.
 | 
  
    | 3326 | mtd->read(0x6ab bytes from 0x114e800) returned ECC error
 | 
  
    | 3327 | mtd->read(0x3af bytes from 0x114e000) returned ECC error
 | 
  
    | 3328 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114d8b0: re
 | 
  
    | 3329 | ad 0x9e4a8754, calculated 0x9daeb8ca.
 | 
  
    | 3330 | mtd->read(0x8ae bytes from 0x114d000) returned ECC error
 | 
  
    | 3331 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114cdb0: re
 | 
  
    | 3332 | ad 0x8d9228d5, calculated 0xf8d0009b.
 | 
  
    | 3333 | mtd->read(0x5ae bytes from 0x114c800) returned ECC error
 | 
  
    | 3334 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114c34c: re
 | 
  
    | 3335 | ad 0x846e3308, calculated 0xf4908f7d.
 | 
  
    | 3336 | mtd->read(0x34b bytes from 0x114c000) returned ECC error
 | 
  
    | 3337 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114b8a8: re
 | 
  
    | 3338 | ad 0xf5118ea4, calculated 0x3b389117.
 | 
  
    | 3339 | mtd->read(0x75c bytes from 0x112f0a4) returned ECC error
 | 
  
    | 3340 | mtd->read(0x7d0 bytes from 0x112f030) returned ECC error
 | 
  
    | 3341 | mtd->read(0x8a7 bytes from 0x114b000) returned ECC error
 | 
  
    | 3342 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x0114ae80: re
 | 
  
    | 3343 | ad 0x65164fee, calculated 0xe243cafc.
 | 
  
    | 3344 | mtd->read(0x44 bytes from 0x115d09c) returned ECC error
 | 
  
    | 3345 | mtd->read(0x320 bytes from 0x112ece0) returned ECC error
 | 
  
    | 3346 | mtd->read(0x570 bytes from 0x112ea90) returned ECC error
 | 
  
    | 3347 | mtd->read(0x5e4 bytes from 0x112ea1c) returned ECC error
 | 
  
    | 3348 | mtd->read(0x658 bytes from 0x112e9a8) returned ECC error
 | 
  
    | 3349 | mtd->read(0x6cc bytes from 0x112e934) returned ECC error
 | 
  
    | 3350 | mtd->read(0x740 bytes from 0x112e8c0) returned ECC error
 | 
  
    | 3351 | mtd->read(0x7b4 bytes from 0x112e84c) returned ECC error
 | 
  
    | 3352 | mtd->read(0x28 bytes from 0x112e7d8) returned ECC error
 | 
  
    | 3353 | mtd->read(0x5 bytes from 0x112e800) returned ECC error
 | 
  
    | 3354 | mtd->read(0x9c bytes from 0x112e764) returned ECC error
 | 
  
    | 3355 | mtd->read(0x110 bytes from 0x112e6f0) returned ECC error
 | 
  
    | 3356 | mtd->read(0x79c bytes from 0x112e064) returned ECC error
 | 
  
    | 3357 | mtd->read(0x228 bytes from 0x112ddd8) returned ECC error
 | 
  
    | 3358 | mtd->read(0x298 bytes from 0x112dd68) returned ECC error
 | 
  
    | 3359 | mtd->read(0x4b4 bytes from 0x112db4c) returned ECC error
 | 
  
    | 3360 | mtd->read(0x6cc bytes from 0x112d934) returned ECC error
 | 
  
    | 3361 | mtd->read(0x740 bytes from 0x112d8c0) returned ECC error
 | 
  
    | 3362 | mtd->read(0x50 bytes from 0x112d7b0) returned ECC error
 | 
  
    | 3363 | mtd->read(0xc0 bytes from 0x112d740) returned ECC error
 | 
  
    | 3364 | mtd->read(0x24c bytes from 0x112d5b4) returned ECC error
 | 
  
    | 3365 | mtd->read(0x2c0 bytes from 0x112d540) returned ECC error
 | 
  
    | 3366 | mtd->read(0x33c bytes from 0x112d4c4) returned ECC error
 | 
  
    | 3367 | mtd->read(0x3ac bytes from 0x112d454) returned ECC error
 | 
  
    | 3368 | mtd->read(0x428 bytes from 0x112d3d8) returned ECC error
 | 
  
    | 3369 | mtd->read(0x630 bytes from 0x112d1d0) returned ECC error
 | 
  
    | 3370 | mtd->read(0x6a8 bytes from 0x112d158) returned ECC error
 | 
  
    | 3371 | mtd->read(0x3a8 bytes from 0x112bc58) returned ECC error
 | 
  
    | 3372 | mtd->read(0x450 bytes from 0x112bbb0) returned ECC error
 | 
  
    | 3373 | mtd->read(0x4c4 bytes from 0x112bb3c) returned ECC error
 | 
  
    | 3374 | mtd->read(0x53c bytes from 0x112bac4) returned ECC error
 | 
  
    | 3375 | mtd->read(0x390 bytes from 0x112b470) returned ECC error
 | 
  
    | 3376 | mtd->read(0x4b8 bytes from 0x112b348) returned ECC error
 | 
  
    | 3377 | mtd->read(0x5e8 bytes from 0x112b218) returned ECC error
 | 
  
    | 3378 | mtd->read(0x1c0 bytes from 0x112ae40) returned ECC error
 | 
  
    | 3379 | mtd->read(0x260 bytes from 0x112ada0) returned ECC error
 | 
  
    | 3380 | mtd->read(0x2e4 bytes from 0x112ad1c) returned ECC error
 | 
  
    | 3381 | mtd->read(0x378 bytes from 0x112ac88) returned ECC error
 | 
  
    | 3382 | mtd->read(0x4c0 bytes from 0x112ab40) returned ECC error
 | 
  
    | 3383 | mtd->read(0x664 bytes from 0x112a99c) returned ECC error
 | 
  
    | 3384 | mtd->read(0x808 bytes from 0x112a7f8) returned ECC error
 | 
  
    | 3385 | mtd->read(0xf4 bytes from 0x112a70c) returned ECC error
 | 
  
    | 3386 | mtd->read(0x194 bytes from 0x112a66c) returned ECC error
 | 
  
    | 3387 | mtd->read(0x270 bytes from 0x112a590) returned ECC error
 | 
  
    | 3388 | mtd->read(0x2e4 bytes from 0x112a51c) returned ECC error
 | 
  
    | 3389 | mtd->read(0x358 bytes from 0x112a4a8) returned ECC error
 | 
  
    | 3390 | mtd->read(0x3cc bytes from 0x112a434) returned ECC error
 | 
  
    | 3391 | mtd->read(0x748 bytes from 0x112a0b8) returned ECC error
 | 
  
    | 3392 | mtd->read(0x7c0 bytes from 0x112a040) returned ECC error
 | 
  
    | 3393 | mtd->read(0x34 bytes from 0x1129fcc) returned ECC error
 | 
  
    | 3394 | mtd->read(0xb4 bytes from 0x1129f4c) returned ECC error
 | 
  
    | 3395 | mtd->read(0x128 bytes from 0x1129ed8) returned ECC error
 | 
  
    | 3396 | mtd->read(0x280 bytes from 0x1129d80) returned ECC error
 | 
  
    | 3397 | mtd->read(0x5f0 bytes from 0x1129a10) returned ECC error
 | 
  
    | 3398 | mtd->read(0x684 bytes from 0xe0017c) returned ECC error
 | 
  
    | 3399 | mtd->read(0x44 bytes from 0xe0017c) returned ECC error
 | 
  
    | 3400 | mtd->read(0x750 bytes from 0x11350b0) returned ECC error
 | 
  
    | 3401 | mtd->read(0x7e4 bytes from 0x113201c) returned ECC error
 | 
  
    | 3402 | mtd->read(0x6c bytes from 0x1131f94) returned ECC error
 | 
  
    | 3403 | mtd->read(0xe0 bytes from 0x1131f20) returned ECC error
 | 
  
    | 3404 | mtd->read(0x150 bytes from 0x1131eb0) returned ECC error
 | 
  
    | 3405 | mtd->read(0x1c8 bytes from 0x1131e38) returned ECC error
 | 
  
    | 3406 | mtd->read(0x248 bytes from 0x1131db8) returned ECC error
 | 
  
    | 3407 | mtd->read(0x2d0 bytes from 0x1131d30) returned ECC error
 | 
  
    | 3408 | mtd->read(0x224 bytes from 0x114addc) returned ECC error
 | 
  
    | 3409 | mtd->read(0x344 bytes from 0x1131cbc) returned ECC error
 | 
  
    | 3410 | mtd->read(0x3b8 bytes from 0x1131c48) returned ECC error
 | 
  
    | 3411 | mtd->read(0x5f4 bytes from 0x1131a0c) returned ECC error
 | 
  
    | 3412 | mtd->read(0x690 bytes from 0x1131970) returned ECC error
 | 
  
    | 3413 | mtd->read(0x704 bytes from 0x11318fc) returned ECC error
 | 
  
    | 3414 | mtd->read(0x2d4 bytes from 0x113152c) returned ECC error
 | 
  
    | 3415 | mtd->read(0x344 bytes from 0x11314bc) returned ECC error
 | 
  
    | 3416 | mtd->read(0x404 bytes from 0x11313fc) returned ECC error
 | 
  
    | 3417 | mtd->read(0x514 bytes from 0x11312ec) returned ECC error
 | 
  
    | 3418 | mtd->read(0x614 bytes from 0xe001ec) returned ECC error
 | 
  
    | 3419 | mtd->read(0x75c bytes from 0x112f0a4) returned ECC error
 | 
  
    | 3420 | mtd->read(0x7d0 bytes from 0x112f030) returned ECC error
 | 
  
    | 3421 | mtd->read(0x320 bytes from 0x112ece0) returned ECC error
 | 
  
    | 3422 | mtd->read(0x570 bytes from 0x112ea90) returned ECC error
 | 
  
    | 3423 | mtd->read(0x5e4 bytes from 0x112ea1c) returned ECC error
 | 
  
    | 3424 | mtd->read(0x658 bytes from 0x112e9a8) returned ECC error
 | 
  
    | 3425 | mtd->read(0x6cc bytes from 0x112e934) returned ECC error
 | 
  
    | 3426 | mtd->read(0x740 bytes from 0x112e8c0) returned ECC error
 | 
  
    | 3427 | mtd->read(0x7b4 bytes from 0x112e84c) returned ECC error
 | 
  
    | 3428 | mtd->read(0x44 bytes from 0xe001ec) returned ECC error
 | 
  
    | 3429 | mtd->read(0x28 bytes from 0x112e7d8) returned ECC error
 | 
  
    | 3430 | mtd->read(0x5 bytes from 0x112e800) returned ECC error
 | 
  
    | 3431 | mtd->read(0x9c bytes from 0x112e764) returned ECC error
 | 
  
    | 3432 | mtd->read(0x110 bytes from 0x112e6f0) returned ECC error
 | 
  
    | 3433 | mtd->read(0x79c bytes from 0x112e064) returned ECC error
 | 
  
    | 3434 | mtd->read(0x228 bytes from 0x112ddd8) returned ECC error
 | 
  
    | 3435 | mtd->read(0x298 bytes from 0x112dd68) returned ECC error
 | 
  
    | 3436 | mtd->read(0x4b4 bytes from 0x112db4c) returned ECC error
 | 
  
    | 3437 | mtd->read(0x6cc bytes from 0x112d934) returned ECC error
 | 
  
    | 3438 | mtd->read(0x740 bytes from 0x112d8c0) returned ECC error
 | 
  
    | 3439 | mtd->read(0x50 bytes from 0x112d7b0) returned ECC error
 | 
  
    | 3440 | mtd->read(0xc0 bytes from 0x112d740) returned ECC error
 | 
  
    | 3441 | mtd->read(0x24c bytes from 0x112d5b4) returned ECC error
 | 
  
    | 3442 | mtd->read(0x2c0 bytes from 0x112d540) returned ECC error
 | 
  
    | 3443 | mtd->read(0x33c bytes from 0x112d4c4) returned ECC error
 | 
  
    | 3444 | mtd->read(0x3ac bytes from 0x112d454) returned ECC error
 | 
  
    | 3445 | mtd->read(0x428 bytes from 0x112d3d8) returned ECC error
 | 
  
    | 3446 | mtd->read(0x630 bytes from 0x112d1d0) returned ECC error
 | 
  
    | 3447 | mtd->read(0x6a8 bytes from 0x112d158) returned ECC error
 | 
  
    | 3448 | mtd->read(0x3a8 bytes from 0x112bc58) returned ECC error
 | 
  
    | 3449 | mtd->read(0x450 bytes from 0x112bbb0) returned ECC error
 | 
  
    | 3450 | mtd->read(0x16c bytes from 0x16aa694) returned ECC error
 | 
  
    | 3451 | mtd->read(0x4c4 bytes from 0x112bb3c) returned ECC error
 | 
  
    | 3452 | mtd->read(0x53c bytes from 0x112bac4) returned ECC error
 | 
  
    | 3453 | mtd->read(0x390 bytes from 0x112b470) returned ECC error
 | 
  
    | 3454 | mtd->read(0x4b8 bytes from 0x112b348) returned ECC error
 | 
  
    | 3455 | mtd->read(0x5e8 bytes from 0x112b218) returned ECC error
 | 
  
    | 3456 | mtd->read(0x1c0 bytes from 0x112ae40) returned ECC error
 | 
  
    | 3457 | mtd->read(0x260 bytes from 0x112ada0) returned ECC error
 | 
  
    | 3458 | mtd->read(0x2e4 bytes from 0x112ad1c) returned ECC error
 | 
  
    | 3459 | mtd->read(0x378 bytes from 0x112ac88) returned ECC error
 | 
  
    | 3460 | mtd->read(0x4c0 bytes from 0x112ab40) returned ECC error
 | 
  
    | 3461 | mtd->read(0x1e0 bytes from 0x16aa620) returned ECC error
 | 
  
    | 3462 | mtd->read(0x664 bytes from 0x112a99c) returned ECC error
 | 
  
    | 3463 | mtd->read(0x808 bytes from 0x112a7f8) returned ECC error
 | 
  
    | 3464 | mtd->read(0xf4 bytes from 0x112a70c) returned ECC error
 | 
  
    | 3465 | mtd->read(0x194 bytes from 0x112a66c) returned ECC error
 | 
  
    | 3466 | mtd->read(0x270 bytes from 0x112a590) returned ECC error
 | 
  
    | 3467 | mtd->read(0x2e4 bytes from 0x112a51c) returned ECC error
 | 
  
    | 3468 | mtd->read(0x358 bytes from 0x112a4a8) returned ECC error
 | 
  
    | 3469 | mtd->read(0x250 bytes from 0x16aa5b0) returned ECC error
 | 
  
    | 3470 | mtd->read(0x3cc bytes from 0x112a434) returned ECC error
 | 
  
    | 3471 | mtd->read(0x748 bytes from 0x112a0b8) returned ECC error
 | 
  
    | 3472 | mtd->read(0x7c0 bytes from 0x112a040) returned ECC error
 | 
  
    | 3473 | mtd->read(0x34 bytes from 0x1129fcc) returned ECC error
 | 
  
    | 3474 | mtd->read(0xb4 bytes from 0x1129f4c) returned ECC error
 | 
  
    | 3475 | mtd->read(0x128 bytes from 0x1129ed8) returned ECC error
 | 
  
    | 3476 | mtd->read(0x280 bytes from 0x1129d80) returned ECC error
 | 
  
    | 3477 | mtd->read(0x5f0 bytes from 0x1129a10) returned ECC error
 | 
  
    | 3478 | mtd->read(0x684 bytes from 0xe0017c) returned ECC error
 | 
  
    | 3479 | mtd->read(0x44 bytes from 0xe0017c) returned ECC error
 | 
  
    | 3480 | mtd->read(0x2c0 bytes from 0x16aa540) returned ECC error
 | 
  
    | 3481 | mtd->read(0x3b0 bytes from 0xeb9c50) returned ECC error
 | 
  
    | 3482 | mtd->read(0x428 bytes from 0xeb9bd8) returned ECC error
 | 
  
    | 3483 | mtd->read(0x4a4 bytes from 0xeb9b5c) returned ECC error
 | 
  
    | 3484 | mtd->read(0x520 bytes from 0xeb9ae0) returned ECC error
 | 
  
    | 3485 | mtd->read(0x39c bytes from 0xeb2464) returned ECC error
 | 
  
    | 3486 | mtd->read(0x424 bytes from 0xeb23dc) returned ECC error
 | 
  
    | 3487 | mtd->read(0x49c bytes from 0xeb2364) returned ECC error
 | 
  
    | 3488 | mtd->read(0x518 bytes from 0xeb22e8) returned ECC error
 | 
  
    | 3489 | mtd->read(0xe8 bytes from 0xeac718) returned ECC error
 | 
  
    | 3490 | mtd->read(0x330 bytes from 0x16aa4d0) returned ECC error
 | 
  
    | 3491 | mtd->read(0x160 bytes from 0xeac6a0) returned ECC error
 | 
  
    | 3492 | mtd->read(0x64 bytes from 0xea579c) returned ECC error
 | 
  
    | 3493 | mtd->read(0x67c bytes from 0xe9e984) returned ECC error
 | 
  
    | 3494 | mtd->read(0x38c bytes from 0xe9ac74) returned ECC error
 | 
  
    | 3495 | mtd->read(0x300 bytes from 0xe96d00) returned ECC error
 | 
  
    | 3496 | mtd->read(0x6c4 bytes from 0xe9213c) returned ECC error
 | 
  
    | 3497 | mtd->read(0x114 bytes from 0xe7beec) returned ECC error
 | 
  
    | 3498 | mtd->read(0x18c bytes from 0xe7be74) returned ECC error
 | 
  
    | 3499 | mtd->read(0x20c bytes from 0xe7bdf4) returned ECC error
 | 
  
    | 3500 | mtd->read(0x284 bytes from 0xe7bd7c) returned ECC error
 | 
  
    | 3501 | mtd->read(0x3a0 bytes from 0x16aa460) returned ECC error
 | 
  
    | 3502 | mtd->read(0x300 bytes from 0xe7bd00) returned ECC error
 | 
  
    | 3503 | mtd->read(0x410 bytes from 0x16aa3f0) returned ECC error
 | 
  
    | 3504 | mtd->read(0x378 bytes from 0xe7bc88) returned ECC error
 | 
  
    | 3505 | mtd->read(0x480 bytes from 0x16aa380) returned ECC error
 | 
  
    | 3506 | mtd->read(0x530 bytes from 0xe002d0) returned ECC error
 | 
  
    | 3507 | mtd->read(0x3f0 bytes from 0xe7bc10) returned ECC error
 | 
  
    | 3508 | mtd->read(0x46c bytes from 0xe7bb94) returned ECC error
 | 
  
    | 3509 | mtd->read(0x4e4 bytes from 0xe7bb1c) returned ECC error
 | 
  
    | 3510 | mtd->read(0x55c bytes from 0xe7baa4) returned ECC error
 | 
  
    | 3511 | mtd->read(0x7b0 bytes from 0xe72050) returned ECC error
 | 
  
    | 3512 | mtd->read(0x30 bytes from 0xe71fd0) returned ECC error
 | 
  
    | 3513 | mtd->read(0xac bytes from 0xe71f54) returned ECC error
 | 
  
    | 3514 | mtd->read(0x124 bytes from 0xe71edc) returned ECC error
 | 
  
    | 3515 | mtd->read(0x234 bytes from 0xe71dcc) returned ECC error
 | 
  
    | 3516 | mtd->read(0x2b0 bytes from 0xe71d50) returned ECC error
 | 
  
    | 3517 | mtd->read(0x328 bytes from 0xe71cd8) returned ECC error
 | 
  
    | 3518 | mtd->read(0x330 bytes from 0xe67cd0) returned ECC error
 | 
  
    | 3519 | mtd->read(0x3b4 bytes from 0xe67c4c) returned ECC error
 | 
  
    | 3520 | mtd->read(0x42c bytes from 0xe67bd4) returned ECC error
 | 
  
    | 3521 | mtd->read(0x44 bytes from 0xe002d0) returned ECC error
 | 
  
    | 3522 | mtd->read(0x4a8 bytes from 0xe67b58) returned ECC error
 | 
  
    | 3523 | mtd->read(0x524 bytes from 0xe67adc) returned ECC error
 | 
  
    | 3524 | mtd->read(0x5a0 bytes from 0xe67a60) returned ECC error
 | 
  
    | 3525 | mtd->read(0x5fc bytes from 0xe67204) returned ECC error
 | 
  
    | 3526 | mtd->read(0x680 bytes from 0xe67180) returned ECC error
 | 
  
    | 3527 | mtd->read(0x6f8 bytes from 0xe67108) returned ECC error
 | 
  
    | 3528 | mtd->read(0x1a0 bytes from 0xe5de60) returned ECC error
 | 
  
    | 3529 | mtd->read(0x48c bytes from 0xe59b74) returned ECC error
 | 
  
    | 3530 | mtd->read(0x50c bytes from 0xe59af4) returned ECC error
 | 
  
    | 3531 | mtd->read(0x584 bytes from 0xe59a7c) returned ECC error
 | 
  
    | 3532 | mtd->read(0x784 bytes from 0x16aa87c) returned ECC error
 | 
  
    | 3533 | mtd->read(0x19c bytes from 0xe57e64) returned ECC error
 | 
  
    | 3534 | mtd->read(0x800 bytes from 0x16aa800) returned ECC error
 | 
  
    | 3535 | mtd->read(0x21c bytes from 0xe57de4) returned ECC error
 | 
  
    | 3536 | mtd->read(0x7c bytes from 0x16aa784) returned ECC error
 | 
  
    | 3537 | mtd->read(0xf8 bytes from 0x16aa708) returned ECC error
 | 
  
    | 3538 | mtd->read(0x240 bytes from 0xe525c0) returned ECC error
 | 
  
    | 3539 | mtd->read(0x2b8 bytes from 0xe52548) returned ECC error
 | 
  
    | 3540 | mtd->read(0x334 bytes from 0xe524cc) returned ECC error
 | 
  
    | 3541 | mtd->read(0x3ac bytes from 0xe52454) returned ECC error
 | 
  
    | 3542 | mtd->read(0x428 bytes from 0xe523d8) returned ECC error
 | 
  
    | 3543 | mtd->read(0x4a0 bytes from 0xe52360) returned ECC error
 | 
  
    | 3544 | mtd->read(0x51c bytes from 0xe522e4) returned ECC error
 | 
  
    | 3545 | mtd->read(0x598 bytes from 0xe52268) returned ECC error
 | 
  
    | 3546 | mtd->read(0x614 bytes from 0xe521ec) returned ECC error
 | 
  
    | 3547 | mtd->read(0x68c bytes from 0xe52174) returned ECC error
 | 
  
    | 3548 | mtd->read(0x708 bytes from 0xe520f8) returned ECC error
 | 
  
    | 3549 | mtd->read(0x78c bytes from 0xe52074) returned ECC error
 | 
  
    | 3550 | mtd->read(0x808 bytes from 0xe51ff8) returned ECC error
 | 
  
    | 3551 | mtd->read(0x80 bytes from 0xe51f80) returned ECC error
 | 
  
    | 3552 | mtd->read(0x4c0 bytes from 0xe00340) returned ECC error
 | 
  
    | 3553 | mtd->read(0x104 bytes from 0xe51efc) returned ECC error
 | 
  
    | 3554 | mtd->read(0x188 bytes from 0xe51e78) returned ECC error
 | 
  
    | 3555 | mtd->read(0x200 bytes from 0xe51e00) returned ECC error
 | 
  
    | 3556 | mtd->read(0x278 bytes from 0xe51d88) returned ECC error
 | 
  
    | 3557 | mtd->read(0x2f0 bytes from 0xe51d10) returned ECC error
 | 
  
    | 3558 | mtd->read(0x368 bytes from 0xe51c98) returned ECC error
 | 
  
    | 3559 | mtd->read(0x3e4 bytes from 0xe51c1c) returned ECC error
 | 
  
    | 3560 | mtd->read(0x460 bytes from 0xe51ba0) returned ECC error
 | 
  
    | 3561 | mtd->read(0x4dc bytes from 0xe51b24) returned ECC error
 | 
  
    | 3562 | mtd->read(0x44 bytes from 0xe00340) returned ECC error
 | 
  
    | 3563 | mtd->read(0x558 bytes from 0xe51aa8) returned ECC error
 | 
  
    | 3564 | mtd->read(0x5d0 bytes from 0xe51a30) returned ECC error
 | 
  
    | 3565 | mtd->read(0x7ec bytes from 0xe00814) returned ECC error
 | 
  
    | 3566 | mtd->read(0x64 bytes from 0xe0079c) returned ECC error
 | 
  
    | 3567 | mtd->read(0xe8 bytes from 0xe00718) returned ECC error
 | 
  
    | 3568 | mtd->read(0x16c bytes from 0xe00694) returned ECC error
 | 
  
    | 3569 | mtd->read(0x7d4 bytes from 0xe0002c) returned ECC error
 | 
  
    | 3570 | mtd->read(0x44 bytes from 0xe0002c) returned ECC error
 | 
  
    | 3571 | mtd->read(0x34c bytes from 0xe7bcb4) returned ECC error
 | 
  
    | 3572 | mtd->read(0x44 bytes from 0xe7bcb4) returned ECC error
 | 
  
    | 3573 | mtd->read(0x7 bytes from 0xe7bcf8) returned ECC error
 | 
  
    | 3574 | mtd->read(0x414 bytes from 0xe513ec) returned ECC error
 | 
  
    | 3575 | mtd->read(0x668 bytes from 0xe50998) returned ECC error
 | 
  
    | 3576 | mtd->read(0x468 bytes from 0xe4fb98) returned ECC error
 | 
  
    | 3577 | mtd->read(0x6b0 bytes from 0xe4f150) returned ECC error
 | 
  
    | 3578 | mtd->read(0x3c bytes from 0xe4e7c4) returned ECC error
 | 
  
    | 3579 | mtd->read(0x800 bytes from 0xe4e800) returned ECC error
 | 
  
    | 3580 | mtd->read(0x168 bytes from 0xe4de98) returned ECC error
 | 
  
    | 3581 | mtd->read(0x1c4 bytes from 0xe4d63c) returned ECC error
 | 
  
    | 3582 | mtd->read(0x214 bytes from 0xe4cdec) returned ECC error
 | 
  
    | 3583 | mtd->read(0x450 bytes from 0xe003b0) returned ECC error
 | 
  
    | 3584 | mtd->read(0x21c bytes from 0xe4c5e4) returned ECC error
 | 
  
    | 3585 | mtd->read(0x2f4 bytes from 0xe4bd0c) returned ECC error
 | 
  
    | 3586 | mtd->read(0x42c bytes from 0xe4b3d4) returned ECC error
 | 
  
    | 3587 | mtd->read(0x4f8 bytes from 0xe4ab08) returned ECC error
 | 
  
    | 3588 | mtd->read(0x600 bytes from 0xe4a200) returned ECC error
 | 
  
    | 3589 | mtd->read(0x5f4 bytes from 0xe49a0c) returned ECC error
 | 
  
    | 3590 | mtd->read(0x7cc bytes from 0xe49034) returned ECC error
 | 
  
    | 3591 | mtd->read(0xb0 bytes from 0xe48750) returned ECC error
 | 
  
    | 3592 | mtd->read(0x2f8 bytes from 0xe47d08) returned ECC error
 | 
  
    | 3593 | mtd->read(0x534 bytes from 0xe472cc) returned ECC error
 | 
  
    | 3594 | mtd->read(0x44 bytes from 0xe003b0) returned ECC error
 | 
  
    | 3595 | mtd->read(0x768 bytes from 0xe46898) returned ECC error
 | 
  
    | 3596 | mtd->read(0x254 bytes from 0xe45dac) returned ECC error
 | 
  
    | 3597 | mtd->read(0x580 bytes from 0xe45280) returned ECC error
 | 
  
    | 3598 | mtd->read(0x6a8 bytes from 0xe44958) returned ECC error
 | 
  
    | 3599 | mtd->read(0x170 bytes from 0xe43e90) returned ECC error
 | 
  
    | 3600 | mtd->read(0x3b8 bytes from 0xe43448) returned ECC error
 | 
  
    | 3601 | mtd->read(0x744 bytes from 0xe428bc) returned ECC error
 | 
  
    | 3602 | mtd->read(0x1f0 bytes from 0xe41e10) returned ECC error
 | 
  
    | 3603 | mtd->read(0x4b0 bytes from 0xe41350) returned ECC error
 | 
  
    | 3604 | mtd->read(0x738 bytes from 0xe408c8) returned ECC error
 | 
  
    | 3605 | mtd->read(0x800 bytes from 0xe40000) returned ECC error
 | 
  
    | 3606 | mtd->read(0x2e4 bytes from 0xe3fd1c) returned ECC error
 | 
  
    | 3607 | mtd->read(0x598 bytes from 0xe3f268) returned ECC error
 | 
  
    | 3608 | mtd->read(0x744 bytes from 0xe3e8bc) returned ECC error
 | 
  
    | 3609 | mtd->read(0x3e0 bytes from 0xe00420) returned ECC error
 | 
  
    | 3610 | mtd->read(0x10c bytes from 0xe3def4) returned ECC error
 | 
  
    | 3611 | mtd->read(0x44 bytes from 0xe00420) returned ECC error
 | 
  
    | 3612 | mtd->read(0x36c bytes from 0xe3d494) returned ECC error
 | 
  
    | 3613 | mtd->read(0x608 bytes from 0xe3c9f8) returned ECC error
 | 
  
    | 3614 | mtd->read(0x108 bytes from 0xe3bef8) returned ECC error
 | 
  
    | 3615 | mtd->read(0x34c bytes from 0xe3b4b4) returned ECC error
 | 
  
    | 3616 | mtd->read(0x5d8 bytes from 0xe3aa28) returned ECC error
 | 
  
    | 3617 | mtd->read(0x128 bytes from 0xe39ed8) returned ECC error
 | 
  
    | 3618 | mtd->read(0x300 bytes from 0xe00500) returned ECC error
 | 
  
    | 3619 | mtd->read(0x4a4 bytes from 0xe3935c) returned ECC error
 | 
  
    | 3620 | mtd->read(0x788 bytes from 0xe38878) returned ECC error
 | 
  
    | 3621 | mtd->read(0x240 bytes from 0xe37dc0) returned ECC error
 | 
  
    | 3622 | mtd->read(0x530 bytes from 0xe372d0) returned ECC error
 | 
  
    | 3623 | mtd->read(0x6c bytes from 0xe36794) returned ECC error
 | 
  
    | 3624 | mtd->read(0x318 bytes from 0xe35ce8) returned ECC error
 | 
  
    | 3625 | mtd->read(0x558 bytes from 0xe352a8) returned ECC error
 | 
  
    | 3626 | mtd->read(0x800 bytes from 0xe34800) returned ECC error
 | 
  
    | 3627 | mtd->read(0x44 bytes from 0xe00500) returned ECC error
 | 
  
    | 3628 | mtd->read(0x350 bytes from 0xe33cb0) returned ECC error
 | 
  
    | 3629 | mtd->read(0x5b0 bytes from 0xe33250) returned ECC error
 | 
  
    | 3630 | mtd->read(0xb8 bytes from 0xe32748) returned ECC error
 | 
  
    | 3631 | mtd->read(0x348 bytes from 0xe31cb8) returned ECC error
 | 
  
    | 3632 | mtd->read(0x5f0 bytes from 0xe31210) returned ECC error
 | 
  
    | 3633 | mtd->read(0x810 bytes from 0xe307f0) returned ECC error
 | 
  
    | 3634 | mtd->read(0x2bc bytes from 0xe2fd44) returned ECC error
 | 
  
    | 3635 | mtd->read(0x4f0 bytes from 0xe2f310) returned ECC error
 | 
  
    | 3636 | mtd->read(0x770 bytes from 0xe2e890) returned ECC error
 | 
  
    | 3637 | mtd->read(0x2a0 bytes from 0xe2dd60) returned ECC error
 | 
  
    | 3638 | mtd->read(0x564 bytes from 0xe2d29c) returned ECC error
 | 
  
    | 3639 | mtd->read(0x34 bytes from 0xe2c7cc) returned ECC error
 | 
  
    | 3640 | mtd->read(0x800 bytes from 0xe2c800) returned ECC error
 | 
  
    | 3641 | mtd->read(0x23c bytes from 0xe2bdc4) returned ECC error
 | 
  
    | 3642 | mtd->read(0x4b8 bytes from 0xe2b348) returned ECC error
 | 
  
    | 3643 | mtd->read(0x88 bytes from 0xe2a778) returned ECC error
 | 
  
    | 3644 | mtd->read(0x290 bytes from 0xe00570) returned ECC error
 | 
  
    | 3645 | mtd->read(0x3f4 bytes from 0xe29c0c) returned ECC error
 | 
  
    | 3646 | mtd->read(0x6e0 bytes from 0xe29120) returned ECC error
 | 
  
    | 3647 | mtd->read(0x1dc bytes from 0xe28624) returned ECC error
 | 
  
    | 3648 | mtd->read(0x580 bytes from 0xe27a80) returned ECC error
 | 
  
    | 3649 | mtd->read(0xa8 bytes from 0xe26f58) returned ECC error
 | 
  
    | 3650 | mtd->read(0x380 bytes from 0xe26480) returned ECC error
 | 
  
    | 3651 | mtd->read(0x620 bytes from 0xe259e0) returned ECC error
 | 
  
    | 3652 | mtd->read(0x138 bytes from 0xe24ec8) returned ECC error
 | 
  
    | 3653 | mtd->read(0x44 bytes from 0xe00570) returned ECC error
 | 
  
    | 3654 | mtd->read(0x468 bytes from 0xe24398) returned ECC error
 | 
  
    | 3655 | mtd->read(0x648 bytes from 0xe239b8) returned ECC error
 | 
  
    | 3656 | mtd->read(0x698 bytes from 0xe23168) returned ECC error
 | 
  
    | 3657 | mtd->read(0x144 bytes from 0xe226bc) returned ECC error
 | 
  
    | 3658 | mtd->read(0x43c bytes from 0xe21bc4) returned ECC error
 | 
  
    | 3659 | mtd->read(0x778 bytes from 0xe21088) returned ECC error
 | 
  
    | 3660 | mtd->read(0x26c bytes from 0xe20594) returned ECC error
 | 
  
    | 3661 | mtd->read(0x800 bytes from 0xe20000) returned ECC error
 | 
  
    | 3662 | mtd->read(0x58c bytes from 0xe1fa74) returned ECC error
 | 
  
    | 3663 | JFFS2 notice: (1) read_dnode: wrong data CRC in data node at 0x00e1fa74: read 0x
 | 
  
    | 3664 | 7885c466, calculated 0x4e50e435.
 | 
  
    | 3665 | mtd->read(0x94 bytes from 0xe1ef6c) returned ECC error
 | 
  
    | 3666 | mtd->read(0x368 bytes from 0xe1e498) returned ECC error
 | 
  
    | 3667 | mtd->read(0x5e4 bytes from 0xe1da1c) returned ECC error
 | 
  
    | 3668 | mtd->read(0x7c bytes from 0xe1cf84) returned ECC error
 | 
  
    | 3669 | mtd->read(0x344 bytes from 0xe1c4bc) returned ECC error
 | 
  
    | 3670 | mtd->read(0x658 bytes from 0xe1b9a8) returned ECC error
 | 
  
    | 3671 | mtd->read(0x12c bytes from 0xe1aed4) returned ECC error
 | 
  
    | 3672 | mtd->read(0x3fc bytes from 0xe1a404) returned ECC error
 | 
  
    | 3673 | mtd->read(0x6cc bytes from 0xe19934) returned ECC error
 | 
  
    | 3674 | mtd->read(0x284 bytes from 0x1789d7c) returned ECC error
 | 
  
    | 3675 | mtd->read(0x1b8 bytes from 0xe18e48) returned ECC error
 | 
  
    | 3676 | mtd->read(0x48c bytes from 0xe18374) returned ECC error
 | 
  
    | 3677 | mtd->read(0x640 bytes from 0xe179c0) returned ECC error
 | 
  
    | 3678 | mtd->read(0xf8 bytes from 0xe16f08) returned ECC error
 | 
  
    | 3679 | mtd->read(0x3b0 bytes from 0xe16450) returned ECC error
 | 
  
    | 3680 | mtd->read(0x600 bytes from 0xe15a00) returned ECC error
 | 
  
    | 3681 | mtd->read(0x80c bytes from 0xe14ff4) returned ECC error
 | 
  
    | 3682 | mtd->read(0x360 bytes from 0xe144a0) returned ECC error
 | 
  
    | 3683 | mtd->read(0x2f8 bytes from 0x1789d08) returned ECC error
 | 
  
    | 3684 | mtd->read(0x628 bytes from 0xe139d8) returned ECC error
 | 
  
    | 3685 | mtd->read(0x368 bytes from 0x1789c98) returned ECC error
 | 
  
    | 3686 | mtd->read(0xd8 bytes from 0xe12f28) returned ECC error
 | 
  
    | 3687 | mtd->read(0x3dc bytes from 0x1789c24) returned ECC error
 | 
  
    | 3688 | mtd->read(0x44c bytes from 0x1789bb4) returned ECC error
 | 
  
    | 3689 | mtd->read(0x43c bytes from 0xe123c4) returned ECC error
 | 
  
    | 3690 | mtd->read(0x6f8 bytes from 0xe11908) returned ECC error
 | 
  
    | 3691 | mtd->read(0x20c bytes from 0xe10df4) returned ECC error
 | 
  
    | 3692 | mtd->read(0x36c bytes from 0xe10494) returned ECC error
 | 
  
    | 3693 | mtd->read(0x590 bytes from 0xe0fa70) returned ECC error
 | 
  
    | 3694 | mtd->read(0x790 bytes from 0xe0f070) returned ECC error
 | 
  
    | 3695 | mtd->read(0x1d8 bytes from 0xe0e628) returned ECC error
 | 
  
    | 3696 | mtd->read(0x460 bytes from 0xe0dba0) returned ECC error
 | 
  
    | 3697 | mtd->read(0x72c bytes from 0xe0d0d4) returned ECC error
 | 
  
    | 3698 | mtd->read(0x218 bytes from 0xe0c5e8) returned ECC error
 | 
  
    | 3699 | mtd->read(0x4dc bytes from 0xe0bb24) returned ECC error
 | 
  
    | 3700 | mtd->read(0x81c bytes from 0xe0afe4) returned ECC error
 | 
  
    | 3701 | mtd->read(0x1c0 bytes from 0xe0a640) returned ECC error
 | 
  
    | 3702 | mtd->read(0x518 bytes from 0xe09ae8) returned ECC error
 | 
  
    | 3703 | mtd->read(0x7cc bytes from 0xe09034) returned ECC error
 | 
  
    | 3704 | mtd->read(0x4c0 bytes from 0x1789b40) returned ECC error
 | 
  
    | 3705 | mtd->read(0x23c bytes from 0xe085c4) returned ECC error
 | 
  
    | 3706 | mtd->read(0x440 bytes from 0xe07bc0) returned ECC error
 | 
  
    | 3707 | mtd->read(0x5a8 bytes from 0xe07258) returned ECC error
 | 
  
    | 3708 | mtd->read(0x814 bytes from 0xe067ec) returned ECC error
 | 
  
    | 3709 | mtd->read(0x29c bytes from 0xe05d64) returned ECC error
 | 
  
    | 3710 | mtd->read(0x4b4 bytes from 0xe0534c) returned ECC error
 | 
  
    | 3711 | mtd->read(0x6a4 bytes from 0xe0495c) returned ECC error
 | 
  
    | 3712 | mtd->read(0x68 bytes from 0xe03f98) returned ECC error
 | 
  
    | 3713 | mtd->read(0x534 bytes from 0x1789acc) returned ECC error
 | 
  
    | 3714 | mtd->read(0x190 bytes from 0xe03670) returned ECC error
 | 
  
    | 3715 | mtd->read(0x5a4 bytes from 0x1789a5c) returned ECC error
 | 
  
    | 3716 | mtd->read(0x370 bytes from 0xe02c90) returned ECC error
 | 
  
    | 3717 | mtd->read(0x220 bytes from 0xe005e0) returned ECC error
 | 
  
    | 3718 | mtd->read(0x44 bytes from 0xe005e0) returned ECC error
 | 
  
    | 3719 | mtd->read(0x2ac bytes from 0xe02554) returned ECC error
 | 
  
    | 3720 | mtd->read(0x28 bytes from 0xe017d8) returned ECC error
 | 
  
    | 3721 | mtd->read(0x800 bytes from 0xe01800) returned ECC error
 | 
  
    | 3722 | mtd->read(0x600 bytes from 0xe01200) returned ECC error
 | 
  
    | 3723 | mtd->read(0x7bc bytes from 0xe00844) returned ECC error
 | 
  
    | 3724 | mtd->read(0x22f bytes from 0xe51800) returned ECC error
 | 
  
    | 3725 | mtd->read(0x3ec bytes from 0xe51000) returned ECC error
 | 
  
    | 3726 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e50998: re
 | 
  
    | 3727 | ad 0x3baf8c35, calculated 0xd3aee1ea.
 | 
  
    | 3728 | mtd->read(0x998 bytes from 0xe50000) returned ECC error
 | 
  
    | 3729 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4fb98: re
 | 
  
    | 3730 | ad 0xf9be35ef, calculated 0x3ae480a1.
 | 
  
    | 3731 | mtd->read(0x397 bytes from 0xe4f800) returned ECC error
 | 
  
    | 3732 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4f150: re
 | 
  
    | 3733 | ad 0xb1a5cc1b, calculated 0x26ec4b7.
 | 
  
    | 3734 | mtd->read(0x150 bytes from 0xe4f000) returned ECC error
 | 
  
    | 3735 | mtd->read(0x7c2 bytes from 0xe4e000) returned ECC error
 | 
  
    | 3736 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4de98: re
 | 
  
    | 3737 | ad 0xacf8dcae, calculated 0x9c090100.
 | 
  
    | 3738 | mtd->read(0x698 bytes from 0xe4d800) returned ECC error
 | 
  
    | 3739 | mtd->read(0x639 bytes from 0xe4d000) returned ECC error
 | 
  
    | 3740 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4cdec: re
 | 
  
    | 3741 | ad 0xcd9c9931, calculated 0xbc167df0.
 | 
  
    | 3742 | mtd->read(0x5ec bytes from 0xe4c800) returned ECC error
 | 
  
    | 3743 | mtd->read(0x5e1 bytes from 0xe4c000) returned ECC error
 | 
  
    | 3744 | mtd->read(0x50b bytes from 0xe4b800) returned ECC error
 | 
  
    | 3745 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4b3d4: re
 | 
  
    | 3746 | ad 0xa183ef5d, calculated 0xedbb3a43.
 | 
  
    | 3747 | mtd->read(0x3d4 bytes from 0xe4b000) returned ECC error
 | 
  
    | 3748 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4ab08: re
 | 
  
    | 3749 | ad 0x5d5c7234, calculated 0x54f2092a.
 | 
  
    | 3750 | mtd->read(0x708 bytes from 0x20f80f8) returned ECC error
 | 
  
    | 3751 | mtd->read(0x778 bytes from 0x20f8088) returned ECC error
 | 
  
    | 3752 | mtd->read(0x308 bytes from 0xe4a800) returned ECC error
 | 
  
    | 3753 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e4a200: re
 | 
  
    | 3754 | ad 0x1c5553f3, calculated 0xfaf145dd.
 | 
  
    | 3755 | mtd->read(0x1ff bytes from 0xe4a000) returned ECC error
 | 
  
    | 3756 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e49a0c: re
 | 
  
    | 3757 | ad 0x64163d20, calculated 0x23134465.
 | 
  
    | 3758 | mtd->read(0x20a bytes from 0xe49800) returned ECC error
 | 
  
    | 3759 | mtd->read(0x833 bytes from 0xe48800) returned ECC error
 | 
  
    | 3760 | mtd->read(0x74d bytes from 0xe48000) returned ECC error
 | 
  
    | 3761 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e47d08: re
 | 
  
    | 3762 | ad 0x11aae303, calculated 0x1129d123.
 | 
  
    | 3763 | mtd->read(0x508 bytes from 0xe47800) returned ECC error
 | 
  
    | 3764 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e472cc: re
 | 
  
    | 3765 | ad 0xabeb2d42, calculated 0xbc72b9cf.
 | 
  
    | 3766 | mtd->read(0x2ca bytes from 0xe47000) returned ECC error
 | 
  
    | 3767 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e46898: re
 | 
  
    | 3768 | ad 0x66cc79ae, calculated 0x41fe5ca2.
 | 
  
    | 3769 | mtd->read(0x7ec bytes from 0x20f8014) returned ECC error
 | 
  
    | 3770 | mtd->read(0x895 bytes from 0xe46000) returned ECC error
 | 
  
    | 3771 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e45dac: re
 | 
  
    | 3772 | ad 0x6337f4e4, calculated 0x179a7227.
 | 
  
    | 3773 | mtd->read(0x5ab bytes from 0xe45800) returned ECC error
 | 
  
    | 3774 | mtd->read(0x280 bytes from 0xe45000) returned ECC error
 | 
  
    | 3775 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e44958: re
 | 
  
    | 3776 | ad 0x6c22e89, calculated 0x748923f1.
 | 
  
    | 3777 | mtd->read(0x955 bytes from 0xe44000) returned ECC error
 | 
  
    | 3778 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e43e90: re
 | 
  
    | 3779 | ad 0x4ec03411, calculated 0x8a07027c.
 | 
  
    | 3780 | mtd->read(0x68d bytes from 0xe43800) returned ECC error
 | 
  
    | 3781 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e43448: re
 | 
  
    | 3782 | ad 0x7d18099f, calculated 0x204cd523.
 | 
  
    | 3783 | mtd->read(0x5c bytes from 0x20f7fa4) returned ECC error
 | 
  
    | 3784 | mtd->read(0x446 bytes from 0xe43000) returned ECC error
 | 
  
    | 3785 | mtd->read(0xcc bytes from 0x20f7f34) returned ECC error
 | 
  
    | 3786 | mtd->read(0x13c bytes from 0x20f7ec4) returned ECC error
 | 
  
    | 3787 | mtd->read(0x8bc bytes from 0xe42000) returned ECC error
 | 
  
    | 3788 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e41e10: re
 | 
  
    | 3789 | ad 0x60e79110, calculated 0x8854d4a2.
 | 
  
    | 3790 | mtd->read(0x60f bytes from 0xe41800) returned ECC error
 | 
  
    | 3791 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e41350: re
 | 
  
    | 3792 | ad 0x8ec9a898, calculated 0x6f34d072.
 | 
  
    | 3793 | mtd->read(0x350 bytes from 0xe41000) returned ECC error
 | 
  
    | 3794 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e408c8: re
 | 
  
    | 3795 | ad 0x4dcc51fc, calculated 0xfc8f3aa4.
 | 
  
    | 3796 | mtd->read(0xc8 bytes from 0xe40800) returned ECC error
 | 
  
    | 3797 | mtd->read(0x51b bytes from 0xe3f800) returned ECC error
 | 
  
    | 3798 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3f268: re
 | 
  
    | 3799 | ad 0xff35d33b, calculated 0x9da353cd.
 | 
  
    | 3800 | mtd->read(0x268 bytes from 0xe3f000) returned ECC error
 | 
  
    | 3801 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3e8bc: re
 | 
  
    | 3802 | ad 0xe3b0f38f, calculated 0xd2c807a0.
 | 
  
    | 3803 | mtd->read(0x8b9 bytes from 0xe3e000) returned ECC error
 | 
  
    | 3804 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3def4: re
 | 
  
    | 3805 | ad 0x691e6b7, calculated 0xf075135e.
 | 
  
    | 3806 | mtd->read(0x1b0 bytes from 0x20f7e50) returned ECC error
 | 
  
    | 3807 | mtd->read(0x6f3 bytes from 0xe3d800) returned ECC error
 | 
  
    | 3808 | mtd->read(0x220 bytes from 0x20f7de0) returned ECC error
 | 
  
    | 3809 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3d494: re
 | 
  
    | 3810 | ad 0xdc4bb61c, calculated 0xd35ff445.
 | 
  
    | 3811 | mtd->read(0x492 bytes from 0xe3d000) returned ECC error
 | 
  
    | 3812 | mtd->read(0x294 bytes from 0x20f7d6c) returned ECC error
 | 
  
    | 3813 | mtd->read(0x308 bytes from 0x20f7cf8) returned ECC error
 | 
  
    | 3814 | mtd->read(0x9f8 bytes from 0xe3c000) returned ECC error
 | 
  
    | 3815 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3bef8: re
 | 
  
    | 3816 | ad 0xf4e1fa8b, calculated 0xe19a0c0c.
 | 
  
    | 3817 | mtd->read(0x6f7 bytes from 0xe3b800) returned ECC error
 | 
  
    | 3818 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3b4b4: re
 | 
  
    | 3819 | ad 0xbb3a46a5, calculated 0x424c24f3.
 | 
  
    | 3820 | mtd->read(0x4b2 bytes from 0xe3b000) returned ECC error
 | 
  
    | 3821 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3aa28: re
 | 
  
    | 3822 | ad 0x1653dcc4, calculated 0xe2be91ea.
 | 
  
    | 3823 | mtd->read(0xa27 bytes from 0xe3a000) returned ECC error
 | 
  
    | 3824 | mtd->read(0x6d7 bytes from 0xe39800) returned ECC error
 | 
  
    | 3825 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e3935c: re
 | 
  
    | 3826 | ad 0x90ccd269, calculated 0xe7f0e409.
 | 
  
    | 3827 | mtd->read(0x35b bytes from 0xe39000) returned ECC error
 | 
  
    | 3828 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e38878: re
 | 
  
    | 3829 | ad 0xf750874a, calculated 0xb1404804.
 | 
  
    | 3830 | mtd->read(0x876 bytes from 0xe38000) returned ECC error
 | 
  
    | 3831 | mtd->read(0x1b0 bytes from 0xe00650) returned ECC error
 | 
  
    | 3832 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e37dc0: re
 | 
  
    | 3833 | ad 0xeec6efda, calculated 0x8f29ae23.
 | 
  
    | 3834 | mtd->read(0x5be bytes from 0xe37800) returned ECC error
 | 
  
    | 3835 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e372d0: re
 | 
  
    | 3836 | ad 0x419e4979, calculated 0x564f1612.
 | 
  
    | 3837 | mtd->read(0xace bytes from 0xe36800) returned ECC error
 | 
  
    | 3838 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e36794: re
 | 
  
    | 3839 | ad 0x3ec59252, calculated 0x1a9c3f0.
 | 
  
    | 3840 | mtd->read(0x794 bytes from 0xe36000) returned ECC error
 | 
  
    | 3841 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e35ce8: re
 | 
  
    | 3842 | ad 0xf43351b6, calculated 0x3b6dd9a3.
 | 
  
    | 3843 | mtd->read(0x4e8 bytes from 0xe35800) returned ECC error
 | 
  
    | 3844 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e352a8: re
 | 
  
    | 3845 | ad 0x5526cccf, calculated 0x6b7bb273.
 | 
  
    | 3846 | mtd->read(0x44 bytes from 0xe00650) returned ECC error
 | 
  
    | 3847 | mtd->read(0x2a8 bytes from 0xe35000) returned ECC error
 | 
  
    | 3848 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e34800: re
 | 
  
    | 3849 | ad 0x698e2e9, calculated 0xd9594b2b.
 | 
  
    | 3850 | mtd->read(0x7ff bytes from 0xe34000) returned ECC error
 | 
  
    | 3851 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e33cb0: re
 | 
  
    | 3852 | ad 0xd5ea036d, calculated 0x773fe639.
 | 
  
    | 3853 | mtd->read(0x4ad bytes from 0xe33800) returned ECC error
 | 
  
    | 3854 | mtd->read(0xa50 bytes from 0xe32800) returned ECC error
 | 
  
    | 3855 | mtd->read(0x748 bytes from 0xe32000) returned ECC error
 | 
  
    | 3856 | mtd->read(0x4b7 bytes from 0xe31800) returned ECC error
 | 
  
    | 3857 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e31210: re
 | 
  
    | 3858 | ad 0xa9d306a1, calculated 0x219d6c89.
 | 
  
    | 3859 | mtd->read(0x20e bytes from 0xe31000) returned ECC error
 | 
  
    | 3860 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e307f0: re
 | 
  
    | 3861 | ad 0x2d25f0e9, calculated 0xc19f6678.
 | 
  
    | 3862 | mtd->read(0x7ee bytes from 0xe30000) returned ECC error
 | 
  
    | 3863 | mtd->read(0x541 bytes from 0xe2f800) returned ECC error
 | 
  
    | 3864 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e2f310: re
 | 
  
    | 3865 | ad 0x615215b2, calculated 0x3a4e627c.
 | 
  
    | 3866 | mtd->read(0x13c bytes from 0xe006c4) returned ECC error
 | 
  
    | 3867 | mtd->read(0x30d bytes from 0xe2f000) returned ECC error
 | 
  
    | 3868 | mtd->read(0x890 bytes from 0xe2e000) returned ECC error
 | 
  
    | 3869 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e2dd60: re
 | 
  
    | 3870 | ad 0x46fcdef9, calculated 0xbb27c8a3.
 | 
  
    | 3871 | mtd->read(0x55f bytes from 0xe2d800) returned ECC error
 | 
  
    | 3872 | mtd->read(0x29b bytes from 0xe2d000) returned ECC error
 | 
  
    | 3873 | mtd->read(0x7cc bytes from 0xe2c000) returned ECC error
 | 
  
    | 3874 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e2bdc4: re
 | 
  
    | 3875 | ad 0xd81fe846, calculated 0x1142935d.
 | 
  
    | 3876 | mtd->read(0x5c2 bytes from 0xe2b800) returned ECC error
 | 
  
    | 3877 | mtd->read(0xb46 bytes from 0xe2a800) returned ECC error
 | 
  
    | 3878 | mtd->read(0x44 bytes from 0xe006c4) returned ECC error
 | 
  
    | 3879 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e2a778: re
 | 
  
    | 3880 | ad 0x9bdb592c, calculated 0x19504d9e.
 | 
  
    | 3881 | mtd->read(0x776 bytes from 0xe2a000) returned ECC error
 | 
  
    | 3882 | mtd->read(0x409 bytes from 0xe29800) returned ECC error
 | 
  
    | 3883 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e29120: re
 | 
  
    | 3884 | ad 0xf5fe013e, calculated 0x7c6a1728.
 | 
  
    | 3885 | mtd->read(0x920 bytes from 0xe28800) returned ECC error
 | 
  
    | 3886 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e28624: re
 | 
  
    | 3887 | ad 0x76a05453, calculated 0x167f7ace.
 | 
  
    | 3888 | mtd->read(0x624 bytes from 0xe28000) returned ECC error
 | 
  
    | 3889 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e27a80: re
 | 
  
    | 3890 | ad 0x42fc0245, calculated 0xe5e78d25.
 | 
  
    | 3891 | mtd->read(0xa7f bytes from 0xe27000) returned ECC error
 | 
  
    | 3892 | mtd->read(0x756 bytes from 0xe26800) returned ECC error
 | 
  
    | 3893 | mtd->read(0x47f bytes from 0xe26000) returned ECC error
 | 
  
    | 3894 | mtd->read(0x9df bytes from 0xe25000) returned ECC error
 | 
  
    | 3895 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e24ec8: re
 | 
  
    | 3896 | ad 0x876abea7, calculated 0x35427908.
 | 
  
    | 3897 | mtd->read(0x6c5 bytes from 0xe24800) returned ECC error
 | 
  
    | 3898 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e24398: re
 | 
  
    | 3899 | ad 0xec8aadd3, calculated 0xe3e221f3.
 | 
  
    | 3900 | mtd->read(0xb8 bytes from 0xe00748) returned ECC error
 | 
  
    | 3901 | mtd->read(0x398 bytes from 0xe24000) returned ECC error
 | 
  
    | 3902 | mtd->read(0x44 bytes from 0xe00748) returned ECC error
 | 
  
    | 3903 | mtd->read(0x1b7 bytes from 0xe23800) returned ECC error
 | 
  
    | 3904 | mtd->read(0x966 bytes from 0xe22800) returned ECC error
 | 
  
    | 3905 | mtd->read(0x6ba bytes from 0xe22000) returned ECC error
 | 
  
    | 3906 | mtd->read(0x3c2 bytes from 0xe21800) returned ECC error
 | 
  
    | 3907 | mtd->read(0x888 bytes from 0xe20800) returned ECC error
 | 
  
    | 3908 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e20594: re
 | 
  
    | 3909 | ad 0xff7a182c, calculated 0x4e5780f9.
 | 
  
    | 3910 | mtd->read(0x38 bytes from 0xe007c8) returned ECC error
 | 
  
    | 3911 | mtd->read(0x800 bytes from 0xe00800) returned ECC error
 | 
  
    | 3912 | mtd->read(0xa72 bytes from 0xe1f000) returned ECC error
 | 
  
    | 3913 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e1ef6c: re
 | 
  
    | 3914 | ad 0x1c74d67c, calculated 0x55d048f.
 | 
  
    | 3915 | mtd->read(0x76b bytes from 0xe1e800) returned ECC error
 | 
  
    | 3916 | mtd->read(0x498 bytes from 0xe1e000) returned ECC error
 | 
  
    | 3917 | mtd->read(0xa1c bytes from 0xe1d000) returned ECC error
 | 
  
    | 3918 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e1cf84: re
 | 
  
    | 3919 | ad 0x2d9c1aa4, calculated 0x950951cf.
 | 
  
    | 3920 | mtd->read(0x783 bytes from 0xe1c800) returned ECC error
 | 
  
    | 3921 | mtd->read(0x44 bytes from 0xe007c8) returned ECC error
 | 
  
    | 3922 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e1c4bc: re
 | 
  
    | 3923 | ad 0xe7391a3c, calculated 0x29fcd5ac.
 | 
  
    | 3924 | mtd->read(0x4b9 bytes from 0xe1c000) returned ECC error
 | 
  
    | 3925 | mtd->read(0x9a7 bytes from 0xe1b000) returned ECC error
 | 
  
    | 3926 | mtd->read(0x6d4 bytes from 0xe1a800) returned ECC error
 | 
  
    | 3927 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e1a404: re
 | 
  
    | 3928 | ad 0x7d60168a, calculated 0x74854312.
 | 
  
    | 3929 | mtd->read(0x404 bytes from 0xe1a000) returned ECC error
 | 
  
    | 3930 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e19934: re
 | 
  
    | 3931 | ad 0x27d08f10, calculated 0x23a3bd70.
 | 
  
    | 3932 | mtd->read(0x933 bytes from 0xe19000) returned ECC error
 | 
  
    | 3933 | mtd->read(0x645 bytes from 0xe18800) returned ECC error
 | 
  
    | 3934 | mtd->read(0x371 bytes from 0xe18000) returned ECC error
 | 
  
    | 3935 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e179c0: re
 | 
  
    | 3936 | ad 0x5b6ba5bf, calculated 0xf66c9ce4.
 | 
  
    | 3937 | mtd->read(0x9bf bytes from 0xe17000) returned ECC error
 | 
  
    | 3938 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e16f08: re
 | 
  
    | 3939 | ad 0x616ac3a0, calculated 0xd45882f.
 | 
  
    | 3940 | mtd->read(0x707 bytes from 0xe16800) returned ECC error
 | 
  
    | 3941 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e16450: re
 | 
  
    | 3942 | ad 0x8a9d8c91, calculated 0xf04ddf2d.
 | 
  
    | 3943 | mtd->read(0x44f bytes from 0xe16000) returned ECC error
 | 
  
    | 3944 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e15a00: re
 | 
  
    | 3945 | ad 0x7f2edd01, calculated 0xccf86787.
 | 
  
    | 3946 | mtd->read(0x1fd bytes from 0xe15800) returned ECC error
 | 
  
    | 3947 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e14ff4: re
 | 
  
    | 3948 | ad 0x66f86d2e, calculated 0x12b36456.
 | 
  
    | 3949 | mtd->read(0x7f3 bytes from 0xe14800) returned ECC error
 | 
  
    | 3950 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e144a0: re
 | 
  
    | 3951 | ad 0xfa64d2c8, calculated 0x9f8779b2.
 | 
  
    | 3952 | mtd->read(0x49d bytes from 0xe14000) returned ECC error
 | 
  
    | 3953 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e139d8: re
 | 
  
    | 3954 | ad 0x43086e20, calculated 0x7eec4da2.
 | 
  
    | 3955 | mtd->read(0x9d6 bytes from 0xe13000) returned ECC error
 | 
  
    | 3956 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e12f28: re
 | 
  
    | 3957 | ad 0xc815195d, calculated 0x4fc8422c.
 | 
  
    | 3958 | mtd->read(0x727 bytes from 0xe12800) returned ECC error
 | 
  
    | 3959 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e123c4: re
 | 
  
    | 3960 | ad 0x320c050e, calculated 0x7682aad7.
 | 
  
    | 3961 | mtd->read(0x3c4 bytes from 0xe12000) returned ECC error
 | 
  
    | 3962 | mtd->read(0x908 bytes from 0xe11000) returned ECC error
 | 
  
    | 3963 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e10df4: re
 | 
  
    | 3964 | ad 0xcad6c336, calculated 0x909102fd.
 | 
  
    | 3965 | mtd->read(0x5f4 bytes from 0xe10800) returned ECC error
 | 
  
    | 3966 | mtd->read(0x491 bytes from 0xe10000) returned ECC error
 | 
  
    | 3967 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0fa70: re
 | 
  
    | 3968 | ad 0xc53738bf, calculated 0x8aa39093.
 | 
  
    | 3969 | mtd->read(0x270 bytes from 0xe0f800) returned ECC error
 | 
  
    | 3970 | mtd->read(0x870 bytes from 0xe0e800) returned ECC error
 | 
  
    | 3971 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0e628: re
 | 
  
    | 3972 | ad 0x50521605, calculated 0x44f5e88d.
 | 
  
    | 3973 | mtd->read(0x626 bytes from 0xe0e000) returned ECC error
 | 
  
    | 3974 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0dba0: re
 | 
  
    | 3975 | ad 0xaa9ff9af, calculated 0x81eaf695.
 | 
  
    | 3976 | mtd->read(0x39e bytes from 0xe0d800) returned ECC error
 | 
  
    | 3977 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0d0d4: re
 | 
  
    | 3978 | ad 0x5077d7d3, calculated 0x2b723393.
 | 
  
    | 3979 | mtd->read(0x8d3 bytes from 0xe0c800) returned ECC error
 | 
  
    | 3980 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0c5e8: re
 | 
  
    | 3981 | ad 0x8e77f63, calculated 0xed8a443d.
 | 
  
    | 3982 | mtd->read(0x5e8 bytes from 0xe0c000) returned ECC error
 | 
  
    | 3983 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0bb24: re
 | 
  
    | 3984 | ad 0x43320b60, calculated 0x19af5e56.
 | 
  
    | 3985 | mtd->read(0x323 bytes from 0xe0b800) returned ECC error
 | 
  
    | 3986 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0afe4: re
 | 
  
    | 3987 | ad 0xd4be019a, calculated 0x23bb66f3.
 | 
  
    | 3988 | mtd->read(0x7e2 bytes from 0xe0a800) returned ECC error
 | 
  
    | 3989 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0a640: re
 | 
  
    | 3990 | ad 0xa4bab68e, calculated 0x1a04d212.
 | 
  
    | 3991 | mtd->read(0x63d bytes from 0xe0a000) returned ECC error
 | 
  
    | 3992 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e09ae8: re
 | 
  
    | 3993 | ad 0x749fac11, calculated 0xb28e2d05.
 | 
  
    | 3994 | mtd->read(0x2e8 bytes from 0xe09800) returned ECC error
 | 
  
    | 3995 | mtd->read(0x831 bytes from 0xe08800) returned ECC error
 | 
  
    | 3996 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e085c4: re
 | 
  
    | 3997 | ad 0x4f4b1c04, calculated 0xfdb8bd1f.
 | 
  
    | 3998 | mtd->read(0x5c3 bytes from 0xe08000) returned ECC error
 | 
  
    | 3999 | mtd->read(0x3c0 bytes from 0xe07800) returned ECC error
 | 
  
    | 4000 | mtd->read(0x255 bytes from 0xe07000) returned ECC error
 | 
  
    | 4001 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e067ec: re
 | 
  
    | 4002 | ad 0x30d60aaf, calculated 0xe063361e.
 | 
  
    | 4003 | mtd->read(0x7e9 bytes from 0xe06000) returned ECC error
 | 
  
    | 4004 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e05d64: re
 | 
  
    | 4005 | ad 0xc127db8, calculated 0x78b992d4.
 | 
  
    | 4006 | mtd->read(0x561 bytes from 0xe05800) returned ECC error
 | 
  
    | 4007 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0534c: re
 | 
  
    | 4008 | ad 0x101db5b2, calculated 0x8f3204f5.
 | 
  
    | 4009 | mtd->read(0x349 bytes from 0xe05000) returned ECC error
 | 
  
    | 4010 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e0495c: re
 | 
  
    | 4011 | ad 0x78cc8375, calculated 0x4e49912d.
 | 
  
    | 4012 | mtd->read(0x95a bytes from 0xe04000) returned ECC error
 | 
  
    | 4013 | mtd->read(0x796 bytes from 0xe03800) returned ECC error
 | 
  
    | 4014 | mtd->read(0x66e bytes from 0xe03000) returned ECC error
 | 
  
    | 4015 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e02c90: re
 | 
  
    | 4016 | ad 0x78cf857a, calculated 0x9cf6980d.
 | 
  
    | 4017 | mtd->read(0x48e bytes from 0xe02800) returned ECC error
 | 
  
    | 4018 | JFFS2 notice: (1) check_node_data: wrong data CRC in data node at 0x00e02554: re
 | 
  
    | 4019 | ad 0x4ced62d2, calculated 0x226f83bc.
 | 
  
    | 4020 | mtd->read(0x1ff bytes from 0xe01000) returned ECC error
 | 
  
    | 4021 | mtd->read(0x44 bytes from 0xe513ec) returned ECC error
 | 
  
    | 4022 | mtd->read(0x44 bytes from 0xe00844) returned ECC error
 | 
  
    | 4023 | mtd->read(0x977 bytes from 0xe00888) returned ECC error
 | 
  
    | 4024 | mtd->read(0x44 bytes from 0xe01200) returned ECC error
 | 
  
    | 4025 | mtd->read(0x594 bytes from 0xe01244) returned ECC error
 | 
  
    | 4026 | mtd->read(0x44 bytes from 0xe017d8) returned ECC error
 | 
  
    | 4027 | mtd->read(0x707 bytes from 0xe0181c) returned ECC error
 | 
  
    | 4028 | Kernel panic - not syncing: No init found.  Try passing init= option to kernel. 
 | 
  
    | 4029 | See Linux Documentation/init.txt for guidance.
 | 
  
    | 4030 | [<c000d518>] (unwind_backtrace+0x0/0xe0) from [<c03295cc>] (panic+0x58/0x188)
 | 
  
    | 4031 | [<c03295cc>] (panic+0x58/0x188) from [<c00087c8>] (init_post+0xa0/0xc4)
 | 
  
    | 4032 | [<c00087c8>] (init_post+0xa0/0xc4) from [<c053585c>] (kernel_init+0xec/0x11c)
 | 
  
    | 4033 | 
 | 
  
    | 4034 | 
 | 
  
    | 4035 | 
 | 
  
    | 4036 | OMAP-L138 LCDK initialization passed!
 | 
  
    | 4037 | Booting TI User Boot Loader
 | 
  
    | 4038 |         UBL Version: 1.65
 | 
  
    | 4039 |         UBL Flashtype: NAND
 | 
  
    | 4040 | Starting NAND Copy...
 | 
  
    | 4041 | Valid magicnum, 0x55424CBB, found in block 0x00000006.
 | 
  
    | 4042 |    DONE
 | 
  
    | 4043 | Jumping to entry point at 0xC1080000.
 | 
  
    | 4044 | NAND:  512 MiB
 | 
  
    | 4045 | MMC:   davinci: 0
 | 
  
    | 4046 | In:    serial
 | 
  
    | 4047 | Out:   serial
 | 
  
    | 4048 | Err:   serial
 | 
  
    | 4049 | Net:   DaVinci-EMAC
 | 
  
    | 4050 | U-Boot > print
 | 
  
    | 4051 | updatedspbootloader=tftp c0700000 mityomap/dspBoot.out; nand erase 100000 10000
 | 
  
    | 4052 | 0; nand write c0700000 100000 100000;
 | 
  
    | 4053 | L=tftp c0700000 mityomap/dspBoot.out;tftp c7000000 mityomap/binary.bin;bootdsp 0
 | 
  
    | 4054 | xc0700000
 | 
  
    | 4055 | R=nfs 10.10.27.45:/export/rhsfs/boot/uImage.rhs; tftp 0xC6700000 mityomap/
 | 
  
    | 4056 | dspBoot.out; tftp 0xC7000000 mityomap/hybrid.bin; bootdsp 0xC6700000; sleep 1; b
 | 
  
    | 4057 | ootm 0xC0700000
 | 
  
    | 4058 | baremetalboot=ping 10.10.27.45; nfs c0700000 10.10.27.45:/export/rhsfs/boot/u
 | 
  
    | 4059 | Image.rhs; tftp c0000000 mityomap/dspBoot.out; tftp c7000000 mityomap/binary.
 | 
  
    | 4060 | bin; bootdsp 0xc0000000; sleep 3; bootm c0700000
 | 
  
    | 4061 | baremetaldspboot=tftp c0700000 mityomap/dspBoot.out; tftp c7000000 mityomap/bina
 | 
  
    | 4062 | ry.bin;  bootdsp 0xc0700000
 | 
  
    | 4063 | baudrate=115200
 | 
  
    | 4064 | bootargs=mem=96M console=ttyS2,115200n8 mtdparts=nand:14M(userfs),128M(rootfs),-
 | 
  
    | 4065 | (unused) root=/dev/mtdblock0 rw noatime rootfstype=jffs2
 | 
  
    | 4066 | bootdelay=2
 | 
  
    | 4067 | bootfile=uImage
 | 
  
    | 4068 | ethact=DaVinci-EMAC
 | 
  
    | 4069 | ethaddr=70:b3:d5:b5:1d:a2
 | 
  
    | 4070 | fdtaddr=0xc0600000
 | 
  
    | 4071 | fdtboot=bootz 0xc0700000 - ${fdtaddr};
 | 
  
    | 4072 | fdtfile=da850-lcdk.dtb
 | 
  
    | 4073 | fileaddr=c2000000
 | 
  
    | 4074 | filesize=132d9d4
 | 
  
    | 4075 | hostname=rhs-VM
 | 
  
    | 4076 | ipaddr=10.10.27.30
 | 
  
    | 4077 | linux=ping 10.10.27.45; nfs 10.10.27.45:/export/rhsfs/boot/uImage.rhs; boo
 | 
  
    | 4078 | tm
 | 
  
    | 4079 | mmcboot=if fatload mmc 0 0xc0600000 boot.scr; then source 0xc0600000; else fatlo
 | 
  
    | 4080 | ad mmc 0 0xc0700000 "zImage"; fatload mmc 0 ${fdtaddr} ${fdtfile}; run fdtboot; 
 | 
  
    | 4081 | fi;
 | 
  
    | 4082 | mtddevname=userfs
 | 
  
    | 4083 | mtddevnum=0
 | 
  
    | 4084 | mtdids=nand0=nand
 | 
  
    | 4085 | mtdparts=mtdparts=nand:14M(userfs),128M(rootfs),-(unused)
 | 
  
    | 4086 | nand_erasesize=20000
 | 
  
    | 4087 | nand_oobsize=40
 | 
  
    | 4088 | nand_writesize=800
 | 
  
    | 4089 | partition=nand0,0
 | 
  
    | 4090 | serverip=10.10.27.45
 | 
  
    | 4091 | spiboot=sf probe 0; sf read 0xc0700000 0x80000 0x220000; bootz 0xc0700000;
 | 
  
    | 4092 | stderr=serial
 | 
  
    | 4093 | stdin=serial
 | 
  
    | 4094 | stdout=serial
 | 
  
    | 4095 | updatearm=tftp c0710000 mityomap/uartEcho.out; nand erase 20000 20000; nand eras
 | 
  
    | 4096 | e 20000 20000; nand write c0700000 20000 20000;
 | 
  
    | 4097 | updatedsbboot=tftp c0700000 mityomap/dspBoot.out; nand erase 100000 100000; nand
 | 
  
    | 4098 |  write c0700000 100000 100000
 | 
  
    | 4099 | updatedsp=tftp c0700000 mityomap/binary.bin; nand device nand0; nand erase 20000
 | 
  
    | 4100 | 0 a00000; nand erase 200000 a00000; nand write c0700000 200000 a00000
 | 
  
    | 4101 | updatedspbootloader=tftp c0700000 mityomap/dspBoot.out; nand erase 100000 100000
 | 
  
    | 4102 | ; nand write c0700000 100000 100000
 | 
  
    | 4103 | ver=U-Boot 2017.05-rc1-00044-gc3b7cfe-dirty (Apr 08 2017 - 20:35:07 +0300)
 | 
  
    | 4104 | 
 |