kemo_2001

Untitled

Dec 29th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. U-Boot 2019.04-00002-g31a8ae0206 (May 13 2020 - 09:26:17 -0500), Build: jenkins-github_Bootloader-Builder-139
  2.  
  3. CPU : AM335X-GP rev 2.1
  4. I2C: ready
  5. DRAM: 512 MiB
  6. No match for driver 'omap_hsmmc'
  7. No match for driver 'omap_hsmmc'
  8. Some drivers were not found
  9. Reset Source: Global external warm reset has occurred.
  10. Reset Source: Power-on reset has occurred.
  11. RTC 32KCLK Source: External.
  12. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  13. Loading Environment from EXT4...
  14. ** Unable to use mmc 0:1 for loading the env **
  15. Board: BeagleBone Black
  16. <ethaddr> not set. Validating first E-fuse MAC
  17. BeagleBone Black:
  18. BeagleBone: cape eeprom: i2c_probe: 0x54:
  19. BeagleBone: cape eeprom: i2c_probe: 0x55:
  20. BeagleBone: cape eeprom: i2c_probe: 0x56:
  21. BeagleBone: cape eeprom: i2c_probe: 0x57:
  22. Net: eth0: MII MODE
  23. cpsw, usb_ether
  24. Press SPACE to abort autoboot in 0 seconds
  25. board_name=[A335BNLT] ...
  26. board_rev=[00C0] ...
  27. switch to partitions #0, OK
  28. mmc0 is current device
  29. SD/MMC found on device 0
  30. switch to partitions #0, OK
  31. mmc0 is current device
  32. Scanning mmc 0:1...
  33. Found /extlinux/extlinux.conf
  34. Retrieving file: /extlinux/extlinux.conf
  35. 211 bytes read in 3 ms (68.4 KiB/s)
  36. 1: Poky (Yocto Project Reference Distro)
  37. Retrieving file: /extlinux/../zImage
  38. 12587520 bytes read in 789 ms (15.2 MiB/s)
  39. append: root=/dev/sda2 rootwait rw earlycon console=ttyO0,115200n8,115200
  40. Retrieving file: /extlinux/../am335x-boneblack.dtb
  41. 97877 bytes read in 10 ms (9.3 MiB/s)
  42. ## Flattened Device Tree blob at 88000000
  43. Booting using the fdt blob at 0x88000000
  44. Loading Device Tree to 8ffe5000, end 8ffffe54 ... OK
  45.  
  46. Starting kernel ...
  47.  
  48. [ 0.000000] Booting Linux on physical CPU 0x0
  49. [ 0.000000] Linux version 6.1.46+ (oe-user@oe-host) (arm-poky-linux-gnueabi-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Nov 30 20:39:36 UTC 2023
  50. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  51. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  52. [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
  53. [ 0.000000] earlycon: omap8250 at MMIO 0x44e09000 (options '')
  54. [ 0.000000] printk: bootconsole [omap8250] enabled
  55. [ 0.000000] Memory policy: Data cache writeback
  56. [ 0.000000] efi: UEFI not found.
  57. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  58. [ 0.000000] Zone ranges:
  59. [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff]
  60. [ 0.000000] HighMem empty
  61. [ 0.000000] Movable zone start for each node
  62. [ 0.000000] Early memory node ranges
  63. [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff]
  64. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
  65. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  66. [ 0.000000] AM335X ES2.1 (sgx neon)
  67. [ 0.000000] percpu: Embedded 18 pages/cpu s41428 r8192 d24108 u73728
  68. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
  69. [ 0.000000] Kernel command line: root=/dev/sda2 rootwait rw earlycon console=ttyO0,115200n8,115200
  70. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  71. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  72. [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
  73. [ 0.000000] Memory: 443924K/522240K available (15360K kernel code, 1685K rwdata, 4476K rodata, 1024K init, 457K bss, 29164K reserved, 49152K cma-reserved, 0K highmem)
  74. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  75. [ 0.000000] ftrace: allocating 50429 entries in 148 pages
  76. [ 0.000000] ftrace: allocated 148 pages with 3 groups
  77. [ 0.000000] trace event string verifier disabled
  78. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  79. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  80. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  81. [ 0.000000] Rude variant of Tasks RCU enabled.
  82. [ 0.000000] Tracing variant of Tasks RCU enabled.
  83. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  84. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  85. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  86. [ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
  87. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  88. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
  89. [ 0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  90. [ 0.008065] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  91. [ 0.018001] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
  92. [ 0.029317] Console: colour dummy device 80x30
  93. [ 0.034012] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  94. [ 0.040746] This ensures that you still see kernel messages. Please
  95. [ 0.047205] update your kernel commandline.
  96. [ 0.051569] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  97. [ 0.074481] CPU: Testing write buffer coherency: ok
  98. [ 0.079593] CPU0: Spectre v2: using BPIALL workaround
  99. [ 0.084806] pid_max: default: 32768 minimum: 301
  100. [ 0.090011] LSM: Security Framework initializing
  101. [ 0.094907] landlock: Up and running.
  102. [ 0.098693] Yama: becoming mindful.
  103. [ 0.102590] AppArmor: AppArmor initialized
  104. [ 0.106845] TOMOYO Linux initialized
  105. [ 0.110582] LSM support for eBPF active
  106. [ 0.114802] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  107. [ 0.122361] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  108. [ 0.134070] cblist_init_generic: Setting adjustable number of callback queues.
  109. [ 0.141615] cblist_init_generic: Setting shift to 0 and lim to 1.
  110. [ 0.148132] cblist_init_generic: Setting adjustable number of callback queues.
  111. [ 0.155608] cblist_init_generic: Setting shift to 0 and lim to 1.
  112. [ 0.162093] cblist_init_generic: Setting adjustable number of callback queues.
  113. [ 0.169568] cblist_init_generic: Setting shift to 0 and lim to 1.
  114. [ 0.176110] Setting up static identity map for 0x80100000 - 0x80100060
  115. [ 0.183092] rcu: Hierarchical SRCU implementation.
  116. [ 0.188065] rcu: Max phase no-delay instances is 1000.
  117. [ 0.195075] EFI services will not be available.
  118. [ 0.200668] smp: Bringing up secondary CPUs ...
  119. [ 0.205410] smp: Brought up 1 node, 1 CPU
  120. [ 0.209563] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  121. [ 0.216027] CPU: All CPU(s) started in SVC mode.
  122. [ 0.221818] devtmpfs: initialized
  123. [ 0.248343] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  124. [ 0.256815] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  125. [ 0.266918] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
  126. [ 0.279111] pinctrl core: initialized pinctrl subsystem
  127. [ 0.285862] DMI not present or invalid.
  128. [ 0.290828] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  129. [ 0.305683] DMA: preallocated 256 KiB pool for atomic coherent allocations
  130. [ 0.313393] audit: initializing netlink subsys (disabled)
  131. [ 0.320524] thermal_sys: Registered thermal governor 'fair_share'
  132. [ 0.320546] thermal_sys: Registered thermal governor 'bang_bang'
  133. [ 0.326888] audit: type=2000 audit(0.228:1): state=initialized audit_enabled=0 res=1
  134. [ 0.341075] thermal_sys: Registered thermal governor 'step_wise'
  135. [ 0.341083] thermal_sys: Registered thermal governor 'user_space'
  136. [ 0.347279] thermal_sys: Registered thermal governor 'power_allocator'
  137. [ 0.353709] cpuidle: using governor ladder
  138. [ 0.364716] cpuidle: using governor menu
  139. [ 0.386350] hw-breakpoint: debug architecture 0x4 unsupported.
  140. [ 0.406483] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
  141. [ 0.436359] raid6: skipped pq benchmark and selected neonx8
  142. [ 0.442207] raid6: using neon recovery algorithm
  143. [ 0.460096] iommu: Default domain type: Translated
  144. [ 0.465191] iommu: DMA domain TLB invalidation policy: strict mode
  145. [ 0.481726] SCSI subsystem initialized
  146. [ 0.492953] usbcore: registered new interface driver usbfs
  147. [ 0.504160] usbcore: registered new interface driver hub
  148. [ 0.516092] usbcore: registered new device driver usb
  149. [ 0.528757] pps_core: LinuxPPS API ver. 1 registered
  150. [ 0.540020] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  151. [ 0.556049] PTP clock support registered
  152. [ 0.569450] NetLabel: Initializing
  153. [ 0.580019] NetLabel: domain hash size = 128
  154. [ 0.584528] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  155. [ 0.596159] NetLabel: unlabeled traffic allowed by default
  156. [ 0.612707] clocksource: Switched to clocksource dmtimer
  157. [ 0.626067] VFS: Disk quotas dquot_6.6.0
  158. [ 0.636883] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  159. [ 0.648979] FS-Cache: Loaded
  160. [ 0.656830] CacheFiles: Loaded
  161. [ 0.665224] AppArmor: AppArmor Filesystem Enabled
  162. [ 0.696472] NET: Registered PF_INET protocol family
  163. [ 0.709051] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  164. [ 0.726501] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  165. [ 0.744906] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  166. [ 0.760737] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  167. [ 0.776780] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  168. [ 0.792789] TCP: Hash tables configured (established 4096 bind 4096)
  169. [ 0.805063] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
  170. [ 0.820997] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  171. [ 0.836745] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  172. [ 0.849020] NET: Registered PF_UNIX/PF_LOCAL protocol family
  173. [ 0.865467] RPC: Registered named UNIX socket transport module.
  174. [ 0.876706] RPC: Registered udp transport module.
  175. [ 0.884701] RPC: Registered tcp transport module.
  176. [ 0.896709] RPC: Registered tcp NFSv4.1 backchannel transport module.
  177. [ 0.908722] NET: Registered PF_XDP protocol family
  178. [ 2.074528] Initialise system trusted keyrings
  179. [ 2.081408] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  180. [ 2.097885] zbud: loaded
  181. [ 2.105211] NFS: Registering the id_resolver key type
  182. [ 2.110591] Key type id_resolver registered
  183. [ 2.114929] Key type id_legacy registered
  184. [ 2.119258] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  185. [ 2.126194] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  186. [ 2.133900] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  187. [ 2.142261] fuse: init (API version 7.37)
  188. [ 2.240438] NET: Registered PF_ALG protocol family
  189. [ 2.245451] xor: measuring software checksum speed
  190. [ 2.258161] arm4regs : 1277 MB/sec
  191. [ 2.271006] 8regs : 1182 MB/sec
  192. [ 2.283849] 32regs : 1182 MB/sec
  193. [ 2.293873] neon : 1792 MB/sec
  194. [ 2.298372] xor: using function: neon (1792 MB/sec)
  195. [ 2.303418] Key type asymmetric registered
  196. [ 2.307652] Asymmetric key parser 'x509' registered
  197. [ 2.315316] alg: self-tests for CTR-KDF (hmac(sha256)) passed
  198. [ 2.321830] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  199. [ 2.329927] io scheduler mq-deadline registered
  200. [ 2.342237] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  201. [ 2.357534] SPI driver tps6594 has no spi_device_id for ti,tps6594-q1
  202. [ 2.364317] SPI driver tps6594 has no spi_device_id for ti,tps6593-q1
  203. [ 2.370990] SPI driver tps6594 has no spi_device_id for ti,lp8764-q1
  204. [ 2.381382] usbcore: registered new interface driver smsc95xx
  205. [ 2.391298] i2c_dev: i2c /dev entries driver
  206. [ 2.396038] Driver for 1-wire Dallas network protocol.
  207. [ 2.402579] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  208. [ 2.411327] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
  209. [ 2.420114] cpuidle: enable-method property 'ti,am3352' found operations
  210. [ 2.427855] sdhci: Secure Digital Host Controller Interface driver
  211. [ 2.434282] sdhci: Copyright(c) Pierre Ossman
  212. [ 2.438785] sdhci-pltfm: SDHCI platform and OF driver helper
  213. [ 2.445165] ledtrig-cpu: registered to indicate activity on CPUs
  214. [ 2.452055] hid: raw HID events driver (C) Jiri Kosina
  215. [ 2.458164] usbcore: registered new interface driver usbhid
  216. [ 2.463965] usbhid: USB HID core driver
  217. [ 2.470120] NET: Registered PF_INET6 protocol family
  218. [ 2.479917] Segment Routing with IPv6
  219. [ 2.484140] In-situ OAM (IOAM) with IPv6
  220. [ 2.488536] mip6: Mobile IPv6
  221. [ 2.491853] NET: Registered PF_PACKET protocol family
  222. [ 2.497523] Key type dns_resolver registered
  223. [ 2.502050] mpls_gso: MPLS GSO support
  224. [ 2.506127] ThumbEE CPU extension supported.
  225. [ 2.510571] Registering SWP/SWPB emulation handler
  226. [ 2.515523] omap_voltage_late_init: Voltage driver support not added
  227. [ 2.523586] registered taskstats version 1
  228. [ 2.528015] Loading compiled-in X.509 certificates
  229. [ 2.533884] zswap: loaded using pool lzo/zbud
  230. [ 2.539766] Key type .fscrypt registered
  231. [ 2.543973] Key type fscrypt-provisioning registered
  232. [ 2.558683] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
  233. [ 2.568381] Key type encrypted registered
  234. [ 2.572912] AppArmor: AppArmor sha1 policy hashing enabled
  235. [ 2.578771] ima: No TPM chip found, activating TPM-bypass!
  236. [ 2.584840] ima: Allocated hash algorithm: sha256
  237. [ 2.589839] ima: No architecture policies found
  238. [ 2.594704] evm: Initialising EVM extended attributes:
  239. [ 2.600025] evm: security.selinux
  240. [ 2.603464] evm: security.SMACK64 (disabled)
  241. [ 2.607872] evm: security.SMACK64EXEC (disabled)
  242. [ 2.612637] evm: security.SMACK64TRANSMUTE (disabled)
  243. [ 2.617902] evm: security.SMACK64MMAP (disabled)
  244. [ 2.622674] evm: security.apparmor
  245. [ 2.626188] evm: security.ima
  246. [ 2.629255] evm: security.capability
  247. [ 2.632946] evm: HMAC attrs: 0x1
  248. [ 2.679206] remoteproc remoteproc0: wkup_m3 is available
  249. [ 2.697628] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  250. [ 2.708997] ti-sysc: probe of 44e31000.target-module failed with error -16
  251. [ 2.719681] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  252. [ 2.729583] omap_rtc 44e3e000.rtc: already running
  253. [ 2.735997] omap_rtc 44e3e000.rtc: registered as rtc0
  254. [ 2.741316] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:21 UTC (946684821)
  255. [ 2.760822] ti-sysc: probe of 48040000.target-module failed with error -16
  256. [ 2.781810] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
  257. [ 2.791066] OMAP GPIO hardware version 0.1
  258. [ 2.801839] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  259. [ 2.814831] at24 2-0054: supply vcc not found, using dummy regulator
  260. [ 2.852636] at24 2-0055: supply vcc not found, using dummy regulator
  261. [ 2.888550] at24 2-0056: supply vcc not found, using dummy regulator
  262. [ 2.924521] at24 2-0057: supply vcc not found, using dummy regulator
  263. [ 2.960108] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  264. [ 2.971451] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
  265. [ 2.982943] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
  266. [ 2.997413] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
  267. [ 3.012513] platform 4830e000.lcdc: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70
  268. [ 3.026667] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
  269. [ 3.037603] omap_rng 48310000.rng: Random Number Generator ver. 20
  270. [ 3.044969] random: crng init done
  271. [ 3.100771] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
  272. [ 3.111030] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  273. [ 3.121164] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
  274. [ 3.128288] cpsw-switch 4a100000.switch: ALE Table size 1024
  275. [ 3.134344] cpsw-switch 4a100000.switch: cpts: overflow check period 1250 (jiffies)
  276. [ 3.142316] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
  277. [ 3.153739] cpsw-switch 4a100000.switch: Detected MACID = 98:f0:7b:1e:c0:76
  278. [ 3.162755] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
  279. [ 3.185715] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
  280. [ 3.193964] edma 49000000.dma: TI EDMA DMA engine driver
  281. [ 3.205887] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
  282. [ 3.214920] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
  283. [ 3.231595] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
  284. [ 3.240928] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
  285. [ 3.264142] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
  286. [ 3.269829] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
  287. [ 3.277792] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
  288. [ 3.286341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  289. [ 3.293793] usb usb1: Product: MUSB HDRC host driver
  290. [ 3.298916] usb usb1: Manufacturer: Linux 6.1.46+ musb-hcd
  291. [ 3.304577] usb usb1: SerialNumber: musb-hdrc.1
  292. [ 3.310231] hub 1-0:1.0: USB hub found
  293. [ 3.314284] hub 1-0:1.0: 1 port detected
  294. [ 3.340007] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  295. [ 3.346407] omap-sham 53100000.sham: will run requests pump with realtime priority
  296. [ 3.358412] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  297. [ 3.365116] omap-aes 53500000.aes: will run requests pump with realtime priority
  298. [ 3.379828] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  299. [ 3.393629] l3-aon-clkctrl:0000:0: failed to disable
  300. [ 3.402580] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
  301. [ 3.414122] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 41, base_baud = 3000000) is a 8250
  302. [ 3.423413] printk: console [ttyS0] enabled
  303. [ 3.423413] printk: console [ttyS0] enabled
  304. [ 3.432039] printk: bootconsole [omap8250] disabled
  305. [ 3.432039] printk: bootconsole [omap8250] disabled
  306. [ 3.469460] tps65217-pmic: Failed to locate of_node [id: -1]
  307. [ 3.486627] tps65217-bl: Failed to locate of_node [id: -1]
  308. [ 3.496168] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  309. [ 3.503495] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  310. [ 3.631535] tda998x 0-0070: found TDA19988
  311. [ 3.639899] tilcdc 4830e000.lcdc: bound 0-0070 (ops 0xc10be368)
  312. [ 3.647609] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
  313. [ 3.655632] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
  314. [ 3.662571] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
  315. [ 3.669411] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  316. [ 3.677742] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
  317. [ 3.688470] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
  318. [ 3.700584] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
  319. [ 3.707654] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
  320. [ 3.715417] sdhci-omap 48060000.mmc: Got CD GPIO
  321. [ 3.721239] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbut0
  322. [ 3.739596] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
  323. [ 3.750071] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
  324. [ 3.772745] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
  325. [ 3.793274] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
  326. [ 3.801864] Waiting for root device /dev/sda2...
  327. [ 3.836403] mmc1: new high speed MMC card at address 0001
  328. [ 3.843838] mmcblk1: mmc1:0001 M62704 3.56 GiB
  329. [ 3.852539] mmcblk1: p1
  330. [ 3.856619] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB
  331. [ 3.862048] mmc0: new high speed SDHC card at address b377
  332. [ 3.870553] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB
  333. [ 3.877138] mmcblk0: mmc0:b377 EZSD1 14.6 GiB
  334. [ 3.886868] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (242:0)
  335. [ 3.893441] mmcblk0: p1 p2
Advertisement
Add Comment
Please, Sign In to add comment