Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.64 KB | None | 0 0
  1. U-Boot SPL 2022.04 (Nov 22 2022 - 14:33:02 +0530)
  2. Trying to boot from MMC1
  3.  
  4.  
  5. U-Boot 2022.04 (Nov 22 2022 - 14:33:02 +0530)
  6.  
  7. CPU : AM335X-GP rev 2.1
  8. Model: TI AM335x BeagleBone Black
  9. DRAM: 512 MiB
  10. Reset Source: Power-on reset has occurred.
  11. RTC 32KCLK Source: External.
  12. Core: 150 devices, 14 uclasses, devicetree: separate
  13. WDT: Started wdt@44e35000 with servicing (60s timeout)
  14. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  15. Loading Environment from EXT4...
  16. ** Unable to use mmc 0:1 for loading the env **
  17. Board: BeagleBone Black
  18. <ethaddr> not set. Validating first E-fuse MAC
  19. BeagleBone Black:
  20. BeagleBone Cape EEPROM: no EEPROM at address: 0x54
  21. BeagleBone Cape EEPROM: no EEPROM at address: 0x55
  22. BeagleBone Cape EEPROM: no EEPROM at address: 0x56
  23. BeagleBone Cape EEPROM: no EEPROM at address: 0x57
  24. Net: eth2: ethernet@4a100000, eth3: usb_ether
  25. Press SPACE to abort autoboot in 0 seconds
  26. board_name=[A335BNLT] ...
  27. board_rev=[00C0] ...
  28. switch to partitions #0, OK
  29. mmc0 is current device
  30. SD/MMC found on device 0
  31. Couldn't find partition 0:2 0x82000000
  32. Can't set block device
  33. Couldn't find partition 0:2 0x82000000
  34. Can't set block device
  35. switch to partitions #0, OK
  36. mmc0 is current device
  37. Scanning mmc 0:1...
  38. libfdt fdt_check_header(): FDT_ERR_BADMAGIC
  39. Scanning disk mmc@48060000.blk...
  40. Scanning disk mmc@481d8000.blk...
  41. Found 4 disks
  42. No EFI system partition
  43. BootOrder not defined
  44. EFI boot manager: Cannot load any image
  45. gpio: pin 56 (gpio 56) value is 0
  46. gpio: pin 55 (gpio 55) value is 0
  47. gpio: pin 54 (gpio 54) value is 0
  48. gpio: pin 53 (gpio 53) value is 1
  49. switch to partitions #0, OK
  50. mmc0 is current device
  51. gpio: pin 54 (gpio 54) value is 1
  52. Checking for: /uEnv.txt ...
  53. Checking for: /boot/uEnv.txt ...
  54. gpio: pin 55 (gpio 55) value is 1
  55. 209 bytes read in 3 ms (67.4 KiB/s)
  56. Loaded environment from /boot/uEnv.txt
  57. Checking if uname_r is set in /boot/uEnv.txt...
  58. gpio: pin 56 (gpio 56) value is 1
  59. Running uname_boot ...
  60. loading /boot/vmlinuz-5.10.153 ...
  61. 9249280 bytes read in 587 ms (15 MiB/s)
  62. debug: [enable_uboot_overlays=1] ...
  63. debug: [enable_uboot_cape_universal=] ...
  64. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot.dtb] ...
  65. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot.dtb] ...
  66. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot.dtb ...
  67. loading /boot/dtbs/5.10.153/am335x-boneblack-uboot.dtb ...
  68. 92146 bytes read in 10 ms (8.8 MiB/s)
  69. Found 0 extension board(s).
  70. uboot_overlays: [fdt_buffer=0x60000] ...
  71. uboot_overlays: uboot loading of [BB-ADC-00A0.dtbo] disabled by /boot/uEnv.txt [disable_uboot_overlay_adc=1]...
  72. uboot_overlays: loading /boot/overlays/BB-BONE-LCD4-01-00A1.dtbo ...
  73. 6744 bytes read in 5 ms (1.3 MiB/s)
  74. uboot_overlays: unable to find [mmc 0:2 BB-BONE-eMMC1-01-00A0.dtbo]...
  75. uboot_overlays: uboot loading of [BB-HDMI-TDA998x-00A0.dtbo] disabled by /boot/uEnv.txt [disable_uboot_overlay_video=1]...
  76. debug: [console=ttyS0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait] ...
  77. debug: [bootz 0x82000000 - 88000000] ...
  78. Kernel image @ 0x82000000 [ 0x000000 - 0x8d2200 ]
  79. ## Flattened Device Tree blob at 88000000
  80. Booting using the fdt blob at 0x88000000
  81. Loading Device Tree to 8ff85000, end 8fffffff ... OK
  82.  
  83. Starting kernel ...
  84.  
  85. [ 0.000000] Booting Linux on physical CPU 0x0
  86. [ 0.000000] Linux version 5.10.153 (n@nikhil) (arm-linux-gnueabihf-gcc (GCC) 10.2.1 20210407 [releases/gcc-10 revision bab1d20e09d385f2b92d066cd11971e200b0a18a], GNU ld (Linaro_Binutils-2021.04) 2.35.2.20210110) #1 SMP PREEMPT Tue Nov 22 14:35:07 IST
  87. 2022
  88. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  89. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  90. [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
  91. [ 0.000000] Memory policy: Data cache writeback
  92. [ 0.000000] efi: UEFI not found.
  93. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  94. [ 0.000000] Zone ranges:
  95. [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fefffff]
  96. [ 0.000000] HighMem empty
  97. [ 0.000000] Movable zone start for each node
  98. [ 0.000000] Early memory node ranges
  99. [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fefffff]
  100. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fefffff]
  101. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  102. [ 0.000000] AM335X ES2.1 (sgx neon)
  103. [ 0.000000] percpu: Embedded 21 pages/cpu s54220 r8192 d23604 u86016
  104. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129666
  105. [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
  106. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  107. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  108. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  109. [ 0.000000] Memory: 447176K/523264K available (14336K kernel code, 1595K rwdata, 3572K rodata, 1024K init, 370K bss, 26936K reserved, 49152K cma-reserved, 0K highmem)
  110. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  111. [ 0.000000] ftrace: allocating 44770 entries in 132 pages
  112. [ 0.000000] ftrace: allocated 132 pages with 2 groups
  113. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  114. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  115. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  116. [ 0.000000] Rude variant of Tasks RCU enabled.
  117. [ 0.000000] Tracing variant of Tasks RCU enabled.
  118. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  119. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  120. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  121. [ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
  122. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
  123. [ 0.000010] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  124. [ 0.000030] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  125. [ 0.000432] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
  126. [ 0.001760] Console: colour dummy device 80x30
  127. [ 0.001854] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  128. [ 0.048496] pid_max: default: 32768 minimum: 301
  129. [ 0.049161] LSM: Security Framework initializing
  130. [ 0.049294] Yama: becoming mindful.
  131. [ 0.049563] AppArmor: AppArmor initialized
  132. [ 0.049587] TOMOYO Linux initialized
  133. [ 0.049806] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  134. [ 0.049827] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  135. [ 0.051590] CPU: Testing write buffer coherency: ok
  136. [ 0.051685] CPU0: Spectre v2: using BPIALL workaround
  137. [ 0.073176] Setting up static identity map for 0x80100000 - 0x80100060
  138. [ 0.080521] rcu: Hierarchical SRCU implementation.
  139. [ 0.089699] EFI services will not be available.
  140. [ 0.096524] smp: Bringing up secondary CPUs ...
  141. [ 0.096550] smp: Brought up 1 node, 1 CPU
  142. [ 0.096563] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  143. [ 0.096575] CPU: All CPU(s) started in SVC mode.
  144. [ 0.097533] devtmpfs: initialized
  145. [ 0.124774] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  146. [ 0.125349] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  147. [ 0.125385] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
  148. [ 0.129560] pinctrl core: initialized pinctrl subsystem
  149. [ 0.131925] NET: Registered protocol family 16
  150. [ 0.139914] DMA: preallocated 256 KiB pool for atomic coherent allocations
  151. [ 0.140647] audit: initializing netlink subsys (disabled)
  152. [ 0.142105] thermal_sys: Registered thermal governor 'fair_share'
  153. [ 0.142119] thermal_sys: Registered thermal governor 'bang_bang'
  154. [ 0.142137] thermal_sys: Registered thermal governor 'step_wise'
  155. [ 0.142667] cpuidle: using governor menu
  156. [ 0.148594] audit: type=2000 audit(0.140:1): state=initialized audit_enabled=0 res=1
  157. [ 0.184893] hw-breakpoint: debug architecture 0x4 unsupported.
  158. [ 0.198569] Kprobes globally optimized
  159. [ 0.224865] raid6: skip pq benchmark and using algorithm neonx8
  160. [ 0.224901] raid6: using neon recovery algorithm
  161. [ 0.228622] iommu: Default domain type: Translated
  162. [ 0.230616] SCSI subsystem initialized
  163. [ 0.231082] usbcore: registered new interface driver usbfs
  164. [ 0.231158] usbcore: registered new interface driver hub
  165. [ 0.231226] usbcore: registered new device driver usb
  166. [ 0.231831] pps_core: LinuxPPS API ver. 1 registered
  167. [ 0.231849] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  168. [ 0.231880] PTP clock support registered
  169. [ 0.233249] Advanced Linux Sound Architecture Driver Initialized.
  170. [ 0.234210] NetLabel: Initializing
  171. [ 0.234232] NetLabel: domain hash size = 128
  172. [ 0.234243] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  173. [ 0.234343] NetLabel: unlabeled traffic allowed by default
  174. [ 0.235503] clocksource: Switched to clocksource dmtimer
  175. [ 1.304766] VFS: Disk quotas dquot_6.6.0
  176. [ 1.304928] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  177. [ 1.306297] AppArmor: AppArmor Filesystem Enabled
  178. [ 1.320723] NET: Registered protocol family 2
  179. [ 1.321053] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  180. [ 1.322699] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  181. [ 1.322829] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  182. [ 1.322883] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
  183. [ 1.322948] TCP: Hash tables configured (established 4096 bind 4096)
  184. [ 1.323121] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  185. [ 1.323154] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  186. [ 1.323458] NET: Registered protocol family 1
  187. [ 1.337153] RPC: Registered named UNIX socket transport module.
  188. [ 1.337180] RPC: Registered udp transport module.
  189. [ 1.337191] RPC: Registered tcp transport module.
  190. [ 1.337201] RPC: Registered tcp NFSv4.1 backchannel transport module.
  191. [ 1.337221] NET: Registered protocol family 44
  192. [ 1.340389] Initialise system trusted keyrings
  193. [ 1.340951] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  194. [ 1.349787] zbud: loaded
  195. [ 1.358356] NFS: Registering the id_resolver key type
  196. [ 1.358469] Key type id_resolver registered
  197. [ 1.358483] Key type id_legacy registered
  198. [ 1.358711] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  199. [ 1.358730] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  200. [ 1.359171] fuse: init (API version 7.32)
  201. [ 1.452448] xor: automatically using best checksumming function neon
  202. [ 1.452484] Key type asymmetric registered
  203. [ 1.452498] Asymmetric key parser 'x509' registered
  204. [ 1.452591] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  205. [ 1.457062] io scheduler mq-deadline registered
  206. [ 1.462031] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  207. [ 1.467223] l3-aon-clkctrl:0000:0: failed to disable
  208. [ 1.469036] pwm-backlight backlight: supply power not found, using dummy regulator
  209. [ 1.473596] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  210. [ 1.484612] CAN device driver interface
  211. [ 1.485410] usbcore: registered new interface driver smsc95xx
  212. [ 1.490312] usbcore: registered new interface driver uas
  213. [ 1.490401] usbcore: registered new interface driver usb-storage
  214. [ 1.490449] usbcore: registered new interface driver ums-alauda
  215. [ 1.490495] usbcore: registered new interface driver ums-cypress
  216. [ 1.490539] usbcore: registered new interface driver ums-datafab
  217. [ 1.490639] usbcore: registered new interface driver ums_eneub6250
  218. [ 1.490691] usbcore: registered new interface driver ums-freecom
  219. [ 1.490737] usbcore: registered new interface driver ums-isd200
  220. [ 1.490781] usbcore: registered new interface driver ums-jumpshot
  221. [ 1.490824] usbcore: registered new interface driver ums-karma
  222. [ 1.490868] usbcore: registered new interface driver ums-onetouch
  223. [ 1.490929] usbcore: registered new interface driver ums-realtek
  224. [ 1.490973] usbcore: registered new interface driver ums-sddr09
  225. [ 1.491016] usbcore: registered new interface driver ums-sddr55
  226. [ 1.491061] usbcore: registered new interface driver ums-usbat
  227. [ 1.493654] i2c /dev entries driver
  228. [ 1.493894] Driver for 1-wire Dallas network protocol.
  229. [ 1.495415] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  230. [ 1.495435] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
  231. [ 1.496853] cpuidle: enable-method property 'ti,am3352' found operations
  232. [ 1.497770] sdhci: Secure Digital Host Controller Interface driver
  233. [ 1.497789] sdhci: Copyright(c) Pierre Ossman
  234. [ 1.497986] sdhci-pltfm: SDHCI platform and OF driver helper
  235. [ 1.498457] ledtrig-cpu: registered to indicate activity on CPUs
  236. [ 1.499224] hid: raw HID events driver (C) Jiri Kosina
  237. [ 1.499767] usbcore: registered new interface driver usbhid
  238. [ 1.499784] usbhid: USB HID core driver
  239. [ 1.501901] drop_monitor: Initializing network drop monitor service
  240. [ 1.503234] NET: Registered protocol family 10
  241. [ 1.517994] Segment Routing with IPv6
  242. [ 1.518214] mip6: Mobile IPv6
  243. [ 1.518240] NET: Registered protocol family 17
  244. [ 1.518275] can: controller area network core
  245. [ 1.518405] NET: Registered protocol family 29
  246. [ 1.523067] Key type dns_resolver registered
  247. [ 1.523093] mpls_gso: MPLS GSO support
  248. [ 1.523279] ThumbEE CPU extension supported.
  249. [ 1.523310] Registering SWP/SWPB emulation handler
  250. [ 1.523326] omap_voltage_late_init: Voltage driver support not added
  251. [ 1.523833] PM: Cannot get wkup_m3_ipc handle
  252. [ 1.524696] registered taskstats version 1
  253. [ 1.524729] Loading compiled-in X.509 certificates
  254. [ 1.524890] zswap: loaded using pool lzo/zbud
  255. [ 1.530102] Key type ._fscrypt registered
  256. [ 1.530129] Key type .fscrypt registered
  257. [ 1.530140] Key type fscrypt-provisioning registered
  258. [ 1.535089] Btrfs loaded, crc32c=crc32c-generic
  259. [ 1.535393] AppArmor: AppArmor sha1 policy hashing enabled
  260. [ 1.589266] wkup_m3_rproc 44d00000.cpu: Platform data missing!
  261. [ 1.629844] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517
  262. [ 1.702712] input: ti-tsc as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input0
  263. [ 1.751126] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  264. [ 1.795661] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
  265. [ 1.817141] ti-sysc: probe of 44e31000.target-module failed with error -16
  266. [ 1.839833] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  267. [ 1.862558] omap_rtc 44e3e000.rtc: registered as rtc0
  268. [ 1.862648] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
  269. [ 1.882875] ti-sysc: probe of 48040000.target-module failed with error -16
  270. [ 1.908359] OMAP GPIO hardware version 0.1
  271. [ 1.920838] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  272. [ 1.929162] at24 2-0054: supply vcc not found, using dummy regulator
  273. [ 1.959929] at24 2-0055: supply vcc not found, using dummy regulator
  274. [ 1.991771] at24 2-0056: supply vcc not found, using dummy regulator
  275. [ 2.022438] at24 2-0057: supply vcc not found, using dummy regulator
  276. [ 2.050895] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  277. [ 2.074992] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
  278. [ 2.075475] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
  279. [ 2.076969] tilcdc 4830e000.lcdc: no encoders/connectors found
  280. [ 2.080765] omap_rng 48310000.rng: Random Number Generator ver. 20
  281. [ 2.083994] random: crng init done
  282. [ 2.131563] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
  283. [ 2.134122] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  284. [ 2.134640] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
  285. [ 2.134659] cpsw 4a100000.ethernet: ALE Table size 1024
  286. [ 2.134788] cpsw 4a100000.ethernet: cpts: overflow check period 1250 (jiffies)
  287. [ 2.134869] cpsw 4a100000.ethernet: Detected MACID = a0:f6:fd:63:b1:99
  288. [ 2.156835] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
  289. [ 2.156889] edma 49000000.dma: TI EDMA DMA engine driver
  290. [ 2.168394] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
  291. [ 2.168816] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
  292. [ 2.182475] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
  293. [ 2.182842] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
  294. [ 2.218519] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  295. [ 2.219007] omap-sham 53100000.sham: will run requests pump with realtime priority
  296. [ 2.226609] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  297. [ 2.227182] omap-aes 53500000.aes: will run requests pump with realtime priority
  298. [ 2.235247] pwm-backlight backlight: supply power not found, using dummy regulator
  299. [ 2.240706] PM: Cannot get wkup_m3_ipc handle
  300. [ 2.243742] printk: console [ttyS0] disabled
  301. [ 2.243880] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 19, base_baud = 3000000) is a 8250
  302. [ 3.541328] printk: console [ttyS0] enabled
  303. [ 3.572404] tps65217-pmic: Failed to locate of_node [id: -1]
  304. [ 3.590188] tps65217-bl: Failed to locate of_node [id: -1]
  305. [ 3.598830] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
  306. [ 3.606342] input: tps65217_pwr_but as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input1
  307. [ 3.624990] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  308. [ 3.632403] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  309. [ 3.639721] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  310. [ 3.648716] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  311. [ 3.657510] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
  312. [ 3.666773] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
  313. [ 3.677083] sdhci-omap 48060000.mmc: Got CD GPIO
  314. [ 3.682095] OF: graph: no port node found in /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0
  315. [ 3.692643] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
  316. [ 3.703901] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
  317. [ 3.740191] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
  318. [ 3.757086] Console: switching to colour frame buffer device 60x34
  319. [ 3.789078] tilcdc 4830e000.lcdc: [drm] fb0: tilcdcdrmfb frame buffer device
  320. [ 3.809826] mmc0: new high speed SDHC card at address aaaa
  321. [ 3.816417] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
  322. [ 3.822603] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
  323. [ 3.830676] mmcblk0: mmc0:aaaa SS32G 29.7 GiB
  324. [ 3.835659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  325. [ 3.844097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  326. [ 3.851424] usb usb1: Product: MUSB HDRC host driver
  327. [ 3.856440] usb usb1: Manufacturer: Linux 5.10.153 musb-hcd
  328. [ 3.862061] usb usb1: SerialNumber: musb-hdrc.1
  329. [ 3.867883] hub 1-0:1.0: USB hub found
  330. [ 3.871835] hub 1-0:1.0: 1 port detected
  331. [ 3.881478] PM: Cannot get wkup_m3_ipc handle
  332. [ 3.886383] mmcblk0: p1 p2
  333. [ 3.890474] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  334. [ 3.899811] PM: Cannot get wkup_m3_ipc handle
  335. [ 3.904931] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  336. [ 3.912814] PM: Cannot get wkup_m3_ipc handle
  337. [ 3.917859] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  338. [ 3.928089] input: gpio-keys as /devices/platform/gpio-keys/input/input2
  339. [ 3.936597] PM: Cannot get wkup_m3_ipc handle
  340. [ 3.942825] ALSA device list:
  341. [ 3.946770] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  342. [ 3.953689] No soundcards found.
  343. [ 3.964006] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  344. [ 3.971687] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  345. [ 4.169746] EXT4-fs (mmcblk0p2): recovery complete
  346. [ 4.183315] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  347. [ 4.191677] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  348. [ 4.202191] devtmpfs: mounted
  349. [ 4.211328] Freeing unused kernel memory: 1024K
  350. [ 4.216688] Run /sbin/init as init process
  351. [ 4.239561] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
  352. [ 4.594937] systemd[1]: System time before build time, advancing clock.
  353. [ 4.672324] systemd[1]: systemd 250 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR -IMA -SMACK -SECCOMP -GCRYPT -GNUTLS +OPENSSL -ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QREN
  354. CODE -BZIP2 -LZ4 -XZ +ZLIB -ZSTD -BPF_FRAMEWORK -XKBCOMMON -UTMP -SYSVINIT default-hierarchy=unified)
  355. [ 4.704806] systemd[1]: Detected architecture arm.
  356.  
  357. Welcome to Buildroot 2022.11-rc2!
  358.  
  359. [ 4.731464] systemd[1]: Hostname set to <Beaglebone>.
  360. [ 5.860318] systemd[1]: Queued start job for default target Multi-User System.
  361. [ 5.880168] systemd[1]: Created slice Slice /system/modprobe.
  362. [ OK ] Created slice Slice /system/modprobe.
  363. [ 5.908036] systemd[1]: Created slice Slice /system/serial-getty.
  364. [ OK ] Created slice Slice /system/serial-getty.
  365. [ 5.935332] systemd[1]: Created slice User and Session Slice.
  366. [ OK ] Created slice User and Session Slice.
  367. [ 5.960854] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  368. [ OK ] Started Dispatch Password …ts to Console Directory Watch.
  369. [ 5.984626] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  370. [ OK ] Started Forward Password R…uests to Wall Directory Watch.
  371. [ 6.008301] systemd[1]: Reached target Local Encrypted Volumes.
  372. [ OK ] Reached target Local Encrypted Volumes.
  373. [ 6.032033] systemd[1]: Reached target Local Integrity Protected Volumes.
  374. [ OK ] Reached target Local Integrity Protected Volumes.
  375. [ 6.056230] systemd[1]: Reached target Path Units.
  376. [ OK ] Reached target Path Units.
  377. [ 6.076003] systemd[1]: Reached target Remote Encrypted Volumes.
  378. [ OK ] Reached target Remote Encrypted Volumes.
  379. [ 6.099929] systemd[1]: Reached target Remote File Systems.
  380. [ OK ] Reached target Remote File Systems.
  381. [ 6.123947] systemd[1]: Reached target Remote Verity Protected Volumes.
  382. [ OK ] Reached target Remote Verity Protected Volumes.
  383. [ 6.147997] systemd[1]: Reached target Slice Units.
  384. [ OK ] Reached target Slice Units.
  385. [ 6.168051] systemd[1]: Reached target Swaps.
  386. [ OK ] Reached target Swaps.
  387. [ 6.188128] systemd[1]: Reached target Local Verity Protected Volumes.
  388. [ OK ] Reached target Local Verity Protected Volumes.
  389. [ 6.212877] systemd[1]: Listening on Device-mapper event daemon FIFOs.
  390. [ OK ] Listening on Device-mapper event daemon FIFOs.
  391. [ 6.237909] systemd[1]: Listening on Journal Audit Socket.
  392. [ OK ] Listening on Journal Audit Socket.
  393. [ 6.261506] systemd[1]: Listening on Journal Socket (/dev/log).
  394. [ OK ] Listening on Journal Socket (/dev/log).
  395. [ 6.285542] systemd[1]: Listening on Journal Socket.
  396. [ OK ] Listening on Journal Socket.
  397. [ 6.309953] systemd[1]: Listening on udev Control Socket.
  398. [ OK ] Listening on udev Control Socket.
  399. [ 6.333195] systemd[1]: Listening on udev Kernel Socket.
  400. [ OK ] Listening on udev Kernel Socket.
  401. [ 6.357387] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
  402. [ 6.379967] systemd[1]: Mounting POSIX Message Queue File System...
  403. Mounting POSIX Message Queue File System...
  404. [ 6.421166] systemd[1]: Mounting Kernel Debug File System...
  405. Mounting Kernel Debug File System...
  406. [ 6.460922] systemd[1]: Mounting Kernel Trace File System...
  407. Mounting Kernel Trace File System...
  408. [ 6.500604] systemd[1]: Mounting Temporary Directory /tmp...
  409. Mounting Temporary Directory /tmp...
  410. [ 6.537518] systemd[1]: Starting Availability of block devices...
  411. Starting Availability of block devices...
  412. [ 6.568844] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/5.10.153/modules.devname).
  413. [ 6.603816] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
  414. Starting Monitoring of LVM…meventd or progress polling...
  415. [ 6.658327] systemd[1]: Starting Load Kernel Module configfs...
  416. Starting Load Kernel Module configfs...
  417. [ 6.721547] systemd[1]: Starting Load Kernel Module drm...
  418. Starting Load Kernel Module drm...
  419. [ 6.773441] systemd[1]: Starting Load Kernel Module fuse...
  420. Starting Load Kernel Module fuse...
  421. [ 6.813418] systemd[1]: Started Boot Process Profiler.
  422. [ OK ] Started Boot Process Profiler.
  423. [ 6.861094] systemd[1]: Starting File System Check on Root Device...
  424. Starting File System Check on Root Device...
  425. [ 6.945278] systemd[1]: Starting Journal Service...
  426. Starting Journal Service...
  427. [ 6.988723] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
  428. [ 7.100962] systemd[1]: Starting Generate network units from Kernel command line...
  429. Starting Generate network …ts from Kernel command line...
  430. [ 7.198093] systemd[1]: Starting Apply Kernel Variables...
  431. Starting Apply Kernel Variables...
  432. [ 7.278142] systemd[1]: Starting Create Static Device Nodes in /dev...
  433. Starting Create Static Device Nodes in /dev...
  434. [ 7.384918] systemd[1]: Starting Coldplug All udev Devices...
  435. Starting Coldplug All udev Devices...
  436. [ 7.593876] systemd[1]: Mounted POSIX Message Queue File System.
  437. [ OK ] Mounted POSIX Message Queue File System.
  438. [ 7.637816] systemd[1]: Mounted Kernel Debug File System.
  439. [ OK ] Mounted Kernel Debug File System.
  440. [ 7.677772] systemd[1]: Mounted Kernel Trace File System.
  441. [ OK ] Mounted Kernel Trace File System.
  442. [ 7.717832] systemd[1]: Mounted Temporary Directory /tmp.
  443. [ OK ] Mounted Temporary Directory /tmp.
  444. [ 7.764739] systemd[1]: Finished Availability of block devices.
  445. [ OK ] Finished Availability of block devices.
  446. [ 7.808140] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
  447. [ OK ] Finished Monitoring of LVM… dmeventd or progress polling.
  448. [ 7.871745] systemd[1]: modprobe@configfs.service: Deactivated successfully.
  449. [ 7.912226] systemd[1]: Finished Load Kernel Module configfs.
  450. [ OK ] Finished Load Kernel Module configfs.
  451. [ 7.964407] systemd[1]: modprobe@drm.service: Deactivated successfully.
  452. [ 7.998470] systemd[1]: Finished Load Kernel Module drm.
  453. [ OK ] Finished Load Kernel Module drm.
  454. [ 8.051828] systemd[1]: modprobe@fuse.service: Deactivated successfully.
  455. [ 8.088625] systemd[1]: Finished Load Kernel Module fuse.
  456. [ OK ] Finished Load Kernel Module fuse.
  457. [ 8.139916] systemd[1]: Finished File System Check on Root Device.
  458. [ OK ] Finished File System Check on Root Device.
  459. [ 8.177638] systemd[1]: Started Journal Service.
  460. [ OK ] Started Journal Service.
  461. [ OK ] Finished Generate network units from Kernel command line.
  462. [ OK ] Finished Apply Kernel Variables.
  463. [ OK ] Reached target Preparation for Network.
  464. Mounting FUSE Control File System...
  465. Mounting Kernel Configuration File System...
  466. Starting Remount Root and Kernel File Systems...
  467. [ OK ] Mounted FUSE Control File System.
  468. [ OK ] Mounted Kernel Configuration File System.
  469. [ 8.734349] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  470. [ OK ] Finished Remount Root and Kernel File Systems.
  471. [ OK ] Finished Create Static Device Nodes in /dev.
  472. [ OK ] Reached target Preparation for Local File Systems.
  473. [ OK ] Reached target Local File Systems.
  474. Starting Flush Journal to Persistent Storage...
  475. [ 9.011632] audit: type=1334 audit(1646984017.412:2): prog-id=6 op=LOAD
  476. [ 9.045534] audit: type=1334 audit(1646984017.432:3): prog-id=7 op=LOAD
  477. Every 1.0s: cat /proc/interrupts Beaglebone: Fri Mar 11 09:53:48 2022
  478.  
  479. CPU0
  480. 16: 8523 INTC 68 Level clockevent
  481. 17: 0 INTC 3 Level arm-pmu
  482. 18: 1 INTC 96 Level 44e07000.gpio
  483. 19: 443 INTC 72 Level 44e09000.serial
  484. 20: 186 INTC 70 Level 44e0b000.i2c
  485. 21: 2150 INTC 16 Level TI-am335x-tsc, TI-am335x-adc.1.auto
  486. 24: 0 INTC 75 Level rtc0
  487. tsc.0.auto/input/input0@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-t
  488. This program is for debugging only, it does not run any program
  489. specified by a RUN key. It may show incorrect results, because
  490. some values may be different, or not available at a simulation run.
  491.  
  492. Trying to open "/etc/systemd/hwdb/hwdb.bin"...
  493. Trying to open "/etc/udev/hwdb.bin"...
  494. Trying to open "/usr/lib/systemd/hwdb/hwdb.bin"...
  495. Trying to open "/usr/lib/udev/hwdb.bin"...
  496. === trie on-disk ===
  497. tool version: 250
  498. file size: 11346288 bytes
  499. header size 80 bytes
  500. strings 2410360 bytes
  501. nodes 8935848 bytes
  502. Load module index
  503. Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
  504. Found container virtualization none.
  505. Loaded timestamp for '/run/systemd/network'.
  506. Loaded timestamp for '/usr/lib/systemd/network'.
  507. Parsed configuration file /usr/lib/systemd/network/99-default.link
  508. Created link configuration context.
  509. Loaded timestamp for '/etc/udev/rules.d'.
  510. Loaded timestamp for '/usr/lib/udev/rules.d'.
  511. Reading rules file: /usr/lib/udev/rules.d/10-dm.rules
  512. Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
  513. Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
  514. Reading rules file: /etc/udev/rules.d/40-fusion.rules
  515. Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules
  516. Reading rules file: /usr/lib/udev/rules.d/60-autosuspend.rules
  517. Reading rules file: /usr/lib/udev/rules.d/60-block.rules
  518. Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
  519. Reading rules file: /usr/lib/udev/rules.d/60-drm.rules
  520. Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules
  521. Reading rules file: /usr/lib/udev/rules.d/60-fido-id.rules
  522. Reading rules file: /usr/lib/udev/rules.d/60-input-id.rules
  523. Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
  524. Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
  525. Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
  526. Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
  527. Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
  528. Reading rules file: /usr/lib/udev/rules.d/60-sensor.rules
  529. Reading rules file: /usr/lib/udev/rules.d/60-serial.rules
  530. Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules
  531. Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm.rules
  532. Reading rules file: /usr/lib/udev/rules.d/70-camera.rules
  533. Reading rules file: /usr/lib/udev/rules.d/70-joystick.rules
  534. Reading rules file: /usr/lib/udev/rules.d/70-memory.rules
  535. Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules
  536. Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules
  537. Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules
  538. Reading rules file: /usr/lib/udev/rules.d/71-seat.rules
  539. Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules
  540. Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules
  541. Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
  542. Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules
  543. Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules
  544. Reading rules file: /usr/lib/udev/rules.d/80-libinput-device-groups.rules
  545. Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules
  546. Reading rules file: /usr/lib/udev/rules.d/81-net-dhcp.rules
  547. Reading rules file: /usr/lib/udev/rules.d/90-libinput-fuzz-override.rules
  548. Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules
  549. Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
  550. Reading rules file: /etc/udev/rules.d/99-input.rules
  551. Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules
  552. input0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
  553. input0: hwdb modalias key: "input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw"
  554. input0: No entry found from hwdb.
  555. input0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
  556. input0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
  557. input0: capabilities/ev raw kernel attribute: b
  558. input0: capabilities/abs raw kernel attribute: 1000003
  559. input0: capabilities/rel raw kernel attribute: 0
  560. input0: capabilities/key raw kernel attribute: 400 0 0 0 0 0 0 0 0 0 0
  561. input0: properties raw kernel attribute: 2
  562. input0: test_key: checking bit block 0 for any keys; found=no
  563. input0: test_key: checking bit block 32 for any keys; found=no
  564. input0: test_key: checking bit block 64 for any keys; found=no
  565. input0: test_key: checking bit block 96 for any keys; found=no
  566. input0: test_key: checking bit block 128 for any keys; found=no
  567. input0: test_key: checking bit block 160 for any keys; found=no
  568. input0: test_key: checking bit block 192 for any keys; found=no
  569. input0: test_key: checking bit block 224 for any keys; found=no
  570. input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
  571. input0: hwdb modalias key: "input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw"
  572. input0: No entry found from hwdb.
  573. input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
  574. input0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
  575. input0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load '$env{MODALIAS}''
  576. input0: sd-device: Created db file '/run/udev/data/+input:input0' for '/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input0'
  577. DEVPATH=/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input0
  578. PRODUCT=0/0/0/0
  579. NAME="ti-tsc"
  580. PROP=2
  581. EV=b
  582. KEY=400 0 0 0 0 0 0 0 0 0 0
  583. ABS=1000003
  584. MODALIAS=input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw
  585. ACTION=add
  586. SUBSYSTEM=input
  587. TAGS=:seat:
  588. ID_INPUT=1
  589. ID_INPUT_TOUCHSCREEN=1
  590. ID_PATH=platform-TI-am335x-tsc.0.auto
  591. ID_PATH_TAG=platform-TI-am335x-tsc_0_auto
  592. CURRENT_TAGS=:seat:
  593. ID_FOR_SEAT=input-platform-TI-am335x-tsc_0_auto
  594. USEC_INITIALIZED=18277698
  595. run: 'kmod load 'input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw''
  596. Unload module index
  597. Unloaded link configuration context.
  598. #
  599. tsc.0.auto/input/input0@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-t
  600. This program is for debugging only, it does not run any program
  601. specified by a RUN key. It may show incorrect results, because
  602. some values may be different, or not available at a simulation run.
  603.  
  604. Trying to open "/etc/systemd/hwdb/hwdb.bin"...
  605. Trying to open "/etc/udev/hwdb.bin"...
  606. Trying to open "/usr/lib/systemd/hwdb/hwdb.bin"...
  607. Trying to open "/usr/lib/udev/hwdb.bin"...
  608. === trie on-disk ===
  609. tool version: 250
  610. file size: 11346288 bytes
  611. header size 80 bytes
  612. strings 2410360 bytes
  613. nodes 8935848 bytes
  614. Load module index
  615. Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
  616. Found container virtualization none.
  617. Loaded timestamp for '/run/systemd/network'.
  618. Loaded timestamp for '/usr/lib/systemd/network'.
  619. Parsed configuration file /usr/lib/systemd/network/99-default.link
  620. Created link configuration context.
  621. Loaded timestamp for '/etc/udev/rules.d'.
  622. Loaded timestamp for '/usr/lib/udev/rules.d'.
  623. Reading rules file: /usr/lib/udev/rules.d/10-dm.rules
  624. Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
  625. Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
  626. Reading rules file: /etc/udev/rules.d/40-fusion.rules
  627. Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules
  628.  
  629. Reading rules file: /usr/lib/udev/rules.d/60-autosuspend.rules
  630. Reading rules file: /usr/lib/udev/rules.d/60-block.rules
  631. Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules
  632. Reading rules file: /usr/lib/udev/rules.d/60-drm.rules
  633. Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules
  634. Reading rules file: /usr/lib/udev/rules.d/60-fido-id.rules
  635. Reading rules file: /usr/lib/udev/rules.d/60-input-id.rules
  636. Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules
  637. Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules
  638. Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules
  639. Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
  640. Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules
  641. Reading rules file: /usr/lib/udev/rules.d/60-sensor.rules
  642. Reading rules file: /usr/lib/udev/rules.d/60-serial.rules
  643. Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules
  644. Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm.rules
  645. Reading rules file: /usr/lib/udev/rules.d/70-camera.rules
  646. Reading rules file: /usr/lib/udev/rules.d/70-joystick.rules
  647. Reading rules file: /usr/lib/udev/rules.d/70-memory.rules
  648. Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules
  649. Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules
  650. Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules
  651. Reading rules file: /usr/lib/udev/rules.d/71-seat.rules
  652. Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules
  653. Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules
  654. Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules
  655. Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules
  656. Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules
  657. Reading rules file: /usr/lib/udev/rules.d/80-libinput-device-groups.rules
  658. Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules
  659. Reading rules file: /usr/lib/udev/rules.d/81-net-dhcp.rules
  660. Reading rules file: /usr/lib/udev/rules.d/90-libinput-fuzz-override.rules
  661. Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules
  662. Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
  663. Reading rules file: /etc/udev/rules.d/99-input.rules
  664. Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules
  665. input0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Importing properties from results of builtin command 'hwdb --subsystem=input'
  666. input0: hwdb modalias key: "input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw"
  667. input0: No entry found from hwdb.
  668. input0: /usr/lib/udev/rules.d/50-udev-default.rules:14 Failed to run builtin 'hwdb --subsystem=input': No data available
  669. input0: /usr/lib/udev/rules.d/60-input-id.rules:5 Importing properties from results of builtin command 'input_id'
  670. input0: capabilities/ev raw kernel attribute: b
  671. input0: capabilities/abs raw kernel attribute: 1000003
  672. input0: capabilities/rel raw kernel attribute: 0
  673. input0: capabilities/key raw kernel attribute: 400 0 0 0 0 0 0 0 0 0 0
  674. input0: properties raw kernel attribute: 2
  675. input0: test_key: checking bit block 0 for any keys; found=no
  676. input0: test_key: checking bit block 32 for any keys; found=no
  677. input0: test_key: checking bit block 64 for any keys; found=no
  678. input0: test_key: checking bit block 96 for any keys; found=no
  679. input0: test_key: checking bit block 128 for any keys; found=no
  680. input0: test_key: checking bit block 160 for any keys; found=no
  681. input0: test_key: checking bit block 192 for any keys; found=no
  682. input0: test_key: checking bit block 224 for any keys; found=no
  683. input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Importing properties from results of builtin command 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:'
  684. input0: hwdb modalias key: "input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw"
  685. input0: No entry found from hwdb.
  686. input0: /usr/lib/udev/rules.d/60-input-id.rules:6 Failed to run builtin 'hwdb --subsystem=input --lookup-prefix=id-input:modalias:': No data available
  687. input0: /usr/lib/udev/rules.d/60-persistent-input.rules:35 Importing properties from results of builtin command 'path_id'
  688. input0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load '$env{MODALIAS}''
  689. input0: sd-device: Created db file '/run/udev/data/+input:input0' for '/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input0'
  690. DEVPATH=/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input0
  691. PRODUCT=0/0/0/0
  692. NAME="ti-tsc"
  693. PROP=2
  694. EV=b
  695. KEY=400 0 0 0 0 0 0 0 0 0 0
  696. ABS=1000003
  697. MODALIAS=input:b0000
  698. v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw
  699. ACTION=add
  700. SUBSYSTEM=input
  701. TAGS=:seat:
  702. ID_INPUT=1
  703. ID_INPUT_TOUCHSCREEN=1
  704. ID_PATH=platform-TI-am335x-tsc.0.auto
  705. ID_PATH_TAG=platform-TI-am335x-tsc_0_auto
  706. CURRENT_TAGS=:seat:
  707. ID_FOR_SEAT=input-platform-TI-am335x-tsc_0_auto
  708. USEC_INITIALIZED=18277698
  709. run: 'kmod load 'input:b0000v0000p0000e0000-e0,1,3,k14A,ra0,1,18,mlsfw''
  710. Unload module index
  711. Unloaded link configuration context.
  712. #
  713. #
  714. #
  715. # uname -r
  716. 5.10.153
  717. #
  718. #
  719. # uname -a
  720. Linux Beaglebone 5.10.153 #1 SMP PREEMPT Tue Nov 22 14:35:07 IST 2022 armv7l GNU/Linux
  721. #
  722. #
  723. # ls -l /dev/input
  724. ls: /dev/input: No such file or directory
  725. #
  726. #
  727. # ls -l /sys/devices/platform/ocp/
  728. 44c00000.interconnect/ 50000000.target-module/
  729. 47400000.target-module/ 53100100.target-module/
  730. 478102fc.target-module/ 53500080.target-module/
  731. 47c00000.interconnect/ 5600fe00.target-module/
  732. 48000000.interconnect/ driver/
  733. 49000000.target-module/ driver_override
  734. 49800000.target-module/ modalias
  735. 49900000.target-module/ ocp:target-module@40300000/
  736. 49a00000.target-module/ of_node/
  737. 4a000000.interconnect/ power/
  738. 4b144400.interconnect/ subsystem/
  739. 4c000000.target-module/ uevent
  740. input0@200000/44e0d000.target-module/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/i
  741. total 0
  742. drwxr-xr-x 2 root root 0 Mar 11 09:53 capabilities
  743. lrwxrwxrwx 1 root root 0 Mar 11 10:13 device -> ../../../TI-am335x-tsc.0.auto
  744. drwxr-xr-x 2 root root 0 Mar 11 09:53 id
  745. -r--r--r-- 1 root root 4096 Mar 11 10:13 modalias
  746. -r--r--r-- 1 root root 4096 Mar 11 09:53 name
  747. -r--r--r-- 1 root root 4096 Mar 11 10:13 phys
  748. drwxr-xr-x 2 root root 0 Mar 11 10:13 power
  749. -r--r--r-- 1 root root 4096 Mar 11 09:53 properties
  750. lrwxrwxrwx 1 root root 0 Mar 11 07:33 subsystem -> ../../../../../../../../../../class/input
  751. -rw-r--r-- 1 root root 4096 Mar 11 07:33 uevent
  752. -r--r--r-- 1 root root 4096 Mar 11 10:13 uniq
  753. #
  754.  
  755.  
  756.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement