This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

starting kernel problem .

hello all;

i have EVMK2H12  with mcsdk 3_00_03_15

i am trying to load the linux kernel using Ubifs method . so i executed the following commands in target u-boot prompt:

setenv serverip 192.168.11.200
setenv boot ubi
setenv ipaddr 192.168.11.50
setenv tftp_root  /tftpboot
setenv addr_file  0x82000000

saveenv
nand erase.part ubifs
tftpboot ${addr_file} keystone-evm-ubifs.ubi
nand write ${addr_file} ubifs ${filesize}
setenv boot ubi
saveenv
boot

then the starting kernel stop here :

======================================= boot up============================================

TCI6638 EVM # boot
Creating 1 MTD partitions on "nand0":
0x000000180000-0x000008000000 : "mtd=2"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   131072 bytes (128 KiB)
UBI: logical eraseblock size:    126976 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: volume 2 ("rootfs") re-sized from 442 to 791 LEBs
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "mtd=2"
UBI: MTD device size:            126 MiB
UBI: number of good PEBs:        1012
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     3
UBI: available PEBs:             0
UBI: total number of reserved PEBs: 1012
UBI: number of PEBs reserved for bad PEB handling: 10
UBI: max/mean erase counter: 1/0
UBIFS: mounted UBI device 0, volume 0, name "boot"
UBIFS: mounted read-only
UBIFS: file system size:   5713920 bytes (5580 KiB, 5 MiB, 45 LEBs)
UBIFS: journal size:       1142785 bytes (1116 KiB, 1 MiB, 9 LEBs)
UBIFS: media format:       w4/r0 (latest is w4/r0)
UBIFS: default compressor: LZO
UBIFS: reserved for root:  0 bytes (0 KiB)
Loading file 'uImage-k2hk-evm.dtb' to addr 0x87000000 with size 57857 (0x0000e201)...
Done
Loading file 'skern-keystone-evm.bin' to addr 0x0c5f0000 with size 45056 (0x0000b000)...
Done
Loading file 'uImage-keystone-evm.bin' to addr 0x88000000 with size 3990416 (0x003ce390)...
Done
## installed monitor, freq [204800000], status 0
## Booting kernel from Legacy Image at 88000000 ...
   Image Name:   Linux-3.10.10
   Created:      2013-11-24  21:26:00 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3990352 Bytes = 3.8 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 87000000
   Booting using the fdt blob at 0x87000000
   Loading Kernel Image ... OK
OK
   Using Device Tree in place at 87000000, end 87011200

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.10.10 (gtbldadm@ubuntu-12) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) ) #1 SMP Sun Nov 24 16:25:07 EST 2013
[    0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=30c7387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: KeyStone2, model: Texas Instruments Keystone 2 SoC
[    0.000000] switching to high address space at 0x800000000
[    0.000000] cma: CMA: reserved 16 MiB at 2e800000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
[    0.000000] PERCPU: Embedded 8 pages/cpu @c13e6000 s12032 r8192 d12544 u32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 391696
[    0.000000] Kernel command line: console=ttyS0,115200n8 rootwait=1 rootfstype=ubifs root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1536MB = 1536MB total
[    0.000000] Memory: 1535072k/1535072k available, 37792k reserved, 794624K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06ff570   (7134 kB)
[    0.000000]       .init : 0xc0700000 - 0xc0752f00   ( 332 kB)
[    0.000000]       .data : 0xc0754000 - 0xc0798e68   ( 276 kB)
[    0.000000]        .bss : 0xc0798e68 - 0xc07c78bc   ( 187 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] ipc irq: irqchip registered, range 512-539
[    0.000000] main_pll_clk rate is 1228800000, postdiv = 2, mult = 19,prediv = 0
[    0.000000] pll_clk parent_rate(122880000 Hz), rate(327680000 Hz),postdiv = 6, mult = 15, prediv = 0
[    0.000000] Architected local timer running at 204.80MHz (phys).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 204800kHz, resolution 4ns
[    0.000000] keystone timer clock @204800000 MHz
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[  236.135462] Calibrating delay loop (skipped), value calculated using timer frequency.. 409.60 BogoMIPS (lpj=2048000)
[  236.135470] pid_max: default: 4096 minimum: 301
[  236.135565] Mount-cache hash table entries: 512
[  236.141778] CPU: Testing write buffer coherency: ok
[  236.141904] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[  236.141914] Setting up static identity map for 0xc050a688 - 0xc050a6bc
[  236.170316] CPU1: Booted secondary processor
[  236.170337] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[  236.198546] CPU2: Booted secondary processor
[  236.198566] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[  236.226770] CPU3: Booted secondary processor
[  236.226790] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[  236.226880] Brought up 4 CPUs
[  236.226895] SMP: Total of 4 processors activated (1638.40 BogoMIPS).
[  236.226899] CPU: All CPU(s) started in SVC mode.
[  236.237468] NET: Registered protocol family 16
[  236.238225] DMA: preallocated 256 KiB pool for atomic coherent allocations
[  236.245461] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[  236.245467] hw-breakpoint: maximum watchpoint size is 8 bytes.
[  236.252928] bio: create slab <bio-0> at 0
[  236.253171] keystone-pcie: keystone_pcie_rc_init - start
[  236.253240] keystone2_pcie_serdes_setup
[  236.254937] keystone2_pcie_serdes_setup done, en_link_train = 1
[  236.254964] keystone-pcie: MEM 0x0000000050000000..0x000000005fffffff -> 0x0000000050000000
[  236.254971] keystone-pcie: IO 0x0000000024000000..0x0000000024003fff -> 0x0000000000000000
[  236.254999] keystone-pcie: pcie - number of legacy irqs = 4
[  236.255040] keystone-pcie: pcie - number of MSI host irqs = 8, msi_irqs = 32
[  236.340255] keystone-pcie: Doing PCI Setup...Done
[  236.340260] keystone-pcie: Starting PCI scan...
[  236.340356] PCI host bridge to bus 0000:00
[  236.340365] pci_bus 0000:00: root bus resource [mem 0x50000000-0x5fffffff]
[  236.340371] pci_bus 0000:00: root bus resource [io  0x0000-0x3fff]
[  236.340377] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[  236.340412] PCI: bus0: Fast back to back transfers enabled
[  236.340424] keystone-pcie: Ending PCI scan...
[  236.340430] keystone-pcie: keystone_pcie_rc_init - end
[  236.340563] vgaarb: loaded
[  236.340810] SCSI subsystem initialized
[  236.341094] usbcore: registered new interface driver usbfs
[  236.341161] usbcore: registered new interface driver hub
[  236.341238] usbcore: registered new device driver usb
[  236.342222] pca953x 2-0020: failed reading register
[  236.342234] pca953x: probe of 2-0020 failed with error -121
[  236.342369] pps_core: LinuxPPS API ver. 1 registered
[  236.342373] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  236.342422] PTP clock support registered
[  236.342525] keystone-hwqueue hwqueue.4: qmgr start queue 0, number of queues 8192
[  236.342588] keystone-hwqueue hwqueue.4: added qmgr start queue 0, num of queues 8192, reg_peek f0040000, reg_status f0004000, reg_config f0006000, reg_region f0008000, reg_push f0080000, reg_pop f00c0000
[  236.342595] keystone-hwqueue hwqueue.4: qmgr start queue 8192, number of queues 8192
[  236.342651] keystone-hwqueue hwqueue.4: added qmgr start queue 8192, num of queues 8192, reg_peek f0100000, reg_status f000a400, reg_config f000c000, reg_region f000e000, reg_push f0140000, reg_pop f0180000
[  236.343309] keystone-hwqueue hwqueue.4: qos: sched port @8096, drop sched @8000
[  236.344064] keystone-hwqueue hwqueue.4: qos: sched port @6496, drop sched @6400
[  236.344792] keystone-hwqueue hwqueue.4: added pool pool-net: 2048 descriptors of size 128
[  236.344800] keystone-hwqueue hwqueue.4: added pool pool-rio: 128 descriptors of size 256
[  236.344808] keystone-hwqueue hwqueue.4: added pool pool-udma: 1636 descriptors of size 256
[  236.344815] keystone-hwqueue hwqueue.4: added pool pool-xge: 1024 descriptors of size 128
[  236.344822] keystone-hwqueue hwqueue.4: added pool pool-crypto: 1024 descriptors of size 128
[  236.346509] keystone-hwqueue hwqueue.4: registered queues 0-16383
[  236.346750] keystone-hwqueue hwqueue.4: qos version 0x2000106, magic valid
[  236.347149] keystone-hwqueue hwqueue.4: qos version 0x2000106, magic valid
[  236.351590] keystone-pktdma 2004000.pktdma: registered 26 logical channels, flows 32, tx chans: 9, rx chans: 24
[  236.353733] keystone-pktdma 2a08000.pktdma: registered 24 logical channels, flows 32, tx chans: 32, rx chans: 32, loopback
[  236.354164] keystone-pktdma 2fa1000.pktdma: registered 4 logical channels, flows 32, tx chans: 16, rx chans: 16
[  236.354272] Switching to clocksource arch_sys_counter
[  236.367245] NET: Registered protocol family 2
[  236.367529] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[  236.367620] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[  236.367709] TCP: Hash tables configured (established 8192 bind 8192)
[  236.367741] TCP: reno registered
[  236.367748] UDP hash table entries: 512 (order: 2, 16384 bytes)
[  236.367767] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[  236.367911] NET: Registered protocol family 1
[  236.368032] RPC: Registered named UNIX socket transport module.
[  236.368036] RPC: Registered udp transport module.
[  236.368040] RPC: Registered tcp transport module.
[  236.368043] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  236.368302] hw perfevents: enabled with ARMv7 Cortex-A15 PMU driver, 7 counters available
[  236.428105] bounce pool size: 64 pages
[  236.434786] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[  236.434932] NTFS driver 2.1.30 [Flags: R/O].
[  236.435132] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[  236.435386] msgmni has been set to 1478
[  236.436061] NET: Registered protocol family 38
[  236.436347] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[  236.436353] io scheduler noop registered
[  236.436357] io scheduler deadline registered
[  236.436476] io scheduler cfq registered (default)
[  236.437388] keystone-udma udma0.5: registered udma device udma0
[  236.472195] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[  236.473217] 2530c00.serial: ttyS0 at MMIO 0x2530c00 (irq = 309) is a 16550A
[  237.140909] console [ttyS0] enabled
[  237.144188] 2531000.serial: ttyS1 at MMIO 0x2531000 (irq = 312) is a 16550A
[  237.151961] loop: module loaded
[  237.154634] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
[  237.160967] Generic platform RAM MTD, (c) 2004 Simtec Electronics
[  237.166625] ONFI param page 0 valid
[  237.169474] ONFI flash detected
[  237.172040] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xac (Micron MT29F4G08ABBDAHC), 512MiB, page size: 2048, OOB size: 64
[  237.181551] Bad block table found at page 262080, version 0x01
[  237.186641] Bad block table found at page 262016, version 0x01
[  237.191619] 3 ofpart partitions found on MTD device 30000000.nand
[  237.196598] Creating 3 MTD partitions on "30000000.nand":
[  237.201015] 0x000000000000-0x000000100000 : "u-boot"
[  237.205515] 0x000000100000-0x000000180000 : "params"
[  237.210001] 0x000000180000-0x000020000000 : "ubifs"
[  237.214836] davinci_nand 30000000.nand: controller rev. 2.5
[  237.219845] spi_davinci 21000400.spi: master is unqueued, this is deprecated
[  237.225820] m25p80 spi32766.0: found n25q128a11, expected n25q128
[  237.230801] m25p80 spi32766.0: n25q128a11 (16384 Kbytes)
[  237.235155] 2 ofpart partitions found on MTD device spi32766.0
[  237.239925] Creating 2 MTD partitions on "spi32766.0":
[  237.244124] 0x000000000000-0x000000080000 : "u-boot-spl"
[  237.248879] 0x000000080000-0x000001000000 : "test"
[  237.253431] spi_davinci 21000400.spi: Controller at 0xf0078400
[  237.258445] spi_davinci 21000600.spi: master is unqueued, this is deprecated
[  237.264218] spi_davinci 21000600.spi: Controller at 0xf007a600
[  237.269221] spi_davinci 21000800.spi: master is unqueued, this is deprecated
[  237.274992] spi_davinci 21000800.spi: Controller at 0xf007c800
[  237.280584] libphy: GPIO Bitbanged MDIO: probed
[  237.284876] mdio_bus gpio-ffffffed: cannot get PHY at address 0
[  237.290307] mdio_bus gpio-ffffffed: cannot get PHY at address 1
[  237.295202] tun: Universal TUN/TAP device driver, 1.6
[  237.299337] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[  237.304739] keystone-netcp 2f00000.netcp: No streaming regs defined
[  237.309930] keystone-netcp 2090000.netcp: cpts rftclk freq not defined
[  237.315302] netif_napi_add() called with weight 128 on device eth%d
[  237.321074] keystone-netcp 2090000.netcp: Created interface "eth0"
[  237.326129] keystone-netcp 2090000.netcp: dma_chan_name nettx0
[  237.331545] keystone-netcp 2090000.netcp: Created interface "eth1"
[  237.336601] keystone-netcp 2090000.netcp: dma_chan_name nettx1
[  237.342255] keystone-netcp 2f00000.netcp: Created interface "eth2"
[  237.347317] keystone-netcp 2f00000.netcp: dma_chan_name xgetx0
[  237.352377] keystone-netcp 2f00000.netcp: Created interface "eth3"
[  237.357440] keystone-netcp 2f00000.netcp: dma_chan_name xgetx1
[  237.362987] keystone-dwc3 2690000.dwc: usbss revision 47914b00
[  237.367771] keystone-dwc3 2690000.dwc: mapped irq 425 to virq 608
[  237.537929] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[  237.542428] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[  237.549150] xhci-hcd xhci-hcd.0.auto: irq 608, io mem 0x02690000
[  237.554120] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[  237.559674] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  237.565578] usb usb1: Product: xHCI Host Controller
[  237.569569] usb usb1: Manufacturer: Linux 3.10.10 xhci-hcd
[  237.574051] usb usb1: SerialNumber: xhci-hcd.0.auto
[  237.578314] hub 1-0:1.0: USB hub found
[  237.581384] hub 1-0:1.0: 1 port detected
[  237.584734] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[  237.589222] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[  237.595546] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[  237.601099] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  237.607003] usb usb2: Product: xHCI Host Controller
[  237.610992] usb usb2: Manufacturer: Linux 3.10.10 xhci-hcd
[  237.615474] usb usb2: SerialNumber: xhci-hcd.0.auto
[  237.619720] hub 2-0:1.0: USB hub found
[  237.622787] hub 2-0:1.0: 1 port detected
[  237.626255] usbcore: registered new interface driver usb-storage
[  237.631316] mousedev: PS/2 mouse device common for all mice
[  237.636030] i2c /dev entries driver
[  237.639312] watchdog 22f0080.wdt: heartbeat 60 sec
[  237.652293] keystone-crypto 20c0000.crypto: crypto accelerator enabled
[  237.657887] usbcore: registered new interface driver usbhid
[  237.662441] usbhid: USB HID core driver
[  237.665804]  remoteproc0: 2620040.dsp0 is available
[  237.669790]  remoteproc0: Note: remoteproc is still under development and considered experimental.
[  237.677122]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.685604]  remoteproc0: no firmware found
[  237.689099] rproc-user 2620040.dsp0: registered misc device dsp0
[  237.694175]  remoteproc1: 2620044.dsp1 is available
[  237.698167]  remoteproc1: Note: remoteproc is still under development and considered experimental.
[  237.705491]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.713973]  remoteproc1: no firmware found
[  237.717477] rproc-user 2620044.dsp1: registered misc device dsp1
[  237.722553]  remoteproc2: 2620048.dsp2 is available
[  237.726539]  remoteproc2: Note: remoteproc is still under development and considered experimental.
[  237.733868]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.742348]  remoteproc2: no firmware found
[  237.745841] rproc-user 2620048.dsp2: registered misc device dsp2
[  237.750915]  remoteproc3: 262004c.dsp3 is available
[  237.754900]  remoteproc3: Note: remoteproc is still under development and considered experimental.
[  237.762230]  remoteproc3: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.770717]  remoteproc3: no firmware found
[  237.774219] rproc-user 262004c.dsp3: registered misc device dsp3
[  237.779284]  remoteproc4: 2620050.dsp4 is available
[  237.783277]  remoteproc4: Note: remoteproc is still under development and considered experimental.
[  237.790606]  remoteproc4: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.799085]  remoteproc4: no firmware found
[  237.802579] rproc-user 2620050.dsp4: registered misc device dsp4
[  237.807657]  remoteproc5: 2620054.dsp5 is available
[  237.811641]  remoteproc5: Note: remoteproc is still under development and considered experimental.
[  237.818970]  remoteproc5: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.827449]  remoteproc5: no firmware found
[  237.830946] rproc-user 2620054.dsp5: registered misc device dsp5
[  237.836012]  remoteproc6: 2620058.dsp6 is available
[  237.840005]  remoteproc6: Note: remoteproc is still under development and considered experimental.
[  237.847333]  remoteproc6: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.855819]  remoteproc6: no firmware found
[  237.859316] rproc-user 2620058.dsp6: registered misc device dsp6
[  237.864389]  remoteproc7: 262005c.dsp7 is available
[  237.868374]  remoteproc7: Note: remoteproc is still under development and considered experimental.
[  237.875703]  remoteproc7: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[  237.884181]  remoteproc7: no firmware found
[  237.887680] rproc-user 262005c.dsp7: registered misc device dsp7
[  237.892603] rproc-user dspmem.3: kick gpio
[  237.896040] rproc-user dspmem.3: registered misc device dspmem
[  237.901043] oprofile: using arm/armv7-ca15
[  237.904426] GACT probability on
[  237.906992] Mirror/redirect action on
[  237.909981] Failed to load ipt action
[  237.912975] Simple TC action Loaded
[  237.916141] netem: version 1.3
[  237.918637] u32 classifier
[  237.920854]     Performance counters on
[  237.923985]     input device check on
[  237.926974]     Actions configured
[  237.929760] Netfilter messages via NETLINK v0.30.
[  237.933607] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[  237.938894] ctnetlink v0.93: registering with nfnetlink.
[  237.943420] ipip: IPv4 over IPv4 tunneling driver
[  237.947567] gre: GRE over IPv4 demultiplexor driver
[  237.951552] ip_gre: GRE over IPv4 tunneling driver
[  237.956127] ip_tables: (C) 2000-2006 Netfilter Core Team
[  237.960527] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[  237.965737] arp_tables: (C) 2002 David S. Miller
[  237.969536] TCP: cubic registered
[  237.972241] Initializing XFRM netlink socket
[  237.976110] NET: Registered protocol family 10
[  237.980625] NET: Registered protocol family 17
[  237.984265] NET: Registered protocol family 15
[  237.987929] Bridge firewalling registered
[  237.991207] Ebtables v2.0 registered
[  238.033680] 8021q: 802.1Q VLAN Support v1.8
[  238.038519] sctp: Hash tables configured (established 65536 bind 65536)
[  238.044046] NET: Registered protocol family 41
[  238.047786] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[  238.054067] Registering SWP/SWPB emulation handler
[  238.058718] UBI: attaching mtd2 to ubi0
[  239.364227] UBI: scanning is finished
[  239.374349] UBI: attached mtd2 (name "ubifs", size 510 MiB) to ubi0
[  239.379482] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[  239.385030] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[  239.390513] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[  239.396137] UBI: good PEBs: 4080, bad PEBs: 4, corrupted PEBs: 0
[  239.401045] UBI: user volume: 3, internal volumes: 1, max. volumes count: 128
[  239.406882] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 474055580
[  239.414211] UBI: available PEBs: 3002, total reserved PEBs: 1078, PEBs reserved for bad PEB handling: 76
[  239.421971] UBI: background thread "ubi_bgt0d" started, PID 1260
[  239.427490] UBIFS: parse sync
[  239.433063] UBIFS: background thread "ubifs_bgt0_2" started, PID 1263
[  239.455049] UBIFS: recovery needed
[  239.458337] UBIFS: start fixing up free space
[  239.575040] UBIFS: free space fixup complete
[  239.626954] UBIFS: recovery completed
[  239.629995] UBIFS: mounted UBI device 0, volume 2, name "rootfs"
[  239.634911] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[  239.642384] UBIFS: FS size: 99041280 bytes (94 MiB, 780 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[  239.650280] UBIFS: reserved for root: 0 bytes (0 KiB)
[  239.654409] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 2BAEB409-57F1-4EEB-983B-3F5BB1C417A7, small LPT model
[  239.663515] UBIFS error (pid 1): ubifs_read_node: bad node type (255 but expected 9)
[  239.669850] UBIFS error (pid 1): ubifs_read_node: bad node at LEB 441:94792, LEB mapping status 1
[  239.677107] Not a node, first 24 bytes:
[  239.680098] 00000000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff                          ........................
[  239.690771] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.10 #1
[  239.695697] [<c0014e88>] (unwind_backtrace+0x0/0xf8) from [<c00117bc>] (show_stack+0x10/0x14)
[  239.702679] [<c00117bc>] (show_stack+0x10/0x14) from [<c0204038>] (ubifs_read_node+0x210/0x27c)
[  239.709800] [<c0204038>] (ubifs_read_node+0x210/0x27c) from [<c021f5b0>] (ubifs_load_znode+0x78/0x4d4)
[  239.717421] [<c021f5b0>] (ubifs_load_znode+0x78/0x4d4) from [<c0206f80>] (ubifs_lookup_level0+0xb8/0x1d8)
[  239.725252] [<c0206f80>] (ubifs_lookup_level0+0xb8/0x1d8) from [<c02070e0>] (ubifs_tnc_locate+0x40/0x194)
[  239.733082] [<c02070e0>] (ubifs_tnc_locate+0x40/0x194) from [<c01ff198>] (ubifs_iget+0x78/0x66c)
[  239.740271] [<c01ff198>] (ubifs_iget+0x78/0x66c) from [<c02003c0>] (ubifs_mount+0xc34/0x1640)
[  239.747251] [<c02003c0>] (ubifs_mount+0xc34/0x1640) from [<c00d1888>] (mount_fs+0x14/0xc4)
[  239.754019] [<c00d1888>] (mount_fs+0x14/0xc4) from [<c00e8dbc>] (vfs_kern_mount+0x4c/0xc0)
[  239.760778] [<c00e8dbc>] (vfs_kern_mount+0x4c/0xc0) from [<c00ead20>] (do_mount+0x188/0x820)
[  239.767683] [<c00ead20>] (do_mount+0x188/0x820) from [<c00eb43c>] (SyS_mount+0x84/0xb8)
[  239.774235] [<c00eb43c>] (SyS_mount+0x84/0xb8) from [<c0700f18>] (mount_block_root+0xfc/0x230)
[  239.781283] [<c0700f18>] (mount_block_root+0xfc/0x230) from [<c07011ec>] (prepare_namespace+0x8c/0x180)
[  239.788972] [<c07011ec>] (prepare_namespace+0x8c/0x180) from [<c0700c40>] (kernel_init_freeable+0x17c/0x1c4)
[  239.797020] [<c0700c40>] (kernel_init_freeable+0x17c/0x1c4) from [<c04fc320>] (kernel_init+0x8/0xe4)
[  239.804496] [<c04fc320>] (kernel_init+0x8/0xe4) from [<c000db18>] (ret_from_fork+0x14/0x3c)
[  239.811331] UBIFS error (pid 1): ubifs_iget: failed to read inode 1, error -22
[  239.817301] UBIFS: background thread "ubifs_bgt0_2" stops
[  239.821999] List of all partitions:
[  239.824855] 1f00            1024 mtdblock0  (driver?)
[  239.828994] 1f01             512 mtdblock1  (driver?)
[  239.833125] 1f02          522752 mtdblock2  (driver?)
[  239.837262] 1f03             512 mtdblock3  (driver?)
[  239.841393] 1f04           15872 mtdblock4  (driver?)
[  239.845526] No filesystem could mount root, tried:  ubifs
[  239.849945] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
[  239.856701] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 3.10.10 #1
[  239.861618] [<c0014e88>] (unwind_backtrace+0x0/0xf8) from [<c00117bc>] (show_stack+0x10/0x14)
[  239.868592] [<c00117bc>] (show_stack+0x10/0x14) from [<c04ff24c>] (panic+0x90/0x1e4)
[  239.874924] [<c04ff24c>] (panic+0x90/0x1e4) from [<c0701010>] (mount_block_root+0x1f4/0x230)
[  239.881824] [<c0701010>] (mount_block_root+0x1f4/0x230) from [<c07011ec>] (prepare_namespace+0x8c/0x180)
[  239.889577] [<c07011ec>] (prepare_namespace+0x8c/0x180) from [<c0700c40>] (kernel_init_freeable+0x17c/0x1c4)
[  239.897616] [<c0700c40>] (kernel_init_freeable+0x17c/0x1c4) from [<c04fc320>] (kernel_init+0x8/0xe4)
[  239.905085] [<c04fc320>] (kernel_init+0x8/0xe4) from [<c000db18>] (ret_from_fork+0x14/0x3c)
[  239.911913] CPU0: stopping
[  239.914124] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.10 #1
[  239.919040] [<c0014e88>] (unwind_backtrace+0x0/0xf8) from [<c00117bc>] (show_stack+0x10/0x14)
[  239.926012] [<c00117bc>] (show_stack+0x10/0x14) from [<c0013714>] (handle_IPI+0xfc/0x130)
[  239.932699] [<c0013714>] (handle_IPI+0xfc/0x130) from [<c000854c>] (gic_handle_irq+0x54/0x5c)
[  239.939673] [<c000854c>] (gic_handle_irq+0x54/0x5c) from [<c05059c0>] (__irq_svc+0x40/0x50)
[  239.946499] Exception stack(0xc0755f60 to 0xc0755fa8)
[  239.950627] 5f60: c13e6918 00000000 000026c4 00000000 c0754000 c07979b0 c07973db c07979b0
[  239.957313] 5f80: c075c46c c0754000 c050d350 c0754000 00000000 c0755fa8 c000eae8 c000eaec
[  239.963997] 5fa0: 60000113 ffffffff
[  239.966850] [<c05059c0>] (__irq_svc+0x40/0x50) from [<c000eaec>] (arch_cpu_idle+0x28/0x30)
[  239.973613] [<c000eaec>] (arch_cpu_idle+0x28/0x30) from [<c0057d08>] (cpu_startup_entry+0x58/0x1f0)
[  239.981014] [<c0057d08>] (cpu_startup_entry+0x58/0x1f0) from [<c0700a6c>] (start_kernel+0x2fc/0x354)
[  239.988484] [<c0700a6c>] (start_kernel+0x2fc/0x354) from [<80008084>] (0x80008084)
[  239.994671] CPU1: stopping
[  239.996882] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 3.10.10 #1
[  240.001798] [<c0014e88>] (unwind_backtrace+0x0/0xf8) from [<c00117bc>] (show_stack+0x10/0x14)
[  240.008771] [<c00117bc>] (show_stack+0x10/0x14) from [<c0013714>] (handle_IPI+0xfc/0x130)
[  240.015458] [<c0013714>] (handle_IPI+0xfc/0x130) from [<c000854c>] (gic_handle_irq+0x54/0x5c)
[  240.022430] [<c000854c>] (gic_handle_irq+0x54/0x5c) from [<c05059c0>] (__irq_svc+0x40/0x50)
[  240.029256] Exception stack(0xee0f1f90 to 0xee0f1fd8)
[  240.033384] 1f80:                                     c13ee918 00000000 0000138a 00000000
[  240.040069] 1fa0: ee0f0000 c07979b0 c07973db c07979b0 c075c46c ee0f0000 c050d350 ee0f0000
[  240.046753] 1fc0: 00000000 ee0f1fd8 c000eae8 c000eaec 60000113 ffffffff
[  240.052162] [<c05059c0>] (__irq_svc+0x40/0x50) from [<c000eaec>] (arch_cpu_idle+0x28/0x30)
[  240.058923] [<c000eaec>] (arch_cpu_idle+0x28/0x30) from [<c0057d08>] (cpu_startup_entry+0x58/0x1f0)
[  240.066321] [<c0057d08>] (cpu_startup_entry+0x58/0x1f0) from [<80734464>] (0x80734464)
[  240.072793] CPU2: stopping
[  240.075003] CPU: 2 PID: 0 Comm: swapper/2 Not tainted 3.10.10 #1
[  240.079919] [<c0014e88>] (unwind_backtrace+0x0/0xf8) from [<c00117bc>] (show_stack+0x10/0x14)
[  240.086891] [<c00117bc>] (show_stack+0x10/0x14) from [<c0013714>] (handle_IPI+0xfc/0x130)
[  240.093577] [<c0013714>] (handle_IPI+0xfc/0x130) from [<c000854c>] (gic_handle_irq+0x54/0x5c)
[  240.100550] [<c000854c>] (gic_handle_irq+0x54/0x5c) from [<c05059c0>] (__irq_svc+0x40/0x50)
[  240.107375] Exception stack(0xee0f3f90 to 0xee0f3fd8)
[  240.111503] 3f80:                                     c13f6918 00000000 000008a8 00000000
[  240.118188] 3fa0: ee0f2000 c07979b0 c07973db c07979b0 c075c46c ee0f2000 c050d350 ee0f2000
[  240.124872] 3fc0: 00000000 ee0f3fd8 c000eae8 c000eaec 60000113 ffffffff
[  240.130282] [<c05059c0>] (__irq_svc+0x40/0x50) from [<c000eaec>] (arch_cpu_idle+0x28/0x30)
[  240.137042] [<c000eaec>] (arch_cpu_idle+0x28/0x30) from [<c0057d08>] (cpu_startup_entry+0x58/0x1f0)
[  240.144439] [<c0057d08>] (cpu_startup_entry+0x58/0x1f0) from [<80734464>] (0x80734464)