Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.38 KB | None | 0 0
  1. sun7i# fatload mmc 0 0x46000000 uImage
  2. reading uImage
  3. 3361992 bytes read in 164 ms (19.5 MiB/s)
  4. sun7i# fatload mmc 0 0x49000000 sun7i-a20-cubieboard2.dtb
  5. reading sun7i-a20-cubieboard2.dtb
  6. 22976 bytes read in 5 ms (4.4 MiB/s)
  7. sun7i# setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 ${extra}
  8. sun7i#
  9. sun7i# bootm 0x46000000 - 0x49000000
  10. ## Booting kernel from Legacy Image at 46000000 ...
  11. Image Name: Linux-3.16.1-00051-gc7367a2-dirt
  12. Created: 2014-08-19 17:03:34 UTC
  13. Image Type: ARM Linux Kernel Image (uncompressed)
  14. Data Size: 3361928 Bytes = 3.2 MiB
  15. Load Address: 40008000
  16. Entry Point: 40008000
  17. Verifying Checksum ... OK
  18. ## Flattened Device Tree blob at 49000000
  19. Booting using the fdt blob at 0x49000000
  20. Loading Kernel Image ... OK
  21. Loading Device Tree to 40ff7000, end 40fff9bf ... OK
  22.  
  23. Starting kernel ...
  24.  
  25. [ 0.000000] Booting Linux on physical CPU 0x0
  26. [ 0.000000] Initializing cgroup subsys cpuset
  27. [ 0.000000] Initializing cgroup subsys cpu
  28. [ 0.000000] Linux version 3.16.1-00051-gc7367a2-dirty (petrosagg@build1.dev.resin.io) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #15 SMP Tue Aug 19 19:03:32 CEST 2014
  29. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
  30. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  31. [ 0.000000] Machine model: Cubietech Cubieboard2
  32. [ 0.000000] Memory policy: Data cache writealloc
  33. [ 0.000000] PERCPU: Embedded 7 pages/cpu @eefd3000 s7040 r8192 d13440 u32768
  34. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
  35. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10
  36. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  37. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  38. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  39. [ 0.000000] allocated 2097152 bytes of page_cgroup
  40. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  41. [ 0.000000] Memory: 1030752K/1048576K available (4634K kernel code, 210K rwdata, 1240K rodata, 238K init, 253K bss, 17824K reserved, 270336K highmem)
  42. [ 0.000000] Virtual kernel memory layout:
  43. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  44. [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  45. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  46. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  47. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  48. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  49. [ 0.000000] .text : 0xc0008000 - 0xc05c4e0c (5876 kB)
  50. [ 0.000000] .init : 0xc05c5000 - 0xc0600b80 ( 239 kB)
  51. [ 0.000000] .data : 0xc0602000 - 0xc0636be0 ( 211 kB)
  52. [ 0.000000] .bss : 0xc0636be8 - 0xc06762ec ( 254 kB)
  53. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  54. [ 0.000000] Hierarchical RCU implementation.
  55. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  56. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  57. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  58. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (virt).
  59. [ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
  60. [ 0.000015] Switching to timer-based delay loop
  61. [ 0.000286] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
  62. [ 0.000409] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
  63. [ 0.000577] Console: colour dummy device 80x30
  64. [ 0.000606] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  65. [ 0.000621] pid_max: default: 32768 minimum: 301
  66. [ 0.000729] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  67. [ 0.000740] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  68. [ 0.001421] Initializing cgroup subsys memory
  69. [ 0.001514] Initializing cgroup subsys devices
  70. [ 0.001543] Initializing cgroup subsys freezer
  71. [ 0.001558] Initializing cgroup subsys blkio
  72. [ 0.001577] Initializing cgroup subsys perf_event
  73. [ 0.001609] CPU: Testing write buffer coherency: ok
  74. [ 0.001897] /cpus/cpu@0 missing clock-frequency property
  75. [ 0.001915] /cpus/cpu@1 missing clock-frequency property
  76. [ 0.001926] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  77. [ 0.001984] Setting up static identity map for 0x404698a0 - 0x404698f8
  78. [ 0.003132] CPU1: failed to boot: -38
  79. [ 0.003168] Brought up 1 CPUs
  80. [ 0.003174] SMP: Total of 1 processors activated.
  81. [ 0.003181] CPU: All CPU(s) started in SVC mode.
  82. [ 0.003699] devtmpfs: initialized
  83. [ 0.007258] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
  84. [ 0.007632] xor: measuring software checksum speed
  85. [ 0.099978] arm4regs : 1327.600 MB/sec
  86. [ 0.200019] 8regs : 819.600 MB/sec
  87. [ 0.300059] 32regs : 841.200 MB/sec
  88. [ 0.300067] xor: using function: arm4regs (1327.600 MB/sec)
  89. [ 0.300099] pinctrl core: initialized pinctrl subsystem
  90. [ 0.300327] ret = pinctrl_bind_pins(dev);
  91. [ 0.300357] dev->probe
  92. [ 0.300447] regulator-dummy: no parameters
  93. [ 0.305360] NET: Registered protocol family 16
  94. [ 0.305631] DMA: preallocated 256 KiB pool for atomic coherent allocations
  95. [ 0.309863] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  96. [ 0.309878] hw-breakpoint: maximum watchpoint size is 8 bytes.
  97. [ 0.480543] raid6: int32x1 146 MB/s
  98. [ 0.650352] raid6: int32x2 195 MB/s
  99. [ 0.820607] raid6: int32x4 207 MB/s
  100. [ 0.990600] raid6: int32x8 188 MB/s
  101. [ 0.990607] raid6: using algorithm int32x4 (207 MB/s)
  102. [ 0.990614] raid6: using intx1 recovery algorithm
  103. [ 0.990748] ret = pinctrl_bind_pins(dev);
  104. [ 0.990795] reg-fixed-voltage ahci-5v: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
  105. [ 0.990818] platform ahci-5v: Driver reg-fixed-voltage requests probe deferral
  106. [ 0.990830] ret = pinctrl_bind_pins(dev);
  107. [ 0.990848] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
  108. [ 0.990861] platform usb1-vbus: Driver reg-fixed-voltage requests probe deferral
  109. [ 0.990871] ret = pinctrl_bind_pins(dev);
  110. [ 0.990887] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
  111. [ 0.990899] platform usb2-vbus: Driver reg-fixed-voltage requests probe deferral
  112. [ 0.990908] ret = pinctrl_bind_pins(dev);
  113. [ 0.990939] dev->probe
  114. [ 0.991102] vcc3v0: 3000 mV
  115. [ 0.991170] ret = pinctrl_bind_pins(dev);
  116. [ 0.991200] dev->probe
  117. [ 0.991324] vcc3v3: 3300 mV
  118. [ 0.991863] SCSI subsystem initialized
  119. [ 0.992452] usbcore: registered new interface driver usbfs
  120. [ 0.992519] usbcore: registered new interface driver hub
  121. [ 0.992655] usbcore: registered new device driver usb
  122. [ 0.992808] pps_core: LinuxPPS API ver. 1 registered
  123. [ 0.992816] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  124. [ 0.992846] PTP clock support registered
  125. [ 0.993750] Switched to clocksource arch_sys_counter
  126. [ 1.003131] NET: Registered protocol family 2
  127. [ 1.003808] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  128. [ 1.003896] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  129. [ 1.004017] TCP: Hash tables configured (established 8192 bind 8192)
  130. [ 1.004091] TCP: reno registered
  131. [ 1.004107] UDP hash table entries: 512 (order: 2, 16384 bytes)
  132. [ 1.004160] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  133. [ 1.004383] NET: Registered protocol family 1
  134. [ 1.004722] RPC: Registered named UNIX socket transport module.
  135. [ 1.004732] RPC: Registered udp transport module.
  136. [ 1.004738] RPC: Registered tcp transport module.
  137. [ 1.004744] RPC: Registered tcp NFSv4.1 backchannel transport module.
  138. [ 1.005103] ret = pinctrl_bind_pins(dev);
  139. [ 1.005151] dev->probe
  140. [ 1.005226] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available
  141. [ 1.005910] ret = pinctrl_bind_pins(dev);
  142. [ 1.006264] futex hash table entries: 512 (order: 3, 32768 bytes)
  143. [ 1.016649] NFS: Registering the id_resolver key type
  144. [ 1.016713] Key type id_resolver registered
  145. [ 1.016720] Key type id_legacy registered
  146. [ 1.017762] bounce: pool size: 64 pages
  147. [ 1.018019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  148. [ 1.018038] io scheduler noop registered
  149. [ 1.018051] io scheduler deadline registered
  150. [ 1.018229] io scheduler cfq registered (default)
  151. [ 1.018341] ret = pinctrl_bind_pins(dev);
  152. [ 1.018384] dev->probe
  153. [ 1.018483] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral
  154. [ 1.019018] ret = pinctrl_bind_pins(dev);
  155. [ 1.019047] dev->probe
  156. [ 1.020537] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  157. [ 1.077372] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  158. [ 1.079386] ret = pinctrl_bind_pins(dev);
  159. [ 1.079428] dev->probe
  160. [ 1.079534] ret = pinctrl_bind_pins(dev);
  161. [ 1.079652] dev->probe
  162. [ 1.080290] console [ttyS0] disabled
  163. [ 1.100471] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
  164. [ 1.860433] console [ttyS0] enabled
  165. [ 1.864635] ret = pinctrl_bind_pins(dev);
  166. [ 1.868673] dev->probe
  167. [ 1.871527] ret = pinctrl_bind_pins(dev);
  168. [ 1.875602] dev->probe
  169. [ 1.878031] platform 1c18000.sata: Driver ahci-sunxi requests probe deferral
  170. [ 1.885646] ret = pinctrl_bind_pins(dev);
  171. [ 1.889976] dev->probe
  172. [ 1.892433] sunxi_nand_chip_init 0
  173. [ 1.895873] sunxi_nand_chip_init 1a
  174. [ 1.899360] sunxi_nand_chip_init 2
  175. [ 1.902758] sunxi_nand_chip_init 3
  176. [ 1.912916] nand: unsupported JEDEC version: 1
  177. [ 1.917401] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xd7
  178. [ 1.923757] nand: Samsung NAND 4GiB 3,3V 8-bit
  179. [ 1.928196] nand: 4096MiB, MLC, page size: 8192, OOB size: 1024
  180. [ 1.934114] sunxi_nand_chip_init 3
  181. [ 1.937523] sunxi_nand_chip_init 4
  182. [ 1.940919] sunxi_nand_chip_init 5
  183. [ 1.944379] sunxi_nand_chip_init 6
  184. [ 1.947776] sunxi_nand_ecc_init 0
  185. [ 1.951087] sunxi_nand_ecc_init 1
  186. [ 1.954416] sunxi_nand_ecc_init 3
  187. [ 1.957729] sunxi_nand_hw_ecc_ctrl_init 0
  188. [ 1.961730] sunxi_nand_hw_common_ecc_ctrl_init 0
  189. [ 1.966358] sunxi_nand 1c03000.nand: failed to init nand chips
  190. [ 1.972264] sunxi_nand: probe of 1c03000.nand failed with error -22
  191. [ 1.979106] ret = pinctrl_bind_pins(dev);
  192. [ 1.983327] dev->probe
  193. [ 1.985779] stmmaceth 1c50000.ethernet: no regulator found
  194. [ 1.991297] stmmaceth 1c50000.ethernet: no reset control found
  195. [ 1.997139] Ring mode enabled
  196. [ 2.000191] No HW DMA feature register supported
  197. [ 2.004725] Normal descriptors
  198. [ 2.008046] TX Checksum insertion supported
  199. [ 2.016242] libphy: stmmac: probed
  200. [ 2.019653] eth0: PHY ID 00008201 at 1 IRQ POLL (stmmac-0:01) active
  201. [ 2.026161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  202. [ 2.032688] ehci-platform: EHCI generic platform driver
  203. [ 2.037976] ret = pinctrl_bind_pins(dev);
  204. [ 2.042014] dev->probe
  205. [ 2.044457] platform 1c14000.usb: Driver ehci-platform requests probe deferral
  206. [ 2.051684] ret = pinctrl_bind_pins(dev);
  207. [ 2.055732] dev->probe
  208. [ 2.058123] platform 1c1c000.usb: Driver ehci-platform requests probe deferral
  209. [ 2.065432] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  210. [ 2.071635] ohci-platform: OHCI generic platform driver
  211. [ 2.076903] ret = pinctrl_bind_pins(dev);
  212. [ 2.080933] dev->probe
  213. [ 2.083328] platform 1c14400.usb: Driver ohci-platform requests probe deferral
  214. [ 2.090561] ret = pinctrl_bind_pins(dev);
  215. [ 2.094598] dev->probe
  216. [ 2.096985] platform 1c1c400.usb: Driver ohci-platform requests probe deferral
  217. [ 2.104321] ret = pinctrl_bind_pins(dev);
  218. [ 2.108348] dev->probe
  219. [ 2.111070] sunxi-rtc 1c20d00.rtc: rtc core: registered rtc-sunxi as rtc0
  220. [ 2.117886] sunxi-rtc 1c20d00.rtc: RTC enabled
  221. [ 2.122399] i2c /dev entries driver
  222. [ 2.126018] ret = pinctrl_bind_pins(dev);
  223. [ 2.130112] dev->probe
  224. [ 2.132885] ret = pinctrl_bind_pins(dev);
  225. [ 2.137015] dev->probe
  226. [ 2.139935] ret = pinctrl_bind_pins(dev);
  227. [ 2.144017] dev->probe
  228. [ 2.146719] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  229. [ 2.154702] ret = pinctrl_bind_pins(dev);
  230. [ 2.158942] dev->probe
  231. [ 2.161396] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  232. [ 2.167491] sunxi-mmc 1c0f000.mmc: Got CD GPIO #225.
  233. [ 2.203763] sunxi-mmc 1c0f000.mmc: base:0xf00b0000 irq:64
  234. [ 2.209352] ret = pinctrl_bind_pins(dev);
  235. [ 2.213501] dev->probe
  236. [ 2.216899] usbcore: registered new interface driver usbhid
  237. [ 2.222467] usbhid: USB HID core driver
  238. [ 2.226761] TCP: cubic registered
  239. [ 2.230084] NET: Registered protocol family 17
  240. [ 2.234698] Key type dns_resolver registered
  241. [ 2.239037] Registering SWP/SWPB emulation handler
  242. [ 2.248004] Btrfs loaded
  243. [ 2.252967] ret = pinctrl_bind_pins(dev);
  244. [ 2.257163] dev->probe
  245. [ 2.259711] ahci-5v: 5000 mV
  246. [ 2.262766] ret = pinctrl_bind_pins(dev);
  247. [ 2.266895] dev->probe
  248. [ 2.269430] usb1-vbus: 5000 mV
  249. [ 2.272644] ret = pinctrl_bind_pins(dev);
  250. [ 2.276764] dev->probe
  251. [ 2.279267] usb2-vbus: 5000 mV
  252. [ 2.282486] ret = pinctrl_bind_pins(dev);
  253. [ 2.286546] dev->probe
  254. [ 2.289376] ret = pinctrl_bind_pins(dev);
  255. [ 2.293414] dev->probe
  256. [ 2.330710] mmc0: host does not support reading read-only switch. assuming write-enable.
  257. [ 2.341191] mmc0: new high speed SDHC card at address b368
  258. [ 2.346871] ret = pinctrl_bind_pins(dev);
  259. [ 2.350902] dev->bus->probe
  260. [ 2.353906] mmcblk0: mmc0:b368 USD 7.45 GiB
  261. [ 2.359434] mmcblk0: p1 p2 p3
  262. [ 2.363841] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
  263. [ 2.371322] ahci-sunxi 1c18000.sata: forcing PORTS_IMPL to 0x1
  264. [ 2.377223] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
  265. [ 2.386197] ahci-sunxi 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
  266. [ 2.395053] scsi0 : ahci_platform
  267. [ 2.398719] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
  268. [ 2.406783] ret = pinctrl_bind_pins(dev);
  269. [ 2.410837] dev->probe
  270. [ 2.413325] ehci-platform 1c14000.usb: EHCI Host Controller
  271. [ 2.418963] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
  272. [ 2.426805] ehci-platform 1c14000.usb: irq 71, io mem 0x01c14000
  273. [ 2.443751] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
  274. [ 2.450553] ret = pinctrl_bind_pins(dev);
  275. [ 2.454641] dev->probe
  276. [ 2.457191] ret = pinctrl_bind_pins(dev);
  277. [ 2.461221] dev->probe
  278. [ 2.463592] hub 1-0:1.0: USB hub found
  279. [ 2.467416] hub 1-0:1.0: 1 port detected
  280. [ 2.471784] ret = pinctrl_bind_pins(dev);
  281. [ 2.475863] dev->probe
  282. [ 2.478332] ehci-platform 1c1c000.usb: EHCI Host Controller
  283. [ 2.483946] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  284. [ 2.491778] ehci-platform 1c1c000.usb: irq 72, io mem 0x01c1c000
  285. [ 2.513761] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  286. [ 2.520438] ret = pinctrl_bind_pins(dev);
  287. [ 2.524516] dev->probe
  288. [ 2.527030] ret = pinctrl_bind_pins(dev);
  289. [ 2.531058] dev->probe
  290. [ 2.533428] hub 2-0:1.0: USB hub found
  291. [ 2.537241] hub 2-0:1.0: 1 port detected
  292. [ 2.541584] ret = pinctrl_bind_pins(dev);
  293. [ 2.545663] dev->probe
  294. [ 2.548120] ohci-platform 1c14400.usb: Generic Platform OHCI controller
  295. [ 2.554781] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
  296. [ 2.562596] ohci-platform 1c14400.usb: irq 96, io mem 0x01c14400
  297. [ 2.628368] ret = pinctrl_bind_pins(dev);
  298. [ 2.632402] dev->probe
  299. [ 2.635912] ret = pinctrl_bind_pins(dev);
  300. [ 2.639940] dev->probe
  301. [ 2.642308] hub 3-0:1.0: USB hub found
  302. [ 2.646128] hub 3-0:1.0: 1 port detected
  303. [ 2.650462] ret = pinctrl_bind_pins(dev);
  304. [ 2.654541] dev->probe
  305. [ 2.656998] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  306. [ 2.663625] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  307. [ 2.671473] ohci-platform 1c1c400.usb: irq 97, io mem 0x01c1c400
  308. [ 2.738344] ret = pinctrl_bind_pins(dev);
  309. [ 2.742382] dev->probe
  310. [ 2.745064] ret = pinctrl_bind_pins(dev);
  311. [ 2.749093] dev->probe
  312. [ 2.751460] hub 4-0:1.0: USB hub found
  313. [ 2.755301] hub 4-0:1.0: 1 port detected
  314. [ 2.759631] sunxi-rtc 1c20d00.rtc: setting system clock to 1970-01-01 00:00:14 UTC (14)
  315. [ 2.771174] vcc3v0: disabling
  316. [ 2.793774] ata1: SATA link down (SStatus 0 SControl 300)
  317. [ 2.800379] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
  318. [ 2.808559] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  319. [ 2.815900] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  320. [ 2.826531] EXT4-fs (mmcblk0p2): recovery complete
  321. [ 2.844359] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  322. [ 2.852489] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.
  323. [ 2.864761] devtmpfs: mounted
  324. [ 2.868005] Freeing unused kernel memory: 236K (c05c5000 - c0600000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement