Advertisement
hedz09

Beaglebone Black - Ubuntu Touch - dmesg output

Mar 23rd, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.38 KB | None | 0 0
  1. reading u-boot.img
  2. reading u-boot.img
  3.  
  4.  
  5. U-Boot 2013.10-dirty (Mar 04 2014 - 23:10:15)
  6.  
  7. I2C: ready
  8. DRAM: 512 MiB
  9. WARNING: Caches not enabled
  10. NAND: 0 MiB
  11. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  12. *** Warning - readenv() failed, using default environment
  13.  
  14. Net: <ethaddr> not set. Validating first E-fuse MAC
  15. cpsw, usb_ether
  16. Hit any key to stop autoboot: 1  0
  17. gpio: pin 53 (gpio 53) value is 1
  18. mmc0 is current device
  19. gpio: pin 54 (gpio 54) value is 1
  20. SD/MMC found on device 0
  21. reading uEnv.txt
  22. 713 bytes read in 5 ms (138.7 KiB/s)
  23. Importing environment from mmc ...
  24. gpio: pin 55 (gpio 55) value is 1
  25. Checking if uenvcmd is set ...
  26. gpio: pin 56 (gpio 56) value is 1
  27. Running uenvcmd ...
  28. reading ut_zImage
  29. 3959560 bytes read in 394 ms (9.6 MiB/s)
  30. reading mar22ramdisk3uboot.img
  31. 2423418 bytes read in 246 ms (9.4 MiB/s)
  32. reading am335x-boneblack.dtb
  33. 24996 bytes read in 8 ms (3 MiB/s)
  34. Kernel image @ 0x80300000 [ 0x000000 - 0x3c6b08 ]
  35. ## Loading init Ramdisk from Legacy Image at 81600000 ...
  36. Image Name:
  37. Image Type: ARM Linux RAMDisk Image (gzip compressed)
  38. Data Size: 2423354 Bytes = 2.3 MiB
  39. Load Address: 00000000
  40. Entry Point: 00000000
  41. Verifying Checksum ... OK
  42. ## Flattened Device Tree blob at 815f0000
  43. Booting using the fdt blob at 0x815f0000
  44. Loading Ramdisk to 9f3e3000, end 9f632a3a ... OK
  45. Using Device Tree in place at 815f0000, end 815f91a3
  46.  
  47. Starting kernel ...
  48.  
  49. Uncompressing Linux... done, booting the kernel.
  50. [ 0.000000] Booting Linux on physical CPU 0x0
  51. [ 0.000000] Initializing cgroup subsys cpu
  52. [ 0.000000] Linux version 3.8.13-bone41 (fouad_hassouneh@DevOps) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Sat Mar 15 16:23:40 NDT 2014
  53. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  54. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  55. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  56. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  57. [ 0.000000] AM335X ES1.0 (neon )
  58. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0d0c000 s14080 r8192 d14592 u36864
  59. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  60. [ 0.000000] Kernel command line: consoleblank=0 console=ttyO0,115200n8 androidboot.console=ttyO0 console=tty0 video=480x272-16@56 g_ffs.idVendor=0x18d1 g_ffs.idProduct=0x4e26 vt.global_cursor_default=0 datapart=/dev/mmcblk0p3
  61. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  62. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  63. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  64. [ 0.000000] __ex_table already sorted, skipping sort
  65. [ 0.000000] allocated 1048576 bytes of page_cgroup
  66. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  67. [ 0.000000] Memory: 511MB = 511MB total
  68. [ 0.000000] Memory: 506044k/506044k available, 18244k reserved, 0K highmem
  69. [ 0.000000] Virtual kernel memory layout:
  70. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  71. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  72. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  73. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  74. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  75. [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  76. [ 0.000000] .text : 0xc0008000 - 0xc07b49b0 (7859 kB)
  77. [ 0.000000] .init : 0xc07b5000 - 0xc07f0700 ( 238 kB)
  78. [ 0.000000] .data : 0xc07f2000 - 0xc0884050 ( 585 kB)
  79. [ 0.000000] .bss : 0xc0884050 - 0xc08fb98c ( 479 kB)
  80. [ 0.000000] Hierarchical RCU implementation.
  81. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  82. [ 0.000000] NR_IRQS:0 nr_irqs:0 0
  83. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  84. [ 0.000000] Total of 128 interrupts on 1 active controller
  85. [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
  86. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  87. [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
  88. [ 0.000000] Console: colour dummy device 80x30
  89. [ 0.000000] console [tty0] enabled
  90. [ 0.000657] Calibrating delay loop... 993.47 BogoMIPS (lpj=969728)
  91. [ 0.029185] pid_max: default: 32768 minimum: 301
  92. [ 0.029340] Security Framework initialized
  93. [ 0.029407] Mount-cache hash table entries: 512
  94. [ 0.035638] Initializing cgroup subsys cpuacct
  95. [ 0.035681] Initializing cgroup subsys memory
  96. [ 0.035728] Initializing cgroup subsys blkio
  97. [ 0.035828] CPU: Testing write buffer coherency: ok
  98. [ 0.036234] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  99. [ 0.036303] Setting up static identity map for 0x804a1240 - 0x804a128c
  100. [ 0.037352] Brought up 1 CPUs
  101. [ 0.037383] SMP: Total of 1 processors activated (993.47 BogoMIPS).
  102. [ 0.038153] devtmpfs: initialized
  103. [ 0.096918] pinctrl core: initialized pinctrl subsystem
  104. [ 0.097096] rstctl core: initialized rstctl subsystem
  105. [ 0.097429] regulator-dummy: no parameters
  106. [ 0.097842] NET: Registered protocol family 16
  107. [ 0.098483] DMA: preallocated 256 KiB pool for atomic coherent allocations
  108. [ 0.104331] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  109. [ 0.104973] platform 49000000.edma: alias fck already exists
  110. [ 0.105003] platform 49000000.edma: alias fck already exists
  111. [ 0.105028] platform 49000000.edma: alias fck already exists
  112. [ 0.105842] OMAP GPIO hardware version 0.1
  113. [ 0.108555] gpio-rctrl rstctl.4: loaded OK
  114. [ 0.112100] hw-breakpoint: debug architecture 0x4 unsupported.
  115. [ 0.113463] cpsw.0: No hwaddr in dt. Using 90:59:af:57:84:c5 from efuse
  116. [ 0.113501] cpsw.1: No hwaddr in dt. Using 90:59:af:57:84:c7 from efuse
  117. [ 0.123275] bio: create slab <bio-0> at 0
  118. [ 0.130185] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  119. [ 0.130522] vmmcsd_fixed: 3300 mV
  120. [ 0.132256] SCSI subsystem initialized
  121. [ 0.132543] usbcore: registered new interface driver usbfs
  122. [ 0.132621] usbcore: registered new interface driver hub
  123. [ 0.132876] usbcore: registered new device driver usb
  124. [ 0.134190] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  125. [ 0.135252] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0
  126. [ 0.136909] DCDC1: at 1500 mV
  127. [ 0.137803] vdd_mpu: 925 <--> 1325 mV at 1325 mV
  128. [ 0.138669] vdd_core: 925 <--> 1150 mV at 1125 mV
  129. [ 0.139518] LDO1: at 1800 mV
  130. [ 0.140354] LDO2: at 3300 mV
  131. [ 0.141912] LDO3: 1800 mV
  132. [ 0.142761] LDO4: at 3300 mV
  133. [ 0.143520] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  134. [ 0.143995] omap_i2c 44e0b000.i2c: unable to select pin group
  135. [ 0.144553] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
  136. [ 0.146001] omap_i2c 4819c000.i2c: unable to select pin group
  137. [ 0.146175] media: Linux media interface: v0.10
  138. [ 0.146248] Linux video capture interface: v2.00
  139. [ 0.146405] pps_core: LinuxPPS API ver. 1 registered
  140. [ 0.146425] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  141. [ 0.146883] Advanced Linux Sound Architecture Driver Initialized.
  142. [ 0.147859] cfg80211: Calling CRDA to update world regulatory domain
  143. [ 0.148694] NetLabel: Initializing
  144. [ 0.148716] NetLabel: domain hash size = 128
  145. [ 0.148730] NetLabel: protocols = UNLABELED CIPSOv4
  146. [ 0.148805] NetLabel: unlabeled traffic allowed by default
  147. [ 0.149349] Switching to clocksource gp_timer
  148. [ 0.195392] NET: Registered protocol family 2
  149. [ 0.196099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  150. [ 0.196193] TCP bind hash table entries: 4096 (order: 4, 81920 bytes)
  151. [ 0.196352] TCP: Hash tables configured (established 4096 bind 4096)
  152. [ 0.196430] TCP: reno registered
  153. [ 0.196454] UDP hash table entries: 256 (order: 1, 12288 bytes)
  154. [ 0.196489] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
  155. [ 0.196752] NET: Registered protocol family 1
  156. [ 0.197167] RPC: Registered named UNIX socket transport module.
  157. [ 0.197192] RPC: Registered udp transport module.
  158. [ 0.197207] RPC: Registered tcp transport module.
  159. [ 0.197222] RPC: Registered tcp NFSv4.1 backchannel transport module.
  160. [ 0.197467] Trying to unpack rootfs image as initramfs...
  161. [ 0.351685] Freeing initrd memory: 2364K
  162. [ 0.352157] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  163. [ 0.352456] CPU PMU: attempt to register multiple PMU devices!
  164. [ 0.352488] arm-pmu: probe of arm-pmu failed with error -28
  165. [ 0.352902] omap2_mbox_probe: platform not supported
  166. [ 0.538178] VFS: Disk quotas dquot_6.5.2
  167. [ 0.538355] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  168. [ 0.539155] NFS: Registering the id_resolver key type
  169. [ 0.539262] Key type id_resolver registered
  170. [ 0.539279] Key type id_legacy registered
  171. [ 0.539567] fuse init (API version 7.20)
  172. [ 0.540014] Btrfs loaded
  173. [ 0.540205] msgmni has been set to 992
  174. [ 0.542234] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  175. [ 0.542271] io scheduler noop registered
  176. [ 0.542287] io scheduler deadline registered
  177. [ 0.542318] io scheduler cfq registered (default)
  178. [ 0.543573] tps65217-bl tps65217-bl: no platform data provided
  179. [ 0.543613] tps65217-bl: probe of tps65217-bl failed with error -22
  180. [ 0.544273] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  181. [ 0.545676] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  182. [ 0.546116] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
  183. [ 1.312717] console [ttyO0] enabled
  184. [ 1.317111] [drm] Initialized drm 1.1.0 20060810
  185. [ 1.329925] brd: module loaded
  186. [ 1.337250] loop: module loaded
  187. [ 1.340664] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  188. [ 1.347913] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  189. [ 1.355149] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  190. [ 1.362385] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  191. [ 1.369617] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  192. [ 1.383488] bone-capemgr bone_capemgr.9: Baseboard: 'A335BNLT,0A5C,2713BBBK8538'
  193. [ 1.391274] bone-capemgr bone_capemgr.9: compatible-baseboard=ti,beaglebone-black
  194. [ 1.428737] bone-capemgr bone_capemgr.9: slot #0: No cape found
  195. [ 1.465842] bone-capemgr bone_capemgr.9: slot #1: No cape found
  196. [ 1.502951] bone-capemgr bone_capemgr.9: slot #2: No cape found
  197. [ 1.533150] bone-capemgr bone_capemgr.9: slot #3: '4D 4.3 LCD CAPE- 4DCAPE-43T ,00A1,4D SYSTEMS ,BB-BONE-LCD4-01'
  198. [ 1.544816] bone-capemgr bone_capemgr.9: slot #4: specific override
  199. [ 1.551399] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 4
  200. [ 1.559418] bone-capemgr bone_capemgr.9: slot #4: 'Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G'
  201. [ 1.569497] bone-capemgr bone_capemgr.9: slot #5: specific override
  202. [ 1.576073] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 5
  203. [ 1.584110] bone-capemgr bone_capemgr.9: slot #5: 'Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI'
  204. [ 1.594108] bone-capemgr bone_capemgr.9: slot #6: specific override
  205. [ 1.600690] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 6
  206. [ 1.608710] bone-capemgr bone_capemgr.9: slot #6: 'Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN'
  207. [ 1.619150] bone-capemgr bone_capemgr.9: loader: before slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  208. [ 1.628022] bone-capemgr bone_capemgr.9: loader: check slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  209. [ 1.636852] bone-capemgr bone_capemgr.9: loader: before slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  210. [ 1.645701] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  211. [ 1.654517] bone-capemgr bone_capemgr.9: loader: before slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  212. [ 1.663284] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  213. [ 1.671972] bone-capemgr bone_capemgr.9: initialized OK.
  214. [ 1.677559] bone-capemgr bone_capemgr.9: loader: before slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  215. [ 1.686403] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  216. [ 1.696502] OneNAND driver initializing
  217. [ 1.701490] usbcore: registered new interface driver rt2800usb
  218. [ 1.707654] bone-capemgr bone_capemgr.9: loader: after slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  219. [ 1.716430] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  220. [ 1.725266] usbcore: registered new interface driver cdc_ether
  221. [ 1.731402] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  222. [ 1.740069] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  223. [ 1.748871] usbcore: registered new interface driver rndis_host
  224. [ 1.755126] bone-capemgr bone_capemgr.9: slot #3: Requesting part number/version based 'BB-BONE-LCD4-01-00A1.dtbo
  225. [ 1.765954] usbcore: registered new interface driver cdc_ncm
  226. [ 1.771916] bone-capemgr bone_capemgr.9: slot #3: Requesting firmware 'BB-BONE-LCD4-01-00A1.dtbo' for board-name '4D 4.3 LCD CAPE- 4DCAPE-43T ', version '00A1'
  227. [ 1.787714] usbcore: registered new interface driver cdc_acm
  228. [ 1.793686] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  229. [ 1.802102] bone-capemgr bone_capemgr.9: slot #3: dtbo 'BB-BONE-LCD4-01-00A1.dtbo' loaded; converting to live tree
  230. [ 1.813041] usbcore: registered new interface driver cdc_wdm
  231. [ 1.818980] Initializing USB Mass Storage driver...
  232. [ 1.824596] bone-capemgr bone_capemgr.9: slot #3: #4 overlays
  233. [ 1.830726] usbcore: registered new interface driver usb-storage
  234. [ 1.837021] USB Mass Storage support registered.
  235. [ 1.843079] ehrpwm 48302200.ehrpwm: unable to select pin group
  236. [ 1.849363] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  237. [ 1.857755] pwm-backlight backlight.11: invalid default brightness level: 101, using 100
  238. [ 1.866539] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
  239. [ 1.871783] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  240. [ 1.882347] platform 4830e000.fb: alias fck already exists
  241. [ 1.888286] bone-capemgr bone_capemgr.9: slot #3: Applied #4 overlays.
  242. [ 1.895146] bone-capemgr bone_capemgr.9: loader: done slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  243. [ 1.903841] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  244. [ 1.912599] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  245. [ 1.921270] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  246. [ 1.930168] musb-hdrc musb-hdrc.0.auto: *** mode=3
  247. [ 1.935206] musb-hdrc musb-hdrc.0.auto: *** power=250
  248. [ 1.940519] bone-capemgr bone_capemgr.9: loader: after slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  249. [ 1.949183] bone-capemgr bone_capemgr.9: loader: after slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  250. [ 1.958419] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
  251. [ 1.963664] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  252. [ 1.972434] bone-capemgr bone_capemgr.9: slot #5: Requesting firmware 'cape-boneblack-hdmi-00A0.dtbo' for board-name 'Bone-Black-HDMI', version '00A0'
  253. [ 1.986766] musb-hdrc musb-hdrc.1.auto: *** mode=1
  254. [ 1.991822] musb-hdrc musb-hdrc.1.auto: *** power=250
  255. [ 1.997118] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  256. [ 2.003383] bone-capemgr bone_capemgr.9: slot #5: dtbo 'cape-boneblack-hdmi-00A0.dtbo' loaded; converting to live tree
  257. [ 2.014697] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'
  258. [ 2.028557] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  259. [ 2.036937] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  260. [ 2.044084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  261. [ 2.051662] usb usb1: Product: MUSB HDRC host driver
  262. [ 2.056867] usb usb1: Manufacturer: Linux 3.8.13-bone41 musb-hcd
  263. [ 2.063161] usb usb1: SerialNumber: musb-hdrc.1.auto
  264. [ 2.068911] bone-capemgr bone_capemgr.9: slot #5: BB-BONELT-HDMI conflict P8.45 (#3:BB-BONE-LCD4-01)
  265. [ 2.078523] bone-capemgr bone_capemgr.9: slot #5: Failed verification
  266. [ 2.085277] bone-capemgr bone_capemgr.9: loader: failed to load slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  267. [ 2.094756] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  268. [ 2.103520] bone-capemgr bone_capemgr.9: slot #4: dtbo 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree
  269. [ 2.115037] bone-capemgr bone_capemgr.9: slot #4: #2 overlays
  270. [ 2.121760] hub 1-0:1.0: USB hub found
  271. [ 2.125766] hub 1-0:1.0: 1 port detected
  272. [ 2.130519] bone-capemgr bone_capemgr.9: slot #4: Applied #2 overlays.
  273. [ 2.137413] bone-capemgr bone_capemgr.9: loader: done slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  274. [ 2.146953] bone-capemgr bone_capemgr.9: loader: after slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  275. [ 2.155846] mousedev: PS/2 mouse device common for all mice
  276. [ 2.163010] input: ti-tsc as /devices/ocp.3/44e0d000.tscadc/tsc/input/input1
  277. [ 2.170537] bone-capemgr bone_capemgr.9: slot #6: Requesting firmware 'cape-boneblack-hdmin-00A0.dtbo' for board-name 'Bone-Black-HDMIN', version '00A0'
  278. [ 2.185978] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  279. [ 2.193661] i2c /dev entries driver
  280. [ 2.197400] bone-capemgr bone_capemgr.9: slot #6: dtbo 'cape-boneblack-hdmin-00A0.dtbo' loaded; converting to live tree
  281. [ 2.209886] pps_ldisc: PPS line discipline registered
  282. [ 2.215331] Driver for 1-wire Dallas network protocol.
  283. [ 2.220939] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#3:BB-BONE-LCD4-01)
  284. [ 2.230610] bone-capemgr bone_capemgr.9: slot #6: Failed verification
  285. [ 2.237369] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  286. [ 2.248654] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  287. [ 2.256374] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
  288. [ 2.265309] cpuidle: using governor ladder
  289. [ 2.269766] cpuidle: using governor menu
  290. [ 2.274263] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
  291. [ 2.281511] omap_hsmmc mmc.5: Failed to get rstctl; not using any
  292. [ 2.288282] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
  293. [ 2.295498] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
  294. [ 2.302801] mmc.5 supply vmmc_aux not found, using dummy regulator
  295. [ 2.309663] omap_hsmmc mmc.5: pins are not configured from the driver
  296. [ 2.343074] gpio-rctrl rstctl.4: gpio_rctrl_request eMMC_RSTn
  297. [ 2.349233] omap_hsmmc mmc.15: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC_RSTn
  298. [ 2.357216] gpio-rctrl rstctl.4: gpio_rctrl_deassert eMMC_RSTn
  299. [ 2.363563] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
  300. [ 2.370670] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
  301. [ 2.378080] mmc.15 supply vmmc_aux not found, using dummy regulator
  302. [ 2.384743] omap_hsmmc mmc.15: pins are not configured from the driver
  303. [ 2.419284] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8
  304. [ 2.430963] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
  305. [ 2.438261] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
  306. [ 2.447231] leds-gpio gpio-leds.8: pins are not configured from the driver
  307. [ 2.455547] ledtrig-cpu: registered to indicate activity on CPUs
  308. [ 2.462178] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
  309. [ 2.469366] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  310. [ 2.476914] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  311. [ 2.483155] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
  312. [ 2.490303] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6
  313. [ 2.500717] usbcore: registered new interface driver usbhid
  314. [ 2.506638] usbhid: USB HID core driver
  315. [ 2.510930] usbcore: registered new interface driver w35und
  316. [ 2.516884] mmc0: host does not support reading read-only switch. assuming write-enable.
  317. [ 2.526147] ashmem: initialized
  318. [ 2.529768] logger: created 256K log 'log_main'
  319. [ 2.534813] logger: created 256K log 'log_events'
  320. [ 2.539879] mmc0: new high speed SDHC card at address b368
  321. [ 2.545848] logger: created 256K log 'log_radio'
  322. [ 2.551144] mmcblk0: mmc0:b368 7.45 GiB
  323. [ 2.556097] logger: created 256K log 'log_system'
  324. [ 2.562408] mmcblk0: p1 p2 p3 p4
  325. [ 2.568193] TCP: cubic registered
  326. [ 2.572900] NET: Registered protocol family 10
  327. [ 2.578628] NET: Registered protocol family 17
  328. [ 2.583833] Key type dns_resolver registered
  329. [ 2.588611] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  330. [ 2.596725] ThumbEE CPU extension supported.
  331. [ 2.601259] Registering SWP/SWPB emulation handler
  332. [ 2.607036] registered taskstats version 1
  333. [ 2.612106] panel panel.14: panel: No power control GPIO
  334. [ 2.618978] tilcdc 4830e000.fb: No power control GPIO
  335. [ 2.624656] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  336. [ 2.631645] [drm] No driver support for vblank timestamp query.
  337. [ 2.647746] Console: switching to colour frame buffer device 120x45
  338. [ 2.655981] tilcdc 4830e000.fb: fb0: frame buffer device
  339. [ 2.662380] tilcdc 4830e000.fb: registered panic notifier
  340. [ 2.668784] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  341. [ 2.723664] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  342. [ 2.730859] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  343. [ 2.744780] libphy: 4a101000.mdio: probed
  344. [ 2.749880] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  345. [ 2.760493] Detected MACID = 90:59:af:57:84:c5
  346. [ 2.765179] cpsw 4a100000.ethernet: NAPI disabled
  347. [ 2.774033] input: gpio_keys.13 as /devices/ocp.3/gpio_keys.13/input/input2
  348. [ 2.782805] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  349. [ 2.797655] ALSA device list:
  350. [ 2.801678] No soundcards found.
  351. [ 2.806502] Freeing init memory: 236K
  352. [ 2.901556] systemd-udevd[103]: starting version 204
  353. [ 3.086718] mmc1: BKOPS_EN bit is not set
  354. [ 3.102429] mmc1: new high speed MMC card at address 0001
  355. [ 3.122222] mmcblk1: mmc1:0001 MMC02G 1.78 GiB
  356. [ 3.141792] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
  357. [ 3.163278] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
  358. [ 3.183026] mmcblk1: p1 p2
  359. [ 3.192201] mmcblk1boot1: unknown partition table
  360. [ 3.209244] mmcblk1boot0: unknown partition table
  361. [ 4.138301] initrd: mounting /dev/mmcblk0p3 [modified :)]
  362. [ 4.145069] we get just before the mount
  363. [ 4.750004] /sys/devices/ocp.3/mmc.5/mmc_host/mmc0/mmc0:b368/block/mmcblk0/mmcblk0p3
  364. [ 5.104894] /sys/class/block/mmcblk0p3
  365. [ 5.162553] /dev/mmcblk0p3
  366. [ 5.189392] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: discard
  367. [ 5.199586] we get just after the mount, now ls
  368. [ 5.208655] drwxrwx--x 19 4096 android-data
  369. [ 5.214693] drwxrwx--- 2 4096 lost+found
  370. [ 5.220403] drwxr-xr-x 6 4096 system-data
  371. [ 5.226150] drwxr-x--- 2 4096 .ssh
  372. [ 5.231282] -rw------- 1 2 .layout_version
  373. [ 5.237354] drwxr-xr-x 3 4096 user-data
  374. [ 5.242865] drwx------ 4 4096 .Trash-1000
  375. [ 5.248542] drwxrwx--x 8 4096 .
  376. [ 5.253290] -rwsr-sr-x 1 2147483648 system.img
  377. [ 5.258956] drwxrwxr-x 17 0 ..
  378. [ 5.308567] just after mount -o loop,rw /tmpmnt/system.img /root
  379. [ 5.317256] initrd: mounting system.img (user mode)
  380. [ 5.335450] ls'ing /root/var/lib/lxc/android
  381. [ 5.372386] -rwxr-xr-x 1 1379 pre-start.sh~
  382. [ 5.378541] -rw-r--r-- 1 125829120 system.img
  383. [ 5.384171] drwxr-xr-x 2 4096 overrides
  384. [ 5.389660] -rwxr-xr-x 1 1392 pre-start.sh
  385. [ 5.395360] drwxr-xr-x 2 4096 rootfs
  386. [ 5.400503] drwxr-xr-x 2 4096 pre-start.d
  387. [ 5.406072] -rw-r--r-- 1 300 config
  388. [ 5.411198] drwx------ 3 4096 ..
  389. [ 5.415950] drwxr-xr-x 5 4096 .
  390. [ 5.428546] just before mount -o loop,ro /root/var/lib/lxc/android/system.img /android-system
  391. [ 5.463021] EXT3-fs (loop1): error: couldn't mount because of unsupported optional features (40)
  392. [ 5.474228] EXT2-fs (loop1): error: couldn't mount because of unsupported optional features (40)
  393. [ 5.527224] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
  394. [ 5.589032] initrd: device is beagleboneblack
  395. [ 5.815369] catting fstab
  396. [ 5.822080] echo FSTAB: /root/etc/fstab
  397. [ 5.939781] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
  398. [ 6.074328] debug: exec run-init rootmt=/root init=/sbin/init @= recovery= </root/dev/console >/root/dev/console 2>&1 panic Could not execute run-init.
  399. [ 6.932444] init: ureadahead main process (273) terminated with status 5
  400. [ 15.183228] init: cannot open '/initlogo.rle'
  401. [ 15.355739] init: cannot find '/system/bin/sysinit', disabling 'sysinit'
  402. [ 15.890619] init: cannot find '/sbin/upstart-property-watcher', disabling 'upstart-watcher'
  403. [ 15.921925] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
  404. [ 15.935080] init: cannot find '/system/bin/sgx/rc.pvr', disabling 'pvr'
  405. [ 15.944916] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
  406. [ 15.953438] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
  407. [ 15.961678] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
  408. [ 15.972498] init: cannot find '/system/bin/drmserver', disabling 'drm'
  409. [ 15.980441] init: cannot find '/system/bin/mediaserver', disabling 'media'
  410. [ 15.988632] init: cannot find '/system/bin/installd', disabling 'installd'
  411. [ 15.996815] init: cannot find '/system/bin/ubuntuappmanager', disabling 'ubuntuappmanager'
  412. [ 16.006744] init: cannot find '/system/bin/handle_compcache', disabling 'compcache'
  413. [ 16.015849] init: cannot find '/system/bin/sensorservice', disabling 'sensorservice'
  414. [ 16.024957] init: cannot find '/system/bin/sdcard', disabling 'sdcard'
  415. [ 17.556792] init: cannot execve('/system/bin/sh'): No such file or directory
  416. [ 21.206190] init: cannot execve('/system/bin/sh'): No such file or directory
  417. [ 26.030258] init: cannot execve('/system/bin/sh'): No such file or directory
  418. [ 31.985091] init: cannot execve('/system/bin/sh'): No such file or directory
  419. [ 36.740579] init: cannot execve('/system/bin/sh'): No such file or directory
  420. [ 40.143963] libphy: PHY 4a101000.mdio:01 not found
  421. [ 40.149884] net eth0: phy 4a101000.mdio:01 not found on slave 1
  422. [ 41.505713] init: cannot execve('/system/bin/sh'): No such file or directory
  423.  
  424.  
  425.  
  426.  
  427.  
  428. Ubuntu Trusty Tahr (development branch) ubuntu-phablet ttyO0
  429.  
  430. ubuntu-phablet login: phablet
  431.  
  432. [ 46.057091] init: cannot execve('/system/bin/sh'): No such file or directory
  433. Password:
  434. Last login: Sat Jan 1 00:01:05 UTC 2000 on ttyO0
  435. Welcome to Ubuntu Trusty Tahr (development branch) (GNU/Linux 3.8.13-bone41 armv7l)
  436.  
  437. * Documentation: https://help.ubuntu.com/
  438. phablet@ubuntu-phablet:~$ [ 51.557143] init: cannot execve('/system/bin/sh'): No such file or directory
  439.  
  440. root@ubuntu-phablet:/android/system/bin# dmesg
  441. [ 0.000000] Booting Linux on physical CPU 0x0
  442. [ 0.000000] Initializing cgroup subsys cpu
  443. [ 0.000000] Linux version 3.8.13-bone41 (fouad_hassouneh@DevOps) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Sat Mar 15 16:23:40 NDT 2014
  444. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
  445. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  446. [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
  447. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  448. [ 0.000000] On node 0 totalpages: 130816
  449. [ 0.000000] free_area_init_node: node 0, pgdat c087fec0, node_mem_map c08fc000
  450. [ 0.000000] Normal zone: 1024 pages used for memmap
  451. [ 0.000000] Normal zone: 0 pages reserved
  452. [ 0.000000] Normal zone: 129792 pages, LIFO batch:31
  453. [ 0.000000] AM335X ES1.0 (neon )
  454. [ 0.000000] PERCPU: Embedded 9 pages/cpu @c0d0c000 s14080 r8192 d14592 u36864
  455. [ 0.000000] pcpu-alloc: s14080 r8192 d14592 u36864 alloc=9*4096
  456. [ 0.000000] pcpu-alloc: [0] 0
  457. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129792
  458. [ 0.000000] Kernel command line: consoleblank=0 console=ttyO0,115200n8 androidboot.console=ttyO0 console=tty0 video=480x272-16@56 g_ffs.idVendor=0x18d1 g_ffs.idProduct=0x4e26 vt.global_cursor_default=0 datapart=/dev/mmcblk0p3
  459. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  460. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  461. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  462. [ 0.000000] __ex_table already sorted, skipping sort
  463. [ 0.000000] allocated 1048576 bytes of page_cgroup
  464. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  465. [ 0.000000] Memory: 511MB = 511MB total
  466. [ 0.000000] Memory: 506044k/506044k available, 18244k reserved, 0K highmem
  467. [ 0.000000] Virtual kernel memory layout:
  468. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  469. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  470. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  471. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  472. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  473. [ 0.000000] modules : 0xbf800000 - 0xbfe00000 ( 6 MB)
  474. [ 0.000000] .text : 0xc0008000 - 0xc07b49b0 (7859 kB)
  475. [ 0.000000] .init : 0xc07b5000 - 0xc07f0700 ( 238 kB)
  476. [ 0.000000] .data : 0xc07f2000 - 0xc0884050 ( 585 kB)
  477. [ 0.000000] .bss : 0xc0884050 - 0xc08fb98c ( 479 kB)
  478. [ 0.000000] Hierarchical RCU implementation.
  479. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  480. [ 0.000000] NR_IRQS:0 nr_irqs:0 0
  481. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  482. [ 0.000000] Total of 128 interrupts on 1 active controller
  483. [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
  484. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  485. [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
  486. [ 0.000000] Console: colour dummy device 80x30
  487. [ 0.000000] console [tty0] enabled
  488. [ 0.000657] Calibrating delay loop... 993.47 BogoMIPS (lpj=969728)
  489. [ 0.029185] pid_max: default: 32768 minimum: 301
  490. [ 0.029340] Security Framework initialized
  491. [ 0.029407] Mount-cache hash table entries: 512
  492. [ 0.035638] Initializing cgroup subsys cpuacct
  493. [ 0.035681] Initializing cgroup subsys memory
  494. [ 0.035728] Initializing cgroup subsys blkio
  495. [ 0.035828] CPU: Testing write buffer coherency: ok
  496. [ 0.036234] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  497. [ 0.036303] Setting up static identity map for 0x804a1240 - 0x804a128c
  498. [ 0.037352] Brought up 1 CPUs
  499. [ 0.037383] SMP: Total of 1 processors activated (993.47 BogoMIPS).
  500. [ 0.038153] devtmpfs: initialized
  501. [ 0.096918] pinctrl core: initialized pinctrl subsystem
  502. [ 0.097096] rstctl core: initialized rstctl subsystem
  503. [ 0.097429] regulator-dummy: no parameters
  504. [ 0.097842] NET: Registered protocol family 16
  505. [ 0.098483] DMA: preallocated 256 KiB pool for atomic coherent allocations
  506. [ 0.104331] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  507. [ 0.104973] platform 49000000.edma: alias fck already exists
  508. [ 0.105003] platform 49000000.edma: alias fck already exists
  509. [ 0.105028] platform 49000000.edma: alias fck already exists
  510. [ 0.105738] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
  511. [ 0.105842] OMAP GPIO hardware version 0.1
  512. [ 0.106722] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
  513. [ 0.107501] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
  514. [ 0.108253] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
  515. [ 0.108537] of_get_named_gpio_flags exited with status 52
  516. [ 0.108555] gpio-rctrl rstctl.4: loaded OK
  517. [ 0.112100] hw-breakpoint: debug architecture 0x4 unsupported.
  518. [ 0.113463] cpsw.0: No hwaddr in dt. Using 90:59:af:57:84:c5 from efuse
  519. [ 0.113501] cpsw.1: No hwaddr in dt. Using 90:59:af:57:84:c7 from efuse
  520. [ 0.123275] bio: create slab <bio-0> at 0
  521. [ 0.130185] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
  522. [ 0.130373] of_get_named_gpio_flags: can't parse gpios property
  523. [ 0.130522] vmmcsd_fixed: 3300 mV
  524. [ 0.132256] SCSI subsystem initialized
  525. [ 0.132543] usbcore: registered new interface driver usbfs
  526. [ 0.132621] usbcore: registered new interface driver hub
  527. [ 0.132876] usbcore: registered new device driver usb
  528. [ 0.134190] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  529. [ 0.135252] input: tps65217_pwr_but as /devices/ocp.3/44e0b000.i2c/i2c-0/0-0024/input/input0
  530. [ 0.136909] DCDC1: at 1500 mV
  531. [ 0.137803] vdd_mpu: 925 <--> 1325 mV at 1325 mV
  532. [ 0.138669] vdd_core: 925 <--> 1150 mV at 1125 mV
  533. [ 0.139518] LDO1: at 1800 mV
  534. [ 0.140354] LDO2: at 3300 mV
  535. [ 0.141912] LDO3: 1800 mV
  536. [ 0.142761] LDO4: at 3300 mV
  537. [ 0.143520] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  538. [ 0.143995] omap_i2c 44e0b000.i2c: unable to select pin group
  539. [ 0.144553] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz
  540. [ 0.146001] omap_i2c 4819c000.i2c: unable to select pin group
  541. [ 0.146175] media: Linux media interface: v0.10
  542. [ 0.146248] Linux video capture interface: v2.00
  543. [ 0.146405] pps_core: LinuxPPS API ver. 1 registered
  544. [ 0.146425] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  545. [ 0.146883] Advanced Linux Sound Architecture Driver Initialized.
  546. [ 0.147859] cfg80211: Calling CRDA to update world regulatory domain
  547. [ 0.148694] NetLabel: Initializing
  548. [ 0.148716] NetLabel: domain hash size = 128
  549. [ 0.148730] NetLabel: protocols = UNLABELED CIPSOv4
  550. [ 0.148805] NetLabel: unlabeled traffic allowed by default
  551. [ 0.149349] Switching to clocksource gp_timer
  552. [ 0.195392] NET: Registered protocol family 2
  553. [ 0.196099] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  554. [ 0.196193] TCP bind hash table entries: 4096 (order: 4, 81920 bytes)
  555. [ 0.196352] TCP: Hash tables configured (established 4096 bind 4096)
  556. [ 0.196430] TCP: reno registered
  557. [ 0.196454] UDP hash table entries: 256 (order: 1, 12288 bytes)
  558. [ 0.196489] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes)
  559. [ 0.196752] NET: Registered protocol family 1
  560. [ 0.197167] RPC: Registered named UNIX socket transport module.
  561. [ 0.197192] RPC: Registered udp transport module.
  562. [ 0.197207] RPC: Registered tcp transport module.
  563. [ 0.197222] RPC: Registered tcp NFSv4.1 backchannel transport module.
  564. [ 0.197467] Trying to unpack rootfs image as initramfs...
  565. [ 0.351685] Freeing initrd memory: 2364K
  566. [ 0.352157] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
  567. [ 0.352456] CPU PMU: attempt to register multiple PMU devices!
  568. [ 0.352488] arm-pmu: probe of arm-pmu failed with error -28
  569. [ 0.352902] omap2_mbox_probe: platform not supported
  570. [ 0.538178] VFS: Disk quotas dquot_6.5.2
  571. [ 0.538355] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  572. [ 0.539155] NFS: Registering the id_resolver key type
  573. [ 0.539262] Key type id_resolver registered
  574. [ 0.539279] Key type id_legacy registered
  575. [ 0.539567] fuse init (API version 7.20)
  576. [ 0.540014] Btrfs loaded
  577. [ 0.540205] msgmni has been set to 992
  578. [ 0.542234] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  579. [ 0.542271] io scheduler noop registered
  580. [ 0.542287] io scheduler deadline registered
  581. [ 0.542318] io scheduler cfq registered (default)
  582. [ 0.543573] tps65217-bl tps65217-bl: no platform data provided
  583. [ 0.543613] tps65217-bl: probe of tps65217-bl failed with error -22
  584. [ 0.544273] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  585. [ 0.545676] omap_uart 44e09000.serial: did not get pins for uart0 error: -19
  586. [ 0.546116] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
  587. [ 1.312717] console [ttyO0] enabled
  588. [ 1.317111] [drm] Initialized drm 1.1.0 20060810
  589. [ 1.329925] brd: module loaded
  590. [ 1.337250] loop: module loaded
  591. [ 1.340664] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  592. [ 1.347913] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  593. [ 1.355149] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  594. [ 1.362385] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  595. [ 1.369617] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  596. [ 1.383488] bone-capemgr bone_capemgr.9: Baseboard: 'A335BNLT,0A5C,2713BBBK8538'
  597. [ 1.391274] bone-capemgr bone_capemgr.9: compatible-baseboard=ti,beaglebone-black
  598. [ 1.428737] bone-capemgr bone_capemgr.9: slot #0: No cape found
  599. [ 1.465842] bone-capemgr bone_capemgr.9: slot #1: No cape found
  600. [ 1.502951] bone-capemgr bone_capemgr.9: slot #2: No cape found
  601. [ 1.533150] bone-capemgr bone_capemgr.9: slot #3: '4D 4.3 LCD CAPE- 4DCAPE-43T ,00A1,4D SYSTEMS ,BB-BONE-LCD4-01'
  602. [ 1.544816] bone-capemgr bone_capemgr.9: slot #4: specific override
  603. [ 1.551399] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 4
  604. [ 1.559418] bone-capemgr bone_capemgr.9: slot #4: 'Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G'
  605. [ 1.569497] bone-capemgr bone_capemgr.9: slot #5: specific override
  606. [ 1.576073] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 5
  607. [ 1.584110] bone-capemgr bone_capemgr.9: slot #5: 'Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI'
  608. [ 1.594108] bone-capemgr bone_capemgr.9: slot #6: specific override
  609. [ 1.600690] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 6
  610. [ 1.608710] bone-capemgr bone_capemgr.9: slot #6: 'Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN'
  611. [ 1.619150] bone-capemgr bone_capemgr.9: loader: before slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  612. [ 1.628022] bone-capemgr bone_capemgr.9: loader: check slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  613. [ 1.636852] bone-capemgr bone_capemgr.9: loader: before slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  614. [ 1.645701] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  615. [ 1.654517] bone-capemgr bone_capemgr.9: loader: before slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  616. [ 1.663284] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  617. [ 1.671972] bone-capemgr bone_capemgr.9: initialized OK.
  618. [ 1.677559] bone-capemgr bone_capemgr.9: loader: before slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  619. [ 1.686403] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  620. [ 1.696502] OneNAND driver initializing
  621. [ 1.701490] usbcore: registered new interface driver rt2800usb
  622. [ 1.707654] bone-capemgr bone_capemgr.9: loader: after slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  623. [ 1.716430] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  624. [ 1.725266] usbcore: registered new interface driver cdc_ether
  625. [ 1.731402] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  626. [ 1.740069] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  627. [ 1.748871] usbcore: registered new interface driver rndis_host
  628. [ 1.755126] bone-capemgr bone_capemgr.9: slot #3: Requesting part number/version based 'BB-BONE-LCD4-01-00A1.dtbo
  629. [ 1.765954] usbcore: registered new interface driver cdc_ncm
  630. [ 1.771916] bone-capemgr bone_capemgr.9: slot #3: Requesting firmware 'BB-BONE-LCD4-01-00A1.dtbo' for board-name '4D 4.3 LCD CAPE- 4DCAPE-43T ', version '00A1'
  631. [ 1.787714] usbcore: registered new interface driver cdc_acm
  632. [ 1.793686] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  633. [ 1.802102] bone-capemgr bone_capemgr.9: slot #3: dtbo 'BB-BONE-LCD4-01-00A1.dtbo' loaded; converting to live tree
  634. [ 1.813041] usbcore: registered new interface driver cdc_wdm
  635. [ 1.818980] Initializing USB Mass Storage driver...
  636. [ 1.824596] bone-capemgr bone_capemgr.9: slot #3: #4 overlays
  637. [ 1.830726] usbcore: registered new interface driver usb-storage
  638. [ 1.837021] USB Mass Storage support registered.
  639. [ 1.843079] ehrpwm 48302200.ehrpwm: unable to select pin group
  640. [ 1.849363] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  641. [ 1.857755] pwm-backlight backlight.11: invalid default brightness level: 101, using 100
  642. [ 1.866539] musb-hdrc musb-hdrc.0.auto: pdev->id = 0
  643. [ 1.871783] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  644. [ 1.882347] platform 4830e000.fb: alias fck already exists
  645. [ 1.888286] bone-capemgr bone_capemgr.9: slot #3: Applied #4 overlays.
  646. [ 1.895146] bone-capemgr bone_capemgr.9: loader: done slot-3 BB-BONE-LCD4-01:00A1 (prio 0)
  647. [ 1.903841] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  648. [ 1.912599] bone-capemgr bone_capemgr.9: loader: check slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  649. [ 1.921270] bone-capemgr bone_capemgr.9: loader: check slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  650. [ 1.930040] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  651. [ 1.930053] musb-hdrc: MHDRC RTL version 2.0
  652. [ 1.930062] musb-hdrc: setup fifo_mode 4
  653. [ 1.930079] musb-hdrc: 28/31 max ep, 16384/16384 memory
  654. [ 1.930168] musb-hdrc musb-hdrc.0.auto: *** mode=3
  655. [ 1.935206] musb-hdrc musb-hdrc.0.auto: *** power=250
  656. [ 1.940519] bone-capemgr bone_capemgr.9: loader: after slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  657. [ 1.949183] bone-capemgr bone_capemgr.9: loader: after slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  658. [ 1.958419] musb-hdrc musb-hdrc.1.auto: pdev->id = 1
  659. [ 1.963664] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK
  660. [ 1.972434] bone-capemgr bone_capemgr.9: slot #5: Requesting firmware 'cape-boneblack-hdmi-00A0.dtbo' for board-name 'Bone-Black-HDMI', version '00A0'
  661. [ 1.986654] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  662. [ 1.986667] musb-hdrc: MHDRC RTL version 2.0
  663. [ 1.986675] musb-hdrc: setup fifo_mode 4
  664. [ 1.986688] musb-hdrc: 28/31 max ep, 16384/16384 memory
  665. [ 1.986766] musb-hdrc musb-hdrc.1.auto: *** mode=1
  666. [ 1.991822] musb-hdrc musb-hdrc.1.auto: *** power=250
  667. [ 1.997118] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  668. [ 2.003383] bone-capemgr bone_capemgr.9: slot #5: dtbo 'cape-boneblack-hdmi-00A0.dtbo' loaded; converting to live tree
  669. [ 2.014697] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'
  670. [ 2.028557] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  671. [ 2.036810] musb-hdrc musb-hdrc.1.auto: supports USB remote wakeup
  672. [ 2.036889] usb usb1: default language 0x0409
  673. [ 2.036924] usb usb1: udev 1, busnum 1, minor = 0
  674. [ 2.036937] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  675. [ 2.044084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  676. [ 2.051662] usb usb1: Product: MUSB HDRC host driver
  677. [ 2.056867] usb usb1: Manufacturer: Linux 3.8.13-bone41 musb-hcd
  678. [ 2.063161] usb usb1: SerialNumber: musb-hdrc.1.auto
  679. [ 2.068911] bone-capemgr bone_capemgr.9: slot #5: BB-BONELT-HDMI conflict P8.45 (#3:BB-BONE-LCD4-01)
  680. [ 2.078523] bone-capemgr bone_capemgr.9: slot #5: Failed verification
  681. [ 2.085277] bone-capemgr bone_capemgr.9: loader: failed to load slot-5 BB-BONELT-HDMI:00A0 (prio 1)
  682. [ 2.094756] bone-capemgr bone_capemgr.9: loader: check slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  683. [ 2.103520] bone-capemgr bone_capemgr.9: slot #4: dtbo 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree
  684. [ 2.115037] bone-capemgr bone_capemgr.9: slot #4: #2 overlays
  685. [ 2.121548] usb usb1: usb_probe_device
  686. [ 2.121566] usb usb1: configuration #1 chosen from 1 choice
  687. [ 2.121614] usb usb1: adding 1-0:1.0 (config #1, interface 0)
  688. [ 2.121727] hub 1-0:1.0: usb_probe_interface
  689. [ 2.121741] hub 1-0:1.0: usb_probe_interface - got id
  690. [ 2.121760] hub 1-0:1.0: USB hub found
  691. [ 2.125766] hub 1-0:1.0: 1 port detected
  692. [ 2.130519] bone-capemgr bone_capemgr.9: slot #4: Applied #2 overlays.
  693. [ 2.137413] bone-capemgr bone_capemgr.9: loader: done slot-4 BB-BONE-EMMC-2G:00A0 (prio 1)
  694. [ 2.146096] hub 1-0:1.0: standalone hub
  695. [ 2.146108] hub 1-0:1.0: individual port power switching
  696. [ 2.146120] hub 1-0:1.0: no over-current protection
  697. [ 2.146129] hub 1-0:1.0: Single TT
  698. [ 2.146141] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns)
  699. [ 2.146152] hub 1-0:1.0: power on to power good time: 10ms
  700. [ 2.146188] hub 1-0:1.0: local power source is good
  701. [ 2.146256] hub 1-0:1.0: enabling power on all ports
  702. [ 2.146953] bone-capemgr bone_capemgr.9: loader: after slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  703. [ 2.155846] mousedev: PS/2 mouse device common for all mice
  704. [ 2.163010] input: ti-tsc as /devices/ocp.3/44e0d000.tscadc/tsc/input/input1
  705. [ 2.170537] bone-capemgr bone_capemgr.9: slot #6: Requesting firmware 'cape-boneblack-hdmin-00A0.dtbo' for board-name 'Bone-Black-HDMIN', version '00A0'
  706. [ 2.185978] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  707. [ 2.193661] i2c /dev entries driver
  708. [ 2.197400] bone-capemgr bone_capemgr.9: slot #6: dtbo 'cape-boneblack-hdmin-00A0.dtbo' loaded; converting to live tree
  709. [ 2.209886] pps_ldisc: PPS line discipline registered
  710. [ 2.215331] Driver for 1-wire Dallas network protocol.
  711. [ 2.220939] bone-capemgr bone_capemgr.9: slot #6: BB-BONELT-HDMIN conflict P8.45 (#3:BB-BONE-LCD4-01)
  712. [ 2.230610] bone-capemgr bone_capemgr.9: slot #6: Failed verification
  713. [ 2.237369] bone-capemgr bone_capemgr.9: loader: failed to load slot-6 BB-BONELT-HDMIN:00A0 (prio 2)
  714. [ 2.247183] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000
  715. [ 2.247234] hub 1-0:1.0: hub_suspend
  716. [ 2.247262] usb usb1: bus auto-suspend, wakeup 1
  717. [ 2.248654] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  718. [ 2.256374] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
  719. [ 2.265309] cpuidle: using governor ladder
  720. [ 2.269766] cpuidle: using governor menu
  721. [ 2.274219] of_get_named_gpio_flags exited with status 6
  722. [ 2.274232] of_get_named_gpio_flags: can't parse gpios property
  723. [ 2.274241] of_get_named_gpio_flags: can't parse gpios property
  724. [ 2.274263] omap_hsmmc mmc.5: of_parse_phandle_with_args of 'reset' failed
  725. [ 2.281511] omap_hsmmc mmc.5: Failed to get rstctl; not using any
  726. [ 2.288282] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25
  727. [ 2.295498] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24
  728. [ 2.302801] mmc.5 supply vmmc_aux not found, using dummy regulator
  729. [ 2.309663] omap_hsmmc mmc.5: pins are not configured from the driver
  730. [ 2.343014] of_get_named_gpio_flags: can't parse gpios property
  731. [ 2.343029] of_get_named_gpio_flags: can't parse gpios property
  732. [ 2.343039] of_get_named_gpio_flags: can't parse gpios property
  733. [ 2.343074] gpio-rctrl rstctl.4: gpio_rctrl_request eMMC_RSTn
  734. [ 2.349233] omap_hsmmc mmc.15: Got rstctl (gpio:#0 name eMMC_RSTn) label:eMMC_RSTn
  735. [ 2.357216] gpio-rctrl rstctl.4: gpio_rctrl_deassert eMMC_RSTn
  736. [ 2.363563] edma-dma-engine edma-dma-engine.0: allocated channel for 0:3
  737. [ 2.370670] edma-dma-engine edma-dma-engine.0: allocated channel for 0:2
  738. [ 2.378080] mmc.15 supply vmmc_aux not found, using dummy regulator
  739. [ 2.384743] omap_hsmmc mmc.15: pins are not configured from the driver
  740. [ 2.419284] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.8
  741. [ 2.430963] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.8) status -22
  742. [ 2.438261] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single
  743. [ 2.447231] leds-gpio gpio-leds.8: pins are not configured from the driver
  744. [ 2.454458] of_get_named_gpio_flags exited with status 53
  745. [ 2.454472] of_get_named_gpio_flags exited with status 54
  746. [ 2.454485] of_get_named_gpio_flags exited with status 55
  747. [ 2.454496] of_get_named_gpio_flags exited with status 56
  748. [ 2.454514] of_get_named_gpio_flags exited with status 53
  749. [ 2.454661] of_get_named_gpio_flags exited with status 54
  750. [ 2.454787] of_get_named_gpio_flags exited with status 55
  751. [ 2.454932] of_get_named_gpio_flags exited with status 56
  752. [ 2.455157] of_get_named_gpio_flags exited with status 60
  753. [ 2.455173] of_get_named_gpio_flags exited with status 60
  754. [ 2.455547] ledtrig-cpu: registered to indicate activity on CPUs
  755. [ 2.462178] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36
  756. [ 2.469366] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  757. [ 2.476914] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  758. [ 2.483155] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5
  759. [ 2.490303] edma-dma-engine edma-dma-engi[ 422.963424] init: cannot execve('/system/bin/sh'): No such file or directory
  760. ne.0: allocated channel for 0:6
  761. [ 2.500717] usbcore: registered new interface driver usbhid
  762. [ 2.506638] usbhid: USB HID core driver
  763. [ 2.510930] usbcore: registered new interface driver w35und
  764. [ 2.516884] mmc0: host does not support reading read-only switch. assuming write-enable.
  765. [ 2.526147] ashmem: initialized
  766. [ 2.529768] logger: created 256K log 'log_main'
  767. [ 2.534813] logger: created 256K log 'log_events'
  768. [ 2.539879] mmc0: new high speed SDHC card at address b368
  769. [ 2.545848] logger: created 256K log 'log_radio'
  770. [ 2.551144] mmcblk0: mmc0:b368 7.45 GiB
  771. [ 2.556097] logger: created 256K log 'log_system'
  772. [ 2.562408] mmcblk0: p1 p2 p3 p4
  773. [ 2.568193] TCP: cubic registered
  774. [ 2.572900] NET: Registered protocol family 10
  775. [ 2.578628] NET: Registered protocol family 17
  776. [ 2.583833] Key type dns_resolver registered
  777. [ 2.588611] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  778. [ 2.596725] ThumbEE CPU extension supported.
  779. [ 2.601259] Registering SWP/SWPB emulation handler
  780. [ 2.607036] registered taskstats version 1
  781. [ 2.612084] of_get_named_gpio_flags: can't parse gpios property
  782. [ 2.612106] panel panel.14: panel: No power control GPIO
  783. [ 2.618961] of_get_named_gpio_flags: can't parse gpios property
  784. [ 2.618978] tilcdc 4830e000.fb: No power control GPIO
  785. [ 2.624656] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  786. [ 2.631645] [drm] No driver support for vblank timestamp query.
  787. [ 2.647746] Console: switching to colour frame buffer device 120x45
  788. [ 2.655981] tilcdc 4830e000.fb: fb0: frame buffer device
  789. [ 2.662380] tilcdc 4830e000.fb: registered panic notifier
  790. [ 2.668784] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
  791. [ 2.723664] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
  792. [ 2.730859] davinci_mdio 4a101000.mdio: detected phy mask fffffffe
  793. [ 2.744780] libphy: 4a101000.mdio: probed
  794. [ 2.749880] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  795. [ 2.760493] Detected MACID = 90:59:af:57:84:c5
  796. [ 2.765179] cpsw 4a100000.ethernet: NAPI disabled
  797. [ 2.773136] of_get_named_gpio_flags exited with status 15
  798. [ 2.773166] of_get_named_gpio_flags exited with status 112
  799. [ 2.773183] of_get_named_gpio_flags exited with status 51
  800. [ 2.773201] of_get_named_gpio_flags exited with status 49
  801. [ 2.773218] of_get_named_gpio_flags exited with status 48
  802. [ 2.774033] input: gpio_keys.13 as /devices/ocp.3/gpio_keys.13/input/input2
  803. [ 2.782805] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  804. [ 2.797655] ALSA device list:
  805. [ 2.801678] No soundcards found.
  806. [ 2.806502] Freeing init memory: 236K
  807. [ 2.901556] systemd-udevd[103]: starting version 204
  808. [ 3.086718] mmc1: BKOPS_EN bit is not set
  809. [ 3.102429] mmc1: new high speed MMC card at address 0001
  810. [ 3.122222] mmcblk1: mmc1:0001 MMC02G 1.78 GiB
  811. [ 3.141792] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
  812. [ 3.163278] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
  813. [ 3.183026] mmcblk1: p1 p2
  814. [ 3.192201] mmcblk1boot1: unknown partition table
  815. [ 3.209244] mmcblk1boot0: unknown partition table
  816. [ 4.138301] initrd: mounting /dev/mmcblk0p3 [modified :)]
  817. [ 4.145069] we get just before the mount
  818. [ 4.750004] /sys/devices/ocp.3/mmc.5/mmc_host/mmc0/mmc0:b368/block/mmcblk0/mmcblk0p3
  819. [ 5.104894] /sys/class/block/mmcblk0p3
  820. [ 5.162553] /dev/mmcblk0p3
  821. [ 5.189392] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: discard
  822. [ 5.199586] we get just after the mount, now ls
  823. [ 5.208655] drwxrwx--x 19 4096 android-data
  824. [ 5.214693] drwxrwx--- 2 4096 lost+found
  825. [ 5.220403] drwxr-xr-x 6 4096 system-data
  826. [ 5.226150] drwxr-x--- 2 4096 .ssh
  827. [ 5.231282] -rw------- 1 2 .layout_version
  828. [ 5.237354] drwxr-xr-x 3 4096 user-data
  829. [ 5.242865] drwx------ 4 4096 .Trash-1000
  830. [ 5.248542] drwxrwx--x 8 4096 .
  831. [ 5.253290] -rwsr-sr-x 1 2147483648 system.img
  832. [ 5.258956] drwxrwxr-x 17 0 ..
  833. [ 5.308567] just after mount -o loop,rw /tmpmnt/system.img /root
  834. [ 5.317256] initrd: mounting system.img (user mode)
  835. [ 5.335450] ls'ing /root/var/lib/lxc/android
  836. [ 5.372386] -rwxr-xr-x 1 1379 pre-start.sh~
  837. [ 5.378541] -rw-r--r-- 1 125829120 system.img
  838. [ 5.384171] drwxr-xr-x 2 4096 overrides
  839. [ 5.389660] -rwxr-xr-x 1 1392 pre-start.sh
  840. [ 5.395360] drwxr-xr-x 2 4096 rootfs
  841. [ 5.400503] drwxr-xr-x 2 4096 pre-start.d
  842. [ 5.406072] -rw-r--r-- 1 300 config
  843. [ 5.411198] drwx------ 3 4096 ..
  844. [ 5.415950] drwxr-xr-x 5 4096 .
  845. [ 5.428546] just before mount -o loop,ro /root/var/lib/lxc/android/system.img /android-system
  846. [ 5.463021] EXT3-fs (loop1): error: couldn't mount because of unsupported optional features (40)
  847. [ 5.474228] EXT2-fs (loop1): error: couldn't mount because of unsupported optional features (40)
  848. [ 5.527224] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
  849. [ 5.589032] initrd: device is beagleboneblack
  850. [ 5.815369] catting fstab
  851. [ 5.822080] echo FSTAB: /root/etc/fstab
  852. [ 5.939781] initrd: mounting /root/var/lib/lxc/android/system.img as /root/android/system
  853. [ 6.074328] debug: exec run-init rootmt=/root init=/sbin/init @= recovery= </root/dev/console >/root/dev/console 2>&1 panic Could not execute run-init.
  854. [ 6.932444] init: ureadahead main process (273) terminated with status 5
  855. [ 12.080456] init: plymouth-upstart-bridge main process (509) terminated with status 1
  856. [ 12.822356] init: bluetooth-touch main process (512) terminated with status 1
  857. [ 13.523409] init: bluetooth main process (539) terminated with status 1
  858. [ 13.523508] init: bluetooth main process ended, respawning
  859. [ 14.025595] init: bluetooth-touch main process (571) terminated with status 1
  860. [ 14.848181] cgroup: lxc-start (563) created nested cgroup for controller "blkio" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
  861. [ 14.908983] init (616): /proc/616/oom_adj is deprecated, please use /proc/616/oom_score_adj instead.
  862. [ 15.183228] init: cannot open '/initlogo.rle'
  863. [ 15.355739] init: cannot find '/system/bin/sysinit', disabling 'sysinit'
  864. [ 15.890619] init: cannot find '/sbin/upstart-property-watcher', disabling 'upstart-watcher'
  865. [ 15.921925] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
  866. [ 15.935080] init: cannot find '/system/bin/sgx/rc.pvr', disabling 'pvr'
  867. [ 15.944916] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
  868. [ 15.953438] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
  869. [ 15.961678] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
  870. [ 15.972498] init: cannot find '/system/bin/drmserver', disabling 'drm'
  871. [ 15.980441] init: cannot find '/system/bin/mediaserver', disabling 'media'
  872. [ 15.988632] init: cannot find '/system/bin/installd', disabling 'installd'
  873. [ 15.996815] init: cannot find '/system/bin/ubuntuappmanager', disabling 'ubuntuappmanager'
  874. [ 16.006744] init: cannot find '/system/bin/handle_compcache', disabling 'compcache'
  875. [ 16.015849] init: cannot find '/system/bin/sensorservice', disabling 'sensorservice'
  876. [ 16.024957] init: cannot find '/system/bin/sdcard', disabling 'sdcard'
  877. [ 17.556792] init: cannot execve('/system/bin/sh'): No such file or directory
  878. [ 17.708304] systemd-udevd[640]: starting version 204
  879. [ 18.677406] init: ubuntu-location-service main process (626) killed by SEGV signal
  880. [ 18.677492] init: ubuntu-location-service main process ended, respawning
  881. [ 18.884374] init: powerd main process (628) killed by SEGV signal
  882. [ 18.884461] init: powerd main process ended, respawning
  883. [ 19.115074] init: ubuntu-location-service main process (655) killed by SEGV signal
  884. [ 19.115166] init: ubuntu-location-service main process ended, respawning
  885. [ 19.495050] init: powerd main process (661) killed by SEGV signal
  886. [ 19.499277] init: powerd main process ended, respawning
  887. [ 19.712794] init: ubuntu-location-service main process (665) killed by SEGV signal
  888. [ 19.712881] init: ubuntu-location-service main process ended, respawning
  889. [ 20.019133] init: powerd main process (676) killed by SEGV signal
  890. [ 20.019218] init: powerd main process ended, respawning
  891. [ 20.335196] init: ubuntu-location-service main process (678) killed by SEGV signal
  892. [ 20.335306] init: ubuntu-location-service main process ended, respawning
  893. [ 20.577746] init: powerd main process (685) killed by SEGV signal
  894. [ 20.577832] init: powerd main process ended, respawning
  895. [ 20.882323] init: ubuntu-location-service main process (688) killed by SEGV signal
  896. [ 20.882408] init: ubuntu-location-service main process ended, respawning
  897. [ 21.206190] init: cannot execve('/system/bin/sh'): No such file or directory
  898. [ 21.220442] init: powerd main process (695) killed by SEGV signal
  899. [ 21.222266] init: powerd main process ended, respawning
  900. [ 21.683591] init: ubuntu-location-service main process (701) killed by SEGV signal
  901. [ 21.683678] init: ubuntu-location-service main process ended, respawning
  902. [ 22.161099] init: powerd main process (708) killed by SEGV signal
  903. [ 22.162388] init: powerd main process ended, respawning
  904. [ 22.546780] init: ubuntu-location-service main process (720) killed by SEGV signal
  905. [ 22.546869] init: ubuntu-location-service main process ended, respawning
  906. [ 22.851163] init: powerd main process (725) killed by SEGV signal
  907. [ 22.851249] init: powerd main process ended, respawning
  908. [ 23.192974] init: ubuntu-location-service main process (729) killed by SEGV signal
  909. [ 23.193064] init: ubuntu-location-service main process ended, respawning
  910. [ 23.527272] init: powerd main process (736) killed by SEGV signal
  911. [ 23.527359] init: powerd main process ended, respawning
  912. [ 23.857029] init: ubuntu-location-service main process (742) killed by SEGV signal
  913. [ 23.857118] init: ubuntu-location-service main process ended, respawning
  914. [ 24.158117] init: powerd main process (745) killed by SEGV signal
  915. [ 24.158203] init: powerd main process ended, respawning
  916. [ 24.476178] init: ubuntu-location-service main process (748) killed by SEGV signal
  917. [ 24.476268] init: ubuntu-location-service main process ended, respawning
  918. [ 24.784791] init: powerd main process (755) killed by SEGV signal
  919. [ 24.784878] init: powerd main process ended, respawning
  920. [ 25.083387] init: ubuntu-location-service main process (762) killed by SEGV signal
  921. [ 25.083484] init: ubuntu-location-service main process ended, respawning
  922. [ 25.505791] init: powerd main process (767) killed by SEGV signal
  923. [ 25.505881] init: powerd main process ended, respawning
  924. [ 25.941490] init: ubuntu-location-service main process (777) killed by SEGV signal
  925. [ 25.941577] init: ubuntu-location-service main process ended, respawning
  926. [ 26.030258] init: cannot execve('/system/bin/sh'): No such file or directory
  927. [ 26.281647] init: powerd main process (791) killed by SEGV signal
  928. [ 26.281734] init: powerd main process ended, respawning
  929. [ 26.617526] init: ubuntu-location-service main process (806) killed by SEGV signal
  930. [ 26.617614] init: ubuntu-location-service main process ended, respawning
  931. [ 26.871083] init: powerd main process (813) killed by SEGV signal
  932. [ 26.871173] init: powerd main process ended, respawning
  933. [ 27.205903] init: ubuntu-location-service main process (821) killed by SEGV signal
  934. [ 27.205996] init: ubuntu-location-service main process ended, respawning
  935. [ 27.619091] init: powerd main process (825) killed by SEGV signal
  936. [ 27.619186] init: powerd main process ended, respawning
  937. [ 27.662245] init: udev-finish main process (834) terminated with status 2
  938. [ 27.945289] init: ubuntu-location-service main process (835) killed by SEGV signal
  939. [ 27.945377] init: ubuntu-location-service main process ended, respawning
  940. [ 28.358790] init: powerd main process (852) killed by SEGV signal
  941. [ 28.358895] init: powerd main process ended, respawning
  942. [ 28.740011] init: ubuntu-location-service main process (853) killed by SEGV signal
  943. [ 28.740095] init: ubuntu-location-service main process ended, respawning
  944. [ 29.013599] init: powerd main process (866) killed by SEGV signal
  945. [ 29.013683] init: powerd main process ended, respawning
  946. [ 30.486019] init: ubuntu-location-service main process (883) killed by SEGV signal
  947. [ 30.486108] init: ubuntu-location-service main process ended, respawning
  948. [ 30.487121] init: powerd main process (890) killed by SEGV signal
  949. [ 30.487198] init: powerd main process ended, respawning
  950. [ 31.943165] init: ubuntu-location-service main process (903) killed by SEGV signal
  951. [ 31.943253] init: ubuntu-location-service main process ended, respawning
  952. [ 31.944217] init: powerd main process (904) killed by SEGV signal
  953. [ 31.944292] init: powerd main process ended, respawning
  954. [ 31.985091] init: cannot execve('/system/bin/sh'): No such file or directory
  955. [ 32.529760] init: powerd main process (935) killed by SEGV signal
  956. [ 32.529853] init: powerd main process ended, respawning
  957. [ 33.376580] init: ubuntu-location-service main process (934) killed by SEGV signal
  958. [ 33.376669] init: ubuntu-location-service main process ended, respawning
  959. [ 33.415245] init: powerd main process (963) killed by SEGV signal
  960. [ 33.415375] init: powerd main process ended, respawning
  961. [ 34.384571] init: powerd main process (996) killed by SEGV signal
  962. [ 34.384662] init: powerd main process ended, respawning
  963. [ 35.132753] init: ubuntu-location-service main process (994) killed by SEGV signal
  964. [ 35.132839] init: ubuntu-location-service main process ended, respawning
  965. [ 35.761332] init: powerd main process (1014) killed by SEGV signal
  966. [ 35.761424] init: powerd main process ended, respawning
  967. [ 36.740579] init: cannot execve('/system/bin/sh'): No such file or directory
  968. [ 38.502529] init: ubuntu-location-service main process (1028) killed by SEGV signal
  969. [ 38.502620] init: ubuntu-location-service main process ended, respawning
  970. [ 38.548775] init: powerd main process (1045) killed by SEGV signal
  971. [ 38.548864] init: powerd main process ended, respawning
  972. [ 39.146166] init: powerd main process (1077) killed by SEGV signal
  973. [ 39.146258] init: powerd main process ended, respawning
  974. [ 39.476231] init: ubuntu-location-service main process (1076) killed by SEGV signal
  975. [ 39.476321] init: ubuntu-location-service main process ended, respawning
  976. [ 40.130035] net eth0: initializing cpsw version 1.12 (0)
  977. [ 40.143926] net eth0: phy found : id is : 0x7c0f1
  978. [ 40.143963] libphy: PHY 4a101000.mdio:01 not found
  979. [ 40.149884] net eth0: phy 4a101000.mdio:01 not found on slave 1
  980. [ 40.198384] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  981. [ 40.728014] init: powerd main process (1089) killed by SEGV signal
  982. [ 40.731759] init: powerd main process ended, respawning
  983. [ 41.505713] init: cannot execve('/system/bin/sh'): No such file or directory
  984. [ 43.459917] init: ubuntu-location-service main process (1106) killed by SEGV signal
  985. [ 43.460603] init: ubuntu-location-service main process ended, respawning
  986. [ 43.485986] init: powerd main process (1134) killed by SEGV signal
  987. [ 43.486078] init: powerd main process ended, respawning
  988. [ 44.320895] init: powerd main process (1156) killed by SEGV signal
  989. [ 44.320986] init: powerd main process ended, respawning
  990. [ 46.057091] init: cannot execve('/system/bin/sh'): No such file or directory
  991. [ 51.557143] init: cannot execve('/system/bin/sh'): No such file or directory
  992. [ 56.592277] init: cannot execve('/system/bin/sh'): No such file or directory
  993. [ 61.643064] init: cannot execve('/system/bin/sh'): No such file or directory
  994. [ 66.052727] init: ubuntu-location-service main process (1154) killed by SEGV signal
  995. [ 66.052813] init: ubuntu-location-service main process ended, respawning
  996. [ 66.152807] init: cannot execve('/system/bin/sh'): No such file or directory
  997. [ 66.165939] init: powerd main process (1184) killed by SEGV signal
  998. [ 66.166021] init: powerd main process ended, respawning
  999. [ 71.508313] init: cannot execve('/system/bin/sh'): No such file or directory
  1000. [ 76.339116] init: powerd main process (1382) killed by SEGV signal
  1001. [ 76.339208] init: powerd main process ended, respawning
  1002. [ 76.543408] init: cannot execve('/system/bin/sh'): No such file or directory
  1003. [ 81.631411] init: cannot execve('/system/bin/sh'): No such file or directory
  1004. [ 82.083696] init: ubuntu-location-service main process (1378) killed by SEGV signal
  1005. [ 82.083785] init: ubuntu-location-service main process ended, respawning
  1006. [ 86.073561] init: powerd main process (1402) killed by SEGV signal
  1007. [ 86.073646] init: powerd main process ended, respawning
  1008. [ 86.229087] init: cannot execve('/system/bin/sh'): No such file or directory
  1009. [ 91.367667] init: cannot execve('/system/bin/sh'): No such file or directory
  1010. [ 94.548564] init: powerd main process (1420) killed by SEGV signal
  1011. [ 94.548650] init: powerd main process ended, respawning
  1012. [ 95.245916] init: ubuntu-location-service main process (1414) killed by SEGV signal
  1013. [ 95.246003] init: ubuntu-location-service main process ended, respawning
  1014. [ 96.388716] init: cannot execve('/system/bin/sh'): No such file or directory
  1015. [ 101.432110] init: cannot execve('/system/bin/sh'): No such file or directory
  1016. [ 106.043455] init: powerd main process (1441) killed by SEGV signal
  1017. [ 106.043542] init: powerd main process ended, respawning
  1018. [ 106.314147] init: cannot execve('/system/bin/sh'): No such file or directory
  1019. [ 106.765512] init: ubuntu-location-service main process (1448) killed by SEGV signal
  1020. [ 106.765600] init: ubuntu-location-service main process ended, respawning
  1021. [ 111.885324] init: cannot execve('/system/bin/sh'): No such file or directory
  1022. [ 115.447842] init: ubuntu-location-service main process (1465) killed by SEGV signal
  1023. [ 115.447931] init: ubuntu-location-service main process ended, respawning
  1024. [ 116.539501] init: cannot execve('/system/bin/sh'): No such file or directory
  1025. [ 119.980042] init: powerd main process (1457) killed by SEGV signal
  1026. [ 119.980133] init: powerd main process ended, respawning
  1027. [ 121.311093] init: cannot execve('/system/bin/sh'): No such file or directory
  1028. [ 126.355941] init: cannot execve('/system/bin/sh'): No such file or directory
  1029. [ 129.276912] init: powerd main process (1490) killed by SEGV signal
  1030. [ 129.276999] init: powerd main process ended, respawning
  1031. [ 129.391002] init: ubuntu-location-service main process (1482) killed by SEGV signal
  1032. [ 129.391094] init: ubuntu-location-service main process ended, respawning
  1033. [ 131.594260] init: cannot execve('/system/bin/sh'): No such file or directory
  1034. [ 136.633349] init: cannot execve('/system/bin/sh'): No such file or directory
  1035. [ 139.595355] init: ubuntu-location-service main process (1506) killed by SEGV signal
  1036. [ 139.595441] init: ubuntu-location-service main process ended, respawning
  1037. [ 141.713389] init: cannot execve('/system/bin/sh'): No such file or directory
  1038. [ 144.769240] init: powerd main process (1504) killed by SEGV signal
  1039. [ 144.769328] init: powerd main process ended, respawning
  1040. [ 146.041127] init: cannot execve('/system/bin/sh'): No such file or directory
  1041. [ 151.080608] init: cannot execve('/system/bin/sh'): No such file or directory
  1042. [ 153.224547] init: powerd main process (1529) killed by SEGV signal
  1043. [ 153.224638] init: powerd main process ended, respawning
  1044. [ 153.449011] init: ubuntu-location-service main process (1521) killed by SEGV signal
  1045. [ 153.449104] init: ubuntu-location-service main process ended, respawning
  1046. [ 156.592246] init: cannot execve('/system/bin/sh'): No such file or directory
  1047. [ 161.668465] init: cannot execve('/system/bin/sh'): No such file or directory
  1048. [ 164.995846] init: powerd main process (1543) killed by SEGV signal
  1049. [ 164.995935] init: powerd main process ended, respawning
  1050. [ 165.206797] init: ubuntu-location-service main process (1546) killed by SEGV signal
  1051. [ 165.206888] init: ubuntu-location-service main process ended, respawning
  1052. [ 166.347585] init: cannot execve('/system/bin/sh'): No such file or directory
  1053. [ 171.385282] init: cannot execve('/system/bin/sh'): No such file or directory
  1054. [ 174.318118] init: ubuntu-location-service main process (1639) killed by SEGV signal
  1055. [ 174.318210] init: ubuntu-location-service main process ended, respawning
  1056. [ 176.436011] init: cannot execve('/system/bin/sh'): No such file or directory
  1057. [ 179.719937] init: powerd main process (1637) killed by SEGV signal
  1058. [ 179.720026] init: powerd main process ended, respawning
  1059. [ 181.054579] init: cannot execve('/system/bin/sh'): No such file or directory
  1060. [ 183.832201] init: ubuntu-location-service main process (1657) killed by SEGV signal
  1061. [ 183.832293] init: ubuntu-location-service main process ended, respawning
  1062. [ 186.953609] init: cannot execve('/system/bin/sh'): No such file or directory
  1063. [ 191.990780] init: cannot execve('/system/bin/sh'): No such file or directory
  1064. [ 192.031371] init: ubuntu-location-service main process (1672) killed by SEGV signal
  1065. [ 192.031460] init: ubuntu-location-service main process ended, respawning
  1066. [ 194.321971] init: powerd main process (1663) killed by SEGV signal
  1067. [ 194.322059] init: powerd main process ended, respawning
  1068. [ 196.717322] init: cannot execve('/system/bin/sh'): No such file or directory
  1069. [ 201.762233] init: cannot execve('/system/bin/sh'): No such file or directory
  1070. [ 206.818870] init: cannot execve('/system/bin/sh'): No such file or directory
  1071. [ 210.210302] init: powerd main process (1701) killed by SEGV signal
  1072. [ 210.210409] init: powerd main process ended, respawning
  1073. [ 211.639081] init: cannot execve('/system/bin/sh'): No such file or directory
  1074. [ 214.870852] init: ubuntu-location-service main process (1691) killed by SEGV signal
  1075. [ 214.870941] init: ubuntu-location-service main process ended, respawning
  1076. [ 216.035615] init: cannot execve('/system/bin/sh'): No such file or directory
  1077. [ 221.082524] init: cannot execve('/system/bin/sh'): No such file or directory
  1078. [ 223.876534] init: powerd main process (1736) killed by SEGV signal
  1079. [ 223.876621] init: powerd main process ended, respawning
  1080. [ 226.283696] init: cannot execve('/system/bin/sh'): No such file or directory
  1081. [ 228.610610] init: ubuntu-location-service main process (1746) killed by SEGV signal
  1082. [ 228.610699] init: ubuntu-location-service main process ended, respawning
  1083. [ 231.781754] init: cannot execve('/system/bin/sh'): No such file or directory
  1084. [ 236.834554] init: cannot execve('/system/bin/sh'): No such file or directory
  1085. [ 238.113006] init: powerd main process (1759) killed by SEGV signal
  1086. [ 238.113092] init: powerd main process ended, respawning
  1087. [ 241.533717] init: cannot execve('/system/bin/sh'): No such file or directory
  1088. [ 242.835151] init: ubuntu-location-service main process (1767) killed by SEGV signal
  1089. [ 242.835257] init: ubuntu-location-service main process ended, respawning
  1090. [ 246.996612] init: cannot execve('/system/bin/sh'): No such file or directory
  1091. [ 251.033732] init: cannot execve('/system/bin/sh'): No such file or directory
  1092. [ 251.603067] init: powerd main process (1778) killed by SEGV signal
  1093. [ 251.603152] init: powerd main process ended, respawning
  1094. [ 256.027858] init: cannot execve('/system/bin/sh'): No such file or directory
  1095. [ 261.072758] init: cannot execve('/system/bin/sh'): No such file or directory
  1096. [ 263.896268] init: ubuntu-location-service main process (1788) killed by SEGV signal
  1097. [ 263.896357] init: ubuntu-location-service main process ended, respawning
  1098. [ 266.066893] init: cannot execve('/system/bin/sh'): No such file or directory
  1099. [ 271.107984] init: cannot execve('/system/bin/sh'): No such file or directory
  1100. [ 272.685318] init: powerd main process (1801) killed by SEGV signal
  1101. [ 272.685405] init: powerd main process ended, respawning
  1102. [ 276.156780] init: cannot execve('/system/bin/sh'): No such file or directory
  1103. [ 281.199707] init: cannot execve('/system/bin/sh'): No such file or directory
  1104. [ 283.523394] init: ubuntu-location-service main process (1819) killed by SEGV signal
  1105. [ 283.523481] init: ubuntu-location-service main process ended, respawning
  1106. [ 286.641144] init: cannot execve('/system/bin/sh'): No such file or directory
  1107. [ 291.684092] init: cannot execve('/system/bin/sh'): No such file or directory
  1108. [ 292.593592] init: powerd main process (1832) killed by SEGV signal
  1109. [ 292.593677] init: powerd main process ended, respawning
  1110. [ 296.070848] init: cannot execve('/system/bin/sh'): No such file or directory
  1111. [ 301.117714] init: cannot execve('/system/bin/sh'): No such file or directory
  1112. [ 302.911946] init: ubuntu-location-service main process (1849) killed by SEGV signal
  1113. [ 302.912037] init: ubuntu-location-service main process ended, respawning
  1114. [ 306.080623] init: cannot execve('/system/bin/sh'): No such file or directory
  1115. [ 311.121581] init: cannot execve('/system/bin/sh'): No such file or directory
  1116. [ 312.904131] init: powerd main process (1859) killed by SEGV signal
  1117. [ 312.904223] init: powerd main process ended, respawning
  1118. [ 316.253081] init: ubuntu-location-service main process (1877) killed by SEGV signal
  1119. [ 316.253173] init: ubuntu-location-service main process ended, respawning
  1120. [ 316.391131] init: cannot execve('/system/bin/sh'): No such file or directory
  1121. [ 321.457552] init: cannot execve('/system/bin/sh'): No such file or directory
  1122. [ 326.498530] init: cannot execve('/system/bin/sh'): No such file or directory
  1123. [ 327.519442] init: ubuntu-location-service main process (1897) killed by SEGV signal
  1124. [ 327.519531] init: ubuntu-location-service main process ended, respawning
  1125. [ 331.658656] init: cannot execve('/system/bin/sh'): No such file or directory
  1126. [ 332.130067] init: powerd main process (1890) killed by SEGV signal
  1127. [ 332.130156] init: powerd main process ended, respawning
  1128. [ 336.609870] init: cannot execve('/system/bin/sh'): No such file or directory
  1129. [ 341.058398] init: ubuntu-location-service main process (1913) killed by SEGV signal
  1130. [ 341.058484] init: ubuntu-location-service main process ended, respawning
  1131. [ 341.239887] init: cannot execve('/system/bin/sh'): No such file or directory
  1132. [ 345.606251] init: powerd main process (1920) killed by SEGV signal
  1133. [ 345.606339] init: powerd main process ended, respawning
  1134. [ 346.947768] init: cannot execve('/system/bin/sh'): No such file or directory
  1135. [ 351.992699] init: cannot execve('/system/bin/sh'): No such file or directory
  1136. [ 354.886804] init: ubuntu-location-service main process (1930) killed by SEGV signal
  1137. [ 354.886893] init: ubuntu-location-service main process ended, respawning
  1138. [ 356.074748] init: cannot execve('/system/bin/sh'): No such file or directory
  1139. [ 361.119627] init: cannot execve('/system/bin/sh'): No such file or directory
  1140. [ 362.056020] init: powerd main process (1939) killed by SEGV signal
  1141. [ 362.056107] init: powerd main process ended, respawning
  1142. [ 366.541509] init: cannot execve('/system/bin/sh'): No such file or directory
  1143. [ 368.862278] init: ubuntu-location-service main process (1956) killed by SEGV signal
  1144. [ 368.862509] init: ubuntu-location-service main process ended, respawning
  1145. [ 372.002398] init: cannot execve('/system/bin/sh'): No such file or directory
  1146. [ 377.049324] init: cannot execve('/system/bin/sh'): No such file or directory
  1147. [ 382.098169] init: cannot execve('/system/bin/sh'): No such file or directory
  1148. [ 382.433679] init: ubuntu-location-service main process (1976) killed by SEGV signal
  1149. [ 382.433765] init: ubuntu-location-service main process ended, respawning
  1150. [ 383.790794] init: powerd main process (1962) killed by SEGV signal
  1151. [ 383.790881] init: powerd main process ended, respawning
  1152. [ 387.275871] init: cannot execve('/system/bin/sh'): No such file or directory
  1153. [ 392.322724] init: cannot execve('/system/bin/sh'): No such file or directory
  1154. [ 396.355184] init: powerd main process (1994) killed by SEGV signal
  1155. [ 396.355290] init: powerd main process ended, respawning
  1156. [ 397.695823] init: cannot execve('/system/bin/sh'): No such file or directory
  1157. [ 402.341659] init: ubuntu-location-service main process (1990) killed by SEGV signal
  1158. [ 402.341751] init: ubuntu-location-service main process ended, respawning
  1159. [ 402.479378] init: cannot execve('/system/bin/sh'): No such file or directory
  1160. [ 407.543421] init: cannot execve('/system/bin/sh'): No such file or directory
  1161. [ 412.590342] init: cannot execve('/system/bin/sh'): No such file or directory
  1162. [ 415.490252] init: ubuntu-location-service main process (2026) killed by SEGV signal
  1163. [ 415.490340] init: ubuntu-location-service main process ended, respawning
  1164. [ 416.649959] init: powerd main process (2012) killed by SEGV signal
  1165. [ 416.650044] init: powerd main process ended, respawning
  1166. [ 417.931400] init: cannot execve('/system/bin/sh'): No such file or directory
  1167. root@ubuntu-phablet:/android/system/bin#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement