Advertisement
Bullet64

vf2_bootlog

Jan 28th, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.54 KB | None | 0 0
  1. U-Boot SPL 2021.10 (Jan 08 2023 - 18:04:54 +0800)
  2. DDR version: dc2e84f0.
  3. Trying to boot from SPI
  4.  
  5. OpenSBI v1.0
  6. ____ _____ ____ _____
  7. / __ \ / ____| _ \_ _|
  8. | | | |_ __ ___ _ __ | (___ | |_) || |
  9. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  10. | |__| | |_) | __/ | | |____) | |_) || |_
  11. \____/| .__/ \___|_| |_|_____/|____/_____|
  12. | |
  13. |_|
  14.  
  15. Platform Name : StarFive VisionFive V2
  16. Platform Features : medeleg
  17. Platform HART Count : 5
  18. Platform IPI Device : aclint-mswi
  19. Platform Timer Device : aclint-mtimer @ 4000000Hz
  20. Platform Console Device : uart8250
  21. Platform HSM Device : ---
  22. Platform Reboot Device : ---
  23. Platform Shutdown Device : ---
  24. Firmware Base : 0x40000000
  25. Firmware Size : 360 KB
  26. Runtime SBI Version : 0.3
  27.  
  28. Domain0 Name : root
  29. Domain0 Boot HART : 3
  30. Domain0 HARTs : 0*,1*,2*,3*,4*
  31. Domain0 Region00 : 0x0000000002000000-0x000000000200ffff (I)
  32. Domain0 Region01 : 0x0000000040000000-0x000000004007ffff ()
  33. Domain0 Region02 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  34. Domain0 Next Address : 0x0000000040200000
  35. Domain0 Next Arg1 : 0x0000000042200000
  36. Domain0 Next Mode : S-mode
  37. Domain0 SysReset : yes
  38.  
  39. Boot HART ID : 3
  40. Boot HART Domain : root
  41. Boot HART Priv Version : v1.11
  42. Boot HART Base ISA : rv64imafdcbx
  43. Boot HART ISA Extensions : none
  44. Boot HART PMP Count : 8
  45. Boot HART PMP Granularity : 4096
  46. Boot HART PMP Address Bits: 34
  47. Boot HART MHPM Count : 2
  48. Boot HART MIDELEG : 0x0000000000000222
  49. Boot HART MEDELEG : 0x000000000000b109
  50.  
  51.  
  52. U-Boot 2021.10 (Jan 08 2023 - 18:04:54 +0800), Build: jenkins-github_visionfive5
  53.  
  54. CPU: rv64imacu
  55. Model: StarFive VisionFive V2
  56. DRAM: 8 GiB
  57. MMC: sdio0@16010000: 0, sdio1@16020000: 1
  58. Loading Environment from SPIFlash... SF: Detected gd25lq128 with page size 256 B
  59. *** Warning - bad CRC, using default environment
  60.  
  61. StarFive EEPROM format v2
  62.  
  63. --------EEPROM INFO--------
  64. Vendor : StarFive Technology Co., Ltd.
  65. Product full SN: VF7110A1-2250-D008E000-00000236
  66. data version: 0x2
  67. PCB revision: 0xa1
  68. BOM revision: A
  69. Ethernet MAC0 address: 6c:cf:39:00:1f:23
  70. Ethernet MAC1 address: 6c:cf:39:00:1f:24
  71. --------EEPROM INFO--------
  72.  
  73. In: serial@10000000
  74. Out: serial@10000000
  75. Err: serial@10000000
  76. Model: StarFive VisionFive V2
  77. Net: eth0: ethernet@16030000, eth1: ethernet@16040000
  78. switch to partitions #0, OK
  79. mmc1 is current device
  80. found device 1
  81. bootmode flash device 1
  82. Can't set block device
  83. Failed to load '/boot/uEnv.txt'
  84. Hit any key to stop autoboot: 0
  85. Can't set block device
  86. Importing environment from mmc1 ...
  87. ## Warning: Input data exceeds 1048576 bytes - truncated
  88. ## Info: input data size = 1048578 = 0x100002
  89. 385 bytes read in 4 ms (93.8 KiB/s)
  90. ## Warning: defaulting to text format
  91. ## Error: "boot2" not defined
  92. 47546 bytes read in 12 ms (3.8 MiB/s)
  93. 47546 bytes written in 18 ms (2.5 MiB/s)
  94. Retrieving file: /boot/extlinux/extlinux.conf
  95. 863 bytes read in 6 ms (139.6 KiB/s)
  96. U-Boot menu
  97. 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  98. 2: Debian GNU/Linux bookworm/sid 5.15.0-starfive (rescue target)
  99. Enter choice: 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  100. Retrieving file: /boot/initrd.img-5.15.0-starfive
  101. 9684944 bytes read in 411 ms (22.5 MiB/s)
  102. Retrieving file: /boot/vmlinuz-5.15.0-starfive
  103. 8015160 bytes read in 342 ms (22.4 MiB/s)
  104. append: root=/dev/mmcblk1p3 root=/dev/mmcblk1p3 rw console=tty0 console=ttyS0,10
  105. Retrieving file: /boot/dtbs/starfive/jh7110-visionfive-v2.dtb
  106. 47546 bytes read in 8 ms (5.7 MiB/s)
  107. Uncompressing Kernel Image
  108. Moving Image from 0x44000000 to 0x40200000, end=41767000
  109. ## Flattened Device Tree blob at 48000000
  110. Booting using the fdt blob at 0x48000000
  111. Using Device Tree in place at 0000000048000000, end 000000004800e9b9
  112.  
  113. Starting kernel ...
  114.  
  115. clk u5_dw_i2c_clk_core already disabled
  116. clk u5_dw_i2c_clk_apb already disabled
  117. [ 0.000000] Linux version 5.15.0-starfive (sw_buildbot@mdcsw02) (riscv64-unk2
  118. [ 0.000000] OF: fdt: Ignoring memory range 0x40000000 - 0x40200000
  119. [ 0.000000] Machine model: StarFive VisionFive V2
  120. [ 0.000000] earlycon: uart0 at MMIO32 0x0000000010000000 (options '115200')
  121. [ 0.000000] printk: bootconsole [uart0] enabled
  122. [ 0.000000] efi: UEFI not found.
  123. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000080000000, B
  124. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id sharl
  125. [ 0.000000] Zone ranges:
  126. [ 0.000000] DMA32 [mem 0x0000000040200000-0x00000000ffffffff]
  127. [ 0.000000] Normal [mem 0x0000000100000000-0x000000023fffffff]
  128. [ 0.000000] Movable zone start for each node
  129. [ 0.000000] Early memory node ranges
  130. [ 0.000000] node 0: [mem 0x0000000040200000-0x00000000c010ffff]
  131. [ 0.000000] node 0: [mem 0x00000000c0110000-0x00000000c01fffff]
  132. [ 0.000000] node 0: [mem 0x00000000c0200000-0x000000023fffffff]
  133. [ 0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000023fffffff]
  134. [ 0.000000] SBI specification v0.3 detected
  135. [ 0.000000] SBI implementation ID=0x1 Version=0x10000
  136. [ 0.000000] SBI TIME extension detected
  137. [ 0.000000] SBI IPI extension detected
  138. [ 0.000000] SBI RFENCE extension detected
  139. [ 0.000000] SBI v0.2 HSM extension detected
  140. [ 0.000000] CPU with hartid=0 is not available
  141. [ 0.000000] CPU with hartid=0 is not available
  142. [ 0.000000] riscv: ISA extensions acdfim
  143. [ 0.000000] riscv: ELF capabilities acdfim
  144. [ 0.000000] percpu: Embedded 17 pages/cpu s31528 r8192 d29912 u69632
  145. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2067975
  146. [ 0.000000] Kernel command line: root=/dev/mmcblk1p3 root=/dev/mmcblk1p3 rw 0
  147. [ 0.000000] Unknown command line parameters: stmmaceth=chain_mode:1 selinux=0
  148. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byt)
  149. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
  150. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  151. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff0)
  152. [ 0.000000] Memory: 7582168K/8386560K available (9884K kernel code, 4982K rw)
  153. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  154. [ 0.000000] rcu: Hierarchical RCU implementation.
  155. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  156. [ 0.000000] rcu: RCU debug extended QS entry/exit.
  157. [ 0.000000] Tracing variant of Tasks RCU enabled.
  158. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 ji.
  159. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  160. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  161. [ 0.000000] CPU with hartid=0 is not available
  162. [ 0.000000] riscv-intc: unable to find hart id for /cpus/cpu@0/interrupt-conr
  163. [ 0.000000] riscv-intc: 64 local interrupts mapped
  164. [ 0.000000] plic: plic@c000000: mapped 136 interrupts with 4 handlers for 9 .
  165. [ 0.000000] random: get_random_bytes called from start_kernel+0x4d0/0x6e2 wi0
  166. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [3]
  167. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycs
  168. [ 0.000001] sched_clock: 64 bits at 4MHz, resolution 250ns, wraps every 2199s
  169. [ 0.008994] clocksource: timer@13050000.ch0: mask: 0xffffffff max_cycles: 0xs
  170. [ 0.020318] clocksource: timer@13050000.ch1: mask: 0xffffffff max_cycles: 0xs
  171. [ 0.031649] clocksource: timer@13050000.ch2: mask: 0xffffffff max_cycles: 0xs
  172. [ 0.042975] clocksource: timer@13050000.ch3: mask: 0xffffffff max_cycles: 0xs
  173. [ 0.054462] Console: colour dummy device 80x25
  174. [ 0.060657] printk: console [tty0] enabled
  175. [ 0.065213] Calibrating delay loop (skipped), value calculated using timer f)
  176. [ 0.076435] pid_max: default: 32768 minimum: 301
  177. [ 0.081762] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, l)
  178. [ 0.090243] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byt)
  179. [ 0.100541] ASID allocator disabled
  180. [ 0.104480] rcu: Hierarchical SRCU implementation.
  181. [ 0.109934] EFI services will not be available.
  182. [ 0.115325] smp: Bringing up secondary CPUs ...
  183. [ 0.121958] smp: Brought up 1 node, 4 CPUs
  184. [ 0.128408] devtmpfs: initialized
  185. [ 0.139641] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
  186. [ 0.150502] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  187. [ 0.171855] pinctrl core: initialized pinctrl subsystem
  188. [ 0.178517] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  189. [ 0.185742] cpuidle: using governor menu
  190. [ 0.212033] platform soc:dsi-output: Fixing up cyclic dependency with 2940000
  191. [ 0.221213] platform 295d0000.mipi: Fixing up cyclic dependency with soc:dsit
  192. [ 0.230051] platform 29590000.hdmi: Fixing up cyclic dependency with 29400000
  193. [ 0.250509] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  194. [ 0.257894] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  195. [ 0.268463] vgaarb: loaded
  196. [ 0.271690] SCSI subsystem initialized
  197. [ 0.276232] usbcore: registered new interface driver usbfs
  198. [ 0.282306] usbcore: registered new interface driver hub
  199. [ 0.288197] usbcore: registered new device driver usb
  200. [ 0.294041] mc: Linux media interface: v0.10
  201. [ 0.298789] videodev: Linux video capture interface: v2.00
  202. [ 0.305015] Advanced Linux Sound Architecture Driver Initialized.
  203. [ 0.312110] Bluetooth: Core ver 2.22
  204. [ 0.316072] NET: Registered PF_BLUETOOTH protocol family
  205. [ 0.321929] Bluetooth: HCI device and connection manager initialized
  206. [ 0.328927] Bluetooth: HCI socket layer initialized
  207. [ 0.334309] Bluetooth: L2CAP socket layer initialized
  208. [ 0.339881] Bluetooth: SCO socket layer initialized
  209. [ 0.345597] clocksource: Switched to clocksource riscv_clocksource
  210. [ 0.359911] NET: Registered PF_INET protocol family
  211. [ 0.366294] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, l)
  212. [ 0.382116] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 163)
  213. [ 0.391874] TCP established hash table entries: 65536 (order: 7, 524288 byte)
  214. [ 0.401457] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, lin)
  215. [ 0.412155] TCP: Hash tables configured (established 65536 bind 65536)
  216. [ 0.419636] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
  217. [ 0.427642] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linea)
  218. [ 0.436298] NET: Registered PF_UNIX/PF_LOCAL protocol family
  219. [ 0.443207] RPC: Registered named UNIX socket transport module.
  220. [ 0.449757] RPC: Registered udp transport module.
  221. [ 0.454933] RPC: Registered tcp transport module.
  222. [ 0.460118] RPC: Registered tcp NFSv4.1 backchannel transport module.
  223. [ 0.467935] PCI: CLS 0 bytes, default 64
  224. [ 0.472939] Initialise system trusted keyrings
  225. [ 0.478086] workingset: timestamp_bits=62 max_order=21 bucket_order=0
  226. [ 0.478276] Unpacking initramfs...
  227. [ 0.491024] NFS: Registering the id_resolver key type
  228. [ 0.496639] Key type id_resolver registered
  229. [ 0.501256] Key type id_legacy registered
  230. [ 0.505787] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  231. [ 0.513175] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registerin.
  232. [ 0.521402] ntfs: driver 2.1.32 [Flags: R/W].
  233. [ 0.526499] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  234. [ 0.533685] fuse: init (API version 7.34)
  235. [ 0.577393] NET: Registered PF_ALG protocol family
  236. [ 0.582703] Key type asymmetric registered
  237. [ 0.587266] Asymmetric key parser 'x509' registered
  238. [ 0.592742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
  239. [ 0.600939] io scheduler mq-deadline registered
  240. [ 0.605952] io scheduler kyber registered
  241. [ 0.711433] clk-starfive-jh7110 13020000.clock-controller: starfive JH7110 c.
  242. [ 0.722700] L2CACHE: DataError @ 0x00000000.08040110
  243. [ 0.728280] L2CACHE: DataFail @ 0x00000000.0804005B
  244. [ 0.733738] L2CACHE: No. of Banks in the cache: 8
  245. [ 0.738951] L2CACHE: No. of ways per bank: 16
  246. [ 0.743752] L2CACHE: Sets per bank: 256
  247. [ 0.748005] L2CACHE: Bytes per cache block: 64
  248. [ 0.752914] L2CACHE: Index of the largest way enabled: 15
  249. [ 0.759206] jh7110-pmu 17030000.power-controller: registered 8 power domains
  250. [ 0.827952] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  251. [ 0.837979] @@#########################@@
  252. [ 0.880402] @@ dev ptr:ffffffe0bff00000/1500/1
  253. [ 0.885550] PVR_K: 1: Read BVNC 36.50.54.182 from HW device registers
  254. [ 0.892850] PVR_K: 1: RGX Device registered BVNC 36.50.54.182 with 1 core im
  255. [ 0.903070] [drm] Initialized pvr 1.17.6210866 20170530 for 18000000.gpu on 0
  256. [ 0.923567] loop: module loaded
  257. [ 0.929519] spi-nor spi0.0: gd25lq128d (16384 Kbytes)
  258. [ 1.188735] Freeing initrd memory: 9456K
  259. [ 1.209678] 3 fixed-partitions partitions found on MTD device 13010000.spi.0
  260. [ 1.217510] Creating 3 MTD partitions on "13010000.spi.0":
  261. [ 1.223572] 0x000000000000-0x000000020000 : "spl"
  262. [ 1.230556] 0x000000100000-0x000000400000 : "uboot"
  263. [ 1.237497] 0x000000f00000-0x000001000000 : "data"
  264. [ 1.245397] libphy: Fixed MDIO Bus: probed
  265. [ 1.251405] CAN device driver interface
  266. [ 1.256244] starfive-eth-plat 16030000.ethernet: force_sf_dma_mode is ignore.
  267. [ 1.267655] starfive-eth-plat 16030000.ethernet: User ID: 0x41, Synopsys ID:2
  268. [ 1.275936] starfive-eth-plat 16030000.ethernet: DWMAC4/5
  269. [ 1.281986] starfive-eth-plat 16030000.ethernet: DMA HW capability register d
  270. [ 1.290628] starfive-eth-plat 16030000.ethernet: RX Checksum Offload Engine d
  271. [ 1.299268] starfive-eth-plat 16030000.ethernet: Wake-Up On Lan supported
  272. [ 1.306754] starfive-eth-plat 16030000.ethernet: TSO supported
  273. [ 1.313186] starfive-eth-plat 16030000.ethernet: Enable RX Mitigation via HWr
  274. [ 1.322414] starfive-eth-plat 16030000.ethernet: Enabled Flow TC (entries=1)
  275. [ 1.330190] starfive-eth-plat 16030000.ethernet: TSO feature enabled
  276. [ 1.337202] starfive-eth-plat 16030000.ethernet: Using 40 bits DMA width
  277. [ 1.596397] libphy: stmmac: probed
  278. [ 1.600175] YT8531 Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bu)
  279. [ 1.611141] YT8531 Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bu)
  280. [ 1.623291] starfive-eth-plat 16040000.ethernet: force_sf_dma_mode is ignore.
  281. [ 1.634704] starfive-eth-plat 16040000.ethernet: User ID: 0x41, Synopsys ID:2
  282. [ 1.642984] starfive-eth-plat 16040000.ethernet: DWMAC4/5
  283. [ 1.649049] starfive-eth-plat 16040000.ethernet: DMA HW capability register d
  284. [ 1.657693] starfive-eth-plat 16040000.ethernet: RX Checksum Offload Engine d
  285. [ 1.666336] starfive-eth-plat 16040000.ethernet: Wake-Up On Lan supported
  286. [ 1.673810] starfive-eth-plat 16040000.ethernet: TSO supported
  287. [ 1.680257] starfive-eth-plat 16040000.ethernet: Enable RX Mitigation via HWr
  288. [ 1.689501] starfive-eth-plat 16040000.ethernet: Enabled Flow TC (entries=1)
  289. [ 1.697281] starfive-eth-plat 16040000.ethernet: TSO feature enabled
  290. [ 1.704279] starfive-eth-plat 16040000.ethernet: Using 40 bits DMA width
  291. [ 1.962249] libphy: stmmac: probed
  292. [ 1.966055] YT8512B Ethernet stmmac-1:00: attached PHY driver (mii_bus:phy_a)
  293. [ 1.976345] YT8512B Ethernet stmmac-1:03: attached PHY driver (mii_bus:phy_a)
  294. [ 1.988175] Intel(R) Wireless WiFi driver for Linux
  295. [ 1.995492] cdns3-starfive 10210000.usbdrd: usb mode 2 2.0 probe success
  296. [ 2.003689] usbcore: registered new interface driver uas
  297. [ 2.009615] usbcore: registered new interface driver usb-storage
  298. [ 2.035935] starfive-rtc 17040000.rtc: registered as rtc0
  299. [ 2.041901] starfive-rtc 17040000.rtc: setting system clock to 2001-01-01T00)
  300. [ 2.051947] i2c_dev: i2c /dev entries driver
  301. [ 2.056920] usbcore: registered new interface driver uvcvideo
  302. [ 2.064425] starfive-wdt 13070000.wdog: Heartbeat: timeout=15, count/2=18000)
  303. [ 2.074182] Bluetooth: HCI UART driver ver 2.3
  304. [ 2.079108] Bluetooth: HCI UART protocol H4 registered
  305. [ 2.084990] starfive-cpufreq soc:starfive,jh7110-cpufreq: Failed to get regu!
  306. [ 2.094131] starfive-cpufreq soc:starfive,jh7110-cpufreq: Failed to init stao
  307. [ 2.104296] sdhci: Secure Digital Host Controller Interface driver
  308. [ 2.111138] sdhci: Copyright(c) Pierre Ossman
  309. [ 2.115982] Synopsys Designware Multimedia Card Interface Driver
  310. [ 2.122905] sdhci-pltfm: SDHCI platform and OF driver helper
  311. [ 2.129966] jh7110-sec 16000000.crypto: Unable to request sec_m dma channel l
  312. [ 2.139114] jh7110-sec 16000000.crypto: Cannot initial dma chan
  313. [ 2.145940] usbcore: registered new interface driver usbhid
  314. [ 2.152091] usbhid: USB HID core driver
  315. [ 2.156587] usbcore: registered new interface driver snd-usb-audio
  316. [ 2.171214] NET: Registered PF_PACKET protocol family
  317. [ 2.176856] can: controller area network core
  318. [ 2.181774] NET: Registered PF_CAN protocol family
  319. [ 2.187083] can: raw protocol
  320. [ 2.190356] can: broadcast manager protocol
  321. [ 2.194976] can: netlink gateway - max_hops=1
  322. [ 2.200142] Bluetooth: RFCOMM TTY layer initialized
  323. [ 2.205538] Bluetooth: RFCOMM socket layer initialized
  324. [ 2.211257] Bluetooth: RFCOMM ver 1.11
  325. [ 2.215426] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  326. [ 2.221306] Bluetooth: BNEP filters: protocol multicast
  327. [ 2.227091] Bluetooth: BNEP socket layer initialized
  328. [ 2.232742] 9pnet: Installing 9P2000 support
  329. [ 2.237532] Key type dns_resolver registered
  330. [ 2.243018] Loading compiled-in X.509 certificates
  331. [ 2.284750] starfive_jh7110-pinctrl 13040000.gpio: SiFive GPIO chip registers
  332. [ 2.294405] starfive_jh7110-pinctrl 17020000.gpio: SiFive GPIO chip registers
  333. [ 2.303384] pl08xdmac 16008000.sec_dma: initialized 8 virtual memcpy channels
  334. [ 2.311288] pl08xdmac 16008000.sec_dma: initialized 16 virtual slave channels
  335. [ 2.320830] debugfs: Directory '16008000.sec_dma' with parent 'dmaengine' al!
  336. [ 2.330003] pl08xdmac 16008000.sec_dma: DMA: PL080 rev0 at 0x16008000 irq 23
  337. [ 2.338062] ssp-pl022 10060000.spi: ARM PL022 driver for StarFive SoC platfo2
  338. [ 2.348271] ssp-pl022 10060000.spi: mapped registers from 0x0000000010060000)
  339. [ 2.358430] ssp-pl022 10060000.spi: Requested frequency: 10000000 Hz is unsuz
  340. [ 2.370055] ssp-pl022 10060000.spi: will use autosuspend for runtime pm, dels
  341. [ 2.379983] i2c 2-0045: Fixing up cyclic dependency with 295d0000.mipi
  342. [ 2.387488] seeed_panel 2-0045: Unknown Atmel firmware revision: 0x00
  343. [ 2.394791] i2c 2-0019: Fixing up cyclic dependency with 295d0000.mipi
  344. [ 2.403428] at24 5-0050: supply vcc not found, using dummy regulator
  345. [ 2.411291] at24 5-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
  346. [ 2.420636] axp15060-regulator 5-0036: Register mipi_0p9 done! vol range:900V
  347. [ 2.430794] axp15060-regulator 5-0036: Register hdmi_1p8 done! vol range:180V
  348. [ 2.441143] axp15060-regulator 5-0036: Register hdmi_0p9 done! vol range:900V
  349. [ 2.451336] axp15060-regulator 5-0036: Register cpu_vdd done! vol range:500 V
  350. [ 2.460795] i2c 6-0010: Fixing up cyclic dependency with 19800000.vin_sysctl
  351. [ 2.468990] imx219 6-0010: supply VANA not found, using dummy regulator
  352. [ 2.476436] imx219 6-0010: supply VDIG not found, using dummy regulator
  353. [ 2.483788] imx219 6-0010: supply VDDL not found, using dummy regulator
  354. [ 2.498582] imx219 6-0010: failed to read chip id 219
  355. [ 2.504369] imx219: probe of 6-0010 failed with error -5
  356. [ 2.512855] pcie_plda 2b000000.pcie: host bridge /soc/pcie@2B000000 ranges:
  357. [ 2.520626] pcie_plda 2b000000.pcie: MEM 0x0030000000..0x0037ffffff -> 0
  358. [ 2.529579] pcie_plda 2b000000.pcie: MEM 0x0900000000..0x093fffffff -> 0
  359. [ 2.538566] ATR entry: 0x0940000000 -> 0x0000000000 [0x0010000000] (param: 0)
  360. [ 2.547134] ATR entry: 0x0030000000 -> 0x0030000000 [0x0008000000] (param: 0)
  361. [ 2.555700] ATR entry: 0x0900000000 -> 0x0900000000 [0x0040000000] (param: 0)
  362. [ 2.905698] pcie_plda 2b000000.pcie: Port link up.
  363. [ 2.911147] pcie_plda 2b000000.pcie: PCI host bridge to bus 0000:00
  364. [ 2.918086] pci_bus 0000:00: root bus resource [bus 00-ff]
  365. [ 2.924139] pci_bus 0000:00: root bus resource [mem 0x30000000-0x37ffffff]
  366. [ 2.931741] pci_bus 0000:00: root bus resource [mem 0x900000000-0x93fffffff ]
  367. [ 2.940037] pci 0000:00:00.0: [1556:1111] type 01 class 0x060400
  368. [ 2.946681] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xffffffff 64bit pre]
  369. [ 2.954708] pci 0000:00:00.0: supports D1 D2
  370. [ 2.959430] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  371. [ 2.970264] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reg
  372. [ 2.979253] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  373. [ 2.985911] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  374. [ 2.993475] pci 0000:01:00.0: PME# supported from D0 D3cold
  375. [ 3.002985] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  376. [ 3.010322] pci 0000:00:00.0: BAR 0: no space for [mem size 0x100000000 64bi]
  377. [ 3.018791] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x100000000 ]
  378. [ 3.027646] pci 0000:00:00.0: BAR 8: assigned [mem 0x30000000-0x300fffff]
  379. [ 3.035129] pci 0000:01:00.0: BAR 0: assigned [mem 0x30000000-0x30000fff 64b]
  380. [ 3.043222] pci 0000:00:00.0: PCI bridge to [bus 01]
  381. [ 3.048709] pci 0000:00:00.0: bridge window [mem 0x30000000-0x300fffff]
  382. [ 3.056310] pci 0000:00:00.0: enabling device (0000 -> 0002)
  383. [ 3.062551] pci 0000:01:00.0: enabling device (0000 -> 0002)
  384. [ 3.068834] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x9d4 took 12239 us
  385. [ 3.077224] xhci_hcd 0000:01:00.0: xHCI Host Controller
  386. [ 3.083010] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numb1
  387. [ 3.091621] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 q0
  388. [ 3.101786] pcie_plda 2b000000.pcie: msi#0 address_hi 0x0 address_lo 0x190
  389. [ 3.109757] xhci_hcd 0000:01:00.0: xHCI Host Controller
  390. [ 3.115531] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numb2
  391. [ 3.123721] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  392. [ 3.131378] hub 1-0:1.0: USB hub found
  393. [ 3.135551] hub 1-0:1.0: 1 port detected
  394. [ 3.140939] hub 2-0:1.0: USB hub found
  395. [ 3.145114] hub 2-0:1.0: 4 ports detected
  396. [ 3.152324] pcie_plda 2c000000.pcie: host bridge /soc/pcie@2C000000 ranges:
  397. [ 3.160071] pcie_plda 2c000000.pcie: MEM 0x0038000000..0x003fffffff -> 0
  398. [ 3.169027] pcie_plda 2c000000.pcie: MEM 0x0980000000..0x09bfffffff -> 0
  399. [ 3.178016] ATR entry: 0x09c0000000 -> 0x0000000000 [0x0010000000] (param: 0)
  400. [ 3.186581] ATR entry: 0x0038000000 -> 0x0038000000 [0x0008000000] (param: 0)
  401. [ 3.195127] ATR entry: 0x0980000000 -> 0x0980000000 [0x0040000000] (param: 0)
  402. [ 3.355652] usb usb2-port2: over-current condition
  403. [ 3.455674] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  404. [ 3.515678] usb usb2-port4: over-current condition
  405. [ 3.625876] pcie_plda 2c000000.pcie: Port link down, exit.
  406. [ 3.645631] clk-starfive-jh7110-vout 295c0000.clock-controller: starfive JH7.
  407. [ 3.656777] hub 1-1:1.0: USB hub found
  408. [ 3.661176] hub 1-1:1.0: 4 ports detected
  409. [ 3.668027] clk-starfive-jh7110-isp 19810000.clock-controller: starfive JH71.
  410. [ 3.679247] dw_axi_dmac_platform 16050000.dma-controller: DesignWare AXI DMAs
  411. [ 3.690282] printk: console [ttyS0] disabled
  412. �[ 3.715318] 10000000.serial: ttyS0 at MMIO 0x10000000 (irq = 17, base_baud A
  413. [ 3.725173] printk: console [ttyS0] enabled
  414. [ 3.725173] printk: console [ttyS0] enabled
  415. [ 3.733980] printk: bootconsole [uart0] disabled
  416. [ 3.733980] printk: bootconsole [uart0] disabled
  417. [ 3.744204] jh7110-vin 19800000.vin_sysctl: stfcamss probe enter!
  418. [ 3.752381] jh7110-vin 19800000.vin_sysctl: stfcamss probe success!
  419. [ 3.761159] dwmmc_starfive 16010000.sdio0: IDMAC supports 32-bit address mod.
  420. [ 3.761761] jh7110-sec 16000000.crypto: will run requests pump with realtimey
  421. [ 3.768493] dwmmc_starfive 16010000.sdio0: Using internal DMA controller.
  422. [ 3.777144] dwmmc_starfive 16020000.sdio1: IDMAC supports 32-bit address mod.
  423. [ 3.783137] dwmmc_starfive 16010000.sdio0: Version ID is 290a
  424. [ 3.783183] dwmmc_starfive 16010000.sdio0: DW MMC controller at irq 29,32 bio
  425. [ 3.788350] jh7110-sec 16000000.crypto: Initialized
  426. [ 3.789433] starfive-i2s 120b0000.i2stx_4ch0: designware: play supported
  427. [ 3.789444] starfive-i2s 120b0000.i2stx_4ch0: designware: i2s master mode sud
  428. [ 3.789623] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe begin
  429. [ 3.789636] sf-mipi-dphy-tx 295e0000.mipi-dphy: ===> sf_dphy_probe enter, 44
  430. [ 3.789763] sf-mipi-dphy-tx 295e0000.mipi-dphy: control ECO
  431. [ 3.789783] sf-mipi-dphy-tx 295e0000.mipi-dphy: supply mipi_1p8 not found, ur
  432. [ 3.790065] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe end
  433. [ 3.790252] cdns-dsi 295d0000.mipi: dsi_sys_clk = 297000000
  434. [ 3.790452] dwmmc_starfive 16020000.sdio1: Using internal DMA controller.
  435. [ 3.790492] cdns-dsi 295d0000.mipi: starfive dsi bind end
  436. [ 3.796319] mmc_host mmc0: card is non-removable.
  437. [ 3.805932] dwmmc_starfive 16020000.sdio1: Version ID is 290a
  438. [ 3.887894] dwmmc_starfive 16020000.sdio1: DW MMC controller at irq 30,32 bio
  439. [ 3.897651] mmc_host mmc1: card is polling.
  440. [ 3.902637] of_cfs_init
  441. [ 3.905110] of_cfs_init: OK
  442. [ 3.908230] starfive-pwmdac 100b0000.pwmdac: clk_apb0 = 49500000, clk_pwmdac3
  443. [ 3.919229] cfg80211: Loading compiled-in X.509 certificates for regulatory e
  444. [ 4.035634] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 400000)
  445. [ 4.039489] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  446. [ 4.056030] starfive soc:display-subsystem: bound 29400000.dc8200 (ops 0xfff)
  447. [ 4.064317] innohdmi-starfive 29590000.hdmi: inno hdmi bind begin
  448. [ 4.071201] platform regulatory.0: Direct firmware load for regulatory.db fa2
  449. [ 4.079856] cfg80211: failed to load regulatory.db
  450. [ 4.080164] innohdmi-starfive 29590000.hdmi: [drm:inno_hdmi_bind] registereds
  451. [ 4.094735] innohdmi-starfive 29590000.hdmi: HDMI&AUDIO register done.
  452. [ 4.101295] innohdmi-starfive 29590000.hdmi: inno hdmi bind end
  453. [ 4.107231] starfive soc:display-subsystem: bound 29590000.hdmi (ops 0xfffff)
  454. [ 4.115330] vs-simple-encoder soc:dsi-output: encoder_bind begin
  455. [ 4.115608] mmc_host mmc1: Bus speed (slot 0) = 198000000Hz (slot req 400000)
  456. [ 4.121364] no panel, -517
  457. [ 4.133723] vs-simple-encoder soc:dsi-output: encoder_bind error
  458. [ 4.139745] starfive soc:display-subsystem: bound soc:dsi-output (ops 0xffff)
  459. [ 4.148324] [drm] Initialized starfive 1.0.0 20191101 for soc:display-subsys1
  460. [ 4.352636] random: fast init done
  461. [ 4.410305] mmc_host mmc1: Bus speed (slot 0) = 198000000Hz (slot req 500000)
  462. [ 4.421153] mmc1: new high speed SDXC card at address aaaa
  463. [ 4.427826] mmcblk1: mmc1:aaaa SN64G 59.5 GiB
  464. [ 4.441307] mmcblk1: p1 p2 p3
  465. [ 4.485661] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 300000)
  466. [ 4.485705] usb 1-1.2: new low-speed USB device number 3 using xhci_hcd
  467. [ 4.639841] input: Logitech USB Keyboard as /devices/platform/soc/2b000000.p0
  468. [ 4.726557] hid-generic 0003:046D:C31C.0001: input: USB HID v1.10 Keyboard [0
  469. [ 4.749379] input: Logitech USB Keyboard Consumer Control as /devices/platfo1
  470. [ 4.835762] input: Logitech USB Keyboard System Control as /devices/platform2
  471. [ 4.852730] hid-generic 0003:046D:C31C.0002: input: USB HID v1.10 Device [Lo1
  472. [ 4.935619] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 200000)
  473. [ 5.385660] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 100000)
  474. [ 5.635711] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd
  475. [ 5.788208] input: Logitech USB Receiver as /devices/platform/soc/2b000000.p3
  476. [ 5.804332] hid-generic 0003:046D:C52F.0003: input: USB HID v1.11 Mouse [Log0
  477. [ 5.821991] input: Logitech USB Receiver Consumer Control as /devices/platfo4
  478. [ 5.906011] hid-generic 0003:046D:C52F.0004: input: USB HID v1.11 Device [Lo1
  479. [ 6.245692] ALSA device list:
  480. [ 6.248705] #0: Starfive-PWMDAC-Sound-Card
  481. [ 6.253029] #1: Starfive-HDMI-Sound-Card
  482. [ 6.262275] Freeing unused kernel image (initmem) memory: 2188K
  483. [ 6.268577] Run /init as init process
  484. Loading, please wait...
  485. Starting version 251.2-5
  486. Begin: Loading essential drivers ... done.
  487. Begin: Running /scripts/init-premount ...
  488. 1;-1fdone.
  489. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  490. Begin: Running /scripts/local-premount ... done.
  491. Warning: fsck not present, so skipping root file system
  492. [ 7.575691] EXT4-fs (mmcblk1p3): 1 orphan inode deleted
  493. [ 7.580964] EXT4-fs (mmcblk1p3): recovery complete
  494. [ 7.597018] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. .
  495. done.
  496. Begin: Running /scripts/local-bottom ... done.
  497. Begin: Running /scripts/init-bottom ... done.
  498. [ 8.254287] systemd[1]: System time before build time, advancing clock.
  499. [ 8.340229] systemd[1]: systemd 251.2-5 running in system mode (+PAM +AUDIT )
  500. [ 8.372694] systemd[1]: Detected architecture riscv64.
  501.  
  502. Welcome to 8.381292] systemd[1]: Hostname set to <starfive>.
  503. 1mDebian GNU/Linux bookworm/sid!
  504.  
  505. [ 8.940582] systemd[1]: Queued start job for default target Graphical Interf.
  506. [ 8.950210] systemd[1]: Created slice Slice /system/getty.
  507. [ OK 8.956552] systemd[1]: Created slice Slice /system/modprobe.
  508. 0m] Created slic[ 8.963725] systemd[1]: Created slice Slice /system/serial-g.
  509. e Slice[ 8.971205] systemd[1]: Created slice Slice /system/systemd-fsck.
  510. /system/getty 8.978460] systemd[1]: Created slice User and Session Slice.
  511. 0m.
  512. [ [ 8.985418] systemd[1]: Started Forward Password Requests to Wall Directo.
  513. OK ] Create[ 8.994381] systemd[1]: Arbitrary Executable File Formats File S.
  514. d slice 9.011902] systemd[1]: Reached target Local Integrity Protected Volu.
  515. mSlice /system/m[ 9.020065] systemd[1]: Reached target Remote File Systems.
  516. odprobe.
  517. [[ 9.026903] systemd[1]: Reached target Slice Units.
  518. OK 9.033159] systemd[1]: Reached target Swaps.
  519. m] Created slice[ 9.038933] systemd[1]: Reached target Local Verity Protecte.
  520. Slice [ 9.047108] systemd[1]: Listening on Syslog Socket.
  521. /system/serial-g[ 9.053240] systemd[1]: Listening on fsck to fsckd communica.
  522. etty.
  523. [ 9.061247] systemd[1]: Listening on initctl Compatibility Named Pipe.
  524. ;32m OK ] Created slice Slice /system/systemd-fsck.
  525. [ 9.075174] systemd[1]: Journal Audit Socket was skipped because of a failed.
  526. m OK ] Cre[ 9.087162] systemd[1]: Listening on Journal Socket (/dev/log).
  527. ated slice 9.094386] systemd[1]: Listening on Journal Socket.
  528. ;39mUser and Ses[ 9.100769] systemd[1]: Listening on udev Control Socket.
  529. [ 9.107414] systemd[1]: Listening on udev Kernel Socket.
  530.  
  531. [ OK ] Started 9.115700] systemd[1]: Mounting Huge Pages File System...
  532. 0;1;39mForward Password R…uest[ 9.123941] systemd[1]: Mounting POSIX Message.
  533. [ 9.133090] systemd[1]: Mounting Kernel Debug File System...
  534.  
  535. [ OK 9.139960] systemd[1]: Kernel Trace File System was skipped because of.
  536. [0m] Reached tar[ 9.154000] systemd[1]: Create List of Static Device Nodes w.
  537. get Local Integrity Pro[ 9.172864] systemd[1]: Starting Load Kernel Module c.
  538. tected Volumes.
  539. [ [ 9.181745] systemd[1]: Starting Load Kernel Module drm...
  540. OK ] Reached target 9.190038] systemd[1]: Starting Load Kernel Module fuse.
  541. 9mRemote File Sy[ 9.196428] systemd[1]: File System Check on Root Device was.
  542. stems.
  543. [ OK ] Reached target Slice U[ 9.213573] systemd[1]: Starting Journal Serv.
  544. nits.
  545. [ OK ] Reached target Swaps.
  546. [ OK ] Reached target Local Verity Protected Volumes.
  547. [ OK ] Listening on Syslog Socket.
  548. [ OK ] Listening on fsck to fsckd co[ 9.242167] systemd[1]: Starting Load .
  549. mmunication Socket.
  550. [ OK ] Listening on 9.252973] systemd[1]: Starting Remount Root and Kerne.
  551. ;39minitctl Comp[ 9.261782] systemd[1]: Repartition Root Disk was skipped be.
  552. atibility Named Pipe.
  553. [ OK ] [ 9.275155] systemd[1]: Starting Coldplug All udev Devices...
  554. Listening on Journal Socket (/dev/log).
  555. [ [ 9.285717] systemd[1]: modprobe@configfs.service: Deactivated successfull.
  556. OK ] Liste[ 9.294638] systemd[1]: Finished Load Kernel Module configfs.
  557. ning on Journal Socket.
  558. [ OK ] Listening on udev Control So[ 9.308672] systemd[1]: modprobe@drm.se.
  559. cket.
  560. [ 9.316663] systemd[1]: Finished Load Kernel Module drm.
  561. ;32m OK ] [ 9.323989] systemd[1]: modprobe@fuse.service: Deactivated succe.
  562. Listening on 9.331718] systemd[1]: Finished Load Kernel Module fuse.
  563. ;1;39mudev Kerne[ 9.338739] systemd[1]: Finished Load Kernel Modules.
  564. l Socket.
  565. Mounting Huge [ 9.347090] systemd[1]: Mounting FUSE Control File Sy.
  566. Pages File System...
  567. [ 9.356310] EXT4-fs (mmcblk1p3): re-mounted. Opts: errors=remount-ro. Q.
  568. Mounting 9.356988] systemd[1]: Mounting Kernel Configuration File Syste.
  569. ;1;39mPOSIX Message Queue File S[ 9.375362] systemd[1]: Starting Apply Kerne.
  570. ystem...
  571. Mounting Kernel[ 9.384695] systemd[1]: Started Journal Service.
  572. Debug File System...
  573. Starting Load Kernel Module configfs...
  574. Starting Load Kernel Module drm...
  575. Starting Load Kernel Module fuse...
  576. Starting Journal Service...
  577. Starting Load Kernel Modules...
  578. Starting Remount Root and Kernel File Systems...
  579. Starting Coldplug All udev Devices...
  580. [ OK ] Finished Load Kernel Module c[ 9.433387] systemd-journald[257]: Rec.
  581. onfigfs.
  582. [ OK ] Finished Load Kernel Module drm.
  583. [ OK ] Finished Load Ke[ 9.452246] systemd-journald[257]: File /var/log/jo.
  584. rnel Module fuse.
  585. [ OK ] Finished Load Kernel Modules.
  586. Mounting FUSE Control File System...
  587. Mounting Kernel Configuration File System...
  588. Starting Apply Kernel Variables...
  589. [ OK ] Started Journal Service.
  590. [ OK ] Mounted Huge Pages File System.
  591. [ OK ] Mounted POSIX Message Queue File System.
  592. [ OK ] Mounted Kernel Debug File System.
  593. [ OK ] Finished Remount Root and Kernel File Systems.
  594. [ OK ] Mounted FUSE Control File System.
  595. [ OK ] Mounted Kernel Configuration File System.
  596. Starting Flush Journal to Persistent Storage...
  597. Starting Load/Save Random Seed...
  598. Starting Create System Users...
  599. [ OK ] Finished Apply Kernel Variables.
  600. [ OK ] Finished Create System Users.
  601. Starting Create Static Device Nodes in /dev...
  602. [ OK ] Finished Flush Journal to Persistent Storage.
  603. [ OK ] Finished Create Static Device Nodes in /dev.
  604. [ OK ] Reached target Preparation for Local File Systems.
  605. Starting Rule-based Manage…for Device Events and Files...
  606. [ OK ] Finished Coldplug All udev Devices.
  607. Starting Helper to synchronize boot up for ifupdown...
  608. [ OK ] Finished Helper to synchronize boot up for ifupdown.
  609. [ OK ] Started Rule-based Manager for Device Events and Files.
  610. Starting Show Plymouth Boot Screen...
  611. [ OK ] Started Show Plymouth Boot Screen.
  612. [ OK ] Started Forward Password R…s to Plymouth Directory Watch.
  613. [ OK ] Reached target Local Encrypted Volumes.
  614. [ OK ] Reached target Path Units.
  615. [ 10.233347] vdec: loading out-of-tree module taints kernel.
  616. [ 10.240455] vdec 130a0000.vpu_dec: device init.
  617. [ 10.245030] SUCCESS alloc_chrdev_region
  618. [ 10.246849] cnm_jpu 13090000.jpu: init device.
  619. [ OK ] Found device /dev/ttyS0.
  620. [ OK ] Found device /dev/mmcblk1p2.
  621. [ 10.346590] SUCCESS alloc_chrdev_region
  622. [ OK ] Reached target Hardware activated USB gadget.
  623. Starting File System Check on /dev/mmcblk1p2...
  624. [ OK ] Found device /dev/hvc0.
  625. [ OK ] Started File System Check Daemon to report status.
  626. [ OK ] Finished File System Check on /dev/mmcblk1p2.
  627. Mounting /boot...
  628. [ OK ] Mounted /boot.
  629. [ 10.940047] random: alsactl: uninitialized urandom read (4 bytes read)
  630. [ 11.534645] random: alsactl: uninitialized urandom read (4 bytes read)
  631. [ OK ] Reached target Local File Systems.
  632. Starting Raise network interfaces...
  633. Starting Tell Plymouth To Write Out Runtime Data...
  634. Starting Create Volatile Files and Directories...
  635. [ OK ] Finished Tell Plymouth To Write Out Runtime Data.
  636. [ OK ] Finished Raise network interfaces.
  637. [ OK ] Finished Create Volatile Files and Directories.
  638. Starting Network Time Synchronization...
  639. Starting Record System Boot/Shutdown in UTMP...
  640. [ OK ] Finished Record System Boot/Shutdown in UTMP.
  641. [ 12.025951] systemd-journald[257]: Oldest entry in /var/log/journal/1b444b0d.
  642. [ OK ] Started 12.045660] systemd-journald[257]: /var/log/journal/1b444b0d.
  643. 1;39mNetwork Time Synchronization.
  644. [ OK ] Reached target System Initialization.
  645. [ OK ] Started Daily Cleanup of Temporary Directories.
  646. [ OK ] Reached target System Time Set.
  647. [ OK ] Started Daily apt download activities.
  648. [ OK ] Started Daily apt upgrade and clean activities.
  649. [ OK ] Started Daily dpkg database backup timer.
  650. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
  651. [ OK ] Started Discard unused blocks once a week.
  652. [ OK ] Started Daily rotati[ 12.122872] random: alsactl: uninitialized uran)
  653. on of log files.
  654. [ OK ] Started Daily man-db regeneration.
  655. [ OK ] Reached target Timer Units.
  656. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  657. [ OK ] Listening on D-Bus System Message Bus Socket[ 12.157412] random: ava)
  658. .
  659. [[ 12.158012] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  660. OK ] Reached target Socket Units.
  661. [ OK ] Reached target Basic System.
  662. Starting Save/Restore Sound Card State...
  663. Starting Avahi mDNS/DNS-SD Stack...
  664. [ OK ] Started Regular background program processing daemon.
  665. Starting D-Bus System Message Bus...
  666. Starting Remove Stale Onli…t4 Metadata Check Snapshots...
  667. Starting Authorization Manager...
  668. Starting System Logging Service...
  669. Starting User Login Management...
  670. Starting Disk Manager...
  671. [ OK ] Finished Save/Restore Sound Card State.
  672. [ OK ] Reached target Sound Card.
  673. [ 12.348774] random: crng init done
  674. [ OK ] Finished Load/Save Random Seed.
  675. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
  676. [ OK ] Started System Logging Service.
  677. [ OK ] Started D-Bus System Message Bus.
  678. Starting Network Manager...
  679. Starting WPA supplicant...
  680. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  681. [ OK ] Started User Login Management.
  682. [ OK ] Started Authorization Manager.
  683. Starting Modem Manager...
  684. [ OK ] Started WPA supplicant.
  685. [ OK ] Started Disk Manager.
  686. [ OK ] Started Network Manager.
  687. [ OK ] Reached target Network.
  688. Starting OpenBSD Secure Shell server...
  689. Starting Permit User Sessions...
  690. Starting Hostname Service...
  691. [ OK ] Finished Permit User Sessions.
  692. Starting Light Display Manager...
  693. Starting Hold until boot process finishes up...
  694. [ OK ] Finished Hold until boot process finishes up.
  695. [ OK ] Started Getty on tty1.
  696. [ OK ] Started Serial Getty on hvc0.
  697. [ OK ] Started Serial Getty on ttyS0.
  698. [ OK ] Reached target Login Prompts.
  699. [ OK ] Started Modem Manager.
  700. [ OK ] Started Hostname Service.
  701. Starting Network Manager Script Dispatcher Service...
  702. [ 14.098808] starfive-eth-plat 16030000.ethernet eth0: PHY [stmmac-0:00] driv)
  703. [ 14.109818] starfive-eth-plat 16030000.ethernet eth0: Register MEM_TYPE_PAGE0
  704. [ 14.118201] dwmac4: Master AXI performs fixed burst length
  705. [ 14.123728] starfive-eth-plat 16030000.ethernet eth0: No Safety Features supd
  706. [ 14.131732] starfive-eth-plat 16030000.ethernet eth0: IEEE 1588-2008 Advanced
  707. [ 14.141233] starfive-eth-plat 16030000.ethernet eth0: configuring for phy/rge
  708. [ OK ] Started Light Display Manager.
  709. [ OK ] Started Network Manager Script Dispatcher Service.
  710. [ 14.170091] starfive-eth-plat 16040000.ethernet eth1: PHY [stmmac-1:00] driv)
  711. [ 14.184078] starfive-eth-plat 16040000.ethernet eth1: Register MEM_TYPE_PAGE0
  712. [ 14.192440] dwmac4: Master AXI performs fixed burst length
  713. [ 14.197984] starfive-eth-plat 16040000.ethernet eth1: No Safety Features supd
  714. [ 14.205964] starfive-eth-plat 16040000.ethernet eth1: IEEE 1588-2008 Advanced
  715. [ 14.215359] starfive-eth-plat 16040000.ethernet eth1: configuring for phy/rge
  716. [ 14.226546] starfive-eth-plat 16040000.ethernet eth1: Link is Up - 100Mbps/Ff
  717. [ OK ] Started OpenBSD Secure Shell server.
  718. [ OK ] Reached target Multi-User System.
  719. [ OK ] Reached target Graphical Interface.
  720. Starting Record Runlevel Change in UTMP...
  721. [ 14.513607] vs_gem_dumb_create size = 1000
  722. [ 14.517758] Allocated coherent memory, vaddr: 0xFFFFFFE1FB420168, paddr: 0x10
  723. [ 14.525498] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  724. [ 14.886138] PVR_K: 432: RGX Firmware image 'rgx.fw.36.50.54.182' loaded
  725. [ 14.970965] PVR_K: 432: Shader binary image 'rgx.sh.36.50.54.182' loaded
  726. [ 14.982130] PVR_K: 432: X connected - (devID = 0)
  727. [ 15.237703] vs_gem_dumb_create size = 12c000
  728. [ 15.242784] Allocated coherent memory, vaddr: 0xFFFFFFE1F97BE0C0, paddr: 0x80
  729. [ 15.250520] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  730. [ 15.261655] vs_gem_dumb_create size = 4000
  731. [ 15.265922] Allocated coherent memory, vaddr: 0xFFFFFFE1F97BAA80, paddr: 0x80
  732. [ 15.273579] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  733. [ 15.279345] vs_gem_dumb_create size = 4000
  734. [ 15.283501] Allocated coherent memory, vaddr: 0xFFFFFFE1F97BAB60, paddr: 0x80
  735. [ 15.291181] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  736. [ 16.382849] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate rate0
  737. [ 16.492196] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  738. [ 16.501864] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  739. [ 16.511618] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  740. [ 16.520501] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  741. [ 16.529476] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi2
  742. [ 16.538704] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  743. [ 16.547931] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  744. [ 16.557160] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi2
  745. [ 16.566482] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  746. [ 16.575710] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  747. [ 16.584922] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi4
  748. [ 16.594148] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  749. [ 16.603555] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi5
  750. [ 16.613130] innohdmi-starfive 29590000.hdmi: ********************************
  751.  
  752. [ 16.622272] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  753. Debian GNU/Linux
  754. [Debian G NU/Li nux bookworm/1s6id. 6st3ar2f3i3v6e hvc]0
  755. n
  756. stnarofive lohgin: dmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  757. bookworm/sid st[ 16.648643] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_c0
  758. arfive ttyS0
  759.  
  760. [ 16.658969] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi7
  761. starfive login: [ 16.669382] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_c3
  762. [ 16.680141] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  763. [ 18.328257] starfive-eth-plat 16030000.ethernet eth0: Link is Up - 1Gbps/Fulf
  764. [ 34.486148] mipi_0p9: disabling
  765.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement