Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.34 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. Booting Linux on physical CPU 0
  4. Linux version 3.6.9 (root@debian) (gcc version 4.2.0 20070413 (prerelease) (CodeSourcery Sourcery G++ Lite 2007q1-10)) #12 Sat Mar 16 14:57:37 EDT 2013
  5. CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  6. CPU: VIVT data cache, VIVT instruction cache
  7. Machine: Atmel AT91SAM9260-EK
  8. Memory policy: ECC disabled, Data cache writeback
  9. AT91: Detected soc type: at91sam9260
  10. AT91: Detected soc subtype: at91sam9xe
  11. AT91: sram at 0x300000 of 0x8000 mapped at 0xfef70000
  12. Clocks: CPU 198 MHz, master 99 MHz, main 18.432 MHz
  13. Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  14. Kernel command line: mem=64M console=ttyS0,115200 mtdparts=atmel_nand:4M(bootstrap/uboot/kernel)ro,60M(rootfs),-(data) root=/dev/mtdblock2 rw rootfstype=jffs2
  15. PID hash table entries: 256 (order: -2, 1024 bytes)
  16. Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  17. Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  18. Memory: 64MB = 64MB total
  19. Memory: 60944k/60944k available, 4592k reserved, 0K highmem
  20. Virtual kernel memory layout:
  21.     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  22.     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
  23.     vmalloc : 0xc4800000 - 0xff000000   ( 936 MB)
  24.     lowmem  : 0xc0000000 - 0xc4000000   (  64 MB)
  25.     modules : 0xbf000000 - 0xc0000000   (  16 MB)
  26.       .text : 0xc0008000 - 0xc037b924   (3535 kB)
  27.       .init : 0xc037c000 - 0xc03a1af4   ( 151 kB)
  28.       .data : 0xc03a2000 - 0xc03c8660   ( 154 kB)
  29.        .bss : 0xc03c8660 - 0xc03e3104   ( 107 kB)
  30. NR_IRQS:16 nr_irqs:16 16
  31. AT91: 96 gpio irqs in 3 banks
  32. sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  33. Console: colour dummy device 80x30
  34. Calibrating delay loop... 98.71 BogoMIPS (lpj=493568)
  35. pid_max: default: 32768 minimum: 301
  36. Mount-cache hash table entries: 512
  37. CPU: Testing write buffer coherency: ok
  38. Setting up static identity map for 0x2029f338 - 0x2029f390
  39. pinctrl core: initialized pinctrl subsystem
  40. NET: Registered protocol family 16
  41. DMA: preallocated 256 KiB pool for atomic coherent allocations
  42. AT91: SD/MMC slot 0 configured
  43. AT91: Power Management
  44. AT91: Starting after general reset
  45. bio: create slab <bio-0> at 0
  46. SCSI subsystem initialized
  47. usbcore: registered new interface driver usbfs
  48. usbcore: registered new interface driver hub
  49. usbcore: registered new device driver usb
  50. i2c-gpio i2c-gpio.0: using pins 23 (SDA) and 24 (SCL)
  51. Switching to clocksource pit
  52. NET: Registered protocol family 2
  53. TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  54. TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  55. TCP: Hash tables configured (established 2048 bind 2048)
  56. TCP: reno registered
  57. UDP hash table entries: 256 (order: 0, 4096 bytes)
  58. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  59. NET: Registered protocol family 1
  60. RPC: Registered named UNIX socket transport module.
  61. RPC: Registered udp transport module.
  62. RPC: Registered tcp transport module.
  63. RPC: Registered tcp NFSv4.1 backchannel transport module.
  64. Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  65. jffs2: version 2.2. (NAND) б╘ 2001-2006 Red Hat, Inc.
  66. msgmni has been set to 119
  67. io scheduler noop registered (default)
  68. at91sam9260-usart.0: ttyS0 at MMIO 0xfffff200 (irq = 17) is a ATMEL_SERIAL
  69. console [ttyS0] enabled
  70. at91sam9260-usart.1: ttyS1 at MMIO 0xfffb0000 (irq = 22) is a ATMEL_SERIAL
  71. at91sam9260-usart.2: ttyS2 at MMIO 0xfffb4000 (irq = 23) is a ATMEL_SERIAL
  72. brd: module loaded
  73. atmel_nand: Use On Flash BBT
  74. atmel_nand atmel_nand: No DMA support for NAND access.
  75. ONFI param page 0 valid
  76. ONFI flash detected
  77. NAND device: Manufacturer ID: 0x2c, Chip ID: 0xf1 (Micron MT29F1G08ABADAWP), page size: 2048, OOB size: 64
  78. Bad block table found at page 65472, version 0x01
  79. Bad block table found at page 65408, version 0x01
  80. nand_read_bbt: bad block at 0x000002d80000
  81. nand_read_bbt: bad block at 0x0000031e0000
  82. 3 cmdlinepart partitions found on MTD device atmel_nand
  83. Creating 3 MTD partitions on "atmel_nand":
  84. 0x000000000000-0x000000400000 : "bootstrap/uboot/kernel"
  85. 0x000000400000-0x000004000000 : "rootfs"
  86. 0x000004000000-0x000008000000 : "data"
  87. spi_ks8995: Micrel KS8995 Ethernet switch SPI driver version 0.1.1
  88. libphy: MACB_mii_bus: probed
  89. macb macb: eth0: Cadence MACB at 0xfffc4000 irq 37 (3a:1f:34:08:54:54)
  90. macb macb: eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=macb-ffffffff:04, irq=-1)
  91. PPP generic driver version 2.4.2
  92. PPP Deflate Compression module registered
  93. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  94. at91_ohci at91_ohci: AT91 OHCI
  95. at91_ohci at91_ohci: new USB bus registered, assigned bus number 1
  96. at91_ohci at91_ohci: irq 36, io mem 0x00500000
  97. hub 1-0:1.0: USB hub found
  98. hub 1-0:1.0: 2 ports detected
  99. Initializing USB Mass Storage driver...
  100. usbcore: registered new interface driver usb-storage
  101. USB Mass Storage support registered.
  102. mousedev: PS/2 mouse device common for all mice
  103. rtc-at91sam9 rtc-at91sam9.0: rtc core: registered rtc-at91sam9 as rtc0
  104. rtc-at91sam9 rtc-at91sam9.0: rtc0: SET TIME!
  105. i2c /dev entries driver
  106. at91sam9_wdt: sorry, watchdog is disabled
  107. at91sam9_wdt: the watchdog has been disabled
  108. sdhci: Secure Digital Host Controller Interface driver
  109. sdhci: Copyright(c) Pierre Ossman
  110. TCP: cubic registered
  111. NET: Registered protocol family 17
  112. rtc-at91sam9 rtc-at91sam9.0: hctosys: unable to read the hardware clock
  113. atmel_mci atmel_mci: version: 0x210
  114. atmel_mci atmel_mci: using PDC
  115. atmel_mci atmel_mci: Atmel MCI controller at 0xfffa8000 irq 25, 1 slots
  116. usb 1-1: new full-speed USB device number 2 using at91_ohci
  117. jffs2: Empty flash at 0x013c04f8 ends at 0x013c0800
  118. VFS: Mounted root (jffs2 filesystem) on device 31:2.
  119. Freeing init memory: 148K
  120. INIT: version 2.86 booting
  121. Starting udevudevd (890): /proc/890/oom_adj is deprecated, please use /proc/890/oom_score_adj instead.
  122. Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
  123.  
  124. [<c000ea1c>] (unwind_backtrace+0x0/0xf4) from [<c00173bc>] (panic+0x84/0x208)
  125. [<c00173bc>] (panic+0x84/0x208) from [<c001c484>] (do_exit+0x624/0x70c)
  126. [<c001c484>] (do_exit+0x624/0x70c) from [<c001c5b0>] (do_group_exit+0x44/0xac)
  127. [<c001c5b0>] (do_group_exit+0x44/0xac) from [<c00263d0>] (get_signal_to_deliver+0x1b4/0x518)
  128. [<c00263d0>] (get_signal_to_deliver+0x1b4/0x518) from [<c000bd58>] (do_work_pending+0xc8/0x4b8)
  129. [<c000bd58>] (do_work_pending+0xc8/0x4b8) from [<c00093bc>] (work_pending+0xc/0x20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement