Skip to content

Instantly share code, notes, and snippets.

@tmountain
Created January 18, 2021 03:55
Show Gist options
  • Save tmountain/f3fd939dece80aaeb069c28db7d54e3d to your computer and use it in GitHub Desktop.
Save tmountain/f3fd939dece80aaeb069c28db7d54e3d to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.4.89 (nixbld@localhost) (gcc version 9.3.0 (GCC)) #1-NixOS SMP Tue Jan 12 19:16:25 UTC 2021
[ 0.000000] Machine model: FriendlyElec NanoPC-T4
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 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 0xf57ef800-0xf57f0fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000000200000-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-0x00000000f7ffffff]
[ 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 32 pages/cpu s92632 r8192 d30248 u131072
[ 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: systemConfig=/nix/store/3s9a230xdhx9v6schcaa6l32l3lwyy9d-nixos-system-nixos-20.09.2623.97a13fb97
fc init=/nix/store/3s9a230xdhx9v6schcaa6l32l3lwyy9d-nixos-system-nixos-20.09.2623.97a13fb97fc/init cma=32M console=ttyS2,115200n8 co
nsole=ttyAMA0,115200n8 console=tty0 loglevel=7
[ 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] Memory: 3901420K/4061184K available (16124K kernel code, 2942K rwdata, 8196K rodata, 8448K init, 558K bss, 126996K re
served, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] ftrace: allocating 53606 entries in 210 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=6.
[ 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@0x00000000fee20000: allocated 65536 Devices @f4a00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x00000000f49a0000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000f49b0000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] random: get_random_bytes called from start_kernel+0x310/0x4a4 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.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.003222] Console: colour dummy device 80x25
[ 0.004065] printk: console [tty0] enabled
[ 0.004213] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.004249] pid_max: default: 32768 minimum: 301
[ 0.004419] LSM: Security Framework initializing
[ 0.004454] Yama: becoming mindful.
[ 0.004574] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.004620] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.007030] ASID allocator initialised with 32768 entries
[ 0.007213] rcu: Hierarchical SRCU implementation.
[ 0.010393] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.010838] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.016851] EFI services will not be available.
[ 0.017483] smp: Bringing up secondary CPUs ...
[ 0.018288] Detected VIPT I-cache on CPU1
[ 0.018325] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.018340] GICv3: CPU1: using allocated LPI pending table @0x00000000f49c0000
[ 0.018395] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.019243] Detected VIPT I-cache on CPU2
[ 0.019271] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.019284] GICv3: CPU2: using allocated LPI pending table @0x00000000f49d0000
[ 0.019319] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.020165] Detected VIPT I-cache on CPU3
[ 0.020192] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.020205] GICv3: CPU3: using allocated LPI pending table @0x00000000f49e0000
[ 0.020239] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.021049] CPU features: detected: EL2 vector hardening
[ 0.021058] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[ 0.021067] Detected PIPT I-cache on CPU4
[ 0.021098] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.021111] GICv3: CPU4: using allocated LPI pending table @0x00000000f49f0000
[ 0.021149] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.022005] Detected PIPT I-cache on CPU5
[ 0.022031] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.022043] GICv3: CPU5: using allocated LPI pending table @0x00000000f4a80000
[ 0.022073] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.022201] smp: Brought up 1 node, 6 CPUs
[ 0.022525] SMP: Total of 6 processors activated.
[ 0.022544] CPU features: detected: 32-bit EL0 Support
[ 0.022564] CPU features: detected: CRC32 instructions
[ 0.053151] CPU: All CPU(s) started at EL2
[ 0.053269] alternatives: patching kernel code
[ 0.057428] devtmpfs: initialized
[ 0.068279] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.068317] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.069406] pinctrl core: initialized pinctrl subsystem
[ 0.070943] DMI not present or invalid.
[ 0.071342] NET: Registered protocol family 16
[ 0.073808] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.073833] audit: initializing netlink subsys (disabled)
[ 0.074024] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
[ 0.075362] cpuidle: using governor menu
[ 0.075684] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.077504] Serial: AMBA PL011 UART driver
[ 0.123036] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.123064] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.123081] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.123097] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.125170] cryptd: max_cpu_qlen set to 1000
[ 0.129088] fbcon: Taking over console
[ 0.129119] ACPI: Interpreter disabled.
[ 0.132646] vcc3v3_sys: supplied by vcc12v0_sys
[ 0.132721] vcc5v0_sys: supplied by vcc12v0_sys
[ 0.132785] vcc3v0_sd: supplied by vcc3v3_sys
[ 0.132836] vbus_typec: supplied by vcc5v0_sys
[ 0.132885] vcc5v0_host0: supplied by vcc5v0_sys
[ 0.133610] iommu: Default domain type: Translated
[ 0.135620] vgaarb: loaded
[ 0.136098] SCSI subsystem initialized
[ 0.136509] usbcore: registered new interface driver usbfs
[ 0.136560] usbcore: registered new interface driver hub
[ 0.136605] usbcore: registered new device driver usb
[ 0.137874] pps_core: LinuxPPS API ver. 1 registered
[ 0.137889] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.137916] PTP clock support registered
[ 0.138130] EDAC MC: Ver: 3.0.0
[ 0.139979] FPGA manager framework
[ 0.140079] Advanced Linux Sound Architecture Driver Initialized.
[ 0.140931] clocksource: Switched to clocksource arch_sys_counter
[ 0.873325] VFS: Disk quotas dquot_6.6.0
[ 0.873408] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.873629] pnp: PnP ACPI: disabled
[ 0.880558] thermal_sys: Registered thermal governor 'step_wise'
[ 0.880562] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.881343] NET: Registered protocol family 2
[ 0.882061] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.882160] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.882518] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.883193] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.883329] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.883473] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.883760] NET: Registered protocol family 1
[ 0.884347] RPC: Registered named UNIX socket transport module.
[ 0.884364] RPC: Registered udp transport module.
[ 0.884375] RPC: Registered tcp transport module.
[ 0.884387] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.884403] NET: Registered protocol family 44
[ 0.884424] PCI: CLS 0 bytes, default 64
[ 0.884590] Trying to unpack rootfs image as initramfs...
[ 1.481270] Freeing initrd memory: 9864K
[ 1.482416] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.482762] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.483178] kvm [1]: IPA Size Limit: 40bits
[ 1.484252] kvm [1]: vgic-v2@fff20000
[ 1.484289] kvm [1]: GIC system register CPU interface enabled
[ 1.484513] kvm [1]: vgic interrupt IRQ10
[ 1.484759] kvm [1]: Hyp mode initialized successfully
[ 1.490643] Initialise system trusted keyrings
[ 1.490813] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[ 1.496579] zbud: loaded
[ 1.498252] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.498961] NFS: Registering the id_resolver key type
[ 1.498997] Key type id_resolver registered
[ 1.499009] Key type id_legacy registered
[ 1.499030] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.499195] 9p: Installing v9fs 9p2000 file system support
[ 1.523503] Key type asymmetric registered
[ 1.523519] Asymmetric key parser 'x509' registered
[ 1.523563] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 1.523749] io scheduler mq-deadline registered
[ 1.523769] io scheduler kyber registered
[ 1.547874] EINJ: ACPI disabled.
[ 1.557530] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.557558] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 1.558743] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 1.558767] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 1.570790] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.573146] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 39, base_baud = 1500000) is a 16550A
[ 1.573313] serial serial0: tty port ttyS0 registered
[ 1.573831] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 40, base_baud = 1500000) is a 16550A
[ 2.806298] printk: console [ttyS2] enabled
[ 2.812815] SuperH (H)SCI(F) driver initialized
[ 2.818902] msm_serial: driver initialized
[ 2.825836] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.840511] brd: module loaded
[ 2.852837] loop: module loaded
[ 2.863790] libphy: Fixed MDIO Bus: probed
[ 2.868688] tun: Universal TUN/TAP device driver, 1.6
[ 2.875598] thunder_xcv, ver 1.0
[ 2.879273] thunder_bgx, ver 1.0
[ 2.882933] nicpf, ver 1.0
[ 2.887033] hclge is initializing
[ 2.890762] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.898843] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.904848] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.911384] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.918051] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[ 2.925851] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.932134] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 2.940908] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.948123] sky2: driver version 1.30
[ 2.953391] VFIO - User Level meta-driver version: 0.3
[ 2.965766] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
[ 2.982983] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.990339] ehci-pci: EHCI PCI platform driver
[ 2.995370] ehci-platform: EHCI generic platform driver
[ 3.003481] ehci-platform fe380000.usb: EHCI Host Controller
[ 3.009857] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[ 3.018750] ehci-platform fe380000.usb: irq 31, io mem 0xfe380000
[ 3.040956] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 3.048575] hub 1-0:1.0: USB hub found
[ 3.052822] hub 1-0:1.0: 1 port detected
[ 3.059739] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 3.066107] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[ 3.074978] ehci-platform fe3c0000.usb: irq 33, io mem 0xfe3c0000
[ 3.096959] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 3.104483] hub 2-0:1.0: USB hub found
[ 3.108728] hub 2-0:1.0: 1 port detected
[ 3.113684] ehci-orion: EHCI orion driver
[ 3.118423] ehci-exynos: EHCI EXYNOS driver
[ 3.123284] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.130225] ohci-pci: OHCI PCI platform driver
[ 3.135266] ohci-platform: OHCI generic platform driver
[ 3.141326] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 3.148855] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[ 3.157737] ohci-platform fe3a0000.usb: irq 32, io mem 0xfe3a0000
[ 3.225538] hub 3-0:1.0: USB hub found
[ 3.229784] hub 3-0:1.0: 1 port detected
[ 3.234647] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 3.242179] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[ 3.251064] ohci-platform fe3e0000.usb: irq 34, io mem 0xfe3e0000
[ 3.321509] hub 4-0:1.0: USB hub found
[ 3.325759] hub 4-0:1.0: 1 port detected
[ 3.330686] ohci-exynos: OHCI EXYNOS driver
[ 3.336165] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.342355] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.351073] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 3.361621] xhci-hcd xhci-hcd.0.auto: irq 225, io mem 0xfe800000
[ 3.369142] hub 5-0:1.0: USB hub found
[ 3.373384] hub 5-0:1.0: 1 port detected
[ 3.378084] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.384249] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[ 3.392838] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.400218] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.409833] hub 6-0:1.0: USB hub found
[ 3.414084] hub 6-0:1.0: 1 port detected
[ 3.418940] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.425110] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[ 3.433844] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 3.444418] xhci-hcd xhci-hcd.1.auto: irq 226, io mem 0xfe900000
[ 3.451864] hub 7-0:1.0: USB hub found
[ 3.456102] hub 7-0:1.0: 1 port detected
[ 3.460800] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.466975] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[ 3.475567] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 3.482961] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.492554] hub 8-0:1.0: USB hub found
[ 3.496796] hub 8-0:1.0: 1 port detected
[ 3.501704] usbcore: registered new interface driver usb-storage
[ 3.513620] i2c /dev entries driver
[ 3.521501] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 3.530498] vdd_cpu_b: supplied by vcc3v3_sys
[ 3.536029] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 3.545039] vdd_gpu: supplied by vcc3v3_sys
[ 3.550409] rk808 0-001b: chip id: 0x0
[ 3.559365] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.566350] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.574077] vdd_center: supplied by vcc3v3_sys
[ 3.579573] vdd_cpu_l: supplied by vcc3v3_sys
[ 3.584694] vcc_ddr: supplied by vcc3v3_sys
[ 3.589921] vcc_1v8: supplied by vcc3v3_sys
[ 3.595807] vcc1v8_cam: supplied by vcc3v3_sys
[ 3.601729] vcc3v0_touch: supplied by vcc3v3_sys
[ 3.608022] vcc1v8_pmupll: supplied by vcc3v3_sys
[ 3.614389] vcc_sdio: supplied by vcc3v3_sys
[ 3.620104] vcca3v0_codec: supplied by vcc3v3_sys
[ 3.626469] vcc_1v5: supplied by vcc3v3_sys
[ 3.632081] vcca1v8_codec: supplied by vcc3v3_sys
[ 3.638441] vcc_3v0: supplied by vcc3v3_sys
[ 3.643382] vcc3v3_s3: supplied by vcc3v3_sys
[ 3.648499] vcc3v3_s0: supplied by vcc3v3_sys
[ 3.668025] sdhci: Secure Digital Host Controller Interface driver
[ 3.674958] sdhci: Copyright(c) Pierre Ossman
[ 3.680154] Synopsys Designware Multimedia Card Interface Driver
[ 3.687432] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.695524] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[ 3.703115] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[ 3.709558] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 28,32 bit host data width,256 deep fifo
[ 3.720509] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[ 3.727130] mmc_host mmc0: card is non-removable.
[ 3.745573] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.768937] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[ 3.777039] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[ 3.784638] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[ 3.791099] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 29,32 bit host data width,256 deep fifo
[ 3.800982] usb 7-1: new high-speed USB device number 2 using xhci-hcd
[ 3.802096] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
[ 3.827810] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 3.844879] random: fast init done
[ 3.849831] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.856938] mmc2: CQHCI version 5.10
[ 3.864938] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.872804] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.880671] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.889909] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.891649] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[ 3.900045] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
[ 3.910523] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.917833] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.924087] usbcore: registered new interface driver usbhid
[ 3.930321] usbhid: USB HID core driver
[ 3.937504] drop_monitor: Initializing network drop monitor service
[ 3.944825] NET: Registered protocol family 10
[ 3.950442] Segment Routing with IPv6
[ 3.954566] NET: Registered protocol family 17
[ 3.959921] 9pnet: Installing 9P2000 support
[ 3.964743] Key type dns_resolver registered
[ 3.969968] registered taskstats version 1
[ 3.973471] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 3.974546] Loading compiled-in X.509 certificates
[ 3.991141] zswap: loaded using pool lzo/zbud
[ 3.996132] Key type ._fscrypt registered
[ 4.000648] Key type .fscrypt registered
[ 4.019140] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 4.026927] hctosys: unable to open rtc device (rtc0)
[ 4.033070] ALSA device list:
[ 4.036469] hub 7-1:1.0: USB hub found
[ 4.037058] No soundcards found.
[ 4.040803] hub 7-1:1.0: 4 ports detected
[ 4.055883] Freeing unused kernel memory: 8448K
[ 4.061095] Run /init as init process
[ 4.065349] mmc2: Command Queue Engine enabled
[ 4.070341] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[ 4.070898] mmcblk2: mmc2:0001 AJTD4R 14.6 GiB
[ 4.082624] mmcblk2boot0: mmc2:0001 AJTD4R partition 1 4.00 MiB
[ 4.089327] mmcblk2boot1: mmc2:0001 AJTD4R partition 2 4.00 MiB
[ 4.097318] mmcblk2rpmb: mmc2:0001 AJTD4R partition 3 4.00 MiB, chardev (236:0)
[ 4.108509] mmcblk2: p1
[ 4.172306] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[ 4.377092] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 207
[ 4.388379] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 4.422355] random: lvm: uninitialized urandom read (4 bytes read)
[ 4.465088] usb 7-1.1: new full-speed USB device number 3 using xhci-hcd
[ 4.542170] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.815949] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null)
[ 4.822682] booting system configuration /nix/store/3s9a230xdhx9v6schcaa6l32l3lwyy9d-nixos-system-nixos-20.09.2623.97a13fb97fc
[ 4.828496] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 as /devices/platform/usb@fe900000/fe900000.usb/xhci-hcd.1.auto/usb7
/7-1/7-1.1/7-1.1:1.0/0003:1A86:E050.0001/input/input1
[ 4.913294] hid-generic 0003:1A86:E050.0001: input,hidraw0: USB HID v1.10 Keyboard [USB Keyboard-Mouse USB Keyboard-Mouse_V1.7] o
n usb-xhci-hcd.1.auto-1.1/input0
[ 4.932622] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control as /devices/platform/usb@fe900000/fe900000.usb/xhci-
hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:1A86:E050.0002/input/input2
[ 4.981834] random: perl: uninitialized urandom read (4 bytes read)
[ 5.013201] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control as /devices/platform/usb@fe900000/fe900000.usb/xhc
i-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.1/0003:1A86:E050.0002/input/input3
[ 5.033209] hid-generic 0003:1A86:E050.0002: input,hidraw1: USB HID v1.10 Device [USB Keyboard-Mouse USB Keyboard-Mouse_V1.7] on
usb-xhci-hcd.1.auto-1.1/input1
[ 5.051285] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Mouse as /devices/platform/usb@fe900000/fe900000.usb/xhci-hcd.1.aut
o/usb7/7-1/7-1.1/7-1.1:1.2/0003:1A86:E050.0003/input/input4
[ 5.070268] hid-generic 0003:1A86:E050.0003: input,hidraw2: USB HID v1.10 Mouse [USB Keyboard-Mouse USB Keyboard-Mouse_V1.7] on u
sb-xhci-hcd.1.auto-1.1/input2
[ 5.087784] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 System Control as /devices/platform/usb@fe900000/fe900000.usb/xhci-
hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.3/0003:1A86:E050.0004/input/input5
[ 5.165220] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.7 Consumer Control as /devices/platform/usb@fe900000/fe900000.usb/xhc
i-hcd.1.auto/usb7/7-1/7-1.1/7-1.1:1.3/0003:1A86:E050.0004/input/input6
[ 5.185228] hid-generic 0003:1A86:E050.0004: input,hidraw3: USB HID v1.10 Device [USB Keyboard-Mouse USB Keyboard-Mouse_V1.7] on
usb-xhci-hcd.1.auto-1.1/input3
[ 5.239125] random: perl: uninitialized urandom read (4 bytes read)
[ 5.555122] random: mktemp: uninitialized urandom read (10 bytes read)
[ 5.765626] random: ln: uninitialized urandom read (6 bytes read)
[ 5.778285] random: ln: uninitialized urandom read (6 bytes read)
[ 5.874880] systemd[1]: System time before build time, advancing clock.
[ 5.905861] systemd[1]: systemd 246 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPT
SETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 -ZSTD +SECCOMP +BLKID -ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 5.930619] systemd[1]: Detected architecture arm64.
[ 5.959366] systemd[1]: Set hostname to <nixos>.
[ 6.002049] ttyS2 - failed to request DMA
[ 6.211959] systemd[1]: Queued start job for default target Multi-User System.
[ 6.221847] systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-comp
at debug messages for details.
[ 6.238939] systemd[1]: Created slice system-getty.slice.
[ 6.246194] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 6.254213] systemd[1]: Created slice User and Session Slice.
[ 6.260960] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 6.270071] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.278694] systemd[1]: Reached target Local Encrypted Volumes.
[ 6.285437] systemd[1]: Reached target Containers.
[ 6.290917] systemd[1]: Reached target Paths.
[ 6.295884] systemd[1]: Reached target Remote File Systems.
[ 6.302208] systemd[1]: Reached target Slices.
[ 6.307278] systemd[1]: Reached target Swap.
[ 6.312156] systemd[1]: Reached target System Time Synchronized.
[ 6.318989] systemd[1]: Reached target ZFS pool import target.
[ 6.328216] systemd[1]: Listening on Process Core Dump Socket.
[ 6.335222] systemd[1]: Listening on Journal Audit Socket.
[ 6.341657] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.348582] systemd[1]: Listening on Journal Socket.
[ 6.354493] systemd[1]: Listening on udev Control Socket.
[ 6.360820] systemd[1]: Listening on udev Kernel Socket.
[ 6.369542] systemd[1]: Mounting Huge Pages File System...
[ 6.378472] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.388094] systemd[1]: Mounting Kernel Debug File System...
[ 6.397258] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 6.407235] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 6.420546] systemd[1]: Starting Journal Service...
[ 6.428973] systemd[1]: Starting Load Kernel Modules...
[ 6.438216] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.448905] systemd[1]: Starting Coldplug All udev Devices...
[ 6.459529] systemd[1]: Mounted Huge Pages File System.
[ 6.466012] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.473516] systemd[1]: Mounted Kernel Debug File System.
[ 6.473775] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null)
[ 6.488755] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 6.498524] audit: type=1130 audit(315532800.620:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm=
"systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=succe
ss'
[ 6.499528] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if
you need this.
[ 6.503709] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 6.547060] audit: type=1130 audit(315532800.668:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm
="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=succ
ess'
[ 6.547771] systemd[1]: Started Journal Service.
[ 6.579203] audit: type=1130 audit(315532800.700:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="
systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=succes
s'
[ 6.614726] mmc2: running CQE recovery
[ 6.619713] ------------[ cut here ]------------
[ 6.624884] mmc2: cqhci: spurious TCN for tag 0
[ 6.629994] WARNING: CPU: 0 PID: 225 at drivers/mmc/host/cqhci.c:727 cqhci_irq+0x48c/0x600
[ 6.639235] Modules linked in: tap macvlan bridge stp llc ip_tables x_tables dm_mod
[ 6.647809] CPU: 0 PID: 225 Comm: kworker/0:1H Not tainted 5.4.89 #1-NixOS
[ 6.655492] Hardware name: FriendlyElec NanoPC-T4 (DT)
[ 6.661240] Workqueue: kblockd blk_mq_run_work_fn
[ 6.666496] pstate: 40000085 (nZcv daIf -PAN -UAO)
[ 6.671848] pc : cqhci_irq+0x48c/0x600
[ 6.676035] lr : cqhci_irq+0x48c/0x600
[ 6.680219] sp : ffff800010003cf0
[ 6.683918] x29: ffff800010003cf0 x28: ffff0000ecf70e40
[ 6.689853] x27: 0000000000004000 x26: ffff0000f40ac800
[ 6.695788] x25: ffff0000f1b28480 x24: ffff8000116eae48
[ 6.701723] x23: ffff8000123492c0 x22: ffff0000ecf70e40
[ 6.707657] x21: 0000000000000002 x20: ffff0000f42bd000
[ 6.713592] x19: 0000000000000000 x18: 0000000000000010
[ 6.719527] x17: 0000000000000000 x16: 0000000000000000
[ 6.725462] x15: ffff0000ecf71280 x14: 0720072007200720
[ 6.731407] x13: 0720072007200720 x12: 0720072007200720
[ 6.731410] x11: 0720072007200720 x10: 0720072007200720
[ 6.731413] x9 : 0720072007200720 x8 : 00000000000001b4
[ 6.731416] x7 : 0000000000000015 x6 : 0000000000000001
[ 6.731420] x5 : ffff0000f572a288 x4 : 0000000000000001
[ 6.731422] x3 : ffff0000f572a288 x2 : 0000000000000007
[ 6.731425] x1 : 364e6ec9a857bf00 x0 : 0000000000000000
[ 6.731429] Call trace:
[ 6.731434] cqhci_irq+0x48c/0x600
[ 6.731440] sdhci_arasan_cqhci_irq+0x64/0x90
[ 6.731444] sdhci_irq+0x14c/0xeb8
[ 6.731448] __handle_irq_event_percpu+0x78/0x250
[ 6.731451] handle_irq_event_percpu+0x3c/0x98
[ 6.731454] handle_irq_event+0x4c/0x148
[ 6.731458] handle_fasteoi_irq+0xc0/0x178
[ 6.731465] generic_handle_irq+0x34/0x50
[ 6.811757] __handle_domain_irq+0x6c/0xc0
[ 6.811761] gic_handle_irq+0x6c/0x160
[ 6.811766] el1_irq+0xb8/0x140
[ 6.824026] cqhci_request+0xd0/0x648
[ 6.824031] mmc_cqe_start_req+0xb8/0x180
[ 6.824038] mmc_blk_mq_issue_rq+0x458/0x8a8
[ 6.837372] mmc_mq_queue_rq+0x14c/0x318
[ 6.837378] blk_mq_dispatch_rq_list+0xa8/0x6f0
[ 6.846822] blk_mq_sched_dispatch_requests+0x124/0x1e0
[ 6.846827] __blk_mq_run_hw_queue+0xfc/0x160
[ 6.857533] blk_mq_run_work_fn+0x28/0x38
[ 6.857537] process_one_work+0x1cc/0x460
[ 6.857542] worker_thread+0x14c/0x4d8
[ 6.870684] kthread+0xfc/0x128
[ 6.870689] ret_from_fork+0x10/0x1c
[ 6.878179] ---[ end trace 9434b559ac5a5f9a ]---
[ 6.880501] mmc2: running CQE recovery
[ 6.887859] audit: type=1130 audit(315532801.008:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger co
mm="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=su
ccess'
[ 6.890624] mmc2: running CQE recovery
[ 6.919139] blk_update_request: I/O error, dev mmcblk2, sector 12886048 op 0x1:(WRITE) flags 0x800 phys_seg 77 prio class 0
[ 6.931630] Buffer I/O error on dev mmcblk2p1, logical block 1606660, lost sync page write
[ 6.941148] Aborting journal on device mmcblk2p1-8.
[ 6.948107] EXT4-fs error (device mmcblk2p1): ext4_journal_check_start:61: Detected aborted journal
[ 6.948938] EXT4-fs error (device mmcblk2p1): ext4_journal_check_start:61: Detected aborted journal
[ 6.949623] EXT4-fs error (device mmcblk2p1): ext4_journal_check_start:61: Detected aborted journal
[ 6.949626] EXT4-fs (mmcblk2p1): Remounting filesystem read-only
[ 6.958888] spl: loading out-of-tree module taints kernel.
[ 6.993079] audit: type=1130 audit(315532801.116:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush c
omm="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=s
uccess'
[ 7.023219] znvpair: module license 'CDDL' taints kernel.
[ 7.029298] Disabling lock debugging due to kernel taint
[ 7.035929] audit: type=1130 audit(315532801.140:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-
dev comm="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=?
res=success'
[ 7.123818] audit: type=1130 audit(315532801.244:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="sys
temd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.484959] vcc1v8_s3: supplied by vcc_1v8
[ 7.527526] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[ 7.534856] rockchip-pcie f8000000.pcie: no vpcie3v3 regulator found
[ 7.542112] rockchip-pcie f8000000.pcie: no vpcie1v8 regulator found
[ 7.543035] mc: Linux media interface: v0.10
[ 7.550845] rockchip-pcie f8000000.pcie: no vpcie0v9 regulator found
[ 7.563267] rk808-rtc rk808-rtc: registered as rtc0
[ 7.570514] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[ 7.578457] rockchip-pcie f8000000.pcie: MEM 0xfa000000..0xfbdfffff -> 0xfa000000
[ 7.587117] rockchip-pcie f8000000.pcie: IO 0xfbe00000..0xfbefffff -> 0xfbe00000
[ 7.596209] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[ 7.603855] pci_bus 0000:00: root bus resource [bus 00-1f]
[ 7.610099] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
[ 7.617857] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
[ 7.628686] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
[ 7.635615] pci 0000:00:00.0: supports D1
[ 7.640179] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 7.650469] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 7.651068] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.653429] videodev: Linux video capture interface: v2.00
[ 7.659828] pci 0000:01:00.0: [126f:2263] type 00 class 0x010802
[ 7.681237] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 7.689108] pci 0000:01:00.0: Upstream bridge's Max Payload Size set to 128 (was 256, max 256)
[ 7.698823] pci 0000:01:00.0: Max Payload Size set to 128 (was 128, max 128)
[ 7.707290] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x4 link at 0000:00:00.0 (capable of 31.504
Gb/s with 8 GT/s x4 link)
[ 7.717446] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.725898] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
[ 7.737633] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
[ 7.745395] pci 0000:01:00.0: BAR 0: assigned [mem 0xfa000000-0xfa003fff 64bit]
[ 7.753682] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 7.759306] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff]
[ 7.767325] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 7.774754] pcieport 0000:00:00.0: PME: Signaling with IRQ 237
[ 7.785118] pcieport 0000:00:00.0: AER: enabled with IRQ 237
[ 7.787291] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[ 7.793246] input: adc-keys as /devices/platform/adc-keys/input/input7
[ 7.798955] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[ 7.799439] Registered IR keymap rc-empty
[ 7.825545] panfrost ff9a0000.gpu: clock rate = 500000000
[ 7.838139] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[ 7.851691] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[ 7.860536] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
[ 7.869094] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
[ 7.869776] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0
x7
[ 7.889533] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 7.889847] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0
[ 7.889917] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input8
[ 7.890584] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[ 7.898481] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[ 7.927608] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[ 7.934000] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 7.948734] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 0
[ 7.953112] Bluetooth: Core ver 2.22
[ 7.961264] NET: Registered protocol family 31
[ 7.966305] Bluetooth: HCI device and connection manager initialized
[ 7.973059] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
[ 7.977906] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[ 7.990850] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 7.993705] usbcore: registered new interface driver brcmfmac
[ 8.002729] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 8.008848] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.friendlyarm,nanopc-t4.txt failed with error -2
[ 8.023406] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.txt failed with error -2
[ 8.037229] rockchip-vop ff8f0000.vop: Adding to iommu group 1
[ 8.037350] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 8.053884] rockchip-rga ff680000.rga: HW Version: 0x03.02
[ 8.061448] rockchip-vop ff900000.vop: Adding to iommu group 2
[ 8.062972] Bluetooth: HCI socket layer initialized
[ 8.079985] Bluetooth: L2CAP socket layer initialized
[ 8.080306] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[ 8.080310] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 8.080317] cfg80211: failed to load regulatory.db
[ 8.085706] Bluetooth: SCO socket layer initialized
[ 8.109486] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[ 8.113364] rk_gmac-dwmac fe300000.ethernet: DWMAC1000
[ 8.130337] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[ 8.138756] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[ 8.143957] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[ 8.147170] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[ 8.163284] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[ 8.167540] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 8.171211] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[ 8.189709] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[ 8.196417] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[ 8.203032] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 8.212068] rk_gmac-dwmac fe300000.ethernet: device MAC address 86:47:89:5f:49:15
[ 8.276979] libphy: stmmac: probed
[ 8.291672] mousedev: PS/2 mouse device common for all mice
[ 8.316476] Bluetooth: HCI UART driver ver 2.3
[ 8.321497] Bluetooth: HCI UART protocol H4 registered
[ 8.327302] Bluetooth: HCI UART protocol BCSP registered
[ 8.334277] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[ 8.337628] Bluetooth: HCI UART protocol LL registered
[ 8.387997] Bluetooth: HCI UART protocol Broadcom registered
[ 8.450298] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 8.457770] [drm] No driver support for vblank timestamp query.
[ 8.464533] [drm] Cannot find any crtc or sizes
[ 8.472724] nvme nvme0: pci function 0000:01:00.0
[ 8.475488] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
[ 8.478968] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 8.505128] ttyS0 - failed to request DMA
[ 8.602962] nvme nvme0: missing or invalid SUBNQN field.
[ 8.653696] nvme nvme0: allocated 64 MiB host memory buffer.
[ 8.676080] nvme nvme0: 6/0/0 default/read/poll queues
[ 8.690727] nvme0n1: p1
[ 8.705723] audit: type=1130 audit(315532802.828:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="sy
stemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.777760] Bluetooth: hci0: BCM: chip id 101
[ 8.783095] Bluetooth: hci0: BCM: features 0x2f
[ 8.789285] audit: type=1130 audit(315532802.912:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle co
mm="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=su
ccess'
[ 8.789469] Bluetooth: hci0: BCM4354A2
[ 8.819972] Bluetooth: hci0: BCM4356A2 (001.003.015) build 0000
[ 8.826696] bluetooth hci0: Direct firmware load for brcm/BCM4356A2.hcd failed with error -2
[ 8.836167] Bluetooth: hci0: BCM: Patch brcm/BCM4356A2.hcd not found
[ 8.928169] ZFS: Loaded module v0.8.6-1, ZFS pool version 5000, ZFS filesystem version 5
[ 8.943494] audit: type=1130 audit(315532803.064:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load c
omm="systemd" exe="/nix/store/iz51mjk3kl0z3bg4khzsxkiri6gjaywj-systemd-246.6/lib/systemd/systemd" hostname=? addr=? terminal=? res=s
uccess'
[ 9.020956] random: crng init done
[ 9.024764] random: 4 urandom warning(s) missed due to ratelimiting
[ 9.160297] 8021q: 802.1Q VLAN Support v1.8
[ 9.477151] [drm] Cannot find any crtc or sizes
[ 10.258256] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet]
[ 10.281073] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
[ 10.289665] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[ 10.297301] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-help' for the NixOS manual.
nixos login: nixos (automatic login)
Error
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-he
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-help' for the NixOS manual.
nixos login: nixos (automatic login)
Error
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-help' for the NixOS manual.
nixos login: nixos (automatic login)
Error[ 35.813094] vbus_typec: disabling
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-help' for the NixOS manual.
nixos login: nixos (automatic login)
Error
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" with `passwd` or add an ssh key
to /home/nixos/.ssh/authorized_keys be able to login.
Run 'nixos-help' for the NixOS manual.
nixos login: nixos (automatic login)
Error
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nixos" w
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root"
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
f
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "root" or "nix
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for either "r
<<< Welcome to NixOS 20.09.2623.97a13fb97fc (aarch64) - ttyS2 >>>
The "nixos" and "root" accounts have empty passwords.
An ssh daemon is running. You then must set a password
for eit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment