Advertisement
zombah

ac100 u-boot 2016.01 nvec dev1

Feb 17th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.31 KB | None | 0 0
  1. U-Boot SPL 2016.01-00007-g76e9cfd (Feb 17 2016 - 18:40:04)
  2. Trying to boot from RAM
  3.  
  4.  
  5. U-Boot 2016.01-00007-g76e9cfd (Feb 17 2016 - 18:40:04 +0300)
  6.  
  7. TEGRA20
  8. Model: Toshiba AC100 / Dynabook AZ
  9. Board: Compal Paz00
  10. DRAM: 512 MiB
  11. MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
  12. *** Warning - bad CRC, using default environment
  13.  
  14. In: serial
  15. Out: lcd
  16. Err: lcd
  17. Net: Net Initialization Skipped
  18. No ethernet found.
  19. Hit any key to stop autoboot: 0
  20. switch to partitions #0, OK
  21. mmc1 is current device
  22. Scanning mmc 1:1...
  23. Found /extlinux/extlinux.conf
  24. Retrieving file: /extlinux/extlinux.conf
  25. 841 bytes read in 51 ms (15.6 KiB/s)
  26. Boot menu
  27. 1: Default
  28. 2: Failsafe
  29. 3: Local boot script (boot.scr)
  30. Enter choice: 1
  31. 1: Default
  32. Retrieving file: /boot/initrd
  33. ** File not found /boot/initrd **
  34. Skipping default for failure retrieving initrd
  35. 2: Failsafe
  36. Retrieving file: /boot/initrd-4.2.3-dirty
  37. 7102924 bytes read in 672 ms (10.1 MiB/s)
  38. Retrieving file: /boot/zImage-4.2.3-dirty
  39. 5036136 bytes read in 428 ms (11.2 MiB/s)
  40. append: root=/dev/disk/by-id/mmc-NCard_0x020177ec-part2 loader=uboot disk=/dev/disk/by-id/mmc-NCard_0x020177ec resume=/dev/disk/by-id/mmc-NCard_0x020177ec-part3 plymouth.enable=0 console=ttyS0,115200n8 console=tty
  41. Retrieving file: /dtb/tegra20-paz00.dtb
  42. 27382 bytes read in 83 ms (321.3 KiB/s)
  43. Kernel image @ 0x1000000 [ 0x000000 - 0x4cd868 ]
  44. ## Flattened Device Tree blob at 02000000
  45. Booting using the fdt blob at 0x2000000
  46. Using Device Tree in place at 02000000, end 02009af5
  47.  
  48. Starting kernel ...
  49.  
  50. Uncompressing Linux... done, booting the kernel.
  51. [ 0.000000] Booting Linux on physical CPU 0x0
  52. [ 0.000000] Initializing cgroup subsys cpu
  53. [ 0.000000] Initializing cgroup subsys cpuacct
  54. [ 0.000000] Linux version 4.2.3-dirty (zombah@gilgamesh) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-29) ) #1 SMP PREEMPT Tue Oct 6 15:30:40 MSK 2015
  55. [ 0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c5387d
  56. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  57. [ 0.000000] Machine model: Toshiba AC100 / Dynabook AZ
  58. [ 0.000000] cma: Reserved 64 MiB at 0x1c000000
  59. [ 0.000000] Memory policy: Data cache writealloc
  60. [ 0.000000] PERCPU: Embedded 11 pages/cpu @dbbad000 s15104 r8192 d21760 u45056
  61. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
  62. [ 0.000000] Kernel command line: root=/dev/disk/by-id/mmc-NCard_0x020177ec-part2 loader=uboot disk=/dev/disk/by-id/mmc-NCard_0x020177ec resume=/dev/disk/by-id/mmc-NCard_0x020177ec-part3 plymouth.enable=0 console=ttyS0,115200n8 console=tty
  63. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  64. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  65. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  66. [ 0.000000] Memory: 436516K/524288K available (7027K kernel code, 338K rwdata, 2388K rodata, 308K init, 362K bss, 22236K reserved, 65536K cma-reserved, 0K highmem)
  67. [ 0.000000] Virtual kernel memory layout:
  68. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  69. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  70. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  71. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  72. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  73. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  74. [ 0.000000] .text : 0xc0008000 - 0xc093a1e8 (9417 kB)
  75. [ 0.000000] .init : 0xc093b000 - 0xc0988000 ( 308 kB)
  76. [ 0.000000] .data : 0xc0988000 - 0xc09dca40 ( 339 kB)
  77. [ 0.000000] .bss : 0xc09df000 - 0xc0a39b98 ( 363 kB)
  78. [ 0.000000] Preemptible hierarchical RCU implementation.
  79. [ 0.000000] Additional per-CPU info printed with stalls.
  80. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  81. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  82. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
  83. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  84. [ 0.000000] /interrupt-controller@60004000: 128 interrupts forwarded to /interrupt-controller@50041000
  85. [ 0.000000] L2C: platform modifies aux control register: 0x02080000 -> 0x3e480001
  86. [ 0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x3e480001
  87. [ 0.000000] L2C-310 errata 727915 769419 enabled
  88. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  89. [ 0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
  90. [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines
  91. [ 0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
  92. [ 0.000000] L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x7e480001
  93. [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  94. [ 0.000027] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  95. [ 0.000037] Switching to timer-based delay loop, resolution 1000ns
  96. [ 0.000629] Console: colour dummy device 80x30
  97. [ 0.001206] console [tty0] enabled
  98. [ 0.001229] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
  99. [ 0.001262] pid_max: default: 32768 minimum: 301
  100. [ 0.001634] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  101. [ 0.001660] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  102. [ 0.003063] Initializing cgroup subsys freezer
  103. [ 0.003103] Initializing cgroup subsys debug
  104. [ 0.003162] CPU: Testing write buffer coherency: ok
  105. [ 0.003451] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  106. [ 0.003509] Setting up static identity map for 0x8440 - 0x84d8
  107. [ 0.020190] Tegra Revision: A02 SKU: 8 CPU Process: 2 Core Process: 1
  108. [ 0.030865] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  109. [ 0.030927] Brought up 2 CPUs
  110. [ 0.030966] SMP: Total of 2 processors activated (4.00 BogoMIPS).
  111. [ 0.030983] CPU: All CPU(s) started in SVC mode.
  112. [ 0.031721] devtmpfs: initialized
  113. [ 0.048557] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
  114. [ 0.049205] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  115. [ 0.052505] pinctrl core: initialized pinctrl subsystem
  116. [ 0.054352] NET: Registered protocol family 16
  117. [ 0.056038] DMA: preallocated 256 KiB pool for atomic coherent allocations
  118. [ 0.079984] cpuidle: using governor ladder
  119. [ 0.109981] cpuidle: using governor menu
  120. [ 0.128218] No ATAGs?
  121. [ 0.128249] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  122. [ 0.128291] hw-breakpoint: maximum watchpoint size is 4 bytes.
  123. [ 0.183048] +3VS,vdd_pnl: Failed to request enable GPIO4: -517
  124. [ 0.183220] reg-fixed-voltage regulators:regulator@1: Failed to register regulator: -517
  125. [ 0.186269] vgaarb: loaded
  126. [ 0.187692] SCSI subsystem initialized
  127. [ 0.188913] usbcore: registered new interface driver usbfs
  128. [ 0.189095] usbcore: registered new interface driver hub
  129. [ 0.189242] usbcore: registered new device driver usb
  130. [ 0.191937] tps6586x 2-0034: Found TPS6586X, VERSIONCRC is 05
  131. [ 0.211244] Linux video capture interface: v2.00
  132. [ 0.211399] pps_core: LinuxPPS API ver. 1 registered
  133. [ 0.211419] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  134. [ 0.211511] PTP clock support registered
  135. [ 0.212535] Advanced Linux Sound Architecture Driver Initialized.
  136. [ 0.214108] Bluetooth: Core ver 2.20
  137. [ 0.214223] NET: Registered protocol family 31
  138. [ 0.214243] Bluetooth: HCI device and connection manager initialized
  139. [ 0.214277] Bluetooth: HCI socket layer initialized
  140. [ 0.214307] Bluetooth: L2CAP socket layer initialized
  141. [ 0.214366] Bluetooth: SCO socket layer initialized
  142. [ 0.215847] clocksource: Switched to clocksource timer_us
  143. [ 0.240089] NET: Registered protocol family 2
  144. [ 0.241173] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  145. [ 0.241235] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  146. [ 0.241300] TCP: Hash tables configured (established 4096 bind 4096)
  147. [ 0.241652] UDP hash table entries: 256 (order: 1, 8192 bytes)
  148. [ 0.241697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  149. [ 0.242051] NET: Registered protocol family 1
  150. [ 0.242764] RPC: Registered named UNIX socket transport module.
  151. [ 0.242790] RPC: Registered udp transport module.
  152. [ 0.242806] RPC: Registered tcp transport module.
  153. [ 0.242822] RPC: Registered tcp NFSv4.1 backchannel transport module.
  154. [ 0.244527] Unpacking initramfs...
  155. [ 2.814792] Freeing initrd memory: 6940K (c2100000 - c27c7000)
  156. [ 2.815388] hw perfevents: Failed to parse /pmu/interrupt-affinity[0]
  157. [ 2.815453] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  158. [ 2.817839] futex hash table entries: 512 (order: 3, 32768 bytes)
  159. [ 2.820346] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  160. [ 2.825028] io scheduler noop registered (default)
  161. [ 2.830346] backlight supply power not found, using dummy regulator
  162. [ 2.830975] tegra-ahb 6000c004.ahb: incorrect AHB base address in DT data - enabling workaround
  163. [ 2.836679] tegra-apbdma 6000a000.dma: Tegra20 APB DMA driver register 16 channels
  164. [ 2.837837] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  165. [ 2.841429] console [ttyS0] disabled
  166. [ 2.841492] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 279, base_baud = 13500000) is a Tegra
  167. [ 3.542619] console [ttyS0] enabled
  168. [ 3.547123] 70006200.serial: ttyS1 at MMIO 0x70006200 (irq = 280, base_baud = 13500000) is a Tegra
  169. [ 3.558386] [drm] Initialized drm 1.1.0 20060810
  170. [ 3.563423] tegra-dc 54200000.dc: failed to probe RGB output: -517
  171. [ 3.570461] 54280000.hdmi supply hdmi not found, using dummy regulator
  172. [ 3.577118] vdd_sys: supplied by +5valw
  173. [ 3.581022] +3.7vs_sm2,vin_ldo*: supplied by vdd_sys
  174. [ 3.586222] +1.8vs_ldo8,avdd_hdmi_pll: supplied by +3.7vs_sm2,vin_ldo*
  175. [ 3.593182] +3.3vs_ldo7,avdd_hdmi: supplied by +3.7vs_sm2,vin_ldo*
  176. [ 3.614219] loop: module loaded
  177. [ 3.621415] CAN device driver interface
  178. [ 3.625376] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.18-k
  179. [ 3.632443] igb: Copyright (c) 2007-2014 Intel Corporation.
  180. [ 3.638397] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  181. [ 3.645967] usbcore: registered new interface driver pegasus
  182. [ 3.651810] usbcore: registered new interface driver asix
  183. [ 3.657362] usbcore: registered new interface driver ax88179_178a
  184. [ 3.663587] usbcore: registered new interface driver cdc_ether
  185. [ 3.669613] usbcore: registered new interface driver smsc75xx
  186. [ 3.675550] usbcore: registered new interface driver smsc95xx
  187. [ 3.681447] usbcore: registered new interface driver net1080
  188. [ 3.687257] usbcore: registered new interface driver cdc_subset
  189. [ 3.693307] usbcore: registered new interface driver zaurus
  190. [ 3.699087] usbcore: registered new interface driver cdc_ncm
  191. [ 3.705017] tegra-phy c5000000.usb-phy: no vbus regulator
  192. [ 3.711558] tegra-phy c5004000.usb-phy: no vbus regulator
  193. [ 3.717114] tegra-phy c5008000.usb-phy: no vbus regulator
  194. [ 3.722791] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  195. [ 3.729341] ehci-pci: EHCI PCI platform driver
  196. [ 3.733919] tegra-ehci: Tegra EHCI driver
  197. [ 3.739382] utmi_phy_clk_enable: timeout waiting for phy to stabilize
  198. [ 3.745860] tegra-ehci c5000000.usb: EHCI Host Controller
  199. [ 3.751292] tegra-ehci c5000000.usb: new USB bus registered, assigned bus number 1
  200. [ 3.759313] tegra-ehci c5000000.usb: irq 286, io mem 0xc5000000
  201. [ 3.775876] tegra-ehci c5000000.usb: USB 2.0 started, EHCI 1.00
  202. [ 3.783482] hub 1-0:1.0: USB hub found
  203. [ 3.787308] hub 1-0:1.0: 1 port detected
  204. [ 3.825992] tegra-ehci c5004000.usb: EHCI Host Controller
  205. [ 3.831427] tegra-ehci c5004000.usb: new USB bus registered, assigned bus number 2
  206. [ 3.839306] tegra-ehci c5004000.usb: irq 287, io mem 0xc5004000
  207. [ 3.855872] tegra-ehci c5004000.usb: USB 2.0 started, EHCI 1.00
  208. [ 3.863360] hub 2-0:1.0: USB hub found
  209. [ 3.867175] hub 2-0:1.0: 1 port detected
  210. [ 3.874501] tegra-ehci c5008000.usb: EHCI Host Controller
  211. [ 3.879951] tegra-ehci c5008000.usb: new USB bus registered, assigned bus number 3
  212. [ 3.887917] tegra-ehci c5008000.usb: irq 288, io mem 0xc5008000
  213. [ 3.905866] tegra-ehci c5008000.usb: USB 2.0 started, EHCI 1.00
  214. [ 3.913345] hub 3-0:1.0: USB hub found
  215. [ 3.917156] hub 3-0:1.0: 1 port detected
  216. [ 3.922257] usbcore: registered new interface driver cdc_acm
  217. [ 3.927937] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  218. [ 3.936105] usbcore: registered new interface driver cdc_wdm
  219. [ 3.942003] usbcore: registered new interface driver usb-storage
  220. [ 3.948821] mousedev: PS/2 mouse device common for all mice
  221. [ 3.957218] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
  222. [ 3.964454] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
  223. [ 3.972447] tps6586x-rtc tps6586x-rtc: rtc core: registered tps6586x-rtc as rtc0
  224. [ 3.981254] i2c /dev entries driver
  225. [ 3.986374] usbcore: registered new interface driver uvcvideo
  226. [ 3.992123] USB Video Class driver (1.1.1)
  227. [ 3.996241] gspca_main: v2.14.0 registered
  228. [ 4.001027] 2-004c supply vcc not found, using dummy regulator
  229. [ 4.008948] sdhci: Secure Digital Host Controller Interface driver
  230. [ 4.015130] sdhci: Copyright(c) Pierre Ossman
  231. [ 4.019505] sdhci-pltfm: SDHCI platform and OF driver helper
  232. [ 4.025466] sdhci-tegra c8000000.sdhci: Got CD GPIO
  233. [ 4.030377] sdhci-tegra c8000000.sdhci: Got WP GPIO
  234. [ 4.035377] sdhci-tegra c8000000.sdhci: No vmmc regulator found
  235. [ 4.041313] sdhci-tegra c8000000.sdhci: No vqmmc regulator found
  236. [ 4.047442] mmc0: Invalid maximum block size, assuming 512 bytes
  237. [ 4.086055] mmc0: SDHCI controller on c8000000.sdhci [c8000000.sdhci] using ADMA
  238. [ 4.093676] sdhci-tegra c8000600.sdhci: No vmmc regulator found
  239. [ 4.099674] sdhci-tegra c8000600.sdhci: No vqmmc regulator found
  240. [ 4.105718] mmc1: Invalid maximum block size, assuming 512 bytes
  241. [ 4.145201] mmc0: new high speed SDHC card at address 59b4
  242. [ 4.150720] mmc1: SDHCI controller on c8000600.sdhci [c8000600.sdhci] using ADMA
  243. [ 4.160126] usbcore: registered new interface driver usbhid
  244. [ 4.165702] usbhid: USB HID core driver
  245. [ 4.169578] mmcblk0: mmc0:59b4 NCard 7.51 GiB
  246. [ 4.175718] mmcblk0: p1 p2 p3
  247. [ 4.185881] usb 2-1: new high-speed USB device number 2 using tegra-ehci
  248. [ 4.188302] nvec 7000c500.nvec: ec firmware version 01.20.00 / f9
  249. [ 4.191568] input: nvec keyboard as /devices/soc0/7000c500.nvec/nvec-kbd.0/input/input0
  250. [ 4.215108] tegra-alc5632 sound: alc5632-hifi <-> 70002800.i2s mapping ok
  251. [ 4.235887] usb 3-1: new high-speed USB device number 2 using tegra-ehci
  252. [ 4.250169] mmc1: new high speed MMC card at address 0001
  253. [ 4.256335] mmcblk1: mmc1:0001 SEM08G 7.39 GiB
  254. [ 4.261121] mmcblk1boot0: mmc1:0001 SEM08G partition 1 1.00 MiB
  255. [ 4.267338] mmcblk1boot1: mmc1:0001 SEM08G partition 2 1.00 MiB
  256. [ 4.281459] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8
  257. [ 4.358928] hub 2-1:1.0: USB hub found
  258. [ 4.362889] hub 2-1:1.0: 2 ports detected
  259. [ 4.388932] hub 3-1:1.0: USB hub found
  260. [ 4.392896] hub 3-1:1.0: 3 ports detected
  261. [ 4.645891] usb 2-1.1: new high-speed USB device number 3 using tegra-ehci
  262. [ 4.675930] usb 3-1.2: new high-speed USB device number 3 using tegra-ehci
  263. [ 4.742374] input: Compal PAZ00 Headset Jack as /devices/soc0/sound/sound/card0/input2
  264. [ 4.755533] NET: Registered protocol family 10
  265. [ 4.766184] mip6: Mobile IPv6
  266. [ 4.769226] sit: IPv6 over IPv4 tunneling driver
  267. [ 4.785007] NET: Registered protocol family 17
  268. [ 4.790544] NET: Registered protocol family 15
  269. [ 4.795978] can: controller area network core (rev 20120528 abi 9)
  270. [ 4.803674] NET: Registered protocol family 29
  271. [ 4.808315] can: raw protocol (rev 20120528)
  272. [ 4.813533] can: broadcast manager protocol (rev 20120528 t)
  273. [ 4.819418] can: netlink gateway (rev 20130117) max_hops=1
  274. [ 4.826401] Bluetooth: RFCOMM socket layer initialized
  275. [ 4.832631] Bluetooth: RFCOMM ver 1.11
  276. [ 4.836636] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  277. [ 4.842974] Bluetooth: BNEP socket layer initialized
  278. [ 4.848286] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  279. [ 4.855286] Bluetooth: HIDP socket layer initialized
  280. [ 4.866455] rfkill_gpio: probe of rfkill_gpio failed with error -16
  281. [ 4.874092] Registering SWP/SWPB emulation handler
  282. [ 4.886076] uvcvideo: Found UVC 1.00 device USB Camera (0bda:58f2)
  283. [ 4.889042] tegra-dc 54200000.dc: failed to probe RGB output: -517
  284. [ 4.903852] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  285. [ 4.911515] [drm] No driver support for vblank timestamp query.
  286. [ 4.927610] input: USB Camera as /devices/soc0/c5008000.usb/usb3/3-1/3-1.2/3-1.2:1.0/input/input4
  287. [ 4.955886] usb 2-1.2: new full-speed USB device number 4 using tegra-ehci
  288. [ 4.974045] Console: switching to colour frame buffer device 128x37
  289. [ 4.997128] drm drm: fb0: frame buffer device
  290. [ 5.001876] drm drm: registered panic notifier
  291. [ 5.036139] [drm] Initialized tegra 0.0.0 20120330 on minor 0
  292. [ 5.043141] input: gpio-keys as /devices/soc0/gpio-keys/input/input5
  293. [ 5.055338] tps6586x-rtc tps6586x-rtc: setting system clock to 2016-02-17 16:39:40 UTC (1455727180)
  294. [ 5.076400] ALSA device list:
  295. [ 5.082696] #0: Compal PAZ00
  296. [ 5.089928] Freeing unused kernel memory: 308K (c093b000 - c0988000)
  297. [ 5.122074] systemd[1]: Failed to insert module 'autofs4': Function not implemented
  298. [ 5.142163] random: systemd urandom read with 22 bits of entropy available
  299. [ 5.157563] systemd[1]: systemd 224 running in system mode. (+PAM +AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
  300. [ 5.183251] systemd[1]: Detected architecture arm.
  301. [ 5.191526] systemd[1]: Running in initial RAM disk.
  302. [ 5.214658] systemd[1]: Set hostname to <nohostname>.
  303. [ 5.246734] systemd-fstab-generator[82]: Failed to create mount unit file /run/systemd/generator/sysroot.mount, as it already exists. Duplicate entry in /etc/fstab?
  304. [ 5.274076] systemd[79]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with error code 1.
  305. [ 5.585492] systemd[1]: Reached target Swap.
  306. [ 5.598572] systemd[1]: Reached target Timers.
  307. [ 5.612055] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  308. [ 5.628732] systemd[1]: Reached target Paths.
  309. [ 5.642109] systemd[1]: Created slice -.slice.
  310. [ 5.655475] systemd[1]: Listening on Journal Socket (/dev/log).
  311. [ 5.670134] systemd[1]: Listening on udev Kernel Socket.
  312. [ 5.684520] systemd[1]: Created slice System Slice.
  313. [ 5.698559] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
  314. [ 5.715096] systemd[1]: Listening on udev Control Socket.
  315. [ 5.729078] systemd[1]: Reached target Slices.
  316. [ 5.742183] systemd[1]: Listening on Journal Socket.
  317. [ 5.759640] systemd[1]: Starting dracut cmdline hook...
  318. [ 5.777996] systemd[1]: Starting Load Kernel Modules...
  319. [ 5.798624] systemd[1]: Starting Create Static Device Nodes in /dev...
  320. [ 5.838958] systemd[1]: Reached target Sockets.
  321. [ 5.854036] systemd[1]: Starting Journal Service...
  322. [ 5.870960] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
  323. [ 5.886087] systemd[1]: Failed to start Load Kernel Modules.
  324. [ 5.906078] systemd[1]: systemd-modules-load.service: Unit entered failed state.
  325. [ 5.925121] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
  326. [ 5.940998] systemd[1]: Started Create Static Device Nodes in /dev.
  327. [ 5.988154] systemd[1]: Starting Apply Kernel Variables...
  328. [ 6.016557] systemd[1]: Started Apply Kernel Variables.
  329. [ 6.042344] systemd[1]: Started Journal Service.
  330. [ 6.209543] psmouse serio0: elantech: assuming hardware version 3 (with firmware version 0x150500)
  331. [ 6.258034] psmouse serio0: elantech: Synaptics capabilities query result 0x69, 0x17, 0x09.
  332. [ 6.315132] psmouse serio0: elantech: Elan sample query result 03, 00, 00
  333. [ 6.559708] input: ETPS/2 Elantech Touchpad as /devices/serio0/input/input3
  334. [ 10.584677] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  335. [ 10.732494] systemd-fstab-generator[357]: Failed to create mount unit file /run/systemd/generator/sysroot.mount, as it already exists. Duplicate entry in /etc/fstab?
  336. [ 11.872446] systemd-journald[123]: Received SIGTERM from PID 1 (systemd).
  337. [ 12.284226] systemd[1]: Failed to insert module 'autofs4': Function not implemented
  338. [ 13.267623] EXT4-fs (mmcblk0p2): re-mounted. Opts: nobarrier
  339. [ 13.841739] systemd-journald[441]: Received request to flush runtime journal from PID 1
  340. [ 14.431490] random: nonblocking pool is initialized
  341. [ 16.767272] Adding 496996k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:496996k SS
  342. [ 16.978543] kjournald starting. Commit interval 5 seconds
  343. [ 16.987474] EXT3-fs (mmcblk0p1): using internal journal
  344. [ 16.996233] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
  345.  
  346. Welcome to openSUSE 20151017 "Tumbleweed" - Kernel 4.2.3-dirty (ttyS0).
  347.  
  348.  
  349. nohostname login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement