Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.71 KB | None | 0 0
  1. U-Boot SPL 2018.11-stm32mp-r2 (Nov 14 2018 - 16:10:06 +0000)
  2. Model: STMicroelectronics STM32MP157C-DK2 Discovery Board
  3. RAM: DDR3-1066/888 bin G 1x4Gb 533MHz v1.41
  4. Trying to boot from MMC1
  5.  
  6.  
  7. U-Boot 2018.11-stm32mp-r2 (Nov 14 2018 - 16:10:06 +0000)
  8.  
  9. CPU: STM32MP157CAC Rev.B
  10. Model: STMicroelectronics STM32MP157C-DK2 Discovery Board
  11. Board: stm32mp1 in basic mode (st,stm32mp157c-dk2)
  12. Board: MB1272 Var2 Rev.C-01
  13. Watchdog enabled
  14. DRAM: 512 MiB
  15. Clocks:
  16. - MPU : 650 MHz
  17. - MCU : 208.878 MHz
  18. - AXI : 266.500 MHz
  19. - PER : 24 MHz
  20. - DDR : 533 MHz
  21.  
  22. *******************************************
  23. * WARNING 500mA power supply detected *
  24. * Current too low, use a 3A power supply! *
  25. *******************************************
  26.  
  27. NAND: 0 MiB
  28. MMC: STM32 SDMMC2: 0, STM32 SDMMC2: 1
  29. In: serial
  30. Out: serial
  31. Err: serial
  32. Net: eth0: ethernet@5800a000
  33. Boot over mmc0!
  34. Hit any key to stop autoboot: 1  0
  35. switch to partitions #0, OK
  36. mmc0 is current device
  37. Scanning mmc 0:4...
  38. Found U-Boot script /boot.scr.uimg
  39. 1553 bytes read in 1 ms (1.5 MiB/s)
  40. ## Executing script at c4100000
  41. Scanning mmc 0:4...
  42. Found /mmc0_stm32mp157c-dk2_extlinux/extlinux.conf
  43. Retrieving file: /mmc0_stm32mp157c-dk2_extlinux/extlinux.conf
  44. 616 bytes read in 1 ms (601.6 KiB/s)
  45. Retrieving file: /mmc0_stm32mp157c-dk2_extlinux/../splash.bmp
  46. 46180 bytes read in 3 ms (14.7 MiB/s)
  47. Select the boot mode
  48. 1: stm32mp157c-dk2-sdcard
  49. 2: stm32mp157c-dk2-a7-examples-sdcard
  50. 3: stm32mp157c-dk2-m4-examples-sdcard
  51. Enter choice: 1: stm32mp157c-dk2-sdcard
  52. Retrieving file: /uImage
  53. 6569464 bytes read in 288 ms (21.8 MiB/s)
  54. append: root=/dev/mmcblk0p6 rootwait rw console=ttySTM0,115200
  55. Retrieving file: /stm32mp157c-dk2.dtb
  56. 69510 bytes read in 4 ms (16.6 MiB/s)
  57. ## Booting kernel from Legacy Image at c2000000 ...
  58. Image Name: Linux-4.19.9
  59. Image Type: ARM Linux Kernel Image (uncompressed)
  60. Data Size: 6569400 Bytes = 6.3 MiB
  61. Load Address: c2000040
  62. Entry Point: c2000040
  63. Verifying Checksum ... OK
  64. ## Flattened Device Tree blob at c4000000
  65. Booting using the fdt blob at 0xc4000000
  66. XIP Kernel Image ... OK
  67. Using Device Tree in place at c4000000, end c4013f85
  68.  
  69. Starting kernel ...
  70.  
  71. [ 0.000000] Booting Linux on physical CPU 0x0
  72. [ 0.000000] Linux version 4.19.9 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Thu Dec 13 08:16:23 UTC 2018
  73. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  74. [ 0.000000] CPU: div instructions available: patching division code
  75. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  76. [ 0.000000] OF: fdt: Machine model: STMicroelectronics STM32MP157C-DK2 Discovery Board
  77. [ 0.000000] Memory policy: Data cache writealloc
  78. [ 0.000000] Reserved memory: created DMA memory pool at 0x10000000, size 0 MiB
  79. [ 0.000000] OF: reserved mem: initialized node mcuram2@0x10000000, compatible id shared-dma-pool
  80. [ 0.000000] Reserved memory: created DMA memory pool at 0x10040000, size 0 MiB
  81. [ 0.000000] OF: reserved mem: initialized node vdev0vring0@10040000, compatible id shared-dma-pool
  82. [ 0.000000] Reserved memory: created DMA memory pool at 0x10042000, size 0 MiB
  83. [ 0.000000] OF: reserved mem: initialized node vdev0vring1@10042000, compatible id shared-dma-pool
  84. [ 0.000000] Reserved memory: created DMA memory pool at 0x10044000, size 0 MiB
  85. [ 0.000000] OF: reserved mem: initialized node vdev0buffer@10044000, compatible id shared-dma-pool
  86. [ 0.000000] Reserved memory: created DMA memory pool at 0x30000000, size 0 MiB
  87. [ 0.000000] OF: reserved mem: initialized node mcuram@0x30000000, compatible id shared-dma-pool
  88. [ 0.000000] Reserved memory: created DMA memory pool at 0x38000000, size 0 MiB
  89. [ 0.000000] OF: reserved mem: initialized node retram@0x38000000, compatible id shared-dma-pool
  90. [ 0.000000] cma: Reserved 128 MiB at 0xd4000000
  91. [ 0.000000] psci: probing for conduit method from DT.
  92. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  93. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  94. [ 0.000000] psci: Trusted OS migration not required
  95. [ 0.000000] psci: SMC Calling Convention v1.0
  96. [ 0.000000] random: get_random_bytes called from start_kernel+0xa0/0x494 with crng_init=0
  97. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s40204 r8192 d21236 u69632
  98. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113680
  99. [ 0.000000] Kernel command line: root=/dev/mmcblk0p6 rootwait rw console=ttySTM0,115200
  100. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  101. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  102. [ 0.000000] Memory: 306144K/458752K available (10240K kernel code, 816K rwdata, 2860K rodata, 1024K init, 208K bss, 21536K reserved, 131072K cma-reserved, 0K highmem)
  103. [ 0.000000] Virtual kernel memory layout:
  104. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  105. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  106. [ 0.000000] vmalloc : 0xdc800000 - 0xff800000 ( 560 MB)
  107. [ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
  108. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  109. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  110. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (11232 kB)
  111. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  112. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 817 kB)
  113. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 209 kB)
  114. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  115. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  116. [ 0.000000] rcu: RCU event tracing is enabled.
  117. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  118. [ 0.000000] Tasks RCU enabled.
  119. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  120. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  121. [ 0.000000] /soc/interrupt-controller@5000d000: bank0
  122. [ 0.000000] /soc/interrupt-controller@5000d000: bank1
  123. [ 0.000000] /soc/interrupt-controller@5000d000: bank2
  124. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  125. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  126. [ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  127. [ 0.000026] Switching to timer-based delay loop, resolution 41ns
  128. [ 0.001916] Console: colour dummy device 80x30
  129. [ 0.001968] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  130. [ 0.001992] pid_max: default: 32768 minimum: 301
  131. [ 0.002228] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  132. [ 0.002250] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  133. [ 0.003262] CPU: Testing write buffer coherency: ok
  134. [ 0.003760] CPU0: update cpu_capacity 1024
  135. [ 0.003782] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  136. [ 0.059784] Setting up static identity map for 0xc0100000 - 0xc0100060
  137. [ 0.079775] rcu: Hierarchical SRCU implementation.
  138. [ 0.119922] smp: Bringing up secondary CPUs ...
  139. [ 0.200283] CPU1: update cpu_capacity 1024
  140. [ 0.200295] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  141. [ 0.200500] smp: Brought up 1 node, 2 CPUs
  142. [ 0.200529] SMP: Total of 2 processors activated (96.00 BogoMIPS).
  143. [ 0.200539] CPU: All CPU(s) started in SVC mode.
  144. [ 0.201679] devtmpfs: initialized
  145. [ 0.226978] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  146. [ 0.227503] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  147. [ 0.227535] futex hash table entries: 512 (order: 3, 32768 bytes)
  148. [ 0.233618] pinctrl core: initialized pinctrl subsystem
  149. [ 0.235745] NET: Registered protocol family 16
  150. [ 0.242971] DMA: preallocated 256 KiB pool for atomic coherent allocations
  151. [ 0.245449] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  152. [ 0.245471] hw-breakpoint: maximum watchpoint size is 8 bytes.
  153. [ 0.245766] Serial: AMBA PL011 UART driver
  154. [ 0.247936] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
  155. [ 0.247974] stm32-pm-domain pm_domain: subdomain core-power-domain registered
  156. [ 0.247989] stm32-pm-domain pm_domain: domains probed
  157. [ 0.263461] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOA bank added
  158. [ 0.263822] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOB bank added
  159. [ 0.264115] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOC bank added
  160. [ 0.264381] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOD bank added
  161. [ 0.264657] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOE bank added
  162. [ 0.264930] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOF bank added
  163. [ 0.265191] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOG bank added
  164. [ 0.265470] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOH bank added
  165. [ 0.265729] stm32mp157-pinctrl soc:pin-controller@50002000: GPIOI bank added
  166. [ 0.265935] stm32mp157-pinctrl soc:pin-controller@50002000: Pinctrl STM32 initialized
  167. [ 0.266787] stm32mp157-pinctrl soc:pin-controller-z@54004000: GPIOZ bank added
  168. [ 0.266815] stm32mp157-pinctrl soc:pin-controller-z@54004000: Pinctrl STM32 initialized
  169. [ 0.286596] stm32-mdma 58000000.dma: STM32 MDMA driver registered
  170. [ 0.291804] SCSI subsystem initialized
  171. [ 0.292572] usbcore: registered new interface driver usbfs
  172. [ 0.292663] usbcore: registered new interface driver hub
  173. [ 0.292805] usbcore: registered new device driver usb
  174. [ 0.293122] pps_core: LinuxPPS API ver. 1 registered
  175. [ 0.293135] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  176. [ 0.293168] PTP clock support registered
  177. [ 0.293450] EDAC MC: Ver: 3.0.0
  178. [ 0.294368] Advanced Linux Sound Architecture Driver Initialized.
  179. [ 0.296009] clocksource: Switched to clocksource arch_sys_counter
  180. [ 0.389876] NET: Registered protocol family 2
  181. [ 0.390941] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  182. [ 0.390992] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  183. [ 0.391059] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  184. [ 0.391156] TCP: Hash tables configured (established 4096 bind 4096)
  185. [ 0.391303] UDP hash table entries: 256 (order: 1, 8192 bytes)
  186. [ 0.391349] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  187. [ 0.391833] NET: Registered protocol family 1
  188. [ 0.392779] RPC: Registered named UNIX socket transport module.
  189. [ 0.392802] RPC: Registered udp transport module.
  190. [ 0.392812] RPC: Registered tcp transport module.
  191. [ 0.392822] RPC: Registered tcp NFSv4.1 backchannel transport module.
  192. [ 0.393903] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  193. [ 0.396176] Initialise system trusted keyrings
  194. [ 0.396543] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  195. [ 0.407370] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  196. [ 0.408470] NFS: Registering the id_resolver key type
  197. [ 0.408536] Key type id_resolver registered
  198. [ 0.408549] Key type id_legacy registered
  199. [ 0.408768] ntfs: driver 2.1.32 [Flags: R/O].
  200. [ 0.409263] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  201. [ 0.410192] fuse init (API version 7.27)
  202. [ 0.410883] pstore: using deflate compression
  203. [ 0.413791] NET: Registered protocol family 38
  204. [ 0.413820] Key type asymmetric registered
  205. [ 0.413834] Asymmetric key parser 'x509' registered
  206. [ 0.413929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  207. [ 0.413947] io scheduler noop registered
  208. [ 0.413959] io scheduler deadline registered
  209. [ 0.414222] io scheduler cfq registered (default)
  210. [ 0.414238] io scheduler mq-deadline registered
  211. [ 0.414250] io scheduler kyber registered
  212. [ 0.415557] stm32-usbphyc 5a006000.usbphyc: Linked as a consumer to regulator.1
  213. [ 0.415700] stm32-usbphyc 5a006000.usbphyc: Linked as a consumer to regulator.2
  214. [ 0.415827] stm32-usbphyc 5a006000.usbphyc: Dropping the link to regulator.2
  215. [ 0.415939] stm32-usbphyc 5a006000.usbphyc: Dropping the link to regulator.1
  216. [ 0.420769] stm32-dma 48000000.dma: STM32 DMA driver registered
  217. [ 0.422559] stm32-dma 48001000.dma: STM32 DMA driver registered
  218. [ 0.502464] STM32 USART driver initialized
  219. [ 0.503813] 4000e000.serial: ttySTM3 at MMIO 0x4000e000 (irq = 25, base_baud = 4000000) is a stm32-usart
  220. [ 0.504116] serial serial0: tty port ttySTM3 registered
  221. [ 0.504176] stm32-usart 4000e000.serial: interrupt mode used for rx (no dma)
  222. [ 0.504193] stm32-usart 4000e000.serial: interrupt mode used for tx (no dma)
  223. [ 0.505394] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 27, base_baud = 4000000) is a stm32-usart
  224. [ 1.454135] console [ttySTM0] enabled
  225. [ 1.458368] stm32-usart 40010000.serial: interrupt mode used for rx (no dma)
  226. [ 1.464834] stm32-usart 40010000.serial: interrupt mode used for tx (no dma)
  227. [ 1.479780] stm32-display-dsi 5a000000.dsi: Linked as a consumer to regulator.2
  228. [ 1.489069] panel-orisetech-otm8009a 5a000000.dsi.0: 5a000000.dsi.0 supply power not found, using dummy regulator
  229. [ 1.498136] panel-orisetech-otm8009a 5a000000.dsi.0: Linked as a consumer to regulator.0
  230. [ 1.521395] brd: module loaded
  231. [ 1.535859] loop: module loaded
  232. [ 1.543734] libphy: Fixed MDIO Bus: probed
  233. [ 1.547936] CAN device driver interface
  234. [ 1.552711] stm32-dwmac 5800a000.ethernet: PTP uses main clock
  235. [ 1.557183] stm32-dwmac 5800a000.ethernet: no reset control found
  236. [ 1.563274] stm32-dwmac 5800a000.ethernet: No phy clock provided...
  237. [ 1.570655] stm32-dwmac 5800a000.ethernet: User ID: 0x40, Synopsys ID: 0x42
  238. [ 1.576580] stm32-dwmac 5800a000.ethernet: DWMAC4/5
  239. [ 1.581509] stm32-dwmac 5800a000.ethernet: DMA HW capability register supported
  240. [ 1.588954] stm32-dwmac 5800a000.ethernet: RX Checksum Offload Engine supported
  241. [ 1.596229] stm32-dwmac 5800a000.ethernet: TX Checksum insertion supported
  242. [ 1.603105] stm32-dwmac 5800a000.ethernet: Wake-Up On Lan supported
  243. [ 1.609439] stm32-dwmac 5800a000.ethernet: TSO supported
  244. [ 1.614739] stm32-dwmac 5800a000.ethernet: TSO feature enabled
  245. [ 1.620624] stm32-dwmac 5800a000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  246. [ 1.628733] libphy: stmmac: probed
  247. [ 1.634641] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  248. [ 1.640872] usbcore: registered new interface driver pegasus
  249. [ 1.646492] usbcore: registered new interface driver asix
  250. [ 1.651770] usbcore: registered new interface driver ax88179_178a
  251. [ 1.657935] usbcore: registered new interface driver cdc_ether
  252. [ 1.663762] usbcore: registered new interface driver smsc75xx
  253. [ 1.669612] usbcore: registered new interface driver smsc95xx
  254. [ 1.675286] usbcore: registered new interface driver net1080
  255. [ 1.681024] usbcore: registered new interface driver cdc_subset
  256. [ 1.686958] usbcore: registered new interface driver zaurus
  257. [ 1.692539] usbcore: registered new interface driver cdc_ncm
  258. [ 1.699404] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  259. [ 1.704744] ehci-platform: EHCI generic platform driver
  260. [ 1.710541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  261. [ 1.716280] ohci-platform: OHCI generic platform driver
  262. [ 1.722133] usbcore: registered new interface driver usb-storage
  263. [ 1.732362] stm32_rtc 5c004000.rtc: rtc core: registered 5c004000.rtc as rtc0
  264. [ 1.738595] stm32_rtc 5c004000.rtc: Date/Time must be initialized
  265. [ 1.744195] stm32_rtc 5c004000.rtc: registered rev:1.2
  266. [ 1.750030] i2c /dev entries driver
  267. [ 1.773570] stm32f7-i2c 40012000.i2c: can't use DMA
  268. [ 1.780693] sii902x 0-0039: Failed to get supply 'iovcc': -517
  269. [ 1.786174] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter
  270. [ 1.811909] stm32f7-i2c 5c002000.i2c: can't use DMA
  271. [ 1.817609] typec_stusb 1-0028: STUSB driver registered
  272. [ 1.823206] stpmic1 1-0033: PMIC Chip Version: 0x10
  273. [ 1.832458] BUCK1: supplied by regulator-dummy
  274. [ 1.839463] BUCK2: supplied by regulator-dummy
  275. [ 1.845896] BUCK3: supplied by regulator-dummy
  276. [ 1.852875] BUCK4: supplied by regulator-dummy
  277. [ 1.859406] LDO1: supplied by v3v3
  278. [ 1.867018] LDO2: supplied by regulator-dummy
  279. [ 1.873753] LDO3: supplied by vdd_ddr
  280. [ 1.879974] LDO4: supplied by regulator-dummy
  281. [ 1.884510] LDO5: supplied by regulator-dummy
  282. [ 1.891376] LDO6: supplied by v3v3
  283. [ 1.897225] VREF_DDR: supplied by regulator-dummy
  284. [ 1.903676] BOOST: supplied by regulator-dummy
  285. [ 1.907907] VBUS_OTG: supplied by bst_out
  286. [ 1.911825] SW_OUT: supplied by bst_out
  287. [ 1.917447] random: fast init done
  288. [ 1.921106] input: pmic_onkey as /devices/platform/soc/5c002000.i2c/i2c-1/1-0033/5c002000.i2c:stpmic@33:onkey/input/input0
  289. [ 1.931407] stm32f7-i2c 5c002000.i2c: STM32F7 I2C-1 bus adapter
  290. [ 1.940500] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
  291. [ 1.951077] mmci-pl18x 58005000.sdmmc: Linked as a consumer to regulator.8
  292. [ 1.956852] mmci-pl18x 58005000.sdmmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 58,0 (pio)
  293. [ 1.994027] mmci-pl18x 58007000.sdmmc: allocated mmc-pwrseq
  294. [ 1.998596] mmci-pl18x 58007000.sdmmc: Linked as a consumer to regulator.8
  295. [ 2.006365] mmci-pl18x 58007000.sdmmc: mmc1: PL180 manf 53 rev1 at 0x58007000 irq 59,0 (pio)
  296. [ 2.040526] sdhci: Secure Digital Host Controller Interface driver
  297. [ 2.046467] sdhci: Copyright(c) Pierre Ossman
  298. [ 2.049698] mmc0: host does not support reading read-only switch, assuming write-enable
  299. [ 2.057757] Synopsys Designware Multimedia Card Interface Driver
  300. [ 2.065460] sdhci-pltfm: SDHCI platform and OF driver helper
  301. [ 2.072986] mmc0: new high speed SDHC card at address aaaa
  302. [ 2.079421] ledtrig-cpu: registered to indicate activity on CPUs
  303. [ 2.079591] mmcblk0: mmc0:aaaa SU04G 3.69 GiB
  304. [ 2.085055] usbcore: registered new interface driver usbhid
  305. [ 2.094105] usbhid: USB HID core driver
  306. [ 2.094588] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
  307. [ 2.104750] stm32-ipcc 4c001000.mailbox: ipcc rev:1.0 enabled, 6 chans, proc 0
  308. [ 2.105842] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  309. [ 2.111846] stm32-rproc m4@0: wdg irq registered
  310. [ 2.118463] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  311. [ 2.121066] remoteproc remoteproc0: m4 is available
  312. [ 2.129586] GPT:Primary header thinks Alt. header is not at the end of the disk.
  313. [ 2.132033] vref: supplied by vdd
  314. [ 2.138788] GPT:3145727 != 7744511
  315. [ 2.142227] stm32-adc-core 48003000.adc: Linked as a consumer to regulator.4
  316. [ 2.145414] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
  317. [ 2.152697] stm32-adc-core 48003000.adc: Linked as a consumer to regulator.7
  318. [ 2.158026] GPT:Alternate GPT header not at the end of the disk.
  319. [ 2.158032] GPT:3145727 != 7744511
  320. [ 2.158036] GPT: Use GNU Parted to correct GPT errors.
  321. [ 2.158123] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  322. [ 2.185408] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
  323. [ 2.191970] mmc1: queuing unknown CIS tuple 0x80 (6 bytes)
  324. [ 2.209098] iio iio:device2: Can't get offset/scale: -517
  325. [ 2.216445] optee: probing for conduit method from DT.
  326. [ 2.220148] optee: api uid mismatch
  327. [ 2.233235] NET: Registered protocol family 17
  328. [ 2.236396] can: controller area network core (rev 20170425 abi 9)
  329. [ 2.242567] NET: Registered protocol family 29
  330. [ 2.246998] can: raw protocol (rev 20170425)
  331. [ 2.251189] can: broadcast manager protocol (rev 20170425 t)
  332. [ 2.256946] can: netlink gateway (rev 20170425) max_hops=1
  333. [ 2.262972] Key type dns_resolver registered
  334. [ 2.266910] ThumbEE CPU extension supported.
  335. [ 2.270966] Registering SWP/SWPB emulation handler
  336. [ 2.278362] registered taskstats version 1
  337. [ 2.280979] mmc1: new high speed SDIO card at address 0001
  338. [ 2.281008] Loading compiled-in X.509 certificates
  339. [ 2.316969] stm32-usbphyc 5a006000.usbphyc: Linked as a consumer to regulator.1
  340. [ 2.322952] stm32-usbphyc 5a006000.usbphyc: Linked as a consumer to regulator.2
  341. [ 2.330443] stm32-usbphyc 5a006000.usbphyc: Linked as a consumer to regulator.12
  342. [ 2.338489] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
  343. [ 2.345509] dwc2 49000000.usb-otg: 49000000.usb-otg supply vusb_d not found, using dummy regulator
  344. [ 2.353354] dwc2 49000000.usb-otg: Linked as a consumer to regulator.0
  345. [ 2.359694] dwc2 49000000.usb-otg: 49000000.usb-otg supply vusb_a not found, using dummy regulator
  346. [ 2.381252] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
  347. [ 2.388939] ehci-platform 5800d000.usbh-ehci: EHCI Host Controller
  348. [ 2.393725] ehci-platform 5800d000.usbh-ehci: new USB bus registered, assigned bus number 1
  349. [ 2.402660] ehci-platform 5800d000.usbh-ehci: irq 63, io mem 0x5800d000
  350. [ 2.436061] ehci-platform 5800d000.usbh-ehci: USB 2.0 started, EHCI 1.00
  351. [ 2.442650] hub 1-0:1.0: USB hub found
  352. [ 2.445150] hub 1-0:1.0: 2 ports detected
  353. [ 2.452233] sii902x 0-0039: Linked as a consumer to regulator.10
  354. [ 2.456959] sii902x 0-0039: Linked as a consumer to regulator.14
  355. [ 2.467035] i2c i2c-0: Added multiplexed i2c bus 2
  356. [ 2.472956] cs42l51 0-004a: Linked as a consumer to regulator.8
  357. [ 2.477605] cs42l51 0-004a: Linked as a consumer to regulator.9
  358. [ 2.486134] cs42l51 0-004a: Cirrus Logic CS42L51, Revision: 01
  359. [ 2.494212] asoc-audio-graph-card sound: cs42l51-hifi0 <-> 4400b004.audio-controller mapping ok
  360. [ 2.502457] asoc-audio-graph-card sound: cs42l51-hifi1 <-> 4400b024.audio-controller mapping ok
  361. [ 2.510750] asoc-audio-graph-card sound: i2s-hifi <-> 4000b000.audio-controller mapping ok
  362. [ 2.519838] cs42l51 0-004a: ASoC: mux DAC Mux has no paths
  363. [ 2.759393] [drm] ltdc hw version 0x00010300 - ready
  364. [ 2.763009] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  365. [ 2.769627] [drm] Driver supports precise vblank timestamp query.
  366. [ 2.776575] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
  367. [ 2.785135] stm32_rtc 5c004000.rtc: setting system clock to 2000-01-01 00:02:02 UTC (946684922)
  368. [ 2.793916] vdda: disabling
  369. [ 2.796065] ALSA device list:
  370. [ 2.798591] #0: STM32MP[ 2.816126] usb 1-1: new high-speed USB device number 2 using ehci-platform
  371. [ 2.916771] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
  372. [ 2.923508] VFS: Mounted root (ext4 filesystem) on device 179:6.
  373. [ 2.935711] devtmpfs: mounted
  374. [ 2.939148] Freeing unused kernel memory: 1024K
  375. [ 2.942553] Run /sbin/init as init process
  376. [ 3.017647] hub 1-1:1.0: USB hub found
  377. [ 3.020108] hub 1-1:1.0: 4 ports detected
  378. [ 3.283210] systemd[1]: System time before build time, advancing clock.
  379. [ 3.336140] usb 1-1.2: new high-speed USB device number 3 using ehci-platform
  380. [ 3.389577] NET: Registered protocol family 10
  381. [ 3.426774] Segment Routing with IPv6
  382. [ 3.447871] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
  383. [ 3.468657] systemd[1]: Detected architecture arm.
  384.  
  385. Welcome to ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 2.6-snapshot-20190903 (thud)!
  386.  
  387. [ 3.527427] systemd[1]: Set hostname to <stm32mp1>.
  388. [ 3.540188] systemd[1]: Hardware watchdog 'STM32 Independent Watchdog', version 0
  389. [ 3.547451] systemd[1]: Set hardware watchdog to 30s.
  390. [ 3.876250] usb 1-1.3: new low-speed USB device number 4 using ehci-platform
  391. [ 4.058754] input: USB Keyboard as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:1603.0001/input/input1
  392. [ 4.136955] hid-generic 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-5800d000.usbh-ehci-1.3/input0
  393. [ 4.166591] input: USB Keyboard System Control as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:1603.0002/input/input2
  394. [ 4.246797] input: USB Keyboard Consumer Control as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:1603.0002/input/input3
  395. [ 4.259621] hid-generic 0003:04D9:1603.0002: input: USB HID v1.10 Device [ USB Keyboard] on usb-5800d000.usbh-ehci-1.3/input1
  396. [ 4.278101] systemd[1]: Unnecessary job for dev-ttySTM0.device was removed.
  397. [ 4.285825] random: systemd: uninitialized urandom read (16 bytes read)
  398. [ 4.294382] systemd[1]: Created slice User and Session Slice.
  399. [ OK ] Created slice User and Session Slice.
  400. [ 4.326327] random: systemd: uninitialized urandom read (16 bytes read)
  401. [ 4.332022] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  402. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  403. [ 4.376048] usb 1-1.4: new full-speed USB device number 5 using ehci-platform
  404. [ 4.376633] random: systemd: uninitialized urandom read (16 bytes read)
  405. [ 4.389276] systemd[1]: Listening on Network Service Netlink Socket.
  406. [ OK ] Listening on Network Service Netlink Socket.
  407. [ 4.429883] systemd[1]: Created slice system-getty.slice.
  408. [ OK ] Created slice system-getty.slice.
  409. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  410. [ OK ] Listening on udev Kernel Socket.
  411. [ OK ] Listening on initctl Compatibility Named Pipe.
  412. [ 4.551159] input: Fujitsu Mouse Fujitsu Mouse Mouse as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A81:2205.0003/input/input4
  413. [ 4.564303] input: Fujitsu Mouse Fujitsu Mouse as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A81:2205.0003/input/input5
  414. [ 4.577696] input: Fujitsu Mouse Fujitsu Mouse Consumer Control as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A81:2205.0003/input/input6
  415. [ OK ] Created slice system-serial\x2dgetty.slice.
  416. [ 4.656782] input: Fujitsu Mouse Fujitsu Mouse System Control as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.4/1-1.4:1.0/0003:1A81:2205.0003/input/input7
  417. [ 4.670582] hid-generic 0003:1A81:2205.0003: input: USB HID v1.11 Mouse [Fujitsu Mouse Fujitsu Mouse] on usb-5800d000.usbh-ehci-1.4/input0
  418. [ OK ] Listening on Process Core Dump Socket.
  419. [ OK ] Listening on Journal Socket (/dev/log).
  420. [ OK ] Listening on udev Control Socket.
  421. [ OK ] Listening on Journal Socket.
  422. Starting udev Coldplug all Devices...
  423. Starting Mount partitions...
  424. Starting Remount Root and Kernel File Systems...
  425. Mounting Kernel Debug File System...
  426. [ OK ] Reached target Swap.
  427. Mounting Temporary Directory (/tmp)...
  428. [ OK ] Reached target Slices.
  429. [ 5.019294] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
  430. [ OK ] Listening on Syslog Socket.
  431. [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
  432. [ 5.075369] random: crng init done
  433. [ 5.079832] random: 7 urandom warning(s) missed due to ratelimiting
  434. Starting Load Kernel Modules...
  435. Starting Create list of required st…ce nodes for the current kernel...
  436. Starting Journal Service...
  437. [ OK ] Reached target Remote File Systems.
  438. Mounting POSIX Message Queue File System...
  439. [ OK ] Reached target Paths.
  440. [ 5.384426] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
  441. [ OK ] Started Remount Root and Kernel File Systems.
  442. [ OK ] Mounted Kernel Debug File System.
  443. [ OK ] Mounted Temporary Directory (/tmp).
  444. [ OK ] Started Load Kernel Modules.
  445. [ OK ] Started Create list of required sta…vice nodes for the current kernel.
  446. [ OK ] Mounted POSIX Message Queue File System.
  447. Mounting FUSE Control File System...
  448. Starting Apply Kernel Variables...
  449. Mounting Kernel Configuration File System...
  450. Starting Create Static Device Nodes in /dev...
  451. [ OK ] Started Starts Psplash Boot screen.
  452. [ OK ] Mounted FUSE Control File System.
  453. [ OK ] Started Journal Service.
  454. [ OK ] Started Apply Kernel Variables.
  455. [ OK ] Mounted Kernel Configuration File System.
  456. [ OK ] Started Create Static Device Nodes in /dev.
  457. [ OK ] Reached target Local File Systems (Pre).
  458. [ 6.005783] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
  459. Mounting /var/volatile...
  460. [ OK ] Reached target Containers.
  461. Starting udev Kernel Device Manager...
  462. Starting Flush Journal to Persistent Storage...
  463. [ OK ] Mounted /var/volatile.
  464. Starting Load/Save Random Seed...
  465. [ OK ] Started udev Kernel Device Manager.
  466. [ 6.438580] systemd-journald[157]: Received request to flush runtime journal from PID 1
  467. [ 6.535874] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
  468. [ OK ] Started Flush Journal to Persistent Storage.
  469. [ OK ] Started Mount partitions.
  470. [ OK ] Started Load/Save Random Seed.
  471. [ OK ] Reached target Local File Systems.
  472. Starting Create Volatile Files and Directories...
  473. [ OK ] Started Create Volatile Files and Directories.
  474. Starting Update UTMP about System Boot/Shutdown...
  475. Starting Network Time Synchronization...
  476. [ OK ] Started Update UTMP about System Boot/Shutdown.
  477. [ OK ] Started Network Time Synchronization.
  478. [ OK ] Reached target System Time Synchronized.
  479. [ 7.882880] input: generic ft5x06 (11) as /devices/platform/soc/40012000.i2c/i2c-0/0-0038/input/input10
  480. [ OK ] Started udev Coldplug all Devices.
  481. [ OK ] Reached target System Initialization.
  482. [ OK ] Listening on D-Bus System Message B[ 7.963677] Bluetooth: Core ver 2.22
  483. us[ 7.967461] NET: Registered protocol family 31
  484. [ 7.971885] Bluetooth: HCI device and connection manager initialized
  485. Socket.
  486. [ 7.996257] Bluetooth: HCI socket layer initialized
  487. [ 7.999715] Bluetooth: L2CAP socket layer initialized
  488. [ 8.019297] Bluetooth: SCO socket layer initialized
  489. [ OK ] Started Daily Cleanup of Temporary Directories.
  490. [ OK ] Listening on RPCbind Server Activatio[ 8.047635] Bluetooth: HCI UART driver ver 2.3
  491. n Socket.
  492. [ 8.055949] Bluetooth: HCI UART protocol H4 registered
  493. [ 8.065136] Bluetooth: HCI UART protocol Broadcom registered
  494. [ 8.065954] hci_uart_bcm serial0-0: No reset resource, using default baud rate
  495. Starting Console System Startup Logging...
  496. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  497. [ 8.261980] galcore: loading out-of-tree module taints kernel.
  498. [ 8.334637] Galcore version 6.2.4.174315
  499. [ OK ] Listening on dropbear.socket.
  500. [ OK ] Reached target Sockets.
  501. [ OK ] Reached target Basic System.
  502. [ 8.467405] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  503. [ 8.549498] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  504. [ OK ] Started System Logging Service.
  505. [ OK ] Started Kernel Logging Service.
  506. Starting Login Service...
  507. Starting Netdata, Real-time performance monitoring...
  508. [ 9.180390] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  509. Starting Weston Wayland Compositor...
  510. [ OK ] Started ST Verify if eth0 network interface are already configured.
  511. Starting Network Service...
  512. [ 9.412393] media: Linux media interface: v0.10
  513. [ 9.447846] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
  514. [ OK ] Started TEE Supplicant.
  515. [ 9.552654] videodev: Linux video capture interface: v2.00
  516. Starting Enable USB Ethernet gadget...
  517. [ 9.596641] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Sep 11 2018 09:22:09 version 7.45.98.65 (r707797 CY) FWID 01-b54727f
  518. [ 9.627276] usbcore: registered new interface driver snd-usb-audio
  519. [ OK ] Started D-Bus System Message Bus.
  520. [ 9.744864] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0823)
  521. [ 9.822933] uvcvideo 1-1.2:1.2: Entity type for entity Extension 4 was not initialized!
  522. [ 9.860561] uvcvideo 1-1.2:1.2: Entity type for entity Processing 2 was not initialized!
  523. [ 9.928378] uvcvideo 1-1.2:1.2: Entity type for entity Camera 1 was not initialized!
  524. [ 9.934718] uvcvideo 1-1.2:1.2: Entity type for entity Extension 5 was not initialized!
  525. Starting Sound Service...
  526. [ 10.013382] uvcvideo 1-1.2:1.2: Entity type for entity Extension 6 was not initialized!
  527. [ 10.048625] uvcvideo 1-1.2:1.2: Entity type for entity Extension 7 was not initialized!
  528. [ 10.085931] uvcvideo 1-1.2:1.2: Entity type for entity Extension 8 was not initialized!
  529. [ 10.092450] input: UVC Camera (046d:0823) as /devices/platform/soc/5800d000.usbh-ehci/usb1/1-1/1-1.2/1-1.2:1.2/input/input11
  530. [ 10.098403] usbcore: registered new interface driver uvcvideo
  531. [ 10.098413] USB Video Class driver (1.1.1)
  532. [[ 10.120793] using random self ethernet address
  533. [ 10.120808] using random host ethernet address
  534. [ 10.156216] Bluetooth: hci0: command 0xfc18 tx timeout
  535. OK ] Started Console System Startup Logging.
  536. [ 10.460545] usb0: HOST MAC da:7b:f1:0c:99:3c
  537. [ 10.467234] usb0: MAC 42:ab:ea:e7:04:f0
  538. [ 10.474387] dwc2 49000000.usb-otg: bound driver configfs-gadget
  539. [ 10.710474] dwc2 49000000.usb-otg: new device is high-speed
  540. [ 10.800671] dwc2 49000000.usb-otg: new device is high-speed
  541. [ 10.887964] dwc2 49000000.usb-otg: new address 13
  542. [ 10.913580] configfs-gadget gadget: high-speed config #1: c
  543. [ 11.212707] Generic PHY stmmac-0:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  544. [ OK ] Started Network Service.
  545. [ 11.308879] dwmac4: Master AXI performs any burst length
  546. [ 11.312842] stm32-dwmac 5800a000.ethernet eth0: No Safety Features support found
  547. [ 11.344754] stm32-dwmac 5800a000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
  548. [ 11.387420] stm32-dwmac 5800a000.ethernet eth0: registered PTP clock
  549. [ 11.411450] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  550. [ 11.446568] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
  551. [ 11.476156] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
  552. [ OK ] Started Enable USB Ethernet gadget.
  553. [ 11.903009] Gcnano is present and activated
  554. [ OK ] Started Netdata, Real-time performance monitoring.
  555. [ OK ] Started Weston Wayland Compositor.
  556. [ 12.397182] stm32-dwmac 5800a000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  557. [ 12.404313] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  558. [ OK ] Started Sound Service.
  559. [* ] A start job is running for Login Service (13s / 1min 34s)[ 18.396152] Bluetooth: hci0: BCM: failed to write update baudrate (-110)
  560. [ 18.401459] Bluetooth: hci0: Failed to set baudrate
  561. [** ] A start job is running for Login Service (14s / 1min 34s)[*** ] A start job is running for Login Service (14s / 1min 34s)[ *** ] A start job is running for Login Service (15s / 1min 34s)[ *** ] A start job is running for Login Service (15s / 1min 34s) Starting Bluetooth service...
  562. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  563. Stopping Network Service...
  564. Starting Save/Restore Sound Card State...
  565. [ OK ] Created slice system-systemd\x2dbacklight.slice.
  566. Starting Load/Save Screen Backlight…ess of backlight:5a000000.dsi.0...
  567. [ OK ] Stopped Network Service.
  568. [ OK ] Started Save/Restore Sound Card State.
  569. [ OK ] Started Load/Save Screen Backlight …tness of backlight:5a000000.dsi.0.
  570. [ OK ] Started Bluetooth service.
  571. Starting Hostname Service...
  572. [ OK ] Reached target Bluetooth.
  573. Starting Load/Save RF Kill Switch Status...
  574. [ OK ] Reached target Sound Card.
  575. [ 20.476147] Bluetooth: hci0: command 0x0c03 tx timeout
  576. Starting Network Service...
  577. [ OK ] Started Load/Save RF Kill Switch Status.
  578. [ OK ] Started Login Service.
  579. [ OK ] Started Network Service.
  580. Starting Network Name Resolution...
  581. Starting Wait for Network to be Configured...
  582. [ OK ] Started Hostname Service.
  583. [ OK ] Started Network Name Resolution.
  584. Starting Avahi mDNS/DNS-SD Stack...
  585. [ OK ] Reached target Host and Network Name Lookups.
  586. [ OK ] Reached target Network.
  587. Starting Target Communication Framework agent...
  588. Starting Permit User Sessions...
  589. [ OK ] Started IIO Daemon.
  590. [ OK ] Started Permit User Sessions.
  591. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  592. [ OK ] Started Serial Getty on ttySTM0.
  593. [ OK ] Started Getty on tty1.
  594. [ OK ] Reached target Login Prompts.
  595. [ OK ] Started Target Communication Framework agent.
  596. [ OK ] Reached target Multi-User System.
  597. Starting Update UTMP about System Runlevel Changes...
  598. [ OK ] Started Update UTMP about System Runlevel Changes.
  599. [ 26.166266] usb 1-1.2: reset high-speed USB device number 3 using ehci-platform
  600.  
  601. ST OpenSTLinux - Weston - (A Yocto Project Based Distro) 2.6-snapshot stm32mp1 ttySTM0
  602.  
  603. stm32mp1 login: root (automatic login)
  604.  
  605. [ 28.636181] Bluetooth: hci0: BCM: Reset failed (-110)
  606. root@stm32mp1:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement