Advertisement
Guest User

Untitled

a guest
Mar 31st, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. Qi lb60 SPL
  2.  
  3. Starting U-Boot ...
  4.  
  5.  
  6. U-Boot 2012.10-rc2 (Oct 23 2012 - 11:28:13)
  7.  
  8. Board: Qi LB60 (Ingenic XBurst Jz4740 SoC)
  9. CPU: 336000000
  10. MEM: 112000000
  11. DEV: 12000000
  12. DRAM: 32 MiB
  13. NAND: 2048 MiB
  14. [ 0.000000] Linux version 3.9.0-rc4+ (root@ws) (collect2: ld returned 1 exit status) #14 PREEMPT Sat Mar 30 23:17:04 ART 2013
  15. [ 0.000000] bootconsole [early0] enabled
  16. [ 0.000000] CPU revision is: 0ad0024f (Ingenic JZRISC)
  17. [ 0.000000] Determined physical RAM map:
  18. [ 0.000000] memory: 02000000 @ 00000000 (usable)
  19. [ 0.000000] User-defined physical RAM map:
  20. [ 0.000000] memory: 02000000 @ 00000000 (usable)
  21. [ 0.000000] Zone ranges:
  22. [ 0.000000] Normal [mem 0x00000000-0x01ffffff]
  23. [ 0.000000] Movable zone start for each node
  24. [ 0.000000] Early memory node ranges
  25. [ 0.000000] node 0: [mem 0x00000000-0x01ffffff]
  26. [ 0.000000] Reserving 0MB of memory at 0MB for crashkernel
  27. [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 32 bytes.
  28. [ 0.000000] Primary data cache 16kB, 4-way, VIPT, no aliases, linesize 32 bytes
  29. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 8128
  30. [ 0.000000] Kernel command line: mem=32M console=tty0 console=ttyS0,57600n8 ubi.mtd=2 rootfstype=ubifs root=ubi0:rootfs rw rootwait loglevel=7
  31. [ 0.000000] PID hash table entries: 128 (order: -3, 512 bytes)
  32. [ 0.000000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  33. [ 0.000000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  34. [ 0.000000] __ex_table already sorted, skipping sort
  35. [ 0.000000] Memory: 28212k/32768k available (3159k kernel code, 4556k reserved, 586k data, 220k init, 0k highmem)
  36. [ 0.000000] NR_IRQS:190
  37. [ 0.000000] Console: colour dummy device 80x25
  38. [ 0.000000] console [tty0] enabled
  39. [ 0.010000] Calibrating delay loop... 334.23 BogoMIPS (lpj=1671168)
  40. [ 0.080000] pid_max: default: 32768 minimum: 301
  41. [ 0.090000] Mount-cache hash table entries: 512
  42. [ 0.110000] devtmpfs: initialized
  43. [ 0.120000] NET: Registered protocol family 16
  44. [ 0.140000] JZ4740 GPIO initialized
  45. [ 0.150000] Qi Hardware JZ4740 QI LB60 setup
  46. [ 0.260000] bio: create slab <bio-0> at 0
  47. [ 0.290000] Advanced Linux Sound Architecture Driver Initialized.
  48. [ 0.300000] Switching to clocksource jz4740-timer
  49. [ 0.440000] NET: Registered protocol family 2
  50. [ 0.450000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
  51. [ 0.460000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
  52. [ 0.470000] TCP: Hash tables configured (established 512 bind 512)
  53. [ 0.480000] TCP: reno registered
  54. [ 0.490000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  55. [ 0.500000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  56. [ 0.520000] NET: Registered protocol family 1
  57. [ 0.530000] msgmni has been set to 55
  58. [ 0.550000] io scheduler noop registered
  59. [ 0.550000] io scheduler deadline registered (default)
  60. [ 0.590000] Console: switching to colour frame buffer device 53x21
  61. [ 0.620000] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  62. [ 0.640000] serial8250.0: ttyS0 at MMIO 0x10030000 (irq = 17) is a 16550
  63. [ 0.650000] console [ttyS0] enabled, bootconsole disabled
  64. [ 0.650000] console [ttyS0] enabled, bootconsole disabled
  65. [ 0.670000] serial8250.0: ttyS1 at MMIO 0x10031000 (irq = 16) is a 16550
  66. [ 0.690000] NAND device: Manufacturer ID: 0xec, Chip ID: 0xd5 (Samsung NAND 2GiB 3,3V 8-bit), 2048MiB, page size: 4096, OOB size: 128
  67. [ 0.700000] jz4740-nand jz4740-nand.0: Found chip 0 on bank 1
  68. [ 0.710000] Scanning device for bad blocks
  69. [ 1.000000] Creating 4 MTD partitions on "jz4740-nand":
  70. [ 1.010000] 0x000000000000-0x000000400000 : "NAND BOOT partition"
  71. [ 1.030000] 0x000000400000-0x000000800000 : "NAND KERNEL partition"
  72. [ 1.050000] 0x000000800000-0x000020800000 : "NAND ROOTFS partition"
  73. [ 1.070000] 0x000020800000-0x000080000000 : "NAND DATA partition"
  74. [ 1.080000] jz4740-nand jz4740-nand.0: Successfully registered JZ4740 NAND driver
  75. [ 1.090000] spi_gpio spi_gpio.1: master is unqueued, this is deprecated
  76. [ 1.110000] input: matrix-keypad as /devices/platform/matrix-keypad/input/input0
  77. [ 1.130000] jz4740-rtc jz4740-rtc: rtc core: registered jz4740-rtc as rtc0
  78. [ 1.200000] jz4740-mmc jz4740-mmc.0: JZ SD/MMC card driver registered
  79. [ 1.270000] qi-lb60-audio qi-lb60-audio: jz4740-hifi <-> jz4740-i2s mapping ok
  80. [ 1.290000] TCP: cubic registered
  81. [ 1.300000] NET: Registered protocol family 17
  82. [ 1.320000] UBI: attaching mtd2 to ubi0
  83. [ 2.600000] UBI: scanning is finished
  84. [ 2.630000] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 10, need 80
  85. [ 2.650000] UBI: attached mtd2 (name "NAND ROOTFS partition", size 512 MiB) to ubi0
  86. [ 2.660000] UBI: PEB size: 524288 bytes (512 KiB), LEB size: 516096 bytes
  87. [ 2.670000] UBI: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
  88. [ 2.680000] UBI: VID header offset: 4096 (aligned 4096), data offset: 8192
  89. [ 2.690000] UBI: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0
  90. [ 2.700000] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
  91. [ 2.710000] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 945104147
  92. [ 2.720000] UBI: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 10
  93. [ 2.730000] UBI: background thread "ubi_bgt0d" started, PID 319
  94. [ 2.740000] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  95. [ 2.750000] jz4740-rtc jz4740-rtc: setting system clock to 2012-10-24 16:19:49 UTC (1351095589)
  96. [ 2.760000] ALSA device list:
  97. [ 2.770000] #0: QI LB60
  98. [ 2.790000] UBIFS: background thread "ubifs_bgt0_0" started, PID 324
  99. [ 3.090000] UBIFS: recovery needed
  100. [ 3.850000] UBIFS: recovery completed
  101. [ 3.860000] UBIFS: mounted UBI device 0, volume 0, name "rootfs"(null)
  102. [ 3.870000] UBIFS: LEB size: 516096 bytes (504 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
  103. [ 3.880000] UBIFS: FS size: 516096000 bytes (492 MiB, 1000 LEBs), journal size 10452992 bytes (9 MiB, 21 LEBs)
  104. [ 3.890000] UBIFS: reserved for root: 0 bytes (0 KiB)
  105. [ 3.900000] UBIFS: media format: w4/r0 (latest is w4/r0), UUID 99503521-439D-45AD-839A-70D01E0E5AEE, small LPT model
  106. [ 3.910000] VFS: Mounted root (ubifs filesystem) on device 0:11.
  107. [ 3.920000] devtmpfs: mounted
  108. [ 3.940000] Freeing unused kernel memory: 220k freed
  109. init started: BusyBox v1.19.4 (2012-10-11 16:46:57 CEST)
  110.  
  111. Please press Enter to activate this console. sysinit: Could not open mtd device: rootfs
  112.  
  113. sysinit: Could not open mtd device: rootfs
  114.  
  115. sysinit: /sbin/mount_root: line 1: pi_include: not found
  116.  
  117. sysinit: /sbin/mount_root: line 1: pi_include: not found
  118.  
  119. sysinit: /sbin/mount_root: line 1: set_jffs_mp: not found
  120.  
  121. sysinit: /sbin/mount_root: line 1: determine_root_device: not found
  122.  
  123. sysinit: grep: /proc/filesystems: No such file or directory
  124.  
  125. sysinit: /etc/rc.common: eval: line 1: can't create /proc/sys/kernel/hostname: nonexistent directory
  126.  
  127. sysinit: /etc/rc.common: line 1: can't open /proc/cmdline: no such file
  128.  
  129. sysinit: Failed to start message bus: The pid file "/var/run/dbus.pid" exists, if the message bus is not running, remove this file
  130.  
  131. sysinit: sysctl: chdir(/proc/sys): No such file or directory
  132.  
  133.  
  134.  
  135.  
  136. BusyBox v1.19.4 (2012-10-11 16:46:57 CEST) built-in shell (ash)
  137. Enter 'help' for a list of built-in commands.
  138.  
  139. root@(none):/# ls /proc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement