Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. LLC
  2.  
  3. U-Boot 2014.01-14400-gda781c6-dirty (Apr 30 2014 - 22:35:38)
  4.  
  5. CPU: Freescale i.MX28 rev1.2 at 454 MHz
  6. BOOT: NAND, 3V3
  7. DRAM: 64 MiB
  8. NAND: 128 MiB
  9. In: serial
  10. Out: serial
  11. Err: serial
  12. Net: FEC0 [PRIME]
  13. Hit any key to stop autoboot: 0
  14. => setenv bootargs 'noinitrd console=ttyAM0,115200 rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw gpmi init=/bin/sh';
  15. => nand read ${loadaddr} app-kernel 0x00400000 && bootm ${loadaddr}
  16.  
  17. NAND read: device 0 offset 0x2b00000, size 0x400000
  18. 4194304 bytes read: OK
  19. ## Booting kernel from Legacy Image at 42000000 ...
  20. Image Name: Linux-2.6.35.3-flex-dvt
  21. Created: 2014-04-30 3:15:35 UTC
  22. Image Type: ARM Linux Kernel Image (uncompressed)
  23. Data Size: 1928460 Bytes = 1.8 MiB
  24. Load Address: 40008000
  25. Entry Point: 40008000
  26. Verifying Checksum ... OK
  27. Loading Kernel Image ... OK
  28.  
  29. Starting kernel ...
  30.  
  31. Uncompressing Linux... done, booting the kernel.
  32. Linux version 2.6.35.3-flex-dvt (saurabh@localhost.localdomain) (gcc version 4.4.4 (4.4.4_09.06.2010) ) #32 PREEMPT Tue Apr 29 23:15:31 EDT 2014
  33. CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
  34. CPU: VIVT data cache, VIVT instruction cache
  35. Machine: Freescale MX28EVK board
  36. Memory policy: ECC disabled, Data cache writeback
  37. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
  38. Kernel command line: noinitrd console=ttyAM0,115200 rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw gpmi init=/bin/sh
  39. PID hash table entries: 256 (order: -2, 1024 bytes)
  40. Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  41. Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  42. Memory: 64MB = 64MB total
  43. Memory: 60784k/60784k available, 4752k reserved, 0K highmem
  44. Virtual kernel memory layout:
  45. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  46. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  47. DMA : 0xfde00000 - 0xffe00000 ( 32 MB)
  48. vmalloc : 0x84800000 - 0xf0000000 (1720 MB)
  49. lowmem : 0x80000000 - 0x84000000 ( 64 MB)
  50. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  51. .init : 0x80008000 - 0x80027000 ( 124 kB)
  52. .text : 0x80027000 - 0x803b6000 (3644 kB)
  53. .data : 0x803b6000 - 0x803deec0 ( 164 kB)
  54. SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  55. Hierarchical RCU implementation.
  56. RCU-based detection of stalled CPUs is disabled.
  57. Verbose stalled-CPUs detection is disabled.
  58. NR_IRQS:288
  59. Console: colour dummy device 80x30
  60. console [ttyAM0] enabled
  61. Calibrating delay loop... 226.09 BogoMIPS (lpj=1130496)
  62. pid_max: default: 32768 minimum: 301
  63. Mount-cache hash table entries: 512
  64. CPU: Testing write buffer coherency: ok
  65. regulator: core version 0.5
  66. NET: Registered protocol family 16
  67. regulator: vddd: 800 <--> 1575 mV at 1500 mV fast normal
  68. regulator: vdddbo: 800 <--> 1575 mV fast normal
  69. regulator: vdda: 1500 <--> 2275 mV at 1800 mV fast normal
  70. vddio = 3380000, val=10
  71. regulator: vddio: 2880 <--> 3680 mV at 3380 mV fast normal
  72. regulator: overall_current: fast normal
  73. regulator: vbus5v:
  74. regulator: mxs-duart-1: fast normal
  75. regulator: mxs-bl-1: fast normal
  76. regulator: mxs-i2c-1: fast normal
  77. regulator: mmc_ssp-1: fast normal
  78. regulator: mmc_ssp-2: fast normal
  79. regulator: charger-1: fast normal
  80. regulator: power-test-1: fast normal
  81. regulator: cpufreq-1: fast normal
  82. i.MX IRAM pool: 124 KB@0x84820000
  83. Initializing GPMI pins
  84. bio: create slab <bio-0> at 0
  85. usbcore: registered new interface driver usbfs
  86. usbcore: registered new interface driver hub
  87. usbcore: registered new device driver usb
  88. cfg80211: Calling CRDA to update world regulatory domain
  89. Switching to clocksource mxs clock source
  90. NET: Registered protocol family 2
  91. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  92. TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  93. TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  94. TCP: Hash tables configured (established 2048 bind 2048)
  95. TCP reno registered
  96. UDP hash table entries: 256 (order: 0, 4096 bytes)
  97. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  98. NET: Registered protocol family 1
  99. Bus freq driver module loaded
  100. mxs_cpu_init: cpufreq init finished
  101. Slow work thread pool: Starting up
  102. Slow work thread pool: Ready
  103. fuse init (API version 7.14)
  104. msgmni has been set to 118
  105. alg: No test for stdrng (krng)
  106. cryptodev: driver loaded.
  107. io scheduler noop registered
  108. io scheduler deadline registered
  109. io scheduler cfq registered (default)
  110. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  111. mxs-duart.0: ttyAM0 at MMIO 0x80074000 (irq = 47) is a DebugUART
  112. mxs-auart.0: ttySP0 at MMIO 0x8006a000 (irq = 112) is a mxs-auart.0
  113. Found APPUART 3.1.0
  114. mxs-auart.1: ttySP1 at MMIO 0x8006c000 (irq = 113) is a mxs-auart.1
  115. Found APPUART 3.1.0
  116. mxs-auart.2: ttySP2 at MMIO 0x8006e000 (irq = 114) is a mxs-auart.2
  117. Found APPUART 3.1.0
  118. mxs-auart.3: ttySP3 at MMIO 0x80070000 (irq = 115) is a mxs-auart.3
  119. Found APPUART 3.1.0
  120. mxs-auart.4: ttySP4 at MMIO 0x80072000 (irq = 116) is a mxs-auart.4
  121. Found APPUART 3.1.0
  122. loop: module loaded
  123. i.MX GPMI NFC
  124. NFC: Version 1, 8-chip GPMI and BCH
  125. Boot ROM: Version 1, Single-chip boot area, block mark swapping supported
  126. Scanning for NAND Flash chips...
  127. NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD NAND 128MiB 3,3V 8-bit)
  128. -----------------------------
  129. NAND Flash Device Information
  130. -----------------------------
  131. Manufacturer : AMD (0x01)
  132. Device Code : 0xf1
  133. Cell Technology : SLC
  134. Chip Size : 128 MiB
  135. Pages per Block : 64
  136. Page Geometry : 2048+64
  137. ECC Strength : 4 bits
  138. ECC Size : 512 B
  139. Data Setup Time : 10 ns
  140. Data Hold Time : 5 ns
  141. Address Setup Time: 10 ns
  142. GPMI Sample Delay : 6 ns
  143. tREA : Unknown
  144. tRLOH : Unknown
  145. tRHOH : Unknown
  146. Description : S34ML01G1
  147. -----------------
  148. Physical Geometry
  149. -----------------
  150. Chip Count : 1
  151. Page Data Size in Bytes: 2048 (0x800)
  152. Page OOB Size in Bytes : 64
  153. Block Size in Bytes : 131072 (0x20000)
  154. Block Size in Pages : 64 (0x40)
  155. Chip Size in Bytes : 134217728 (0x8000000)
  156. Chip Size in Pages : 65536 (0x10000)
  157. Chip Size in Blocks : 1024 (0x400)
  158. Medium Size in Bytes : 134217728 (0x8000000)
  159. ------------
  160. NFC Geometry
  161. ------------
  162. ECC Algorithm : BCH
  163. ECC Strength : 8
  164. Page Size in Bytes : 2112
  165. Metadata Size in Bytes : 10
  166. ECC Chunk Size in Bytes: 512
  167. ECC Chunk Count : 4
  168. Payload Size in Bytes : 2048
  169. Auxiliary Size in Bytes: 16
  170. Auxiliary Status Offset: 12
  171. Block Mark Byte Offset : 1999
  172. Block Mark Bit Offset : 0
  173. -----------------
  174. Boot ROM Geometry
  175. -----------------
  176. Boot Area Count : 1
  177. Boot Area Size in Bytes : 3145728 (0x300000)
  178. Stride Size in Pages : 64
  179. Search Area Stride Exponent: 2
  180. Scanning device for bad blocks
  181. Boot area protection is enabled.
  182. Creating 6 MTD partitions on "gpmi-nfc-main":
  183. 0x000000000000-0x000000300000 : "gpmi-nfc-0-boot"
  184. 0x000000300000-0x000000700000 : "updater-kernel"
  185. 0x000000700000-0x000002300000 : "updater-rootfs"
  186. 0x000002300000-0x000002b00000 : "database"
  187. 0x000002b00000-0x000003300000 : "app-kernel"
  188. 0x000003300000-0x000008000000 : "gpmi-nfc-general-use"
  189. cmdlinepart partition parsing not available
  190. UBI: attaching mtd5 to ubi0
  191. UBI: physical eraseblock size: 131072 bytes (128 KiB)
  192. UBI: logical eraseblock size: 126976 bytes
  193. UBI: smallest flash I/O unit: 2048
  194. UBI: VID header offset: 2048 (aligned 2048)
  195. UBI: data offset: 4096
  196. UBI: attached mtd5 to ubi0
  197. UBI: MTD device name: "gpmi-nfc-general-use"
  198. UBI: MTD device size: 77 MiB
  199. UBI: number of good PEBs: 616
  200. UBI: number of bad PEBs: 0
  201. UBI: max. allowed volumes: 128
  202. UBI: wear-leveling threshold: 4096
  203. UBI: number of internal volumes: 1
  204. UBI: number of user volumes: 1
  205. UBI: available PEBs: 0
  206. UBI: total number of reserved PEBs: 616
  207. UBI: number of PEBs reserved for bad PEB handling: 6
  208. UBI: max/mean erase counter: 8/4
  209. UBI: image sequence number: 492999410
  210. UBI: background thread "ubi_bgt0d" started, PID 922
  211. ubiblka: unknown partition table
  212. mice: PS/2 mouse device common for all mice
  213. MXS RTC driver v1.0 hardware v2.3.0
  214. mxs-rtc mxs-rtc.0: rtc core: registered mxs-rtc as rtc0
  215. mxs watchdog: initialized, heartbeat 19 sec
  216. mxs-mmc: MXS SSP Controller MMC Interface driver
  217. __mxs_reset_block(f0010000): timeout when resetting
  218. __mxs_reset_block(f0010000): timeout when resetting
  219. __mxs_reset_block(f0010000): timeout when resetting
  220. __mxs_reset_block(f0010000): timeout when resetting
  221. mxs-mmc mxs-mmc.0: mmc0: MXS SSP MMC DMAIRQ 82 ERRIRQ 96
  222. TCP cubic registered
  223. NET: Registered protocol family 17
  224. NET: Registered protocol family 15
  225. lib80211: common routines for IEEE802.11 drivers
  226. mxs-rtc mxs-rtc.0: setting system clock to 1970-01-02 10:35:46 UTC (124546)
  227. mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
  228. mmc0: queuing unknown CIS tuple 0x80 (6 bytes)
  229. UBIFS: recovery needed
  230. mmc0: new high speed SDIO card at address 0001
  231. UBIFS: recovery completed
  232. UBIFS: mounted UBI device 0, volume 0, name "rootfs"
  233. UBIFS: file system size: 75550720 bytes (73780 KiB, 72 MiB, 595 LEBs)
  234. UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
  235. UBIFS: media format: w4/r0 (latest is w4/r0)
  236. UBIFS: default compressor: zlib
  237. UBIFS: reserved for root: 0 bytes (0 KiB)
  238. VFS: Mounted root (ubifs filesystem) on device 0:11.
  239. Freeing init memory: 124K
  240. /bin/sh: can't access tty; job control turned off
  241. / # ubiattach -p /dev/mtd3
  242. ubiattach: error!: UBI is not present in the system
  243. / #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement