Ubuntu Focal Fossa hangs while systemd is setting up on ARM64

Suniel Mahesh sunil at amarulasolutions.com
Thu May 7 15:07:55 UTC 2020


Hi All,

I have a board based on Rockchip RK3399 64-bit SOC based on ARMv8A.
The board can boot from the following devices: Micro SD, EMMC, USB, NVMe
SSD.
I have installed Ubuntu focal fossa with LXDE Display manager(built a
headless image
using Buildroot, downloaded focal-base-arm64.tar.gz and installed all the
necessary
packages with the help of chroot).
I am using mainline Linux kernel 5.5.10 from kernel.org and mainline u-boot
2020.04.

The board boots fine with ubuntu focal fossa installed on Micro SD, emmc,
USB.When the
board is booted via NVMe SSD(this NVMe SSD is connected via PCIe on to the
main board),
the board loses power(powered off) automatically during the boot process.
This happens once
the kernel loads and it hands over the boot process to systemd and systemd
trying to fully load
ubuntu user space.

In the process of identifying what is causing the problem, I found out that
systemd-udevd is the one.
when loading rules from udev/rules.d, some of them are creating a problem.

so, removed all the rules apart from: 50-udev-default.rules, 60-drm.rules,
90-console-setup.rules,
60-block.rules60-serial.rules, 99-systemd.rules. (I know dy doing so,
initialization is not properly done)

By doing the above change, I am able to get a basic command prompt. It says
the LXDE display manager
is started but I couldn't get any display on my monitor connected via hdmi.

Can any one please comment on this issue and suggest how to fix the
problem. I have attached the hang log.

Thanks
Suniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20200507/65dd11cf/attachment.html>
-------------- next part --------------
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0

U-Boot SPL 2020.01 (May 06 2020 - 01:53:47 +0530)
Trying to boot from SPI


U-Boot 2020.01 (May 06 2020 - 01:53:47 +0530)

SoC: Rockchip rk3399
Reset cause: POR
Model: Firefly ROC-RK3399-PC Mezzanine Board
DRAM:  3.9 GiB
PMIC:  RK808 
MMC:   dwmmc at fe310000: 2, dwmmc at fe320000: 1, sdhci at fe330000: 0
Loading Environment from SPI Flash... SF: Detected w25q128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Model: Firefly ROC-RK3399-PC Mezzanine Board
rockchip_dnl_key_pressed: adc_channel_single_shot fail!
Net:   eth0: ethernet at fe300000
Hit any key to stop autoboot:  0 
EFI stub: Booting Linux Kernel...
EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
Host not halted after 16000 microseconds.
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.5.0 (suniel at suniel-P5WE0) (gcc version 8.3.0 (Buildroot 2020.02-git-00007-g8aacb40-dirty)) #2 SMP PREEMPT Tue May 5 12:05:08 IST 2020
[    0.000000] Machine model: Firefly ROC-RK3399-PC Mezzanine Board
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: EFI v2.80 by Das U-Boot
[    0.000000] efi:  SMBIOS=0xf150f000  MEMRESERVE=0xf148c040 
[    0.000000] cma: Reserved 32 MiB at 0x00000000f6000000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf57ea100-0xf57ebfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x000000003fffffff]
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000200000-0x00000000f148efff]
[    0.000000]   node   0: [mem 0x00000000f148f000-0x00000000f1490fff]
[    0.000000]   node   0: [mem 0x00000000f1491000-0x00000000f1508fff]
[    0.000000]   node   0: [mem 0x00000000f1509000-0x00000000f150dfff]
[    0.000000]   node   0: [mem 0x00000000f150e000-0x00000000f150efff]
[    0.000000]   node   0: [mem 0x00000000f150f000-0x00000000f150ffff]
[    0.000000]   node   0: [mem 0x00000000f1510000-0x00000000f1511fff]
[    0.000000]   node   0: [mem 0x00000000f1512000-0x00000000f1515fff]
[    0.000000]   node   0: [mem 0x00000000f1516000-0x00000000f1517fff]
[    0.000000]   node   0: [mem 0x00000000f1518000-0x00000000f151bfff]
[    0.000000]   node   0: [mem 0x00000000f151c000-0x00000000f452ffff]
[    0.000000]   node   0: [mem 0x00000000f4530000-0x00000000f453ffff]
[    0.000000]   node   0: [mem 0x00000000f4540000-0x00000000f7ffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 32 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 22 pages/cpu s53016 r8192 d28904 u90112
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/Image earlycon=uart8250,mmio32,0xff1a0000 root=/dev/nvme0n1p2 rw rootwait
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
[    0.000000] Memory: 3854892K/4061184K available (12476K kernel code, 1924K rwdata, 6808K rodata, 5184K init, 458K bss, 173524K reserved, 32768K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: no VLPI support, no direct LPI support
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS at 0x00000000fee20000: allocated 65536 Devices @f4c80000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000f4c40000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f4c50000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu at 0[0] /cpus/cpu at 1[1] /cpus/cpu at 2[2] /cpus/cpu at 3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu at 100[4] /cpus/cpu at 101[5] }
[    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x448 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.003962] Console: colour dummy device 80x25
[    0.004390] printk: console [tty0] enabled
[    0.004789] printk: bootconsole [uart8250] disabled
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.5.0 (suniel at suniel-P5WE0) (gcc version 8.3.0 (Buildroot 2020.02-git-00007-g8aacb40-dirty)) #2 SMP PREEMPT Tue May 5 12:05:08 IST 2020
[    0.000000] Machine model: Firefly ROC-RK3399-PC Mezzanine Board
[    0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[    0.000000] printk: bootconsole [uart8250] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: EFI v2.80 by Das U-Boot
[    0.000000] efi:  SMBIOS=0xf150f000  MEMRESERVE=0xf148c040 
[    0.000000] cma: Reserved 32 MiB at 0x00000000f6000000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xf57ea100-0xf57ebfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x000000003fffffff]
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000200000-0x00000000f148efff]
[    0.000000]   node   0: [mem 0x00000000f148f000-0x00000000f1490fff]
[    0.000000]   node   0: [mem 0x00000000f1491000-0x00000000f1508fff]
[    0.000000]   node   0: [mem 0x00000000f1509000-0x00000000f150dfff]
[    0.000000]   node   0: [mem 0x00000000f150e000-0x00000000f150efff]
[    0.000000]   node   0: [mem 0x00000000f150f000-0x00000000f150ffff]
[    0.000000]   node   0: [mem 0x00000000f1510000-0x00000000f1511fff]
[    0.000000]   node   0: [mem 0x00000000f1512000-0x00000000f1515fff]
[    0.000000]   node   0: [mem 0x00000000f1516000-0x00000000f1517fff]
[    0.000000]   node   0: [mem 0x00000000f1518000-0x00000000f151bfff]
[    0.000000]   node   0: [mem 0x00000000f151c000-0x00000000f452ffff]
[    0.000000]   node   0: [mem 0x00000000f4530000-0x00000000f453ffff]
[    0.000000]   node   0: [mem 0x00000000f4540000-0x00000000f7ffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 32 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.1 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 22 pages/cpu s53016 r8192 d28904 u90112
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/Image earlycon=uart8250,mmio32,0xff1a0000 root=/dev/nvme0n1p2 rw rootwait
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
[    0.000000] Memory: 3854892K/4061184K available (12476K kernel code, 1924K rwdata, 6808K rodata, 5184K init, 458K bss, 173524K reserved, 32768K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.000000]  Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: no VLPI support, no direct LPI support
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS at 0x00000000fee20000: allocated 65536 Devices @f4c80000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000f4c40000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f4c50000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu at 0[0] /cpus/cpu at 1[1] /cpus/cpu at 2[2] /cpus/cpu at 3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu at 100[4] /cpus/cpu at 101[5] }
[    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x448 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.003962] Console: colour dummy device 80x25
[    0.004390] printk: console [tty0] enabled
[    0.004789] printk: bootconsole [uart8250] disabled
[    0.005382] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.005418] pid_max: default: 32768 minimum: 301
[    0.005567] LSM: Security Framework initializing
[    0.005682] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.005730] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.028020] ASID allocator initialised with 32768 entries
[    0.036017] rcu: Hierarchical SRCU implementation.
[    0.044170] Platform MSI: interrupt-controller at fee20000 domain created
[    0.044597] PCI/MSI: /interrupt-controller at fee00000/interrupt-controller at fee20000 domain created
[    0.050580] Remapping and enabling EFI services.
[    0.056289] smp: Bringing up secondary CPUs ...
[    0.088518] Detected VIPT I-cache on CPU1
[    0.088556] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.088608] GICv3: CPU1: using allocated LPI pending table @0x00000000f4c60000
[    0.088657] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.120591] Detected VIPT I-cache on CPU2
[    0.120620] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.120660] GICv3: CPU2: using allocated LPI pending table @0x00000000f4c70000
[    0.120692] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.152694] Detected VIPT I-cache on CPU3
[    0.152721] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.152766] GICv3: CPU3: using allocated LPI pending table @0x00000000f4d00000
[    0.152798] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.184808] CPU features: detected: EL2 vector hardening
[    0.184817] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[    0.184824] CPU features: detected: ARM erratum 1319367
[    0.184830] Detected PIPT I-cache on CPU4
[    0.184861] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.184908] GICv3: CPU4: using allocated LPI pending table @0x00000000f4d10000
[    0.184943] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.216912] Detected PIPT I-cache on CPU5
[    0.216938] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.216972] GICv3: CPU5: using allocated LPI pending table @0x00000000f4d20000
[    0.216999] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.217114] smp: Brought up 1 node, 6 CPUs
[    0.217493] SMP: Total of 6 processors activated.
[    0.217514] CPU features: detected: 32-bit EL0 Support
[    0.217536] CPU features: detected: CRC32 instructions
[    0.234694] CPU: All CPU(s) started at EL2
[    0.234757] alternatives: patching kernel code
[    0.238167] devtmpfs: initialized
[    0.254691] KASLR disabled due to lack of seed
[    0.255236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.255282] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.257627] pinctrl core: initialized pinctrl subsystem
[    0.260129] thermal_sys: Registered thermal governor 'step_wise'
[    0.260134] thermal_sys: Registered thermal governor 'power_allocator'
[    0.260850] SMBIOS 3.0 present.
[    0.260909] DMI: firefly roc-pc-rk3399/roc-pc-rk3399, BIOS 2020.01 05/06/2020
[    0.261531] NET: Registered protocol family 16
[    0.266577] DMA: preallocated 256 KiB pool for atomic allocations
[    0.266622] audit: initializing netlink subsys (disabled)
[    0.266868] audit: type=2000 audit(0.264:1): state=initialized audit_enabled=0 res=1
[    0.269071] cpuidle: using governor menu
[    0.269524] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.272533] Serial: AMBA PL011 UART driver
[    0.326067] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.326094] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.326110] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.326126] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.329532] cryptd: max_cpu_qlen set to 1000
[    0.336135] ACPI: Interpreter disabled.
[    0.338480] dc_12v: supplied by vcc_vbus_typec0
[    0.339187] vcc3v3_sys: supplied by dc_12v
[    0.340570] vcc_sys: supplied by dc_12v
[    0.341116] vcc3v3_ngff: supplied by dc_12v
[    0.341434] vcc5v0_host: supplied by vcc_sys
[    0.341517] vcc_vbus_typec1: supplied by vcc_sys
[    0.341823] vcc3v3_pcie: supplied by dc_12v
[    0.343266] iommu: Default domain type: Translated 
[    0.345261] vgaarb: loaded
[    0.345624] SCSI subsystem initialized
[    0.346263] usbcore: registered new interface driver usbfs
[    0.346348] usbcore: registered new interface driver hub
[    0.346470] usbcore: registered new device driver usb
[    0.348339] pps_core: LinuxPPS API ver. 1 registered
[    0.348361] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.348413] PTP clock support registered
[    0.348692] EDAC MC: Ver: 3.0.0
[    0.350077] Registered efivars operations
[    0.351331] FPGA manager framework
[    0.351425] Advanced Linux Sound Architecture Driver Initialized.
[    0.352152] clocksource: Switched to clocksource arch_sys_counter
[    0.352356] VFS: Disk quotas dquot_6.6.0
[    0.352425] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.352630] pnp: PnP ACPI: disabled
[    0.359149] NET: Registered protocol family 2
[    0.359577] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.359670] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.360030] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.360727] TCP: Hash tables configured (established 32768 bind 32768)
[    0.360866] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.361010] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.361392] NET: Registered protocol family 1
[    0.361962] RPC: Registered named UNIX socket transport module.
[    0.361980] RPC: Registered udp transport module.
[    0.361993] RPC: Registered tcp transport module.
[    0.362005] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.362024] PCI: CLS 0 bytes, default 64
[    0.362997] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.363316] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.363735] kvm [1]: IPA Size Limit: 40bits
[    0.364622] kvm [1]: vgic-v2 at fff20000
[    0.364661] kvm [1]: GIC system register CPU interface enabled
[    0.364851] kvm [1]: vgic interrupt IRQ10
[    0.365068] kvm [1]: Hyp mode initialized successfully
[    0.375950] Initialise system trusted keyrings
[    0.376137] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    0.383124] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.383932] NFS: Registering the id_resolver key type
[    0.383968] Key type id_resolver registered
[    0.383982] Key type id_legacy registered
[    0.384002] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.384184] 9p: Installing v9fs 9p2000 file system support
[    0.408274] Key type asymmetric registered
[    0.408292] Asymmetric key parser 'x509' registered
[    0.408337] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.408356] io scheduler mq-deadline registered
[    0.408370] io scheduler kyber registered
[    0.432995] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    0.433102] rockchip-pcie f8000000.pcie: f8000000.pcie supply vpcie1v8 not found, using dummy regulator
[    0.433184] rockchip-pcie f8000000.pcie: f8000000.pcie supply vpcie0v9 not found, using dummy regulator
[    0.500606] rockchip-pcie f8000000.pcie: host bridge /pcie at f8000000 ranges:
[    0.500673] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    0.500718] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    0.501096] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[    0.501130] pci_bus 0000:00: root bus resource [bus 00-1f]
[    0.501156] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
[    0.501187] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
[    0.501254] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
[    0.501405] pci 0000:00:00.0: supports D1
[    0.501429] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.507800] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.508037] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[    0.508219] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    0.508402] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 256)
[    0.508958] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.526125] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
[    0.526180] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
[    0.526217] pci 0000:01:00.0: BAR 0: assigned [mem 0xfa000000-0xfa003fff 64bit]
[    0.526285] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.526313] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
[    0.526547] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    0.526896] pcieport 0000:00:00.0: PME: Signaling with IRQ 225
[    0.527294] pcieport 0000:00:00.0: AER: enabled with IRQ 225
[    0.531275] EINJ: ACPI disabled.
[    0.544439] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.544479] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.546279] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.546317] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.554450] pwm-regulator: supplied by regulator-dummy
[    0.560234] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.562426] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    0.563152] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 39, base_baud = 1500000) is a 16550A
[    0.686728] printk: console [ttyS2] enabled
[    0.689087] SuperH (H)SCI(F) driver initialized
[    0.690593] msm_serial: driver initialized
[    0.693601] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.702291] loop: module loaded
[    0.705469] nvme nvme0: pci function 0000:01:00.0
[    0.705960] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[    0.712316] libphy: Fixed MDIO Bus: probed
[    0.712965] tun: Universal TUN/TAP device driver, 1.6
[    0.714773] thunder_xcv, ver 1.0
[    0.715105] thunder_bgx, ver 1.0
[    0.715437] nicpf, ver 1.0
[    0.716885] hclge is initializing
[    0.717188] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[    0.717830] hns3: Copyright (c) 2017 Huawei Corporation.
[    0.718362] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.718881] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.719445] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[    0.720062] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.720617] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    0.721312] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.722485] sky2: driver version 1.30
[    0.724046] VFIO - User Level meta-driver version: 0.3
[    0.731594] OF: graph: no port node found in /syscon at ff770000/usb2-phy at e450/otg-port
[    0.741032] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.741622] ehci-pci: EHCI PCI platform driver
[    0.742060] ehci-platform: EHCI generic platform driver
[    0.744777] ehci-platform fe380000.usb: EHCI Host Controller
[    0.745305] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[    0.746120] ehci-platform fe380000.usb: irq 30, io mem 0xfe380000
[    0.760184] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    0.761311] hub 1-0:1.0: USB hub found
[    0.761677] hub 1-0:1.0: 1 port detected
[    0.764501] ehci-platform fe3c0000.usb: EHCI Host Controller
[    0.765024] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[    0.765811] ehci-platform fe3c0000.usb: irq 32, io mem 0xfe3c0000
[    0.780179] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    0.781222] hub 2-0:1.0: USB hub found
[    0.781589] hub 2-0:1.0: 1 port detected
[    0.782484] ehci-orion: EHCI orion driver
[    0.783089] ehci-exynos: EHCI EXYNOS driver
[    0.783644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.784237] ohci-pci: OHCI PCI platform driver
[    0.784697] ohci-platform: OHCI generic platform driver
[    0.785370] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    0.785984] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[    0.786772] ohci-platform fe3a0000.usb: irq 31, io mem 0xfe3a0000
[    0.812898] nvme nvme0: missing or invalid SUBNQN field.
[    0.813526] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.828483] nvme nvme0: 6/0/0 default/read/poll queues
[    0.839773]  nvme0n1: p1 p2
[    0.848799] hub 3-0:1.0: USB hub found
[    0.849168] hub 3-0:1.0: 1 port detected
[    0.849952] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    0.850565] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    0.851350] ohci-platform fe3e0000.usb: irq 33, io mem 0xfe3e0000
[    0.912707] hub 4-0:1.0: USB hub found
[    0.913075] hub 4-0:1.0: 1 port detected
[    0.913939] ohci-exynos: OHCI EXYNOS driver
[    0.915150] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.915663] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[    0.916495] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    0.917345] xhci-hcd xhci-hcd.0.auto: irq 227, io mem 0xfe800000
[    0.918616] hub 5-0:1.0: USB hub found
[    0.918983] hub 5-0:1.0: 1 port detected
[    0.919613] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.920114] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[    0.920833] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    0.921467] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.922675] hub 6-0:1.0: USB hub found
[    0.923038] hub 6-0:1.0: 1 port detected
[    0.923823] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    0.924351] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[    0.925160] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    0.926031] xhci-hcd xhci-hcd.1.auto: irq 228, io mem 0xfe900000
[    0.927237] hub 7-0:1.0: USB hub found
[    0.927607] hub 7-0:1.0: 1 port detected
[    0.928252] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    0.928754] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[    0.929444] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    0.930075] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.931290] hub 8-0:1.0: USB hub found
[    0.931661] hub 8-0:1.0: 1 port detected
[    0.932820] usbcore: registered new interface driver usb-storage
[    0.939101] i2c /dev entries driver
[    0.943678] rk808 0-001b: chip id: 0x0
[    0.947938] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    0.948548] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    0.949158] DCDC_REG1: supplied by vcc3v3_sys
[    0.950392] DCDC_REG2: supplied by vcc3v3_sys
[    0.951286] DCDC_REG3: supplied by vcc3v3_sys
[    0.951886] DCDC_REG4: supplied by vcc3v3_sys
[    0.952846] LDO_REG1: supplied by vcc3v3_sys
[    0.954444] LDO_REG2: supplied by vcc3v3_sys
[    0.955733] LDO_REG3: supplied by vcc3v3_sys
[    0.957193] LDO_REG4: supplied by vcc3v3_sys
[    0.958640] LDO_REG5: supplied by vcc3v3_sys
[    0.959929] LDO_REG6: supplied by vcc3v3_sys
[    0.961389] LDO_REG7: supplied by vcc3v3_sys
[    0.962695] LDO_REG8: supplied by vcc3v3_sys
[    0.964175] SWITCH_REG1: supplied by vcc3v3_sys
[    0.964812] SWITCH_REG2: supplied by vcc3v3_sys
[    0.966504] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    0.967141] fan53555-reg: supplied by vcc3v3_sys
[    0.968608] vcc1v8_s3: supplied by vcc_1v8
[    0.969647] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    0.970276] fan53555-reg: supplied by vcc3v3_sys
[    0.982369] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 1 >= em_cap_state0
[    0.987722] sdhci: Secure Digital Host Controller Interface driver
[    0.988301] sdhci: Copyright(c) Pierre Ossman
[    0.988981] Synopsys Designware Multimedia Card Interface Driver
[    0.990095] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[    0.990739] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[    0.991340] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[    0.991864] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
[    0.992782] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
[    1.004235] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.017208] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.018492] mmc1: CQHCI version 5.10
[    1.044617] mmc1: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    1.046812] ledtrig-cpu: registered to indicate activity on CPUs
[    1.048298] usbcore: registered new interface driver usbhid
[    1.048788] usbhid: USB HID core driver
[    1.052011] NET: Registered protocol family 17
[    1.052529] 9pnet: Installing 9P2000 support
[    1.052944] Key type dns_resolver registered
[    1.053694] registered taskstats version 1
[    1.054067] Loading compiled-in X.509 certificates
[    1.070078] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    1.071037] hctosys: unable to open rtc device (rtc0)
[    1.072500] ALSA device list:
[    1.072774]   No soundcards found.
[    1.073232] ttyS2 - failed to request DMA
[    1.080800] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.081573] VFS: Mounted root (ext4 filesystem) on device 259:2.
[    1.082599] devtmpfs: mounted
[    1.085189] Freeing unused kernel memory: 5184K
[    1.100305] Run /sbin/init as init process
[    1.113436] random: fast init done
[    1.120324] usb 2-1: new high-speed USB device number 2 using ehci-platform
[    1.150564] hub 2-1:1.0: USB hub found
[    1.151110] hub 2-1:1.0: 4 ports detected
[    1.151732] systemd[1]: System time before build time, advancing clock.
[    1.167332] NET: Registered protocol family 10
[    1.168601] Segment Routing with IPv6
[    1.174052] efivars: get_next_variable: status=8000000000000003
[    1.176737] systemd[1]: systemd 245.4-4ubuntu3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS )
[    1.179126] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 20.04 LTS!

[    1.212693] systemd[1]: Set hostname to <localhost.localdomain>.
[    1.215693] systemd[1]: Couldn't move remaining userspace processes, ignoring: Input/output error
[    1.325978] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_soc.
[    1.402555] random: systemd: uninitialized urandom read (16 bytes read)
[    1.403238] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    1.404379] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    1.406304] systemd[1]: Created slice system-modprobe.slice.
[  OK  ] Created slice system-modprobe.slice.
[    1.416499] random: systemd: uninitialized urandom read (16 bytes read)
[    1.417640] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    1.428497] random: systemd: uninitialized urandom read (16 bytes read)
[    1.429587] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    1.431052] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    1.444515] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    1.445645] systemd[1]: Reached target User and Group Name Lookups.
[  OK  ] Reached target User and Group Name Lookups.
[    1.456465] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    1.457810] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    1.468548] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    1.480711] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    1.492953] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    1.494456] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    1.505255] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    1.521232] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    1.532946] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    1.551938] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    1.567713] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    1.583832] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    1.596887] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    1.601379] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    1.616241] systemd[1]: Starting Set the console keyboard layout...
         Starting Set the console keyboard layout...
[    1.632182] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[    1.648374] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    1.663922] systemd[1]: Started Nameserver information manager.
[  OK  ] Started Nameserver information manager.
[    1.676858] systemd[1]: Reached target Network (Pre).
[  OK  ] Reached target Network (Pre).
[    1.688974] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.693446] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    1.694879] systemd[232]: systemd-modules-load.service: Failed to execute command: No such file or directory
[    1.707396] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    1.722317] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[    1.736696] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    1.738455] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    1.748942] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    1.752297] systemd[1]: Finished Create list of static device nodes for the current kernel.
[  OK  ] Finished Create list of st… nodes for the current kernel.
[    1.766566] systemd[1]: Finished Set the console keyboard layout.
[  OK  ] Finished Set the console keyboard layout.
[    1.777579] systemd[1]: modprobe at drm.service: Succeeded.
[    1.779347] systemd[1]: Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module drm.
[    1.795005] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=203/EXEC
[    1.796267] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[    1.798312] systemd[1]: Failed to start Load Kernel Modules.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[    1.811385] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[    1.825547] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    1.829435] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    1.843593] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.844569] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    1.848453] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    1.867395] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    1.879789] systemd[1]: Starting Create System Users...
         Starting Create System Users...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Journal Service.
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Finished udev Coldplug all Devices.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Helper to synchronize boot up for ifupdown...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Flush Journal to Persistent Storage...
         Starting udev Kernel Device Manager...
[  OK  ] Finished Set console font and keymap.
[  OK  ] Finished Helper to synchronize boot up for ifupdown.
[  OK  ] Finished Tell Plymouth To Write Out Runtime Data.
         Starting Raise network interfaces...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Finished Raise network interfaces.
[  OK  ] Finished Update UTMP about System Boot/Shutdown.



More information about the Ubuntu-devel-discuss mailing list