Advertisement
Guest User

Untitled

a guest
Jun 12th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.77 KB | None | 0 0
  1. [278]HELLO! BOOT0 is starting!
  2. [281]BOOT0 commit : 882671f
  3. [283]set pll start
  4. [285]periph0 has been enabled
  5. [288]set pll end
  6. [290]board init ok
  7. [292]DRAM only have internal ZQ!!
  8. [295]get_pmu_exist() = -1
  9. [297]ddr_efuse_type: 0x0
  10. [300][AUTO DEBUG] single rank and full DQ!
  11. [304]ddr_efuse_type: 0x0
  12. [307][AUTO DEBUG] rank 0 row = 16
  13. [310][AUTO DEBUG] rank 0 bank = 8
  14. [314][AUTO DEBUG] rank 0 page size = 2 KB
  15. [317]DRAM BOOT DRIVE INFO: V0.24
  16. [320]DRAM CLK = 792 MHz
  17. [323]DRAM Type = 3 (2:DDR2,3:DDR3)
  18. [326]DRAMC ZQ value: 0x7b7bfb
  19. [328]DRAM ODT value: 0x42.
  20. [331]ddr_efuse_type: 0x0
  21. [334]DRAM SIZE =1024 M
  22. [338]DRAM simple test OK.
  23. [340]dram size =1024
  24. [342]card no is 0
  25. [344]sdcard 0 line count 4
  26. [346][mmc]: mmc driver ver 2021-04-2 16:45
  27. [355][mmc]: Wrong media type 0x0
  28. [358][mmc]: ***Try SD card 0***
  29. [369][mmc]: HSSDR52/SDR25 4 bit
  30. [372][mmc]: 50000000 Hz
  31. [374][mmc]: 7612 MB
  32. [376][mmc]: ***SD/MMC 0 init OK!!!***
  33. [412]Loading boot-pkg Succeed(index=1).
  34. [416]Entry_name = opensbi
  35. [419]Entry_name = dtb
  36. [422]Entry_name = u-boot
  37. [425]Adding DRAM info to DTB.
  38. [430]Jump to second Boot.
  39.  
  40. OpenSBI v1.0-2-g4bcaf9a
  41. ____ _____ ____ _____
  42. / __ \ / ____| _ \_ _|
  43. | | | |_ __ ___ _ __ | (___ | |_) || |
  44. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  45. | |__| | |_) | __/ | | |____) | |_) || |_
  46. \____/| .__/ \___|_| |_|_____/|____/_____|
  47. | |
  48. |_|
  49.  
  50. Platform Name : Sipeed Lichee RV Dock
  51. Platform Features : medeleg
  52. Platform HART Count : 1
  53. Platform IPI Device : aclint-mswi
  54. Platform Timer Device : aclint-mtimer @ 24000000Hz
  55. Platform Console Device : uart8250
  56. Platform HSM Device : ---
  57. Platform Reboot Device : sunxi-wdt-reset
  58. Platform Shutdown Device : ---
  59. Firmware Base : 0x40000000
  60. Firmware Size : 252 KB
  61. Runtime SBI Version : 0.3
  62.  
  63. Domain0 Name : root
  64. Domain0 Boot HART : 0
  65. Domain0 HARTs : 0*
  66. Domain0 Region00 : 0x0000000014008000-0x000000001400bfff (I)
  67. Domain0 Region01 : 0x0000000014000000-0x0000000014007fff (I)
  68. Domain0 Region02 : 0x0000000040000000-0x000000004003ffff ()
  69. Domain0 Region03 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  70. Domain0 Next Address : 0x000000004a000000
  71. Domain0 Next Arg1 : 0x0000000044000000
  72. Domain0 Next Mode : S-mode
  73. Domain0 SysReset : yes
  74.  
  75. Boot HART ID : 0
  76. Boot HART Domain : root
  77. Boot HART ISA : rv64imafdcvsux
  78. Boot HART Features : scounteren,mcounteren,mcountinhibit,time
  79. Boot HART PMP Count : 16
  80. Boot HART PMP Granularity : 2048
  81. Boot HART PMP Address Bits: 38
  82. Boot HART MHPM Count : 0
  83. Boot HART MIDELEG : 0x0000000000000222
  84. Boot HART MEDELEG : 0x000000000000b109
  85.  
  86.  
  87. U-Boot 2022.07-rc3-35470-gafc07cec42 (May 29 2022 - 15:57:41 +0200)
  88.  
  89. DRAM: 1 GiB
  90. sunxi_set_gate: (CLK#24) unhandled
  91. Core: 51 devices, 21 uclasses, devicetree: board
  92. WDT: Started watchdog@6011000 with servicing (16s timeout)
  93. MMC: mmc@4020000: 0, mmc@4021000: 1
  94. Loading Environment from nowhere... OK
  95. In: serial@2500000
  96. Out: serial@2500000
  97. Err: serial@2500000
  98. Net: No ethernet found.
  99. Hit any key to stop autoboot: 0
  100. => load mmc 0:1 ${kernel_addr_r} Image-smaeul.gz
  101. 5369740 bytes read in 939 ms (5.5 MiB/s)
  102. => setenv bootargs "earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M"
  103. => setenv kernel_comp_addr_r 0x44000000
  104. => setenv kernel_comp_size 0xb000000
  105. => booti ${kernel_addr_r} - ${fdtcontroladdr}
  106. Uncompressing Kernel Image
  107. Moving Image from 0x40040000 to 0x40200000, end=415e10d8
  108. ## Flattened Device Tree blob at 7fb5fec0
  109. Booting using the fdt blob at 0x7fb5fec0
  110. Loading Device Tree to 0000000042df6000, end 0000000042dfff3e ... OK
  111.  
  112. Starting kernel ...
  113.  
  114. [ 0.000000] Linux version 5.18.0-rc4-396532-gf4bce410a6b4-dirty (hunbalazs@itsz-kabalazs) (riscv64-linux-musl-gcc (Gentoo Hardened 11.3.0 p4) 11.3.0, GNU ld (Gentoo 2.37_p1 p2) 2.37) #9 2
  115. [ 0.000000] OF: fdt: Ignoring memory range 0x40000000 - 0x40200000
  116. [ 0.000000] Machine model: Sipeed Lichee RV Dock
  117. [ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '')
  118. [ 0.000000] printk: bootconsole [sbi0] enabled
  119. [ 0.000000] Zone ranges:
  120. [ 0.000000] DMA32 [mem 0x0000000040200000-0x000000007fffffff]
  121. [ 0.000000] Normal empty
  122. [ 0.000000] Movable zone start for each node
  123. [ 0.000000] Early memory node ranges
  124. [ 0.000000] node 0: [mem 0x0000000040200000-0x000000007fffffff]
  125. [ 0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000007fffffff]
  126. [ 0.000000] riscv: SBI specification v0.3 detected
  127. [ 0.000000] riscv: SBI implementation ID=0x1 Version=0x10000
  128. [ 0.000000] riscv: SBI TIME extension detected
  129. [ 0.000000] riscv: SBI IPI extension detected
  130. [ 0.000000] riscv: SBI RFENCE extension detected
  131. [ 0.000000] riscv: SBI SRST extension detected
  132. [ 0.000000] riscv: base ISA extensions acdfim
  133. [ 0.000000] riscv: ELF capabilities acdfim
  134. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257544
  135. [ 0.000000] Kernel command line: earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M
  136. [ 0.000000] Unknown kernel command line parameters "cma=96M", will be passed to user space.
  137. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  138. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  139. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  140. [ 0.000000] Memory: 1007904K/1046528K available (6305K kernel code, 5559K rwdata, 4096K rodata, 2187K init, 320K bss, 38624K reserved, 0K cma-reserved)
  141. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  142. [ 0.000000] trace event string verifier disabled
  143. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  144. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  145. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  146. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  147. [ 0.000000] OF: of_irq_init: found /cpus/cpu@0/interrupt-controller with parent (null)
  148. [ 0.000000] OF: of_irq_init: found /soc/interrupt-controller@6010000 with parent /soc/interrupt-controller@10000000
  149. [ 0.000000] OF: of_irq_init: found /soc/interrupt-controller@10000000 with parent /cpus/cpu@0/interrupt-controller
  150. [ 0.000000] OF: of_irq_init: init /cpus/cpu@0/interrupt-controller with parent (null)
  151. [ 0.000000] riscv-intc: 64 local interrupts mapped
  152. [ 0.000000] OF: of_irq_init: init /soc/interrupt-controller@10000000 with parent /cpus/cpu@0/interrupt-controller
  153. [ 0.000000] plic: interrupt-controller@10000000: mapped 176 interrupts with 1 handlers for 2 contexts.
  154. [ 0.000000] OF: of_irq_init: init /soc/interrupt-controller@6010000 with parent /soc/interrupt-controller@10000000
  155. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0]
  156. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  157. [ 0.000001] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  158. [ 0.008371] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  159. [ 0.017987] Console: colour dummy device 80x25
  160. [ 0.022474] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  161. [ 0.032698] pid_max: default: 32768 minimum: 301
  162. [ 0.037518] random: get_random_bytes called from setup_net+0x32/0x208 with crng_init=0
  163. [ 0.037645] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  164. [ 0.052963] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  165. [ 0.063083] cblist_init_generic: Setting adjustable number of callback queues.
  166. [ 0.070285] cblist_init_generic: Setting shift to 0 and lim to 1.
  167. [ 0.076574] ASID allocator using 16 bits (65536 entries)
  168. [ 0.082029] rcu: Hierarchical SRCU implementation.
  169. [ 0.087546] devtmpfs: initialized
  170. [ 0.099320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  171. [ 0.109058] futex hash table entries: 256 (order: 0, 6144 bytes, linear)
  172. [ 0.115885] pinctrl core: initialized pinctrl subsystem
  173. [ 0.122395] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  174. [ 0.128652] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  175. [ 0.135749] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  176. [ 0.144357] thermal_sys: Registered thermal governor 'bang_bang'
  177. [ 0.144374] thermal_sys: Registered thermal governor 'step_wise'
  178. [ 0.150341] thermal_sys: Registered thermal governor 'user_space'
  179. [ 0.156882] cpuidle: using governor menu
  180. [ 0.190509] platform 5460000.tcon-top: Fixing up cyclic dependency with 5200000.mixer
  181. [ 0.198430] platform 5460000.tcon-top: Fixing up cyclic dependency with 5100000.mixer
  182. [ 0.206970] platform 5461000.lcd-controller: Fixing up cyclic dependency with 5460000.tcon-top
  183. [ 0.216274] platform 5470000.lcd-controller: Fixing up cyclic dependency with 5460000.tcon-top
  184. [ 0.225784] platform 5500000.hdmi: Fixing up cyclic dependency with 5460000.tcon-top
  185. [ 0.237154] platform 7090000.rtc: Fixing up cyclic dependency with 7010000.clock-controller
  186. [ 0.248400] platform connector: Fixing up cyclic dependency with 5500000.hdmi
  187. [ 0.270699] iommu: Default domain type: Translated
  188. [ 0.275614] iommu: DMA domain TLB invalidation policy: strict mode
  189. [ 0.282281] SCSI subsystem initialized
  190. [ 0.286325] usbcore: registered new interface driver usbfs
  191. [ 0.291869] usbcore: registered new interface driver hub
  192. [ 0.297204] usbcore: registered new device driver usb
  193. [ 0.302562] mc: Linux media interface: v0.10
  194. [ 0.306888] videodev: Linux video capture interface: v2.00
  195. [ 0.313057] Advanced Linux Sound Architecture Driver Initialized.
  196. [ 0.320091] clocksource: Switched to clocksource riscv_clocksource
  197. [ 0.450834] NET: Registered PF_INET protocol family
  198. [ 0.460329] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  199. [ 0.480401] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  200. [ 0.492171] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  201. [ 0.508250] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  202. [ 0.524177] TCP: Hash tables configured (established 8192 bind 8192)
  203. [ 0.536251] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  204. [ 0.548161] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  205. [ 0.564314] NET: Registered PF_UNIX/PF_LOCAL protocol family
  206. [ 0.577160] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  207. [ 0.610005] SGI XFS with ACLs, security attributes, no debug enabled
  208. [ 0.632566] NET: Registered PF_ALG protocol family
  209. [ 0.637558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  210. [ 0.687950] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  211. [ 0.703950] sun8i-mixer 5100000.mixer: Adding to iommu group 0
  212. [ 0.710264] sun8i-mixer 5200000.mixer: Adding to iommu group 0
  213. [ 0.718949] zram: Added device: zram0
  214. [ 0.726008] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  215. [ 0.732505] ehci-platform: EHCI generic platform driver
  216. [ 0.738120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  217. [ 0.744287] ohci-platform: OHCI generic platform driver
  218. [ 0.750090] usbcore: registered new interface driver uas
  219. [ 0.755481] usbcore: registered new interface driver usb-storage
  220. [ 0.761592] usbcore: registered new interface driver ch341
  221. [ 0.767096] usbserial: USB Serial support registered for ch341-uart
  222. [ 0.773989] UDC core: couldn't find an available UDC - added [g_ether] to list of pending drivers
  223. [ 0.785694] sun6i-rtc 7090000.rtc: registered as rtc0
  224. [ 0.790810] sun6i-rtc 7090000.rtc: setting system clock to 1970-01-02T00:00:10 UTC (86410)
  225. [ 0.799036] sun6i-rtc 7090000.rtc: RTC enabled
  226. [ 0.803876] i2c_dev: i2c /dev entries driver
  227. [ 0.810227] sunxi-wdt 6011000.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  228. [ 0.820696] ledtrig-cpu: registered to indicate activity on CPUs
  229. [ 0.827016] sun8i-ce 3040000.crypto: Set mod clock to 300000000 (300 Mhz) from 400000000 (400 Mhz)
  230. [ 0.836265] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  231. [ 0.844030] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  232. [ 0.851784] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  233. [ 0.859530] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  234. [ 0.867181] sun8i-ce 3040000.crypto: Register cbc(aes)
  235. [ 0.872302] sun8i-ce 3040000.crypto: Register ecb(aes)
  236. [ 0.877483] sun8i-ce 3040000.crypto: Register cbc(des3_ede)
  237. [ 0.883114] sun8i-ce 3040000.crypto: Register ecb(des3_ede)
  238. [ 0.888759] sun8i-ce 3040000.crypto: Register md5
  239. [ 0.893518] sun8i-ce 3040000.crypto: Register sha1
  240. [ 0.898371] sun8i-ce 3040000.crypto: Register sha224
  241. [ 0.903409] sun8i-ce 3040000.crypto: Register sha256
  242. [ 0.908428] sun8i-ce 3040000.crypto: Register sha384
  243. [ 0.913454] sun8i-ce 3040000.crypto: Register sha512
  244. [ 0.918481] sun8i-ce 3040000.crypto: Register stdrng
  245. [ 0.924288] sun8i-ce 3040000.crypto: CryptoEngine Die ID 0
  246. [ 0.930323] usbcore: registered new interface driver usbhid
  247. [ 0.935942] random: crng init done
  248. [ 0.939379] usbhid: USB HID core driver
  249. [ 0.943481] cedrus 1c0e000.video-codec: Adding to iommu group 0
  250. [ 0.949956] cedrus 1c0e000.video-codec: Device registered as /dev/video0
  251. [ 0.960300] usbcore: registered new interface driver snd-usb-audio
  252. [ 0.970799] sun20i-codec 2030000.audio-codec: ASoC: Adding component 2030000.audio-codec for platform /soc/audio-codec@2030000
  253. [ 0.982172] sun20i-codec 2030000.audio-codec: ASoC: Adding component 2030000.audio-codec for platform /soc/audio-codec@2030000
  254. [ 1.002370] NET: Registered PF_INET6 protocol family
  255. [ 1.008886] Segment Routing with IPv6
  256. [ 1.012625] In-situ OAM (IOAM) with IPv6
  257. [ 1.016627] NET: Registered PF_PACKET protocol family
  258. [ 1.060752] sun20i-d1-pinctrl 2000000.pinctrl: initialized sunXi PIO driver
  259. [ 1.068955] printk: console [ttyS0] disabled
  260. �[ 1.102317] printk: console [ttyS0] enabled2500000 (irq = 22, base_baud = 1500000) is a 16550A
  261. [ 1.102317] printk: console [ttyS0] enabled
  262. [ 1.110643] printk: bootconsole [sbi0] disabled
  263. [ 1.110643] printk: bootconsole [sbi0] disabled
  264. [ 1.141645] 2500400.serial: ttyS1 at MMIO 0x2500400 (irq = 23, base_baud = 1500000) is a 16550A
  265. [ 1.151463] sun4i-drm display-engine: Adding to iommu group 0
  266. [ 1.197633] sun4i-drm display-engine: bound 5100000.mixer (ops 0xffffffff80c5f668)
  267. [ 1.207463] sun4i-drm display-engine: bound 5200000.mixer (ops 0xffffffff80c5f668)
  268. [ 1.215696] sun4i-drm display-engine: bound 5460000.tcon-top (ops 0xffffffff80c63ce8)
  269. [ 1.224287] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
  270. [ 1.232175] sun4i-drm display-engine: bound 5461000.lcd-controller (ops 0xffffffff80c5c718)
  271. [ 1.240903] sun4i-drm display-engine: bound 5470000.lcd-controller (ops 0xffffffff80c5c718)
  272. [ 1.249887] sun8i-dw-hdmi 5500000.hdmi: Detected HDMI TX controller v2.12a with HDCP (sun8i_dw_hdmi_phy)
  273. [ 1.260028] sun8i-dw-hdmi 5500000.hdmi: registered DesignWare HDMI I2C bus driver
  274. [ 1.268141] sun4i-drm display-engine: bound 5500000.hdmi (ops 0xffffffff80c5e758)
  275. [ 1.276751] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
  276. [ 1.284702] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
  277. [ 1.295863] input: 2009800.keys as /devices/platform/soc/2009800.keys/input/input0
  278. [ 1.306111] core: _opp_supported_by_regulators: OPP minuV: 1100000 maxuV: 1100000, not supported by regulator
  279. [ 1.316194] cpu cpu0: _opp_add: OPP not supported by regulators (1008000000)
  280. [ 1.323335] cpu cpu0: OPP table can't be empty
  281. [ 1.332223] sun50i-r329-ledc 2008000.led-controller: Registered 1 LEDs
  282. [ 1.340857] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq
  283. [ 1.349150] phy phy-4100400.phy.0: Changing dr_mode to 1
  284. [ 1.354597] phy phy-4100400.phy.0: External vbus detected, not enabling our own vbus
  285. [ 1.362447] ehci-platform 4101000.usb: EHCI Host Controller
  286. [ 1.368106] sunxi-mmc 4020000.mmc: initialized, max. request size: 2047 KB, uses new timings mode
  287. [ 1.377056] sunxi-mmc 4021000.mmc: initialized, max. request size: 2047 KB, uses new timings mode
  288. [ 1.386052] ehci-platform 4101000.usb: new USB bus registered, assigned bus number 1
  289. [ 1.394333] ehci-platform 4101000.usb: irq 36, io mem 0x04101000
  290. [ 1.407381] sunxi-mmc 4021000.mmc: card claims to support voltages below defined range
  291. [ 1.416129] ehci-platform 4101000.usb: USB 2.0 started, EHCI 1.00
  292. [ 1.422522] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  293. [ 1.430894] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  294. [ 1.438200] usb usb1: Product: EHCI Host Controller
  295. [ 1.443228] usb usb1: Manufacturer: Linux 5.18.0-rc4-396532-gf4bce410a6b4-dirty ehci_hcd
  296. [ 1.451395] usb usb1: SerialNumber: 4101000.usb
  297. [ 1.456887] hub 1-0:1.0: USB hub found
  298. [ 1.460878] hub 1-0:1.0: 1 port detected
  299. [ 1.466404] ehci-platform 4200000.usb: EHCI Host Controller
  300. [ 1.472152] ehci-platform 4200000.usb: new USB bus registered, assigned bus number 2
  301. [ 1.480185] ehci-platform 4200000.usb: irq 38, io mem 0x04200000
  302. [ 1.497126] mmc1: new high speed SDIO card at address 0001
  303. [ 1.502717] ehci-platform 4200000.usb: USB 2.0 started, EHCI 1.00
  304. [ 1.509063] mmc0: new high speed SDHC card at address 0002
  305. [ 1.515606] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  306. [ 1.524606] mmcblk0: mmc0:0002 SD8GB 7.43 GiB
  307. [ 1.530254] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  308. [ 1.537720] usb usb2: Product: EHCI Host Controller
  309. [ 1.542818] usb usb2: Manufacturer: Linux 5.18.0-rc4-396532-gf4bce410a6b4-dirty ehci_hcd
  310. [ 1.551122] usb usb2: SerialNumber: 4200000.usb
  311. [ 1.556780] hub 2-0:1.0: USB hub found
  312. [ 1.560985] hub 2-0:1.0: 1 port detected
  313. [ 1.571530] mmcblk0: p1 p2
  314. [ 1.612241] ohci-platform 4101400.usb: Generic Platform OHCI controller
  315. [ 1.618980] ohci-platform 4101400.usb: new USB bus registered, assigned bus number 3
  316. [ 1.626932] ohci-platform 4101400.usb: irq 37, io mem 0x04101400
  317. [ 1.696338] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
  318. [ 1.704653] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  319. [ 1.711902] usb usb3: Product: Generic Platform OHCI controller
  320. [ 1.717848] usb usb3: Manufacturer: Linux 5.18.0-rc4-396532-gf4bce410a6b4-dirty ohci_hcd
  321. [ 1.725962] usb usb3: SerialNumber: 4101400.usb
  322. [ 1.731312] hub 3-0:1.0: USB hub found
  323. [ 1.735202] hub 3-0:1.0: 1 port detected
  324. [ 1.740519] ohci-platform 4200400.usb: Generic Platform OHCI controller
  325. [ 1.747382] ohci-platform 4200400.usb: new USB bus registered, assigned bus number 4
  326. [ 1.755352] ohci-platform 4200400.usb: irq 39, io mem 0x04200400
  327. [ 1.824380] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.18
  328. [ 1.832735] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  329. [ 1.839995] usb usb4: Product: Generic Platform OHCI controller
  330. [ 1.845951] usb usb4: Manufacturer: Linux 5.18.0-rc4-396532-gf4bce410a6b4-dirty ohci_hcd
  331. [ 1.854066] usb usb4: SerialNumber: 4200400.usb
  332. [ 1.859416] hub 4-0:1.0: USB hub found
  333. [ 1.863303] hub 4-0:1.0: 1 port detected
  334. [ 1.869480] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
  335. [ 1.875475] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5
  336. [ 1.883566] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
  337. [ 1.891882] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  338. [ 1.899131] usb usb5: Product: MUSB HDRC host driver
  339. [ 1.904122] usb usb5: Manufacturer: Linux 5.18.0-rc4-396532-gf4bce410a6b4-dirty musb-hcd
  340. [ 1.912236] usb usb5: SerialNumber: musb-hdrc.4.auto
  341. [ 1.918014] hub 5-0:1.0: USB hub found
  342. [ 1.921903] hub 5-0:1.0: 1 port detected
  343. [ 1.926816] using random self ethernet address
  344. [ 1.931331] using random host ethernet address
  345. [ 1.936795] usb0: HOST MAC a6:8c:ec:dc:5c:6d
  346. [ 1.941276] usb0: MAC 92:82:79:51:1a:b0
  347. [ 1.945196] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
  348. [ 1.951878] g_ether gadget: g_ether ready
  349. [ 1.958201] ALSA device list:
  350. [ 1.961261] #0: sun20i-codec
  351. [ 1.994758] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
  352. [ 2.003760] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  353. [ 2.028483] devtmpfs: mounted
  354. [ 2.032992] Freeing unused kernel image (initmem) memory: 2184K
  355. [ 2.038990] Run /sbin/init as init process
  356. [ 3.019686] systemd[1]: System time before build time, advancing clock.
  357. [ 3.127525] systemd[1]: systemd 249.11-0ubuntu3.1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 )
  358. [ 3.158926] systemd[1]: Detected architecture riscv64.
  359.  
  360. Welcome to Ubuntu 22.04 LTS!
  361.  
  362. [ 3.189268] systemd[1]: Hostname set to <Ubuntu-riscv64>.
  363. [ 3.263282] Unable to handle kernel access to user memory without uaccess routines at virtual address 0000003c563c563c
  364. [ 3.274124] Oops [#1]
  365. [ 3.276411] Modules linked in:
  366. [ 3.279470] CPU: 0 PID: 1 Comm: systemd Not tainted 5.18.0-rc4-396532-gf4bce410a6b4-dirty #9
  367. [ 3.287904] Hardware name: Sipeed Lichee RV Dock (DT)
  368. [ 3.292950] epc : strscpy+0x2a/0xfa
  369. [ 3.296459] ra : strscpy_pad+0x12/0x3a
  370. [ 3.300309] epc : ffffffff802c6daa ra : ffffffff802642ce sp : ffffffc80400bbb0
  371. [ 3.307527] gp : ffffffff8138d580 tp : ffffffd8017a0000 t0 : 00000000000001f8
  372. [ 3.314744] t1 : ffffffc80400bbd0 t2 : 0000000000000000 s0 : ffffffd803091070
  373. [ 3.321961] s1 : 0000000000000040 a0 : 0000000000000000 a1 : 563c563c563c563c
  374. [ 3.329179] a2 : 0000000000000040 a3 : ffffffff80d7d86a a4 : 0000000000000000
  375. [ 3.336396] a5 : 563c563c563c563c a6 : ffffffffffffffff a7 : ffffffd802342f10
  376. [ 3.343614] s2 : ffffffc80400bbd0 s3 : 0000000000000000 s4 : 0000000000000000
  377. [ 3.350831] s5 : 0000000000000051 s6 : 0000000000000001 s7 : 0000000000000000
  378. [ 3.358050] s8 : 0000000000000000 s9 : 0000000000000002 s10: 0000000000000000
  379. [ 3.365267] s11: 0000000000000001 t3 : 0000003faa2b4692 t4 : 0000000000000016
  380. [ 3.372484] t5 : 0000000000000061 t6 : ffffffd802e92004
  381. [ 3.377794] status: 0000000200000120 badaddr: 0000003c563c563c cause: 000000000000000d
  382. [ 3.385706] [<ffffffff802c6daa>] strscpy+0x2a/0xfa
  383. [ 3.390509] [<ffffffff8014134c>] proc_task_name+0x2a/0x90
  384. [ 3.395918] [<ffffffff800fedf6>] seq_put_decimal_ull_width+0x8e/0xdc
  385. [ 3.402279] [<ffffffff8002e9f2>] thread_group_cputime_adjusted+0x24/0x34
  386. [ 3.408986] [<ffffffff8014166e>] do_task_stat+0x2bc/0x8ac
  387. [ 3.414392] [<ffffffff800a4c28>] kvmalloc_node+0x12/0xa8
  388. [ 3.419722] [<ffffffff8013d53a>] proc_single_show+0x3e/0x88
  389. [ 3.425298] [<ffffffff800fe884>] seq_read_iter+0x130/0x2fa
  390. [ 3.430788] [<ffffffff800feace>] seq_read+0x80/0x9e
  391. [ 3.435672] [<ffffffff800de940>] vfs_read+0x5a/0x106
  392. [ 3.440643] [<ffffffff800dec3a>] ksys_read+0x38/0x98
  393. [ 3.445612] [<ffffffff800dec96>] ksys_read+0x94/0x98
  394. [ 3.450579] [<ffffffff800022c0>] check_syscall_nr+0x1e/0x22
  395. [ 3.456400] ---[ end trace 0000000000000000 ]---
  396. [ 3.461079] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  397. [ 3.468741] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement