Warning: touch() [function.touch]: Unable to create file /home/starterkit/starterkit.ru/html/error.log because Permission denied in /home/starterkit/starterkit.ru/html/errorhandler.php on line 51
Монтирование rootfs с qspi - Embedded Linux - Форум - starterkit.ru
Ник:
Пароль:

Контакты

E-mail: info@starterkit.ru
тел.: +7 922 680-21-73
тел.: +7 922 680-21-74
Телеграм: t.me/starterkit_ru
Партнеры:
otladka.com.ua - г.Киев

Способы оплаты

User Info


Добро пожаловать,
Guest

Регистрация или входРегистрация или вход
Потеряли пароль?Потеряли пароль?

Ник:
Пароль:

ПользователейПользователей:2
Поисковых ботовПоисковых ботов:3
ГостейГостей:1

ОбновитьПодробнееВсегоВсего:6
Форум » starterkit.ru » Embedded Linux
Монтирование rootfs с qspi
vvpnet
Добавлено 09.03.2022 10:50
0
Сообщение: 1
vvpnet
0

Пункты: 131
Регистрация: 09.03.2022
Добрый день.
У меня проблема с монтированием корневого раздела rootfs именно файловой системы jffs2, к примеру squashfs работает.

Плата stm32f767
Linux 5.6.x
Память w25q128fv.

Разделы подготовил, в ядре поддержку включил jffs2 и MTD.
Флешь перед записью подготавливаю (инициализирую).

Образ rootfs подготавливаю через buildroot. Страницы и размер сектора для своей определил 256\64.

Образ гружу через uart другого варианта у меня пока нет.

Вроде все должно работать. но

Лог загрузки:

[hide]

[ 0.000000][ T0] Booting Linux on physical CPU 0x0
[ 0.000000][ T0] Linux version 5.6.16-STM32F7 (vpopov@ThinkPad-P14s) (gcc version 11.2.0 (Buildroot 0.3-dirty)) #3 PREEMPT Wed Mar 9 10:13:36 +06 2022
[ 0.000000][ T0] CPU: ARMv7-M [411fc270] revision 0 (ARMv7M), cr=00000000
[ 0.000000][ T0] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000][ T0] OF: fdt: Machine model: STMicroelectronics STM32F767IGT6-LQFP176 board
[ 0.000000][ T0] Using ARMv7 PMSA Compliant MPU. Region independence: No, Used 2 of 8 regions
[ 0.000000][ T0] On node 0 totalpages: 2048
[ 0.000000][ T0] Normal zone: 16 pages used for memmap
[ 0.000000][ T0] Normal zone: 0 pages reserved
[ 0.000000][ T0] Normal zone: 2048 pages, LIFO batch:0
[ 0.000000][ T0] pcpu-alloc: s0 r0 d32768 u32768 alloc=1768
[ 0.000000][ T0] pcpu-alloc: [0] 0
[ 0.000000][ T0] Built 1 zonelists, mobility grouping off. Total pages: 2032
[ 0.000000][ T0] Kernel command line: console=ttySTM0,115200 panic=5 rootwait root=/dev/mtdblock2 rw rootfstype=jffs2
[ 0.000000][ T0] Dentry cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000000][ T0] Inode-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000000][ T0] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000][ T0] Memory: 5916K/8192K available (1254K kernel code, 98K rwdata, 492K rodata, 60K init, 110K bss, 2276K reserved, 0K cma-reserved)
[ 0.000000][ T0] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000][ T0] rcu: RCU event tracing is enabled.
[ 0.000000][ T0] Tasks RCU enabled.
[ 0.000000][ T0] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000][ T0] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000][ T0] /soc/interrupt-controller@40013c00: bank0
[ 0.000000][ T0] random: get_random_bytes called from start_kernel+0x199/0x2d0 with crng_init=0
[ 0.000000][ T0] clocksource: arm_system_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 298634427 ns
[ 0.000000][ T0] ARM System timer initialized as clocksource
[ 0.000063][ T0] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
[ 0.000128][ T0] timer@40000c00: STM32 sched_clock registered
[ 0.000187][ T0] Switching to timer-based delay loop, resolution 10ns
[ 0.000227][ T0] timer@40000c00: STM32 delay timer registered
[ 0.000307][ T0] clocksource: timer@40000c00: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000443][ T0] /soc/timer@40000c00: STM32 clockevent driver initialized (32 bits)
[ 0.001305][ T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=1000000)
[ 0.001398][ T0] pid_max: default: 4096 minimum: 301
[ 0.001674][ T0] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.001776][ T0] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.009835][ T1] rcu: Hierarchical SRCU implementation.
[ 0.012348][ T1] devtmpfs: initialized
[ 0.072754][ T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.072957][ T1] pinctrl core: initialized pinctrl subsystem
[ 0.107142][ T1] stm32f746-pinctrl soc:pin-controller: No package detected, use default one
[ 0.116409][ T1] stm32f746-pinctrl soc:pin-controller: GPIOA bank added
[ 0.117963][ T1] stm32f746-pinctrl soc:pin-controller: GPIOB bank added
[ 0.120495][ T1] stm32f746-pinctrl soc:pin-controller: GPIOC bank added
[ 0.123016][ T1] stm32f746-pinctrl soc:pin-controller: GPIOD bank added
[ 0.124755][ T1] stm32f746-pinctrl soc:pin-controller: GPIOE bank added
[ 0.127331][ T1] stm32f746-pinctrl soc:pin-controller: GPIOF bank added
[ 0.128912][ T1] stm32f746-pinctrl soc:pin-controller: GPIOG bank added
[ 0.131398][ T1] stm32f746-pinctrl soc:pin-controller: GPIOH bank added
[ 0.134162][ T1] stm32f746-pinctrl soc:pin-controller: GPIOI bank added
[ 0.135713][ T1] stm32f746-pinctrl soc:pin-controller: GPIOJ bank added
[ 0.138262][ T1] stm32f746-pinctrl soc:pin-controller: GPIOK bank added
[ 0.138392][ T1] stm32f746-pinctrl soc:pin-controller: Pinctrl STM32 initialized
[ 0.179093][ T1] clocksource: Switched to clocksource timer@40000c00
[ 0.199372][ T1] workingset: timestamp_bits=30 max_order=11 bucket_order=0
[ 0.200049][ T1] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.200126][ T1] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.200469][ T1] io scheduler mq-deadline registered
[ 0.200539][ T1] io scheduler kyber registered
[ 0.205850][ T1] STM32 USART driver initialized
[ 0.207213][ T1] 40011000.serial: ttySTM0 at MMIO 0x40011000 (irq = 31, base_baud = 6250000) is a stm32-usart
[ 0.651309][ T1] printk: console [ttySTM0] enabled
[ 0.658714][ T1] stm32-usart 40011000.serial: rx dma alloc failed
[ 0.665174][ T1] stm32-usart 40011000.serial: interrupt mode used for rx (no dma)
[ 0.672939][ T1] stm32-usart 40011000.serial: tx dma alloc failed
[ 0.679290][ T1] stm32-usart 40011000.serial: interrupt mode used for tx (no dma)
[ 0.792335][ T1] loop: module loaded
[ 0.809884][ T1] spi-nor spi0.0: w25q128 (16384 Kbytes)
[ 0.815372][ T1] 3 fixed-partitions partitions found on MTD device spi0.0
[ 0.822479][ T1] Creating 3 MTD partitions on "spi0.0":
[ 0.827882][ T1] 0x000000000000-0x000000020000 : "dtb"
[ 0.859395][ T1] 0x000000020000-0x000000320000 : "linux"
[ 0.889749][ T1] 0x000000320000-0x000000720000 : "rootfs"
[ 1.076895][ T1] jffs2: jffs2_scan_inode_node(): CRC failed on node at 0x00002124: Read 0xb39582a8, calculated 0xfd4399f7
[ 1.100526][ T1] jffs2: jffs2_scan_inode_node(): CRC failed on node at 0x0001b514: Read 0xbd8bb498, calculated 0xf35dafc7
[ 1.118739][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000294f4: 0x1987 instead
[ 1.128972][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000294f8: 0x0144 instead
[ 1.139165][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000294fc: 0x912a instead
[ 1.149306][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029500: 0x0014 instead
[ 1.159460][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029504: 0x0227 instead
[ 1.169617][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029508: 0x89ed instead
[ 1.179767][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029510: 0xcd28 instead
[ 1.189926][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029514: 0x332a instead
[ 1.200082][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00029518: 0x332a instead
[ 1.210240][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0002951c: 0x332a instead
[ 1.220368][ T1] jffs2: Further such events for this erase block will not be printed
[ 1.240520][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00046484: 0x1987 instead
[ 1.250732][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00046488: 0x0137 instead
[ 1.260882][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0004648c: 0x9e58 instead
[ 1.271032][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00046490: 0x0014 instead
[ 1.281186][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00046494: 0x03a7 instead
[ 1.291338][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00046498: 0x89ed instead
[ 1.301492][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000464a0: 0xcd28 instead
[ 1.311646][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000464a4: 0x332a instead
[ 1.321809][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000464a8: 0x332a instead
[ 1.331959][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000464ac: 0x332a instead
[ 1.342090][ T1] jffs2: Further such events for this erase block will not be printed
[ 1.386081][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066134: 0x1987 instead
[ 1.396315][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066138: 0x0144 instead
[ 1.406478][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006613c: 0x912a instead
[ 1.416620][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066140: 0x0130 instead
[ 1.426769][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066144: 0x0005 instead
[ 1.436923][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066148: 0x81ed instead
[ 1.447081][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066150: 0xbaa4 instead
[ 1.457236][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066154: 0x332c instead
[ 1.467390][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00066158: 0x332c instead
[ 1.477544][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0006615c: 0x332c instead
[ 1.487679][ T1] jffs2: Further such events for this erase block will not be printed
[ 1.503980][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074214: 0x1987 instead
[ 1.514225][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074218: 0x0128 instead
[ 1.524389][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0007421c: 0xd991 instead
[ 1.534530][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074220: 0x0144 instead
[ 1.544680][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074224: 0x0033 instead
[ 1.554830][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074228: 0x81ed instead
[ 1.564993][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074230: 0x0b8c instead
[ 1.575146][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074234: 0x9c14 instead
[ 1.585302][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00074238: 0x9c14 instead
[ 1.595455][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0007423c: 0x9c14 instead
[ 1.605591][ T1] jffs2: Further such events for this erase block will not be printed
[ 1.629776][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096554: 0x1987 instead
[ 1.639983][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096558: 0x0144 instead
[ 1.650130][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0009655c: 0x912a instead
[ 1.660285][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096560: 0x0145 instead
[ 1.670437][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096564: 0x012b instead
[ 1.680587][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096568: 0x81ed instead
[ 1.690744][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096570: 0x3708 instead
[ 1.700895][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096574: 0x9c14 instead
[ 1.711048][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00096578: 0x9c14 instead
[ 1.721212][ T1] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0009657c: 0x9c14 instead
[ 1.731339][ T1] jffs2: Further such events for this erase block will not be printed
[ 1.777107][ T1] VFS: Mounted root (jffs2 filesystem) on device 31:2.
[ 1.792996][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x05acfc. {1987,e001,0000002c,e0f1565f}
[ 1.808230][ T1] devtmpfs: mounted
[ 1.812560][ T1] Freeing unused kernel memory: 60K
[ 1.817481][ T1] This architecture does not have kernel memory protection.
[ 1.824745][ T1] Run /sbin/init as init process
[ 1.829489][ T1] with arguments:
[ 1.833043][ T1] /sbin/init
[ 1.836424][ T1] with environment:
[ 1.840357][ T1] HOME=/
[ 1.843284][ T1] TERM=linux
[ 1.850075][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x059084. {1987,e002,0000006c,fd717ccc}
[ 1.862212][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x058c0c: read 0xa554fe16, calculated 0xebb9154f
[ 1.874182][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05892c: read 0x3efb6b12, calculated 0x7016804b
[ 1.886667][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x057dec: read 0xf3d3a62f, calculated 0xbd3e4d76
[ 1.898985][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05755c: read 0xaff9df17, calculated 0xe114344e
[ 1.910910][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05736c: read 0xf91ef21e, calculated 0xb7f31947
[ 1.924200][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x056fac: read 0xc04364c9, calculated 0x8eae8f90
[ 1.936964][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05634c: read 0xe826b401, calculated 0xa6cb5f58
[ 1.949560][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x055ca4. {1987,e002,000000eb,8dfff24e}
[ 1.965524][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0543fc: read 0x463690b9, calculated 0x8db7be0
[ 1.977985][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05392c: read 0x44495552, calculated 0xaa4be0b
[ 1.989758][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05380c: read 0xebcf8ec, calculated 0x405113b5
[ 2.003271][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05360c: read 0x9a882263, calculated 0xd465c93a
[ 2.015314][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0531e4. {1987,e002,000000e1,e242122a}
[ 2.027130][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0530ec: read 0x2f2901c3, calculated 0x61c4ea9a
[ 2.039715][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05250c: read 0x610ab95b, calculated 0x2fe75202
[ 2.051677][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0521ec: read 0x93a6a115, calculated 0xdd4b4a4c
[ 2.063664][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x051edc: read 0xddda7c33, calculated 0x9337976a
[ 2.077788][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0514dc: read 0x98ec3586, calculated 0xd601dedf
[ 2.090208][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x050b0c: read 0x61043617, calculated 0x2fe9dd4e
[ 2.102217][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05080c: read 0xd1fff464, calculated 0x9f121f3d
[ 2.114031][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0506fc: read 0x1ee69269, calculated 0x500b7930
[ 2.125942][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x05050c: read 0xcc6e49ca, calculated 0x8283a293
[ 2.140680][ T18] jffs2: notice: (18) jffs2_get_inode_nodes: Node header CRC failed at 0x05c3c4. {1987,e002,00000046,32fe3396}
[ 2.152646][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04f22c: read 0x15ca001d, calculated 0x5b27eb44
[ 2.164637][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04ef1c: read 0x4a42c6d0, calculated 0x4af2d89
[ 2.176477][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04ed0c: read 0xb5923cfa, calculated 0xfb7fd7a3
[ 2.188618][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04e6ec: read 0x2ebb0373, calculated 0x6056e82a
[ 2.200594][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04e3cc: read 0x42b81ad3, calculated 0xc55f18a
[ 2.212766][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04db5c: read 0x5180683e, calculated 0x1f6d8367
[ 2.224887][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04d60c: read 0xef87d9db, calculated 0xa16a3282
[ 2.236730][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04d4fc: read 0x1de73a3, calculated 0x4f3398fa
[ 2.248526][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04d3ec: read 0xf678266c, calculated 0xb895cd35
[ 2.260821][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04cbcc: read 0xc7e8d078, calculated 0x89053b21
[ 2.272522][ T18] jffs2: warning: (18) jffs2_do_read_inode_internal: no data nodes found for ino #130
[ 2.283564][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04b60c: read 0x9d47c172, calculated 0xd3aa2a2b
[ 2.295508][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x04b3e4. {1987,e002,00000112,7753c154}
[ 2.307439][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04b15c: read 0x53ee7081, calculated 0x1d039bd8
[ 2.319609][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04ad4c: read 0x6f6e4034, calculated 0x2183ab6d
[ 2.331757][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x04a7c4. {1987,e002,000000d9,d7ddc264}
[ 2.344333][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x049c44. {1987,e002,00000144,9935912a}
[ 2.357671][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x048cfc: read 0x14ee5c3a, calculated 0x5a03b763
[ 2.369244][ T18] jffs2: Returned error for crccheck of ino #130. Expect badness...
[ 2.378248][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x047fac: read 0xb6ae7a21, calculated 0xf8439178
[ 2.391933][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04799c: read 0xd83a49da, calculated 0x96d7a283
[ 2.404043][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04738c: read 0x39f146c7, calculated 0x771cad9e
[ 2.416224][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x046acc: read 0x7449f9ab, calculated 0x3aa412f2
[ 2.428245][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0465bc: read 0xd1c79bd0, calculated 0x9f2a7089
[ 2.440466][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x045bac: read 0x947e9206, calculated 0xda93795f
[ 2.452718][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x045924. {1987,e002,00000144,9935912a}
[ 2.464712][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04557c: read 0xba2d9fa5, calculated 0xf4c074fc
[ 2.476595][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0452f4. {1987,e002,00000144,9935912a}
[ 2.488488][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04506c: read 0xd80cf49e, calculated 0x96e11fc7
[ 2.500699][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04488c: read 0xe3a745c5, calculated 0xad4aae9c
[ 2.512688][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0444cc: read 0xbf0eda87, calculated 0xf1e331de
[ 2.525108][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0440cc: read 0x5af05fee, calculated 0x141db4b7
[ 2.536957][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x043f8c: read 0x6b9dcbef, calculated 0x257020b6
[ 2.549625][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0431ac: read 0x4837489, calculated 0x4a6e9fd0
[ 2.561574][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x042d9c: read 0xbd5eff78, calculated 0xf3b31421
[ 2.573640][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04288c: read 0x9e59ed0a, calculated 0xd0b40653
[ 2.585922][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x041fb4. {1987,e002,00000144,9935912a}
[ 2.598636][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x041d2c: read 0xa5d95f47, calculated 0xeb34b41e
[ 2.610789][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0417d4. {1987,e002,00000144,9935912a}
[ 2.622717][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04154c: read 0xeeee60ad, calculated 0xa0038bf4
[ 2.635071][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x040b54. {1987,e002,00000144,9935912a}
[ 2.648430][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x04079c: read 0x6cce5c2b, calculated 0x2223b772
[ 2.660492][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x040294. {1987,e002,00000139,0060e96b}
[ 2.672350][ T18] jffs2: notice: (18) jffs2_get_inode_nodes: Node header CRC failed at 0x060fbc. {1987,e001,00000031,4282d91d}
[ 2.683895][ C0] random: fast init done
[ 2.688468][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03fd64. {1987,e002,00000144,9935912a}
[ 2.700398][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03fadc: read 0x91c30be7, calculated 0xdf2ee0be
[ 2.712281][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03f854. {1987,e002,00000144,9935912a}
[ 2.724165][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03f5e4. {1987,e002,00000129,5079bef4}
[ 2.736076][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03f35c: read 0xe7bc4f87, calculated 0xa951a4de
[ 2.748115][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03ef4c: read 0xf585b883, calculated 0xbb6853da
[ 2.760160][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03eb44: read 0x21ef4ce5, calculated 0x6f02a7bc
[ 2.772316][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03e404. {1987,e002,00000144,9935912a}
[ 2.784244][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03e17c: read 0x920099d4, calculated 0xdced728d
[ 2.796797][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03d48c: read 0xd6dd16e6, calculated 0x9830fdbf
[ 2.808918][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03cf3c. {1987,e002,00000144,9935912a}
[ 2.821007][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03ca2c: read 0xed1c5796, calculated 0xa3f1bccf
[ 2.833987][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03c7a4. {1987,e002,00000144,9935912a}
[ 2.846057][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03c154. {1987,e002,00000144,9935912a}
[ 2.858068][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03bc44. {1987,e002,00000144,9935912a}
[ 2.869978][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03b9bc: read 0x89b7ada3, calculated 0xc75a46fa
[ 2.882101][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03b36c: read 0xe76919e5, calculated 0xa984f2bc
[ 2.894191][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03ae5c: read 0x8095d4bc, calculated 0xce783fe5
[ 2.906481][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03abd4. {1987,e002,00000144,9935912a}
[ 2.918415][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03a94c: read 0x6dc09cd0, calculated 0x232d7789
[ 2.930311][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x03a6c4. {1987,e002,00000144,9935912a}
[ 2.943017][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03974c: read 0xbecc68ad, calculated 0xf02183f4
[ 2.954843][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03960c: read 0x6fce1c79, calculated 0x2123f720
[ 2.968144][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x039384. {1987,e002,00000144,9935912a}
[ 2.980588][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0390fc: read 0x1b48516d, calculated 0x55a5ba34
[ 2.992674][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x038bec: read 0x3994d586, calculated 0x77793edf
[ 3.004627][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03884c: read 0xff807063, calculated 0xb16d9b3a
[ 3.016492][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0385c4. {1987,e002,00000144,9935912a}
[ 3.028375][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03833c: read 0x987cbd3a, calculated 0xd6915663
[ 3.040458][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x037cec: read 0x903a42c1, calculated 0xded7a998
[ 3.052628][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x037a64. {1987,e002,00000144,9935912a}
[ 3.064552][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0377dc: read 0xb2e6c62a, calculated 0xfc0b2d73
[ 3.076503][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03750c: read 0x22f53bff, calculated 0x6c18d0a6
[ 3.088299][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0373cc: read 0xf387191e, calculated 0xbd6af247
[ 3.100162][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x037144. {1987,e002,00000144,9935912a}
[ 3.112267][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x036afc: read 0x3fbe6a1f, calculated 0x71538146
[ 3.123962][ T18] jffs2: notice: (18) read_dnode: node CRC failed on dnode at 0x05c52c: read 0xcd93012a, calculated 0xa6624106
[ 3.135909][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0369c4. {1987,e002,00000135,4ab656d3}
[ 3.147830][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03673c: read 0xd37774d7, calculated 0x9d9a9f8e
[ 3.159720][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0364b4. {1987,e002,00000144,9935912a}
[ 3.171637][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03622c: read 0x7a40a3f4, calculated 0x34ad48ad
[ 3.183796][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x035b9c: read 0x58b72409, calculated 0x165acf50
[ 3.195710][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x035914. {1987,e002,00000144,9935912a}
[ 3.207630][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03568c: read 0x3fd2a934, calculated 0x713f426d
[ 3.219660][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0353bc: read 0x18d3bac9, calculated 0x563e5190
[ 3.231366][ T18] jffs2: warning: (18) jffs2_do_read_inode_internal: no data nodes found for ino #133
[ 3.241125][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03527c: read 0x4d01d872, calculated 0x3ec332b
[ 3.252937][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x034ff4. {1987,e002,00000144,9935912a}
[ 3.264842][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x034d7c: read 0x3d08f4ab, calculated 0x73e51ff2
[ 3.277030][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0345ec: read 0xd1dd330f, calculated 0x9f30d856
[ 3.289482][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x033e6c: read 0x429ac3ee, calculated 0xc7728b7
[ 3.301471][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03395c: read 0xae8d5d7f, calculated 0xe060b626
[ 3.313314][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03381c: read 0x54cf9aa8, calculated 0x1a2271f1
[ 3.325385][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03331c: read 0x9536565f, calculated 0xdbdbbd06
[ 3.336938][ T18] jffs2: Returned error for crccheck of ino #133. Expect badness...
[ 3.345370][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x032e0c: read 0x2cb7c7e7, calculated 0x625a2cbe
[ 3.357302][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x032b84. {1987,e002,00000144,9935912a}
[ 3.369385][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0328fc: read 0xe6b430c, calculated 0x4086a855
[ 3.381239][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x032674. {1987,e002,00000144,9935912a}
[ 3.393166][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0323ec: read 0xab957742, calculated 0xe5789c1b
[ 3.405682][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03184c: read 0x3a185a1, calculated 0x4d4c6ef8
[ 3.417614][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0315c4. {1987,e002,00000144,9935912a}
[ 3.429601][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03133c: read 0x645d48f8, calculated 0x2ab0a3a1
[ 3.443199][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x030ba4. {1987,e002,00000144,9935912a}
[ 3.455138][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03091c: read 0x6586de61, calculated 0x2b6b3538
[ 3.467153][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x03050c: read 0x99aefc74, calculated 0xd743172d
[ 3.479476][ T18] jffs2: error: (18) jffs2_do_read_inode_internal: CRC failed for read_inode of inode 261 at physical location 0x603a4
[ 3.492265][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02f98c: read 0xe534d25f, calculated 0xabd93906
[ 3.504382][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02f34c: read 0x8a5b00ab, calculated 0xc4b6ebf2
[ 3.516219][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02f304: read 0xe0c2e687, calculated 0xae2f0dde
[ 3.528183][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02ef3c: read 0xdef5932f, calculated 0x90187876
[ 3.540224][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02ea2c: read 0xb9095e76, calculated 0xf7e4b52f
[ 3.552135][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02e7a4. {1987,e002,00000144,9935912a}
[ 3.564038][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02e51c: read 0x103e8955, calculated 0x5ed3620c
[ 3.576215][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02dd8c: read 0xa95141d6, calculated 0xe7bcaa8f
[ 3.588280][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02d97c: read 0x10fc9c12, calculated 0x5e11774b
[ 3.600662][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02cf54. {1987,e002,00000144,9935912a}
[ 3.612231][ T18] jffs2: Returned error for crccheck of ino #261. Expect badness...
[ 3.620514][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02cccc: read 0xf9bd33c, calculated 0x41763865
[ 3.632331][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02ca44. {1987,e002,00000144,9935912a}
[ 3.644254][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02c7bc: read 0xe2ce9b50, calculated 0xac237009
[ 3.656544][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02befc: read 0xbfd662a0, calculated 0xf13b89f9
[ 3.668514][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02bc74. {1987,e002,00000144,9935912a}
[ 3.680458][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02b9ec: read 0x173a231a, calculated 0x59d7c843
[ 3.692687][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02b39c: read 0x69bc88fc, calculated 0x275163a5
[ 3.704594][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02b114. {1987,e002,00000144,9935912a}
[ 3.716509][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02ae8c: read 0xc1b0652c, calculated 0x8f5d8e75
[ 3.728390][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02ac04. {1987,e002,00000144,9935912a}
[ 3.740274][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02a97c. {1987,e002,00000144,9935912a}
[ 3.752182][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02a6f4. {1987,e002,00000144,9935912a}
[ 3.764506][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02a46c: read 0x48aecd2b, calculated 0x6432672
[ 3.776334][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x02a1e4. {1987,e002,00000144,9935912a}
[ 3.788258][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x029f5c: read 0xa5fb8547, calculated 0xeb166e1e
[ 3.800326][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x029a4c: read 0xc207481e, calculated 0x8ceaa347
[ 3.812326][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02977c: read 0xa620a5a4, calculated 0xe8cd4efd
[ 3.824350][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02926c: read 0xcb0e3217, calculated 0x85e3d94e
[ 3.838051][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x028fe4. {1987,e002,00000144,9935912a}
[ 3.851693][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x028a4c: read 0xac711934, calculated 0xe29cf26d
[ 3.863644][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0287c4: read 0xf80739e9, calculated 0xb6ead2b0
[ 3.875521][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x028554. {1987,e002,0000013a,12d54685}
[ 3.887407][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0282cc: read 0x50eb7853, calculated 0x1e06930a
[ 3.899889][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x027dbc: read 0x89043ff3, calculated 0xc7e9d4aa
[ 3.911946][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0278ac: read 0xeef8f2aa, calculated 0xa01519f3
[ 3.923751][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02776c: read 0xda078f3c, calculated 0x94ea6465
[ 3.935629][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0274ec: read 0xcaead0f6, calculated 0x84073baf
[ 3.947483][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x027264. {1987,e002,00000144,9935912a}
[ 3.959509][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x026fdc: read 0x4e524ceb, calculated 0xbfa7b2
[ 3.971522][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x026d7c: read 0x4a6dcec8, calculated 0x4802591
[ 3.983961][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x025f8c: read 0x6a02d2d1, calculated 0x24ef3988
[ 3.995929][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x025bf4. {1987,e002,00000144,9935912a}
[ 4.007818][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02596c: read 0x24b9b981, calculated 0x6a5452d8
[ 4.020106][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x024f4c: read 0xae103cb4, calculated 0xe0fdd7ed
[ 4.032017][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x024cc4. {1987,e002,00000144,9935912a}
[ 4.044427][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0247bc: read 0x528a5dd3, calculated 0x1c67b68a
[ 4.056493][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0242ac: read 0xfbbd8af0, calculated 0xb55061a9
[ 4.068698][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x023b1c: read 0x6032309f, calculated 0x2edfdbc6
[ 4.080594][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0238b4. {1987,e002,00000122,877839f5}
[ 4.092496][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02362c: read 0x42eeb474, calculated 0xc035f2d
[ 4.104475][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02323c: read 0xbbced055, calculated 0xf5233b0c
[ 4.116337][ T18] jffs2: notice: (18) read_dnode: node CRC failed on dnode at 0x0604d4: read 0xaf3641b6, calculated 0xc4c7019a
[ 4.128380][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x023004. {1987,e002,000000fc,40319d68}
[ 4.140638][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02298c: read 0x440d7ea5, calculated 0xae095fc
[ 4.154445][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x021eac: read 0x926794f9, calculated 0xdc8a7fa0
[ 4.166539][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x021a9c: read 0x82ab9832, calculated 0xcc46736b
[ 4.178450][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x021814. {1987,e002,00000144,9935912a}
[ 4.190715][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x020e0c: read 0x93c8bd61, calculated 0xdd255638
[ 4.202755][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02091c: read 0xb23a54dc, calculated 0xfcd7bf85
[ 4.214728][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02056c: read 0x503c5a19, calculated 0x1ed1b140
[ 4.226445][ T18] jffs2: warning: (18) jffs2_do_read_inode_internal: no data nodes found for ino #263
[ 4.236271][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0202e4. {1987,e002,00000144,9935912a}
[ 4.248251][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x02000c: read 0x5a654f39, calculated 0x1488a460
[ 4.260411][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01f87c: read 0x7dd43b7f, calculated 0x3339d026
[ 4.272401][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01f50c: read 0xf965ccd8, calculated 0xb7882781
[ 4.284394][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01f15c: read 0x208df4bc, calculated 0x6e601fe5
[ 4.296505][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01eb2c. {1987,e002,00000144,9935912a}
[ 4.308572][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01e71c: read 0xbb24dbc4, calculated 0xf5c9309d
[ 4.320643][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01e20c: read 0x99f85f2f, calculated 0xd715b476
[ 4.332198][ T18] jffs2: notice: (18) jffs2_do_read_inode_internal: but it has children so we fake some modes for it
[ 4.343312][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01df84. {1987,e002,00000144,9935912a}
[ 4.355249][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01dcfc: read 0x795674e6, calculated 0x37bb9fbf
[ 4.367493][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01d56c: read 0xc039bc65, calculated 0x8ed4573c
[ 4.379537][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01d34c: read 0xd16eed3a, calculated 0x9f830663
[ 4.392308][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01c4bc: read 0xf6918986, calculated 0xb87c62df
[ 4.404340][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01c10c: read 0xfe6184c6, calculated 0xb08c6f9f
[ 4.416549][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01ba24. {1987,e002,00000144,9935912a}
[ 4.428504][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01b79c: read 0x6381f126, calculated 0x2d6c1a7f
[ 4.440679][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01b28c: read 0x415d75cd, calculated 0xfb09e94
[ 4.452502][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01b004. {1987,e002,00000144,9935912a}
[ 4.464728][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01a99c: read 0x5fee319c, calculated 0x1103dac5
[ 4.478294][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01a5c4. {1987,e002,000000ac,8b3c92ca}
[ 4.490298][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01a3bc: read 0x384eaafe, calculated 0x76a341a7
[ 4.502944][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0193e4. {1987,e002,0000011c,978cb667}
[ 4.515153][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01915c: read 0x1adb43d6, calculated 0x5436a88f
[ 4.527126][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x018dbc: read 0x8b744662, calculated 0xc599ad3b
[ 4.539015][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x018b6c: read 0x3339f820, calculated 0x7dd41379
[ 4.551482][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x017d8c: read 0x5e5970f3, calculated 0x10b49baa
[ 4.563532][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01787c: read 0xb30c389f, calculated 0xfde1d3c6
[ 4.575589][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01736c: read 0xd4f0f5c6, calculated 0x9a1d1e9f
[ 4.587858][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0170e4. {1987,e002,00000144,9935912a}
[ 4.599778][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x016e5c: read 0xf5021c7b, calculated 0xbbeff722
[ 4.611654][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x016bd4. {1987,e002,00000144,9935912a}
[ 4.623547][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01694c: read 0x5dee5dc1, calculated 0x1303b698
[ 4.635912][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x015e14. {1987,e002,00000144,9935912a}
[ 4.647845][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x015b8c: read 0xfc85d307, calculated 0xb268385e
[ 4.659753][ T18] jffs2: notice: (18) jffs2_get_inode_nodes: Node header CRC failed at 0x060654. {1987,e002,000000fa,655ac2b4}
[ 4.671949][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01577c: read 0x74414c2d, calculated 0x3aaca774
[ 4.683888][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0154f4. {1987,e002,00000144,9935912a}
[ 4.695829][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01526c: read 0xc70139, calculated 0x4e2aea60
[ 4.707753][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x014d5c: read 0x221b85d2, calculated 0x6cf66e8b
[ 4.719832][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x01484c. {1987,e002,00000144,9935912a}
[ 4.731930][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01433c: read 0x7d66cb86, calculated 0x338b20df
[ 4.745512][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x013e2c. {1987,e002,00000144,9935912a}
[ 4.757442][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x013ba4. {1987,e002,00000144,9935912a}
[ 4.769621][ T18] jffs2: notice: (18) check_node_data: wrong data CRC in data node at 0x00060750: read 0xf2cd2f62, calculated 0xcc7f926a.
[ 4.782795][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x013554. {1987,e002,00000144,9935912a}
[ 4.794886][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x013024. {1987,e002,00000144,9935912a}
[ 4.806808][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x012d9c: read 0x7ffdf9f0, calculated 0x311012a9
[ 4.818906][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01281c: read 0x5ec3c634, calculated 0x102e2d6d
[ 4.830941][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x01230c: read 0x9a515e1a, calculated 0xd4bcb543
[ 4.842995][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x011dfc: read 0xbba3b7a7, calculated 0xf54e5cfe
[ 4.854937][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x011b74. {1987,e002,00000144,9935912a}
[ 4.867113][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0114dc: read 0xef67d408, calculated 0xa18a3f51
[ 4.879020][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x011254. {1987,e002,00000144,9935912a}
[ 4.890942][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x010fcc: read 0xcdcb06d6, calculated 0x8326ed8f
[ 4.902843][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x010d44. {1987,e002,00000144,9935912a}
[ 4.914711][ T18] jffs2: notice: (18) check_node_data: wrong data CRC in data node at 0x00060548: read 0x8c91dd54, calculated 0xbfd5c346.
[ 4.927979][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0106ac: read 0x75eb4ba7, calculated 0x3b06a0fe
[ 4.939906][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x010424. {1987,e002,00000144,9935912a}
[ 4.952366][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00f88c: read 0x469f4563, calculated 0x872ae3a
[ 4.964366][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00f47c: read 0x9e5dc91a, calculated 0xd0b02243
[ 4.976290][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x00f1f4. {1987,e002,00000144,9935912a}
[ 4.988220][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00ef6c: read 0xbc814df1, calculated 0xf26ca6a8
[ 5.000294][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00ea5c: read 0xdb046ca6, calculated 0x95e987ff
[ 5.012229][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x00e7d4. {1987,e002,00000144,9935912a}
[ 5.024158][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00e54c: read 0xf9d8e84d, calculated 0xb7350314
[ 5.036313][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00defc: read 0x3539fdc, calculated 0x4dbe7485
[ 5.047980][ T18] jffs2: error: (18) jffs2_do_read_inode_internal: CRC failed for read_inode of inode 264 at physical location 0x60904
[ 5.060883][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00daec: read 0xafdcf18a, calculated 0xe1311ad3
[ 5.073279][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00d30c: read 0xdfe06671, calculated 0x910d8d28
[ 5.087404][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00c52c: read 0xea9f3fb3, calculated 0xa472d4ea
[ 5.099461][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x00c2a4. {1987,e002,00000144,9935912a}
[ 5.111649][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x00b9e4. {1987,e002,00000144,9935912a}
[ 5.123805][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00b24c: read 0xa66ebf51, calculated 0xe8835408
[ 5.135860][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00ad3c: read 0x4b3bf73d, calculated 0x5d61c64
[ 5.147839][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00a82c: read 0xe3d7b687, calculated 0xad3a5dde
[ 5.159670][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00a6ec: read 0x19957150, calculated 0x57789a09
[ 5.171257][ T18] jffs2: Returned error for crccheck of ino #264. Expect badness...
[ 5.179579][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00a48c: read 0x7d0c86e7, calculated 0x33e16dbe
[ 5.191603][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x009f8c: read 0x1b31136a, calculated 0x55dcf833
[ 5.203572][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x009bcc: read 0x994729c0, calculated 0xd7aac299
[ 5.215646][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x009584. {1987,e002,00000144,9935912a}
[ 5.227531][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0092fc: read 0xa25edbe9, calculated 0xecb330b0
[ 5.239953][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0089e4. {1987,e002,00000144,9935912a}
[ 5.252721][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x007d3c: read 0x4df33b45, calculated 0x31ed01c
[ 5.264824][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x0075a4. {1987,e002,00000144,9935912a}
[ 5.281528][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0058cc: read 0x4c3f58cd, calculated 0x2d2b394
[ 5.293497][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x0053bc: read 0xa736ca0d, calculated 0xe9db2154
[ 5.305386][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x005134. {1987,e002,00000144,9935912a}
[ 5.317741][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x00471c: read 0xf378f5e3, calculated 0xbd951eba
[ 5.330412][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x003bbc. {1987,e002,00000144,9935912a}
[ 5.342317][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x003934. {1987,e002,00000144,9935912a}
[ 5.354727][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x002d8c: read 0x73d03790, calculated 0x3d3ddcc9
[ 5.366639][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x002b0c: read 0x1f1d5860, calculated 0x51f0b339
[ 5.379680][ T1] jffs2: notice: (1) jffs2_get_inode_nodes: Node header CRC failed at 0x001504. {1987,e002,00000129,5079bef4}
[ 5.391906][ T1] jffs2: notice: (1) read_dnode: node CRC failed on dnode at 0x000d7c: read 0xa64890ea, calculated 0xe8a57bb3
[ 5.404726][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058ec0: read 0x6d2e98b8, calculated 0xf4f2a7ed.
[ 5.417619][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058dd8: read 0xc0f3c2ab, calculated 0x7d3f9aaa.
[ 5.430619][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058b28: read 0x19a919ce, calculated 0x231608a.
[ 5.443654][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058748: read 0x700b8948, calculated 0x7887c656.
[ 5.456749][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058490: read 0x97d68f9b, calculated 0x15a63670.
[ 5.469645][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00058398: read 0x4aaa67e9, calculated 0x8a1f3ce7.
[ 5.482838][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000582a0: read 0x7d1b33bd, calculated 0x9a63abe1.
[ 5.496246][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057c08: read 0xe26743b, calculated 0x3c041f69.
[ 5.509047][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057b10: read 0x55ac197b, calculated 0x37967c3c.
[ 5.522700][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057840: read 0xebbb4850, calculated 0xdce10319.
[ 5.535576][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057750: read 0xdd056361, calculated 0x585271d2.
[ 5.548553][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057468: read 0xb937a47d, calculated 0xb6000702.
[ 5.561219][ T18] jffs2: notice: (18) read_dnode: node CRC failed on dnode at 0x05c77c: read 0x4b78e79f, calculated 0x2089a7b3
[ 5.576163][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00057190: read 0x8620fff3, calculated 0x8eacb0ed.
[ 5.590623][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000570a0: read 0x7aee5dad, calculated 0xffb94f1e.
[ 5.607524][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056cd8: read 0x47a2a892, calculated 0x89681fd0.
[ 5.623407][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056af0: read 0x48d17b06, calculated 0xcaa1c2ed.
[ 5.637707][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000569f8: read 0xd614020a, calculated 0x3eceec5c.
[ 5.653626][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056818: read 0xc8eb59e3, calculated 0x32ece8cf.
[ 5.667945][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056720: read 0x31a9ab82, calculated 0x5393cec5.
[ 5.680644][ T18] jffs2: warning: (18) jffs2_do_read_inode_internal: no data nodes found for ino #138
[ 5.693508][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056540: read 0x79c95d6b, calculated 0x4beb3639.
[ 5.707813][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056440: read 0xb072ac9b, calculated 0x273869f9.
[ 5.723695][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00056170: read 0xbc56155a, calculated 0x1705c82d.
[ 5.739801][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055f80: read 0x7603b9a1, calculated 0x4159f2e8.
[ 5.754094][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055e88: read 0x9a56b6fc, calculated 0xf86cd3bb.
[ 5.766622][ T18] jffs2: Returned error for crccheck of ino #138. Expect badness...
[ 5.776293][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055d90: read 0x9b60452a, calculated 0x7c18dd76.
[ 5.790725][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055ba8: read 0x2e21f6d8, calculated 0xb63d1cd3.
[ 5.803578][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055b48: read 0x5e7b02af, calculated 0xc04d52c4.
[ 5.816378][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055af0: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.829286][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055a98: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.842077][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055a40: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.854948][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000559e8: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.867718][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055990: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.880465][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055938: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.893214][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000558e0: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.905962][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055888: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.918729][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055830: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.932327][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000557d8: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.945147][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055780: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.957936][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055728: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.970701][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000556d0: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.983460][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055678: read 0xb14a0945, calculated 0x2b5bd115.
[ 5.996253][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055620: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.009570][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000555c8: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.022363][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055570: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.035137][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055518: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.047900][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000554c0: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.060700][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055468: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.073867][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055410: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.086672][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000553b8: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.099490][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055360: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.112265][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055308: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.125024][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000552b0: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.137823][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055258: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.150692][ T18] jffs2: notice: (18) read_dnode: node CRC failed on dnode at 0x060b3c: read 0x1e10b356, calculated 0x75e1f37a
[ 6.162668][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055200: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.175481][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000551a8: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.188283][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055150: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.201076][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000550f8: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.213916][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x000550a0: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.226711][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00055048: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.239509][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054ff0: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.252294][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054f98: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.264949][ T18] jffs2: warning: (18) jffs2_do_read_inode_internal: no data nodes found for ino #267
[ 6.274702][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054f40: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.287498][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054ee8: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.300274][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054e90: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.313056][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054e38: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.325830][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054de0: read 0xb14a0945, calculated 0x2b5bd115.
[ 6.338616][ T1] jffs2: notice: (1) check_node_data: wrong data CRC in data node at 0x00054d88: read 0xb14a0945, calculated 0x2b5bd115.
[
Спуститься к концу Подняться к началу
Персональная информация
Форум » starterkit.ru » Embedded Linux