Advertisement
mr1989

Untitled

Jan 12th, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.38 KB | None | 0 0
  1. U-Boot SPL 2022.04 (Dec 21 2022 - 09:31:43 +0530)
  2. Trying to boot from MMC1
  3.  
  4.  
  5. U-Boot 2022.04 (Dec 21 2022 - 09:31:43 +0530)
  6.  
  7. CPU : AM335X-GP rev 2.1
  8. Model: TI AM335x BeagleBone Black
  9. DRAM: 512 MiB
  10. Reset Source: Global warm SW reset has occurred.
  11. Reset Source: Power-on reset has occurred.
  12. RTC 32KCLK Source: External.
  13. Core: 150 devices, 14 uclasses, devicetree: separate
  14. WDT: Started wdt@44e35000 with servicing (60s timeout)
  15. MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
  16. Loading Environment from EXT4...
  17. ** Unable to use mmc 0:1 for loading the env **
  18. Board: BeagleBone Black
  19. <ethaddr> not set. Validating first E-fuse MAC
  20. BeagleBone Black:
  21. BeagleBone Cape EEPROM: no EEPROM at address: 0x54
  22. BeagleBone Cape EEPROM: no EEPROM at address: 0x55
  23. BeagleBone Cape EEPROM: no EEPROM at address: 0x56
  24. BeagleBone Cape EEPROM: no EEPROM at address: 0x57
  25. Net: eth2: ethernet@4a100000, eth3: usb_ether
  26. Press SPACE to abort autoboot in 0 seconds
  27. board_name=[A335BNLT] ...
  28. board_rev=[00C0] ...
  29. switch to partitions #0, OK
  30. mmc0 is current device
  31. SD/MMC found on device 0
  32. Couldn't find partition 0:2 0x82000000
  33. Can't set block device
  34. Couldn't find partition 0:2 0x82000000
  35. Can't set block device
  36. switch to partitions #0, OK
  37. mmc0 is current device
  38. Scanning mmc 0:1...
  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. 240 bytes read in 3 ms (78.1 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. 9257472 bytes read in 586 ms (15.1 MiB/s)
  62. debug: [enable_uboot_overlays=1] ...
  63. debug: [enable_uboot_cape_universal=1] ...
  64. debug: [uboot_base_dtb_univ=am335x-boneblack-uboot-univ.dtb] ...
  65. uboot_overlays: [uboot_base_dtb=am335x-boneblack-uboot-univ.dtb] ...
  66. uboot_overlays: Switching too: dtb=am335x-boneblack-uboot-univ.dtb ...
  67. loading /boot/dtbs/5.10.153/am335x-boneblack-uboot-univ.dtb ...
  68. 199338 bytes read in 17 ms (11.2 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: unable to find [mmc 0:2 BB-BONE-eMMC1-01-00A0.dtbo]...
  73. uboot_overlays: uboot loading of [BB-HDMI-TDA998x-00A0.dtbo] disabled by /boot/uEnv.txt [disable_uboot_overlay_video=1]...
  74. debug: [console=ttyS0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait] ...
  75. debug: [bootz 0x82000000 - 88000000] ...
  76. Kernel image @ 0x82000000 [ 0x000000 - 0x8d4200 ]
  77. ## Flattened Device Tree blob at 88000000
  78. Booting using the fdt blob at 0x88000000
  79. Loading Device Tree to 8ffcc000, end 8ffffaa9 ... OK
  80.  
  81. Starting kernel ...
  82.  
  83. [ 0.000000] Booting Linux on physical CPU 0x0
  84. [ 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 Sun Jan 8 20:44:04 IST 3
  85. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  86. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  87. [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
  88. [ 0.000000] Memory policy: Data cache writeback
  89. [ 0.000000] efi: UEFI not found.
  90. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  91. [ 0.000000] Zone ranges:
  92. [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fefffff]
  93. [ 0.000000] HighMem empty
  94. [ 0.000000] Movable zone start for each node
  95. [ 0.000000] Early memory node ranges
  96. [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fefffff]
  97. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fefffff]
  98. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  99. [ 0.000000] AM335X ES2.1 (sgx neon)
  100. [ 0.000000] percpu: Embedded 21 pages/cpu s54220 r8192 d23604 u86016
  101. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129666
  102. [ 0.000000] Kernel command line: console=ttyS0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
  103. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  104. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  105. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  106. [ 0.000000] Memory: 446888K/523264K available (14336K kernel code, 1595K rwdata, 3572K rodata, 1024K init, 370K bss, 27224K reserved, 49152K cma-reserved, 0K highmem)
  107. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  108. [ 0.000000] ftrace: allocating 44793 entries in 132 pages
  109. [ 0.000000] ftrace: allocated 132 pages with 2 groups
  110. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  111. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  112. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  113. [ 0.000000] Rude variant of Tasks RCU enabled.
  114. [ 0.000000] Tracing variant of Tasks RCU enabled.
  115. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  116. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  117. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  118. [ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
  119. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
  120. [ 0.000011] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  121. [ 0.000032] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  122. [ 0.000462] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
  123. [ 0.002514] Console: colour dummy device 80x30
  124. [ 0.002616] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  125. [ 0.048528] pid_max: default: 32768 minimum: 301
  126. [ 0.049199] LSM: Security Framework initializing
  127. [ 0.049332] Yama: becoming mindful.
  128. [ 0.049599] AppArmor: AppArmor initialized
  129. [ 0.049622] TOMOYO Linux initialized
  130. [ 0.049845] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  131. [ 0.049865] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  132. [ 0.051623] CPU: Testing write buffer coherency: ok
  133. [ 0.051719] CPU0: Spectre v2: using BPIALL workaround
  134. [ 0.073195] Setting up static identity map for 0x80100000 - 0x80100060
  135. [ 0.080551] rcu: Hierarchical SRCU implementation.
  136. [ 0.089731] EFI services will not be available.
  137. [ 0.096553] smp: Bringing up secondary CPUs ...
  138. [ 0.096579] smp: Brought up 1 node, 1 CPU
  139. [ 0.096592] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  140. [ 0.096605] CPU: All CPU(s) started in SVC mode.
  141. [ 0.097564] devtmpfs: initialized
  142. [ 0.140881] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  143. [ 0.141447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  144. [ 0.141483] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
  145. [ 0.145616] pinctrl core: initialized pinctrl subsystem
  146. [ 0.148003] NET: Registered protocol family 16
  147. [ 0.155970] DMA: preallocated 256 KiB pool for atomic coherent allocations
  148. [ 0.156740] audit: initializing netlink subsys (disabled)
  149. [ 0.158186] thermal_sys: Registered thermal governor 'fair_share'
  150. [ 0.158199] thermal_sys: Registered thermal governor 'bang_bang'
  151. [ 0.158217] thermal_sys: Registered thermal governor 'step_wise'
  152. [ 0.159233] cpuidle: using governor menu
  153. [ 0.164617] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1
  154. [ 0.252626] hw-breakpoint: debug architecture 0x4 unsupported.
  155. [ 0.268142] Kprobes globally optimized
  156. [ 0.296982] raid6: skip pq benchmark and using algorithm neonx8
  157. [ 0.297017] raid6: using neon recovery algorithm
  158. [ 0.300627] iommu: Default domain type: Translated
  159. [ 0.303548] SCSI subsystem initialized
  160. [ 0.304030] usbcore: registered new interface driver usbfs
  161. [ 0.304109] usbcore: registered new interface driver hub
  162. [ 0.304180] usbcore: registered new device driver usb
  163. [ 0.304954] pps_core: LinuxPPS API ver. 1 registered
  164. [ 0.304976] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  165. [ 0.305006] PTP clock support registered
  166. [ 0.308890] Advanced Linux Sound Architecture Driver Initialized.
  167. [ 0.309931] NetLabel: Initializing
  168. [ 0.309952] NetLabel: domain hash size = 128
  169. [ 0.309962] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  170. [ 0.310061] NetLabel: unlabeled traffic allowed by default
  171. [ 0.311305] clocksource: Switched to clocksource dmtimer
  172. [ 1.380598] VFS: Disk quotas dquot_6.6.0
  173. [ 1.380761] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  174. [ 1.382125] AppArmor: AppArmor Filesystem Enabled
  175. [ 1.396732] NET: Registered protocol family 2
  176. [ 1.397034] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  177. [ 1.398700] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  178. [ 1.398829] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  179. [ 1.398881] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
  180. [ 1.398944] TCP: Hash tables configured (established 4096 bind 4096)
  181. [ 1.399114] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  182. [ 1.399149] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  183. [ 1.399557] NET: Registered protocol family 1
  184. [ 1.413179] RPC: Registered named UNIX socket transport module.
  185. [ 1.413206] RPC: Registered udp transport module.
  186. [ 1.413216] RPC: Registered tcp transport module.
  187. [ 1.413226] RPC: Registered tcp NFSv4.1 backchannel transport module.
  188. [ 1.413247] NET: Registered protocol family 44
  189. [ 1.416398] Initialise system trusted keyrings
  190. [ 1.417012] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  191. [ 1.425810] zbud: loaded
  192. [ 1.434470] NFS: Registering the id_resolver key type
  193. [ 1.434579] Key type id_resolver registered
  194. [ 1.434591] Key type id_legacy registered
  195. [ 1.434787] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  196. [ 1.434805] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  197. [ 1.435445] fuse: init (API version 7.32)
  198. [ 1.527127] xor: automatically using best checksumming function neon
  199. [ 1.527163] Key type asymmetric registered
  200. [ 1.527177] Asymmetric key parser 'x509' registered
  201. [ 1.527328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  202. [ 1.531774] io scheduler mq-deadline registered
  203. [ 1.536268] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  204. [ 1.541471] l3-aon-clkctrl:0000:0: failed to disable
  205. [ 1.545968] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  206. [ 1.556368] CAN device driver interface
  207. [ 1.557096] usbcore: registered new interface driver smsc95xx
  208. [ 1.561947] usbcore: registered new interface driver uas
  209. [ 1.562045] usbcore: registered new interface driver usb-storage
  210. [ 1.562094] usbcore: registered new interface driver ums-alauda
  211. [ 1.562173] usbcore: registered new interface driver ums-cypress
  212. [ 1.562221] usbcore: registered new interface driver ums-datafab
  213. [ 1.562265] usbcore: registered new interface driver ums_eneub6250
  214. [ 1.562310] usbcore: registered new interface driver ums-freecom
  215. [ 1.562354] usbcore: registered new interface driver ums-isd200
  216. [ 1.562397] usbcore: registered new interface driver ums-jumpshot
  217. [ 1.562443] usbcore: registered new interface driver ums-karma
  218. [ 1.562516] usbcore: registered new interface driver ums-onetouch
  219. [ 1.562581] usbcore: registered new interface driver ums-realtek
  220. [ 1.562628] usbcore: registered new interface driver ums-sddr09
  221. [ 1.562672] usbcore: registered new interface driver ums-sddr55
  222. [ 1.562716] usbcore: registered new interface driver ums-usbat
  223. [ 1.565255] i2c /dev entries driver
  224. [ 1.565482] Driver for 1-wire Dallas network protocol.
  225. [ 1.566988] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  226. [ 1.567008] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
  227. [ 1.568538] cpuidle: enable-method property 'ti,am3352' found operations
  228. [ 1.569427] sdhci: Secure Digital Host Controller Interface driver
  229. [ 1.569445] sdhci: Copyright(c) Pierre Ossman
  230. [ 1.569668] sdhci-pltfm: SDHCI platform and OF driver helper
  231. [ 1.570131] ledtrig-cpu: registered to indicate activity on CPUs
  232. [ 1.570799] hid: raw HID events driver (C) Jiri Kosina
  233. [ 1.571211] usbcore: registered new interface driver usbhid
  234. [ 1.571227] usbhid: USB HID core driver
  235. [ 1.573429] drop_monitor: Initializing network drop monitor service
  236. [ 1.574730] NET: Registered protocol family 10
  237. [ 1.589526] Segment Routing with IPv6
  238. [ 1.589743] mip6: Mobile IPv6
  239. [ 1.589768] NET: Registered protocol family 17
  240. [ 1.589803] can: controller area network core
  241. [ 1.589932] NET: Registered protocol family 29
  242. [ 1.594568] Key type dns_resolver registered
  243. [ 1.594590] mpls_gso: MPLS GSO support
  244. [ 1.594823] ThumbEE CPU extension supported.
  245. [ 1.594856] Registering SWP/SWPB emulation handler
  246. [ 1.594874] omap_voltage_late_init: Voltage driver support not added
  247. [ 1.595477] PM: Cannot get wkup_m3_ipc handle
  248. [ 1.596322] registered taskstats version 1
  249. [ 1.596354] Loading compiled-in X.509 certificates
  250. [ 1.596509] zswap: loaded using pool lzo/zbud
  251. [ 1.601735] Key type ._fscrypt registered
  252. [ 1.601762] Key type .fscrypt registered
  253. [ 1.601773] Key type fscrypt-provisioning registered
  254. [ 1.606677] Btrfs loaded, crc32c=crc32c-generic
  255. [ 1.606888] AppArmor: AppArmor sha1 policy hashing enabled
  256. [ 1.681859] wkup_m3_rproc 44d00000.cpu: Platform data missing!
  257. [ 1.756002] gpiochip_add_data_with_key: GPIOs 0..31 (gpio-0-31) failed to register, -517
  258. [ 1.936099] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  259. [ 2.054984] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
  260. [ 2.107083] ti-sysc: probe of 44e31000.target-module failed with error -16
  261. [ 2.156070] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  262. [ 2.203174] omap_rtc 44e3e000.rtc: already running
  263. [ 2.204897] omap_rtc 44e3e000.rtc: registered as rtc0
  264. [ 2.204979] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:17:11 UTC (946685831)
  265. [ 2.250917] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 25, base_baud = 3000000) is a 8250
  266. [ 2.275731] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 26, base_baud = 3000000) is a 8250
  267. [ 2.301077] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
  268. [ 2.357998] ti-sysc: probe of 48040000.target-module failed with error -16
  269. [ 2.496625] OMAP GPIO hardware version 0.1
  270. [ 2.555988] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  271. [ 2.591405] at24 2-0054: supply vcc not found, using dummy regulator
  272. [ 2.628625] at24 2-0055: supply vcc not found, using dummy regulator
  273. [ 2.663173] at24 2-0056: supply vcc not found, using dummy regulator
  274. [ 2.699044] at24 2-0057: supply vcc not found, using dummy regulator
  275. [ 2.729725] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  276. [ 2.754610] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 39, base_baud = 3000000) is a 8250
  277. [ 2.768296] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 40, base_baud = 3000000) is a 8250
  278. [ 2.781919] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 41, base_baud = 3000000) is a 8250
  279. [ 2.820576] c_can_platform 481cc000.can: c_can_platform device registered (regs=(ptrval), irq=44)
  280. [ 2.833401] c_can_platform 481d0000.can: c_can_platform device registered (regs=(ptrval), irq=45)
  281. [ 2.944654] omap_rng 48310000.rng: Random Number Generator ver. 20
  282. [ 2.951706] random: crng init done
  283. [ 2.995381] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
  284. [ 2.998243] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  285. [ 2.998961] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
  286. [ 2.998986] cpsw 4a100000.ethernet: ALE Table size 1024
  287. [ 2.999131] cpsw 4a100000.ethernet: cpts: overflow check period 1250 (jiffies)
  288. [ 2.999216] cpsw 4a100000.ethernet: Detected MACID = a0:f6:fd:63:b1:99
  289. [ 3.024387] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
  290. [ 3.024441] edma 49000000.dma: TI EDMA DMA engine driver
  291. [ 3.036865] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
  292. [ 3.037278] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
  293. [ 3.056064] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
  294. [ 3.056482] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
  295. [ 3.092667] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  296. [ 3.093147] omap-sham 53100000.sham: will run requests pump with realtime priority
  297. [ 3.100947] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  298. [ 3.101438] omap-aes 53500000.aes: will run requests pump with realtime priority
  299. [ 3.375729] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0 name='P8_03'
  300. [ 3.375980] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1 name='P8_04'
  301. [ 3.376209] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2 name='P8_05'
  302. [ 3.376424] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3 name='P8_06'
  303. [ 3.376923] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4 name='P8_07'
  304. [ 3.377153] gpio-of-helper ocp:cape-universal: Allocated GPIO id=5 name='P8_08'
  305. [ 3.377360] gpio-of-helper ocp:cape-universal: Allocated GPIO id=6 name='P8_09'
  306. [ 3.377569] gpio-of-helper ocp:cape-universal: Allocated GPIO id=7 name='P8_10'
  307. [ 3.377777] gpio-of-helper ocp:cape-universal: Allocated GPIO id=8 name='P8_11'
  308. [ 3.377980] gpio-of-helper ocp:cape-universal: Allocated GPIO id=9 name='P8_12'
  309. [ 3.378043] gpio-of-helper ocp:cape-universal: Failed to get gpio property of 'P8_13'
  310. [ 3.378057] gpio-of-helper ocp:cape-universal: Failed to create gpio entry
  311. [ 3.383648] PM: Cannot get wkup_m3_ipc handle
  312. [ 3.387932] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 19, base_baud = 3000000) is a 8250
  313. [ 4.786622] printk: console [ttyS0] enabled
  314. [ 4.820132] tps65217-pmic: Failed to locate of_node [id: -1]
  315. [ 4.839652] tps65217-bl: Failed to locate of_node [id: -1]
  316. [ 4.848870] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
  317. [ 4.856753] 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/input0
  318. [ 4.876015] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  319. [ 4.883908] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  320. [ 4.891226] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  321. [ 4.898045] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  322. [ 4.910830] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
  323. [ 4.928971] sdhci-omap 48060000.mmc: Got CD GPIO
  324. [ 4.938701] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
  325. [ 4.948089] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
  326. [ 4.953557] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
  327. [ 4.971703] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  328. [ 4.987292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  329. [ 5.003292] usb usb1: Product: MUSB HDRC host driver
  330. [ 5.009273] usb usb1: Manufacturer: Linux 5.10.153 musb-hcd
  331. [ 5.015036] usb usb1: SerialNumber: musb-hdrc.1
  332. [ 5.020956] hub 1-0:1.0: USB hub found
  333. [ 5.025728] hub 1-0:1.0: 1 port detected
  334. [ 5.051497] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
  335. [ 5.298118] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0 name='P8_03'
  336. [ 5.305914] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1 name='P8_04'
  337. [ 5.313569] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2 name='P8_05'
  338. [ 5.321285] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3 name='P8_06'
  339. [ 5.329526] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4 name='P8_07'
  340. [ 5.337292] gpio-of-helper ocp:cape-universal: Allocated GPIO id=5 name='P8_08'
  341. [ 5.344917] gpio-of-helper ocp:cape-universal: Allocated GPIO id=6 name='P8_09'
  342. [ 5.352534] gpio-of-helper ocp:cape-universal: Allocated GPIO id=7 name='P8_10'
  343. [ 5.360190] gpio-of-helper ocp:cape-universal: Allocated GPIO id=8 name='P8_11'
  344. [ 5.367778] gpio-of-helper ocp:cape-universal: Allocated GPIO id=9 name='P8_12'
  345. [ 5.375607] gpio-of-helper ocp:cape-universal: Allocated GPIO id=10 name='P8_13'
  346. [ 5.383382] gpio-of-helper ocp:cape-universal: Allocated GPIO id=11 name='P8_14'
  347. [ 5.391116] gpio-of-helper ocp:cape-universal: Allocated GPIO id=12 name='P8_15'
  348. [ 5.398793] gpio-of-helper ocp:cape-universal: Allocated GPIO id=13 name='P8_16'
  349. [ 5.406541] gpio-of-helper ocp:cape-universal: Allocated GPIO id=14 name='P8_17'
  350. [ 5.414355] gpio-of-helper ocp:cape-universal: Allocated GPIO id=15 name='P8_18'
  351. [ 5.422103] gpio-of-helper ocp:cape-universal: Allocated GPIO id=16 name='P8_19'
  352. [ 5.429785] gpio-of-helper ocp:cape-universal: Allocated GPIO id=17 name='P8_20'
  353. [ 5.437515] gpio-of-helper ocp:cape-universal: Allocated GPIO id=18 name='P8_21'
  354. [ 5.445310] gpio-of-helper ocp:cape-universal: Allocated GPIO id=19 name='P8_22'
  355. [ 5.453081] gpio-of-helper ocp:cape-universal: Allocated GPIO id=20 name='P8_23'
  356. [ 5.460853] gpio-of-helper ocp:cape-universal: Allocated GPIO id=21 name='P8_24'
  357. [ 5.468594] gpio-of-helper ocp:cape-universal: Allocated GPIO id=22 name='P8_25'
  358. [ 5.476333] gpio-of-helper ocp:cape-universal: Allocated GPIO id=23 name='P8_26'
  359. [ 5.484081] gpio-of-helper ocp:cape-universal: Allocated GPIO id=24 name='P8_27'
  360. [ 5.491875] gpio-of-helper ocp:cape-universal: Allocated GPIO id=25 name='P8_28'
  361. [ 5.499740] gpio-of-helper ocp:cape-universal: Allocated GPIO id=26 name='P8_29'
  362. [ 5.507550] gpio-of-helper ocp:cape-universal: Allocated GPIO id=27 name='P8_30'
  363. [ 5.515456] gpio-of-helper ocp:cape-universal: Allocated GPIO id=28 name='P8_31'
  364. [ 5.523324] gpio-of-helper ocp:cape-universal: Allocated GPIO id=29 name='P8_32'
  365. [ 5.531005] mmc0: new high speed SDHC card at address aaaa
  366. [ 5.536801] gpio-of-helper ocp:cape-universal: Allocated GPIO id=30 name='P8_33'
  367. [ 5.545632] gpio-of-helper ocp:cape-universal: Allocated GPIO id=31 name='P8_34'
  368. [ 5.553759] mmcblk0: mmc0:aaaa SS32G 29.7 GiB
  369. [ 5.558643] gpio-of-helper ocp:cape-universal: Allocated GPIO id=32 name='P8_35'
  370. [ 5.566435] gpio-of-helper ocp:cape-universal: Allocated GPIO id=33 name='P8_36'
  371. [ 5.574150] gpio-of-helper ocp:cape-universal: Allocated GPIO id=34 name='P8_37'
  372. [ 5.581847] gpio-of-helper ocp:cape-universal: Allocated GPIO id=35 name='P8_38'
  373. [ 5.589526] gpio-of-helper ocp:cape-universal: Allocated GPIO id=36 name='P8_39'
  374. [ 5.597190] gpio-of-helper ocp:cape-universal: Allocated GPIO id=37 name='P8_40'
  375. [ 5.604843] gpio-of-helper ocp:cape-universal: Allocated GPIO id=38 name='P8_41'
  376. [ 5.612521] gpio-of-helper ocp:cape-universal: Allocated GPIO id=39 name='P8_42'
  377. [ 5.620185] gpio-of-helper ocp:cape-universal: Allocated GPIO id=40 name='P8_43'
  378. [ 5.627841] gpio-of-helper ocp:cape-universal: Allocated GPIO id=41 name='P8_44'
  379. [ 5.635500] gpio-of-helper ocp:cape-universal: Allocated GPIO id=42 name='P8_45'
  380. [ 5.643164] gpio-of-helper ocp:cape-universal: Allocated GPIO id=43 name='P8_46'
  381. [ 5.650838] gpio-of-helper ocp:cape-universal: Allocated GPIO id=44 name='P9_11'
  382. [ 5.658510] gpio-of-helper ocp:cape-universal: Allocated GPIO id=45 name='P9_12'
  383. [ 5.666171] gpio-of-helper ocp:cape-universal: Allocated GPIO id=46 name='P9_13'
  384. [ 5.673851] gpio-of-helper ocp:cape-universal: Allocated GPIO id=47 name='P9_14'
  385. [ 5.681509] gpio-of-helper ocp:cape-universal: Allocated GPIO id=48 name='P9_15'
  386. [ 5.689192] gpio-of-helper ocp:cape-universal: Allocated GPIO id=49 name='P9_16'
  387. [ 5.696899] gpio-of-helper ocp:cape-universal: Allocated GPIO id=50 name='P9_17'
  388. [ 5.704573] gpio-of-helper ocp:cape-universal: Allocated GPIO id=51 name='P9_18'
  389. [ 5.712271] gpio-of-helper ocp:cape-universal: Allocated GPIO id=52 name='P9_19'
  390. [ 5.719937] gpio-of-helper ocp:cape-universal: Allocated GPIO id=53 name='P9_20'
  391. [ 5.727612] gpio-of-helper ocp:cape-universal: Allocated GPIO id=54 name='P9_21'
  392. [ 5.735302] gpio-of-helper ocp:cape-universal: Allocated GPIO id=55 name='P9_22'
  393. [ 5.742960] gpio-of-helper ocp:cape-universal: Allocated GPIO id=56 name='P9_23'
  394. [ 5.750629] gpio-of-helper ocp:cape-universal: Allocated GPIO id=57 name='P9_24'
  395. [ 5.758675] gpio-of-helper ocp:cape-universal: Allocated GPIO id=58 name='P9_25'
  396. [ 5.766429] gpio-of-helper ocp:cape-universal: Allocated GPIO id=59 name='P9_26'
  397. [ 5.774121] gpio-of-helper ocp:cape-universal: Allocated GPIO id=60 name='P9_27'
  398. [ 5.781801] gpio-of-helper ocp:cape-universal: Allocated GPIO id=61 name='P9_28'
  399. [ 5.789472] gpio-of-helper ocp:cape-universal: Allocated GPIO id=62 name='P9_29'
  400. [ 5.797174] gpio-of-helper ocp:cape-universal: Allocated GPIO id=63 name='P9_30'
  401. [ 5.804840] gpio-of-helper ocp:cape-universal: Allocated GPIO id=64 name='P9_31'
  402. [ 5.812513] gpio-of-helper ocp:cape-universal: Allocated GPIO id=65 name='P9_41'
  403. [ 5.820170] gpio-of-helper ocp:cape-universal: Allocated GPIO id=66 name='P9_91'
  404. [ 5.827871] gpio-of-helper ocp:cape-universal: Allocated GPIO id=67 name='P9_42'
  405. [ 5.835545] gpio-of-helper ocp:cape-universal: Allocated GPIO id=68 name='P9_92'
  406. [ 5.843012] gpio-of-helper ocp:cape-universal: ready
  407. [ 5.851759] PM: Cannot get wkup_m3_ipc handle
  408. [ 5.857401] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  409. [ 5.865432] PM: Cannot get wkup_m3_ipc handle
  410. [ 5.870633] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  411. [ 5.881968] ALSA device list:
  412. [ 5.885632] No soundcards found.
  413. [ 5.898885] mmcblk0: p1 p2
  414. [ 5.917046] PM: Cannot get wkup_m3_ipc handle
  415. [ 5.925150] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  416. [ 5.940338] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  417. [ 5.948825] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  418. [ 5.958991] devtmpfs: mounted
  419. [ 5.968178] Freeing unused kernel memory: 1024K
  420. [ 5.973541] Run /sbin/init as init process
  421. [ 5.985064] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
  422. [ 6.127983] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  423. Starting syslogd: OK
  424. Starting klogd: OK
  425. Running sysctl: OK
  426. Starting mdev... OK
  427. Initializing random number generator: OK
  428. Saving random seed: OK
  429. Starting network: OK
  430. Starting input-event-daemon: input-event-daemon: open(/dev/input/event1): No such file or directory
  431. done
  432.  
  433. Welcome to Buildroot
  434. buildroot login: root
  435. Password:
  436. # mount -t debugfs none /sys/kernel/debug
  437. # /home/utilites/bbb-pin-utils/./show-pins
  438. P8.25 / eMMC d0 0 fast rx down 7 gpio 1.00 ocp/P8_25_pinmux (pinmux_P8_25_default_pin)
  439. P8.24 / eMMC d1 1 fast rx down 7 gpio 1.01 << lo P8_18 (pinmux_P8_24_default_pin)
  440. P8.05 / eMMC d2 2 fast rx down 7 gpio 1.02 << hi P8_07 (pinmux_P8_05_default_pin)
  441. P8.06 / eMMC d3 3 fast rx down 7 gpio 1.03 << hi P8_08 (pinmux_P8_06_default_pin)
  442. P8.23 / eMMC d4 4 fast rx down 7 gpio 1.04 << hi P8_10 (pinmux_P8_23_default_pin)
  443. P8.22 / eMMC d5 5 fast rx down 7 gpio 1.05 << hi P8_09 (pinmux_P8_22_default_pin)
  444. P8.03 / eMMC d6 6 fast rx down 7 gpio 1.06 << lo P8_45 (pinmux_P8_03_default_pin)
  445. P8.04 / eMMC d7 7 fast rx down 7 gpio 1.07 << lo P8_46 (pinmux_P8_04_default_pin)
  446. P8.19 8 fast rx down 7 gpio 0.22 lo >> beaglebone:green:usr (pinmux_P8_19_default_pin)
  447. P8.13 9 fast rx down 7 gpio 0.23 hi >> beaglebone:green:usr (pinmux_P8_13_default_pin)
  448. P8.14 10 fast rx down 7 gpio 0.26 ocp/P8_14_pinmux (pinmux_P8_14_default_pin)
  449. P8.17 11 fast rx down 7 gpio 0.27 ocp/P8_17_pinmux (pinmux_P8_17_default_pin)
  450. P8.12 12 fast rx down 7 gpio 1.12 << lo P8_39 (pinmux_P8_12_default_pin)
  451. P8.11 13 fast rx down 7 gpio 1.13 << lo P8_40 (pinmux_P8_11_default_pin)
  452. P8.16 14 fast rx down 7 gpio 1.14 << lo P8_37 (pinmux_P8_16_default_pin)
  453. P8.15 15 fast rx down 7 gpio 1.15 << lo P8_38 (pinmux_P8_15_default_pin)
  454. P9.15 16 fast rx down 7 gpio 1.16 << lo P8_36 (pinmux_P9_15_default_pin)
  455. P9.23 17 fast rx down 7 gpio 1.17 << lo P8_34 (pinmux_P9_23_default_pin)
  456. P9.14 18 fast rx down 7 gpio 1.18 ocp/P9_14_pinmux (pinmux_P9_14_default_pin)
  457. P9.16 19 fast rx down 7 gpio 1.19 ocp/P9_16_pinmux (pinmux_P9_16_default_pin)
  458. P9.11 28 fast rx up 7 gpio 0.30 << hi P8_21 (pinmux_P9_11_default_pin)
  459. P9.13 29 fast rx up 7 gpio 0.31 << hi P8_20 (pinmux_P9_13_default_pin)
  460. P9.12 30 fast rx up 7 gpio 1.28 ocp/P9_12_pinmux (pinmux_P9_12_default_pin)
  461. P8.26 31 fast rx up 7 gpio 1.29 ocp/P8_26_pinmux (pinmux_P8_26_default_pin)
  462. P8.21 / eMMC clk 32 fast rx down 7 gpio 1.30 ocp/P8_21_pinmux (pinmux_P8_21_default_pin)
  463. P8.20 / eMMC cmd 33 fast rx down 7 gpio 1.31 ocp/P8_20_pinmux (pinmux_P8_20_default_pin)
  464. P9.15 34 fast rx up 7 gpio 2.00
  465. P8.18 35 fast rx down 7 gpio 2.01 ocp/P8_18_pinmux (pinmux_P8_18_default_pin)
  466. P8.07 36 fast rx up 7 gpio 2.02 ocp/P8_07_pinmux (pinmux_P8_07_default_pin)
  467. P8.08 37 fast rx up 7 gpio 2.03 ocp/P8_08_pinmux (pinmux_P8_08_default_pin)
  468. P8.10 38 fast rx up 7 gpio 2.04 ocp/P8_10_pinmux (pinmux_P8_10_default_pin)
  469. P8.09 39 fast rx up 7 gpio 2.05 ocp/P8_09_pinmux (pinmux_P8_09_default_pin)
  470. P8.45 / hdmi / sysboot 0 40 fast rx down 7 gpio 2.06 ocp/P8_45_pinmux (pinmux_P8_45_default_pin)
  471. P8.46 / hdmi / sysboot 1 41 fast rx down 7 gpio 2.07 ocp/P8_46_pinmux (pinmux_P8_46_default_pin)
  472. P8.43 / hdmi / sysboot 2 42 fast rx down 7 gpio 2.08 ocp/P8_43_pinmux (pinmux_P8_43_default_pin)
  473. P8.44 / hdmi / sysboot 3 43 fast rx down 7 gpio 2.09 ocp/P8_44_pinmux (pinmux_P8_44_default_pin)
  474. P8.41 / hdmi / sysboot 4 44 fast rx down 7 gpio 2.10 ocp/P8_41_pinmux (pinmux_P8_41_default_pin)
  475. P8.42 / hdmi / sysboot 5 45 fast rx down 7 gpio 2.11 ocp/P8_42_pinmux (pinmux_P8_42_default_pin)
  476. P8.39 / hdmi / sysboot 6 46 fast rx down 7 gpio 2.12 ocp/P8_39_pinmux (pinmux_P8_39_default_pin)
  477. P8.40 / hdmi / sysboot 7 47 fast rx down 7 gpio 2.13 ocp/P8_40_pinmux (pinmux_P8_40_default_pin)
  478. P8.37 / hdmi / sysboot 8 48 fast rx down 7 gpio 2.14 << lo P9_31 (pinmux_P8_37_default_pin)
  479. P8.38 / hdmi / sysboot 9 49 fast rx down 7 gpio 2.15 << lo P9_29 (pinmux_P8_38_default_pin)
  480. P8.36 / hdmi / sysboot 10 50 fast rx down 7 gpio 2.16 << lo P9_30 (pinmux_P8_36_default_pin)
  481. P8.34 / hdmi / sysboot 11 51 fast rx down 7 gpio 2.17 << lo P9_28 (pinmux_P8_34_default_pin)
  482. P8.35 / hdmi / sysboot 12 52 fast rx down 7 gpio 0.08 ocp/P8_35_pinmux (pinmux_P8_35_default_pin)
  483. P8.33 / hdmi / sysboot 13 53 fast rx down 7 gpio 0.09 ocp/P8_33_pinmux (pinmux_P8_33_default_pin)
  484. P8.31 / hdmi / sysboot 14 54 fast rx down 7 gpio 0.10 ocp/P8_31_pinmux (pinmux_P8_31_default_pin)
  485. P8.32 / hdmi / sysboot 15 55 fast rx down 7 gpio 0.11 ocp/P8_32_pinmux (pinmux_P8_32_default_pin)
  486. P8.27 / hdmi 56 fast rx down 7 gpio 2.22 ocp/P8_27_pinmux (pinmux_P8_27_default_pin)
  487. P8.29 / hdmi 57 fast rx down 7 gpio 2.23 ocp/P8_29_pinmux (pinmux_P8_29_default_pin)
  488. P8.28 / hdmi 58 fast rx down 7 gpio 2.24 ocp/P8_28_pinmux (pinmux_P8_28_default_pin)
  489. P8.30 / hdmi 59 fast rx down 7 gpio 2.25 ocp/P8_30_pinmux (pinmux_P8_30_default_pin)
  490. P9.22 / spi boot clk 84 fast rx up 7 gpio 0.02 << hi P8_05 (pinmux_P9_22_default_pin)
  491. P9.21 / spi boot in 85 fast rx up 7 gpio 0.03 << hi P8_06 (pinmux_P9_21_default_pin)
  492. P9.18 / spi boot out 86 fast rx up 7 gpio 0.04 << hi P8_23 (pinmux_P9_18_default_pin)
  493. P9.17 / spi boot cs 87 fast rx up 7 gpio 0.05 << hi P8_22 (pinmux_P9_17_default_pin)
  494. P9.42 89 fast rx down 7 gpio 0.07 << hi P8_04 (pinmux_P9_42_default_pin)
  495. P9.20 / cape i�²c sda 94 fast rx up 3 i�²c 2 sda ocp/P9_20_pinmux (pinmux_P9_20_default_pin)
  496. P9.19 / cape i�²c scl 95 fast rx up 3 i�²c 2 scl ocp/P9_19_pinmux (pinmux_P9_19_default_pin)
  497. P9.26 96 fast rx up 7 gpio 0.14 << lo P8_16 (pinmux_P9_26_default_pin)
  498. P9.24 97 fast rx up 7 gpio 0.15 << lo P8_15 (pinmux_P9_24_default_pin)
  499. P9.31 / hdmi audio clk 100 fast rx down 7 gpio 3.14 << hi P9_26 (pinmux_P9_31_default_pin)
  500. P9.29 / hdmi audio fs 101 fast rx down 7 gpio 3.15 << hi P9_24 (pinmux_P9_29_default_pin)
  501. P9.30 102 fast rx down 7 gpio 3.16 ocp/P9_30_pinmux (pinmux_P9_30_default_pin)
  502. P9.28 / hdmi audio data 103 fast rx down 7 gpio 3.17 ocp/P9_28_pinmux (pinmux_P9_28_default_pin)
  503. P9.42 104 fast rx down 7 gpio 3.18 ocp/P9_92_pinmux (pinmux_P9_92_default_pin)
  504. P9.27 105 fast rx down 7 gpio 3.19 ocp/P9_27_pinmux (pinmux_P9_27_default_pin)
  505. P9.41 106 fast rx down 7 gpio 3.20 << lo P9_41 (pinmux_P9_91_default_pin)
  506. P9.25 / audio osc 107 fast rx down 7 gpio 3.21 ocp/P9_25_pinmux (pinmux_P9_25_default_pin)
  507. P9.41 / jtag emu3 109 fast rx down 7 gpio 0.20 ocp/P9_41_pinmux (pinmux_P9_41_default_pin)
  508.  
  509.  
  510. P9_23_pinmux {
  511. compatible = "bone-pinmux-helper";
  512. pinctrl-3 = <0x1a0>;
  513. pinctrl-1 = <0x19e>;
  514. status = "okay";
  515. pinctrl-4 = <0x1a1>;
  516. pinctrl-2 = <0x19f>;
  517. pinctrl-0 = <0x19d>;
  518. pinctrl-names = "default\0gpio\0gpio_pu\0gpio_pd\0pwm";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement