Skip to content

Instantly share code, notes, and snippets.

@starnight
Created May 18, 2020 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starnight/f7232c843d0427501ad360008ec4d369 to your computer and use it in GitHub Desktop.
Save starnight/f7232c843d0427501ad360008ec4d369 to your computer and use it in GitHub Desktop.
Debian buster image on khadas VIM2
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.6.0 (vagrant@ubuntu-bionic) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05)) #0.8.3 SMP Sun Apr 19 23:05:58 UTC 2020
[ 0.000000] Machine model: Khadas VIM2
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000003b400000, size 896 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] On node 0 totalpages: 477952
[ 0.000000] DMA zone: 4032 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 248576 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 3584 pages used for memmap
[ 0.000000] DMA32 zone: 229376 pages, LIFO batch:63
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] percpu: Embedded 22 pages/cpu s52504 r8192 d29416 u90112
[ 0.000000] pcpu-alloc: s52504 r8192 d29416 u90112 alloc=22*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 470336
[ 0.000000] Kernel command line: root=UUID=5c3ecfbc-482b-455e-8170-95c7116a878d rootfstype=ext4 rootflags=data=writeback rw ubootpart=ace7d279-01 console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 loglevel=7 logo=osd1,loaded,0x3d800000,1080p60hz vout=1080p60hz,enable hdmimode=1080p60hz fsck.repair=yes net.ifnames=0 ddr_size=2 wol_enable=0 jtag=disable mac=c8:63:14:70:3f:6f androidboot.mac=c8:63:14:70:3f:6f fan=auto khadas_board=VIM2 hwver=VIM2.V13 coherent_pool=2M reboot_mode=cold_boot imagetype=SD-USB uboottype=vendor
[ 0.000000] uboot setup mac-addr: c8:63:14:70:3f:6f
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x37400000-0x3b400000] (64MB)
[ 0.000000] Memory: 859268K/1911808K available (11454K kernel code, 888K rwdata, 4872K rodata, 2560K init, 763K bss, 135036K reserved, 917504K cma-reserved)
[ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x168 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
[ 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.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000357] Console: colour dummy device 80x25
[ 0.000583] printk: console [tty0] enabled
[ 0.000622] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000638] pid_max: default: 32768 minimum: 301
[ 0.000817] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000837] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000898] *** VALIDATE tmpfs ***
[ 0.001297] *** VALIDATE proc ***
[ 0.001511] *** VALIDATE cgroup ***
[ 0.001522] *** VALIDATE cgroup2 ***
[ 0.002441] rcu: Hierarchical SRCU implementation.
[ 0.004411] smp: Bringing up secondary CPUs ...
[ 0.004910] Detected VIPT I-cache on CPU1
[ 0.004965] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.005488] Detected VIPT I-cache on CPU2
[ 0.005526] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.006020] Detected VIPT I-cache on CPU3
[ 0.006055] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.006562] Detected VIPT I-cache on CPU4
[ 0.006613] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.007140] Detected VIPT I-cache on CPU5
[ 0.007166] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.007651] Detected VIPT I-cache on CPU6
[ 0.007676] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 0.008218] Detected VIPT I-cache on CPU7
[ 0.008244] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 0.008327] smp: Brought up 1 node, 8 CPUs
[ 0.008423] SMP: Total of 8 processors activated.
[ 0.008433] CPU features: detected: 32-bit EL0 Support
[ 0.008442] CPU features: detected: CRC32 instructions
[ 0.023800] CPU: All CPU(s) started at EL2
[ 0.023896] alternatives: patching kernel code
[ 0.025197] devtmpfs: initialized
[ 0.031983] Registered cp15_barrier emulation handler
[ 0.032017] Registered setend emulation handler
[ 0.032031] KASLR disabled due to lack of seed
[ 0.032311] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.032343] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.034820] cma: CMA area linux,cma could not be activated
[ 0.034980] pinctrl core: initialized pinctrl subsystem
[ 0.035905] thermal_sys: Registered thermal governor 'step_wise'
[ 0.036986] NET: Registered protocol family 16
[ 0.037898] DMA: failed to allocate 2048 KiB pool for atomic coherent allocation
[ 0.037980] audit: initializing netlink subsys (disabled)
[ 0.038157] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
[ 0.039341] cpuidle: using governor ladder
[ 0.039472] cpuidle: using governor menu
[ 0.040151] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.040329] ASID allocator initialised with 65536 entries
[ 0.064337] cryptd: max_cpu_qlen set to 1000
[ 0.071379] iommu: Default domain type: Translated
[ 0.071554] vgaarb: loaded
[ 0.071891] SCSI subsystem initialized
[ 0.072169] usbcore: registered new interface driver usbfs
[ 0.072226] usbcore: registered new interface driver hub
[ 0.072309] usbcore: registered new device driver usb
[ 0.072815] mc: Linux media interface: v0.10
[ 0.072865] videodev: Linux video capture interface: v2.00
[ 0.073030] pps_core: LinuxPPS API ver. 1 registered
[ 0.073044] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.073777] Advanced Linux Sound Architecture Driver Initialized.
[ 0.074980] clocksource: Switched to clocksource arch_sys_counter
[ 0.075010] *** VALIDATE bpf ***
[ 0.075337] FS-Cache: Loaded
[ 0.075350] *** VALIDATE ramfs ***
[ 0.081435] NET: Registered protocol family 2
[ 0.081924] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.081967] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.082085] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.082291] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.082488] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.082538] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.082742] NET: Registered protocol family 1
[ 0.083317] RPC: Registered named UNIX socket transport module.
[ 0.083340] RPC: Registered udp transport module.
[ 0.083350] RPC: Registered tcp transport module.
[ 0.083358] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.083375] NET: Registered protocol family 44
[ 0.083396] PCI: CLS 0 bytes, default 64
[ 0.083565] Trying to unpack rootfs image as initramfs...
[ 0.461905] Freeing initrd memory: 7956K
[ 0.463352] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.463798] kvm [1]: IPA Size Limit: 40bits
[ 0.464626] kvm [1]: vgic interrupt IRQ1
[ 0.464812] kvm [1]: Hyp mode initialized successfully
[ 0.818043] Initialise system trusted keyrings
[ 0.818211] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[ 0.825805] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.826076] FS-Cache: Netfs 'nfs' registered for caching
[ 0.826710] *** VALIDATE nfs ***
[ 0.826783] *** VALIDATE nfs4 ***
[ 0.826862] NFS: Registering the id_resolver key type
[ 0.826894] Key type id_resolver registered
[ 0.826903] Key type id_legacy registered
[ 0.826918] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.827471] FS-Cache: Netfs 'cifs' registered for caching
[ 0.827851] Key type cifs.idmap registered
[ 0.849956] NET: Registered protocol family 38
[ 0.849990] Key type asymmetric registered
[ 0.850000] Asymmetric key parser 'x509' registered
[ 0.850063] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.850230] io scheduler mq-deadline registered
[ 0.850247] io scheduler kyber registered
[ 0.850456] io scheduler bfq registered
[ 0.863235] soc soc0: Amlogic Meson GXM (S912) Revision 22:a (82:2) Detected
[ 0.865937] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 12, base_baud = 1500000) is a meson_uart
[ 0.866131] serial serial0: tty port ttyAML6 registered
[ 0.866402] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 17, base_baud = 1500000) is a meson_uart
[ 1.677215] printk: console [ttyAML0] enabled
[ 1.682178] c81004e0.serial: ttyAML2 at MMIO 0xc81004e0 (irq = 18, base_baud = 1500000) is a meson_uart
[ 1.703210] brd: module loaded
[ 1.713150] loop: module loaded
[ 1.733494] khadas_fan_probe
[ 1.733658] fanctl fan: trigger temperature is level0:50, level1:60, level2:70.
[ 1.738194] Loading iSCSI transport class v2.0-870.
[ 1.743483] iscsi: registered transport (tcp)
[ 1.750397] libphy: Fixed MDIO Bus: probed
[ 1.751610] tun: Universal TUN/TAP device driver, 1.6
[ 1.757306] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 1.762787] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 1.769018] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 1.774852] meson8b-dwmac c9410000.ethernet: no reset control found
[ 1.781585] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 1.788141] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 1.793304] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 1.800721] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 1.808138] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 1.813312] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 1.820298] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 1.826735] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 1.832560] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 1.838326] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 1.846719] libphy: stmmac: probed
[ 1.850755] usbcore: registered new interface driver rtl8150
[ 1.856429] dwc3 c9000000.dwc3: Failed to get clk 'ref': -2
[ 1.861732] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.867247] ehci-pci: EHCI PCI platform driver
[ 1.871701] ehci-platform: EHCI generic platform driver
[ 1.877019] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.882932] ohci-pci: OHCI PCI platform driver
[ 1.887368] ohci-platform: OHCI generic platform driver
[ 1.893421] mousedev: PS/2 mouse device common for all mice
[ 1.898474] i2c /dev entries driver
[ 1.903060] mcu_probe
[ 1.903702] mcu_probe: board: VIM2 (2), hwver: V12 (2)
[ 1.908795] create_mcu_attrs
[ 1.915479] meson-gx-mmc d0072000.mmc: Got CD GPIO
[ 1.943304] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
[ 1.968129] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.969174] meson-sm: secure-monitor enabled
[ 1.973528] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 1.980638] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 1.981799] mmc0: new high speed SDHC card at address 0001
[ 1.994466] mmcblk0: mmc0:0001 00000 29.8 GiB
[ 1.999951] mmcblk0: p1 p2
[ 2.002515] hid: raw HID events driver (C) Jiri Kosina
[ 2.007229] usbcore: registered new interface driver usbhid
[ 2.011481] usbhid: USB HID core driver
[ 2.015586] platform-mhu c883c404.mailbox: Platform MHU Mailbox registered
[ 2.029415] NET: Registered protocol family 10
[ 2.046046] mmc1: new HS200 MMC card at address 0001
[ 2.046906] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[ 2.050318] mmcblk1boot0: mmc1:0001 AJTD4R partition 1 4.00 MiB
[ 2.056068] mmcblk1boot1: mmc1:0001 AJTD4R partition 2 4.00 MiB
[ 2.061840] mmcblk1rpmb: mmc1:0001 AJTD4R partition 3 4.00 MiB, chardev (242:0)
[ 2.073116] Segment Routing with IPv6
[ 2.073229] NET: Registered protocol family 17
[ 2.077065] Key type dns_resolver registered
[ 2.081827] registered taskstats version 1
[ 2.085169] Loading compiled-in X.509 certificates
[ 2.097468] zswap: default zpool zbud not available
[ 2.097500] zswap: pool creation failed
[ 2.115331] meson-drm d0100000.vpu: Queued 2 outputs on vpu
[ 2.115660] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.121851] [drm] No driver support for vblank timestamp query.
[ 2.127793] meson-drm d0100000.vpu: CVBS Output connector not available
[ 2.159036] meson-dw-hdmi c883a000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[ 2.163694] meson-dw-hdmi c883a000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[ 2.171596] meson-drm d0100000.vpu: bound c883a000.hdmi-tx (ops meson_dw_hdmi_ops)
[ 2.178926] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 0
[ 2.260196] random: fast init done
[ 2.293422] meson-drm d0100000.vpu: [drm] *ERROR* fbdev: Failed to setup generic emulation (ret=-12)
[ 2.297607] libphy: mdio_mux: probed
[ 2.308766] libphy: mdio_mux: probed
[ 2.360738] phy phy-d0078080.phy.3: unsupported PHY mode 5
[ 2.363809] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.366045] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.373773] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f664 hci version 0x100 quirks 0x0000000002010010
[ 2.382999] xhci-hcd xhci-hcd.0.auto: irq 37, io mem 0xc9000000
[ 2.389078] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[ 2.397009] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.404160] usb usb1: Product: xHCI Host Controller
[ 2.408993] usb usb1: Manufacturer: Linux 5.6.0 xhci-hcd
[ 2.414249] usb usb1: SerialNumber: xhci-hcd.0.auto
[ 2.419546] hub 1-0:1.0: USB hub found
[ 2.422814] hub 1-0:1.0: 3 ports detected
[ 2.427161] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.432207] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 2.439793] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 2.446299] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.454356] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[ 2.462465] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.469622] usb usb2: Product: xHCI Host Controller
[ 2.474451] usb usb2: Manufacturer: Linux 5.6.0 xhci-hcd
[ 2.479712] usb usb2: SerialNumber: xhci-hcd.0.auto
[ 2.484981] hub 2-0:1.0: USB hub found
[ 2.488290] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 2.496607] meson-gx-mmc d0070000.mmc: allocated mmc-pwrseq
[ 2.527702] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
[ 2.546371] gx-sound-card sound: snd-soc-dummy-dai <-> I2S FIFO mapping ok
[ 2.548469] gx-sound-card sound: multicodec <-> I2S Encoder mapping ok
[ 2.554201] gx-sound-card sound: i2s-hifi <-> CODEC CTRL HDMI OUT mapping ok
[ 2.561218] gx-sound-card sound: t9015-hifi <-> ACODEC CTRL ACODEC OUT mapping ok
[ 2.579824] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.581937] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.587196] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.594270] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.670744] mmc2: new high speed SDIO card at address 0001
[ 2.767013] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 2.775921] printk: console [netcon0] enabled
[ 2.776101] netconsole: network logging started
[ 2.779399] hctosys: unable to open rtc device (rtc0)
[ 2.784556] test 0 [ ok ]
[ 2.784589] test 1 [ ok ]
[ 2.786855] test 2 [ ok ]
[ 2.787743] usb 1-1: New USB device found, idVendor=1a40, idProduct=0801, bcdDevice= 1.00
[ 2.790262] ALSA device list:
[ 2.792061] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.800136] #0: GXM-KHADAS-VIM2
[ 2.803050] usb 1-1: Product: USB 2.0 Hub
[ 2.818642] Freeing unused kernel memory: 2560K
[ 2.830288] ------------[ cut here ]------------
[ 2.830450] coherent pool not initialised!
[ 2.833707] WARNING: CPU: 1 PID: 1455 at dma_alloc_from_pool+0xa4/0xb0
[ 2.839890] Modules linked in:
[ 2.842951] CPU: 1 PID: 1455 Comm: kworker/1:3 Not tainted 5.6.0 #0.8.3
[ 2.849449] Hardware name: Khadas VIM2 (DT)
[ 2.853602] Workqueue: usb_hub_wq hub_event
[ 2.857732] pstate: 60000005 (nZCv daif -PAN -UAO)
[ 2.862476] pc : dma_alloc_from_pool+0xa4/0xb0
[ 2.866874] lr : dma_alloc_from_pool+0xa4/0xb0
[ 2.871270] sp : ffff8000140cb610
[ 2.874548] x29: ffff8000140cb610 x28: ffff000035de2150
[ 2.879809] x27: ffff000035c22260 x26: ffff000035d59c00
[ 2.885070] x25: 0000000000000000 x24: ffff80001117231c
[ 2.890331] x23: 0000000000001000 x22: ffff00003684b410
[ 2.895593] x21: ffff000035cca098 x20: 0000000000001000
[ 2.900854] x19: ffff800011f70000 x18: ffffffffffffffff
[ 2.906115] x17: 0000000000000007 x16: 0000000000000001
[ 2.911377] x15: ffff800012309808 x14: 0720072007200720
[ 2.916638] x13: 0720072007200720 x12: 0720072007200720
[ 2.921899] x11: ffff800012309840 x10: ffff800011638d70
[ 2.927160] x9 : 0720072007200720 x8 : 000000000000010f
[ 2.932422] x7 : 0720072007200720 x6 : ffff000077448f00
[ 2.937683] x5 : 000000000000007f x4 : 0000000000000000
[ 2.942944] x3 : 0000000000000000 x2 : 00000000ffffffff
[ 2.948205] x1 : 5d74e86879e17f00 x0 : 0000000000000000
[ 2.953468] Call trace:
[ 2.955885] dma_alloc_from_pool+0xa4/0xb0
[ 2.959938] dma_direct_alloc_pages+0x1a8/0x1d8
[ 2.964422] dma_direct_alloc+0xc/0x18
[ 2.968132] dma_alloc_attrs+0x80/0xe8
[ 2.971846] dma_pool_alloc+0x10c/0x320
[ 2.975641] xhci_alloc_container_ctx+0x94/0x120
[ 2.980207] xhci_alloc_command_with_ctx+0x34/0x68
[ 2.984951] xhci_endpoint_reset+0x138/0x3b0
[ 2.989177] usb_hcd_reset_endpoint+0x20/0x88
[ 2.993490] usb_enable_endpoint+0xac/0xb0
[ 2.997543] usb_enable_interface+0x48/0x70
[ 3.001683] usb_set_configuration+0x294/0x948
[ 3.006085] generic_probe+0x34/0x90
[ 3.009617] usb_probe_device+0x2c/0x70
[ 3.013417] really_probe+0x27c/0x468
[ 3.017035] driver_probe_device+0x12c/0x148
[ 3.021261] __device_attach_driver+0x98/0x110
[ 3.025660] bus_for_each_drv+0x64/0xc8
[ 3.029455] __device_attach+0xd8/0x158
[ 3.033250] device_initial_probe+0x10/0x18
[ 3.037390] bus_probe_device+0x90/0x98
[ 3.041185] device_add+0x4cc/0x770
[ 3.044635] usb_new_device+0x210/0x668
[ 3.048429] hub_event+0x10fc/0x1780
[ 3.051971] process_one_work+0x200/0x3d0
[ 3.055934] worker_thread+0x140/0x548
[ 3.059645] kthread+0x118/0x120
[ 3.062836] ret_from_fork+0x10/0x1c
[ 3.066370] ---[ end trace d373f3ca718f31ab ]---
[ 3.071463] hub 1-1:1.0: USB hub found
[ 3.074737] hub 1-1:1.0: 4 ports detected
[ 3.079436] Run /init as init process
[ 3.082273] with arguments:
[ 3.082301] /init
[ 3.082325] with environment:
[ 3.082349] HOME=/
[ 3.082374] TERM=linux
[ 3.082399] ubootpart=ace7d279-01
[ 3.082426] logo=osd1,loaded,0x3d800000,1080p60hz
[ 3.082451] vout=1080p60hz,enable
[ 3.082476] hdmimode=1080p60hz
[ 3.082499] ddr_size=2
[ 3.082523] wol_enable=0
[ 3.082547] jtag=disable
[ 3.082572] mac=c8:63:14:70:3f:6f
[ 3.082595] fan=auto
[ 3.082619] khadas_board=VIM2
[ 3.082643] hwver=VIM2.V13
[ 3.082668] reboot_mode=cold_boot
[ 3.082693] imagetype=SD-USB
[ 3.082717] uboottype=vendor
[ 3.207140] usb 1-3: new low-speed USB device number 3 using xhci-hcd
[ 3.359905] usb 1-3: New USB device found, idVendor=0603, idProduct=00f2, bcdDevice= 1.12
[ 3.362466] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.369588] usb 1-3: Product: USB Keyboard
[ 3.373622] usb 1-3: Manufacturer: NOVATEK
[ 3.377135] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
[ 3.382335] ------------[ cut here ]------------
[ 3.388698] rtc-hym8563 1-0051: no valid clock/calendar values available
[ 3.390089] coherent pool not initialised!
[ 3.397015] rtc-hym8563 1-0051: registered as rtc0
[ 3.400815] WARNING: CPU: 1 PID: 1455 at dma_alloc_from_pool+0xa4/0xb0
[ 3.411973] Modules linked in: rtc_hym8563 gpio_keys_polled
[ 3.411996] CPU: 1 PID: 1455 Comm: kworker/1:3 Tainted: G W 5.6.0 #0.8.3
[ 3.425422] Hardware name: Khadas VIM2 (DT)
[ 3.425437] Workqueue: usb_hub_wq hub_event
[ 3.425443] pstate: 60000005 (nZCv daif -PAN -UAO)
[ 3.425461] pc : dma_alloc_from_pool+0xa4/0xb0
[ 3.442848] lr : dma_alloc_from_pool+0xa4/0xb0
[ 3.447241] sp : ffff8000140cb610
[ 3.450518] x29: ffff8000140cb610 x28: ffff000035de4150
[ 3.455779] x27: ffff000035c22260 x26: ffff000036a47000
[ 3.461040] x25: 0000000000000000 x24: ffff80001117231c
[ 3.466301] x23: 0000000000001000 x22: ffff00003684b410
[ 3.471563] x21: ffff000035ff9a18 x20: 0000000000001000
[ 3.476824] x19: ffff800011f70000 x18: ffffffffffffffff
[ 3.482085] x17: 0000000000000007 x16: 0000000000000001
[ 3.487346] x15: ffff800012309808 x14: 0720072007200720
[ 3.492610] x13: 0720072007200720 x12: 0720072007200720
[ 3.497869] x11: ffff800012309840 x10: ffff800011638d70
[ 3.503131] x9 : 0720072007200720 x8 : 0000000000000005
[ 3.508392] x7 : 0720072007200720 x6 : ffff000077448f00
[ 3.513654] x5 : 000000000000007f x4 : 0000000000000000
[ 3.518913] x3 : 0000000000000000 x2 : 00000000ffffffff
[ 3.524176] x1 : 5d74e86879e17f00 x0 : 0000000000000000
[ 3.529438] Call trace:
[ 3.531860] dma_alloc_from_pool+0xa4/0xb0
[ 3.535915] dma_direct_alloc_pages+0x1a8/0x1d8
[ 3.540392] dma_direct_alloc+0xc/0x18
[ 3.544101] dma_alloc_attrs+0x80/0xe8
[ 3.547819] dma_pool_alloc+0x10c/0x320
[ 3.551612] xhci_alloc_container_ctx+0x94/0x120
[ 3.556177] xhci_alloc_command_with_ctx+0x34/0x68
[ 3.560927] xhci_endpoint_reset+0x138/0x3b0
[ 3.565149] usb_hcd_reset_endpoint+0x20/0x88
[ 3.569460] usb_enable_endpoint+0xac/0xb0
[ 3.573518] usb_enable_interface+0x48/0x70
[ 3.577654] usb_set_configuration+0x294/0x948
[ 3.582062] generic_probe+0x34/0x90
[ 3.585591] usb_probe_device+0x2c/0x70
[ 3.589393] really_probe+0x27c/0x468
[ 3.593006] driver_probe_device+0x12c/0x148
[ 3.597231] __device_attach_driver+0x98/0x110
[ 3.601630] bus_for_each_drv+0x64/0xc8
[ 3.605424] __device_attach+0xd8/0x158
[ 3.609219] device_initial_probe+0x10/0x18
[ 3.613359] bus_probe_device+0x90/0x98
[ 3.617154] device_add+0x4cc/0x770
[ 3.620605] usb_new_device+0x210/0x668
[ 3.624398] hub_event+0x10fc/0x1780
[ 3.627940] process_one_work+0x200/0x3d0
[ 3.631903] worker_thread+0x140/0x548
[ 3.635614] kthread+0x118/0x120
[ 3.638805] ret_from_fork+0x10/0x1c
[ 3.642340] ---[ end trace d373f3ca718f31ac ]---
[ 3.647036] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[ 3.653561] ------------[ cut here ]------------
[ 3.658056] coherent pool not initialised!
[ 3.662129] WARNING: CPU: 1 PID: 1455 at dma_alloc_from_pool+0xa4/0xb0
[ 3.668558] Modules linked in: rtc_hym8563 gpio_keys_polled
[ 3.674084] CPU: 1 PID: 1455 Comm: kworker/1:3 Tainted: G W 5.6.0 #0.8.3
[ 3.682012] Hardware name: Khadas VIM2 (DT)
[ 3.686161] Workqueue: usb_hub_wq hub_event
[ 3.690294] pstate: 60000005 (nZCv daif -PAN -UAO)
[ 3.695038] pc : dma_alloc_from_pool+0xa4/0xb0
[ 3.699436] lr : dma_alloc_from_pool+0xa4/0xb0
[ 3.703833] sp : ffff8000140cb610
[ 3.707110] x29: ffff8000140cb610 x28: ffff000035de42a0
[ 3.712372] x27: ffff000035c22260 x26: ffff000036a45800
[ 3.717633] x25: 0000000000000000 x24: ffff80001117231c
[ 3.722894] x23: 0000000000001000 x22: ffff00003684b410
[ 3.728155] x21: ffff000035ff9b98 x20: 0000000000001000
[ 3.733417] x19: ffff800011f70000 x18: ffffffffffffffff
[ 3.738678] x17: 0000000000000007 x16: 0000000000000001
[ 3.743939] x15: ffff800012309808 x14: 0720072007200720
[ 3.749200] x13: 0720072007200720 x12: 0720072007200720
[ 3.754462] x11: ffff800012309840 x10: ffff800011638d70
[ 3.759723] x9 : 0720072007200720 x8 : 000000000000019e
[ 3.764984] x7 : 0720072007200720 x6 : ffff000077448f00
[ 3.770245] x5 : 000000000000007f x4 : 0000000000000000
[ 3.775506] x3 : 0000000000000000 x2 : 00000000ffffffff
[ 3.780768] x1 : 5d74e86879e17f00 x0 : 0000000000000000
[ 3.786031] Call trace:
[ 3.788448] dma_alloc_from_pool+0xa4/0xb0
[ 3.792501] dma_direct_alloc_pages+0x1a8/0x1d8
[ 3.796985] dma_direct_alloc+0xc/0x18
[ 3.800694] dma_alloc_attrs+0x80/0xe8
[ 3.804408] dma_pool_alloc+0x10c/0x320
[ 3.808202] xhci_alloc_container_ctx+0x94/0x120
[ 3.812769] xhci_alloc_command_with_ctx+0x34/0x68
[ 3.817513] xhci_endpoint_reset+0x138/0x3b0
[ 3.821739] usb_hcd_reset_endpoint+0x20/0x88
[ 3.826053] usb_enable_endpoint+0xac/0xb0
[ 3.830105] usb_enable_interface+0x48/0x70
[ 3.834245] usb_set_configuration+0x294/0x948
[ 3.838646] generic_probe+0x34/0x90
[ 3.842180] usb_probe_device+0x2c/0x70
[ 3.845978] really_probe+0x27c/0x468
[ 3.849597] driver_probe_device+0x12c/0x148
[ 3.853824] __device_attach_driver+0x98/0x110
[ 3.858223] bus_for_each_drv+0x64/0xc8
[ 3.862018] __device_attach+0xd8/0x158
[ 3.865813] device_initial_probe+0x10/0x18
[ 3.869953] bus_probe_device+0x90/0x98
[ 3.873747] device_add+0x4cc/0x770
[ 3.877197] usb_new_device+0x210/0x668
[ 3.880992] hub_event+0x10fc/0x1780
[ 3.884532] process_one_work+0x200/0x3d0
[ 3.888496] worker_thread+0x140/0x548
[ 3.892207] kthread+0x118/0x120
[ 3.895398] ret_from_fork+0x10/0x1c
[ 3.898931] ---[ end trace d373f3ca718f31ad ]---
[ 3.909865] input: NOVATEK USB Keyboard as /devices/platform/soc/soc:usb@c9000000/c9000000.dwc3/xhci-hcd.0.auto/usb1/1-3/1-3:1.0/0003:0603:00F2.0001/input/input1
[ 3.981355] hid-generic 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-xhci-hcd.0.auto-3/input0
[ 3.999182] input: NOVATEK USB Keyboard System Control as /devices/platform/soc/soc:usb@c9000000/c9000000.dwc3/xhci-hcd.0.auto/usb1/1-3/1-3:1.1/0003:0603:00F2.0002/input/input2
[ 4.031876] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c05a, bcdDevice=63.00
[ 4.034775] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.042162] usb 1-1.2: Product: USB Optical Mouse
[ 4.046752] usb 1-1.2: Manufacturer: Logitech
[ 4.069545] input: NOVATEK USB Keyboard Consumer Control as /devices/platform/soc/soc:usb@c9000000/c9000000.dwc3/xhci-hcd.0.auto/usb1/1-3/1-3:1.1/0003:0603:00F2.0002/input/input3
[ 4.080433] ------------[ cut here ]------------
[ 4.084636] coherent pool not initialised!
[ 4.088828] WARNING: CPU: 1 PID: 77 at dma_alloc_from_pool+0xa4/0xb0
[ 4.094889] Modules linked in: rtc_hym8563 gpio_keys_polled
[ 4.100452] CPU: 1 PID: 77 Comm: kworker/1:1 Tainted: G W 5.6.0 #0.8.3
[ 4.108175] Hardware name: Khadas VIM2 (DT)
[ 4.112358] Workqueue: usb_hub_wq hub_event
[ 4.116476] pstate: 60000005 (nZCv daif -PAN -UAO)
[ 4.121231] pc : dma_alloc_from_pool+0xa4/0xb0
[ 4.125629] lr : dma_alloc_from_pool+0xa4/0xb0
[ 4.129996] sp : ffff800010243610
[ 4.133275] x29: ffff800010243610 x28: ffff000035de0150
[ 4.138535] x27: ffff000035c22260 x26: ffff000036a45c00
[ 4.143795] x25: 0000000000000000 x24: ffff80001117231c
[ 4.149057] x23: 0000000000001000 x22: ffff00003684b410
[ 4.154319] x21: ffff000036ae9418 x20: 0000000000001000
[ 4.159580] x19: ffff800011f70000 x18: ffffffffffffffff
[ 4.164840] x17: 0000000000000007 x16: 0000000000000001
[ 4.170103] x15: ffff800012309808 x14: 0720072007200720
[ 4.175364] x13: 0720072007200720 x12: 0720072007200720
[ 4.180625] x11: ffff800012309840 x10: ffff800011638d70
[ 4.185886] x9 : 0720072007200720 x8 : 00000000000001de
[ 4.191147] x7 : 0720072007200720 x6 : ffff000077448f00
[ 4.196407] x5 : 000000000000007f x4 : 0000000000000000
[ 4.201668] x3 : 0000000000000000 x2 : 00000000ffffffff
[ 4.206931] x1 : 5d74e86879e17f00 x0 : 0000000000000000
[ 4.212189] Call trace:
[ 4.214645] dma_alloc_from_pool+0xa4/0xb0
[ 4.218691] dma_direct_alloc_pages+0x1a8/0x1d8
[ 4.223171] dma_direct_alloc+0xc/0x18
[ 4.226880] dma_alloc_attrs+0x80/0xe8
[ 4.230600] dma_pool_alloc+0x10c/0x320
[ 4.234396] xhci_alloc_container_ctx+0x94/0x120
[ 4.238963] xhci_alloc_command_with_ctx+0x34/0x68
[ 4.243702] xhci_endpoint_reset+0x138/0x3b0
[ 4.247926] usb_hcd_reset_endpoint+0x20/0x88
[ 4.252244] usb_enable_endpoint+0xac/0xb0
[ 4.256294] usb_enable_interface+0x48/0x70
[ 4.260436] usb_set_configuration+0x294/0x948
[ 4.264833] generic_probe+0x34/0x90
[ 4.268357] usb_probe_device+0x2c/0x70
[ 4.272170] really_probe+0x27c/0x468
[ 4.275789] driver_probe_device+0x12c/0x148
[ 4.280015] __device_attach_driver+0x98/0x110
[ 4.284411] bus_for_each_drv+0x64/0xc8
[ 4.288206] __device_attach+0xd8/0x158
[ 4.292004] device_initial_probe+0x10/0x18
[ 4.296140] bus_probe_device+0x90/0x98
[ 4.299929] device_add+0x4cc/0x770
[ 4.303381] usb_new_device+0x210/0x668
[ 4.307174] hub_event+0x10fc/0x1780
[ 4.310723] process_one_work+0x200/0x3d0
[ 4.314685] worker_thread+0x140/0x548
[ 4.318388] kthread+0x118/0x120
[ 4.321582] ret_from_fork+0x10/0x1c
[ 4.325099] ---[ end trace d373f3ca718f31ae ]---
[ 4.332457] input: NOVATEK USB Keyboard as /devices/platform/soc/soc:usb@c9000000/c9000000.dwc3/xhci-hcd.0.auto/usb1/1-3/1-3:1.1/0003:0603:00F2.0002/input/input4
[ 4.345957] hid-generic 0003:0603:00F2.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-xhci-hcd.0.auto-3/input1
[ 4.359621] input: Logitech USB Optical Mouse as /devices/platform/soc/soc:usb@c9000000/c9000000.dwc3/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C05A.0003/input/input5
[ 4.373892] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-xhci-hcd.0.auto-1.2/input0
[ 4.445174] raid6: skip pq benchmark and using algorithm neonx8
[ 4.445475] raid6: using neon recovery algorithm
[ 4.454378] xor: measuring software checksum speed
[ 4.490978] 8regs : 1914.000 MB/sec
[ 4.530973] 32regs : 2354.000 MB/sec
[ 4.570969] arm64_neon: 2104.000 MB/sec
[ 4.570992] xor: using function: 32regs (2354.000 MB/sec)
[ 4.676105] Btrfs loaded, crc32c=crc32c-generic
[ 5.040026] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Opts: data=writeback
[ 5.832597] systemd[1]: System time before build time, advancing clock.
[ 5.922657] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 5.939329] systemd[1]: Detected architecture arm64.
[ 5.990578] systemd[1]: Set hostname to <Khadas>.
[ 6.678098] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.689865] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.691846] systemd[1]: Listening on Journal Socket.
[ 6.696986] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.705931] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.709217] systemd[1]: Reached target Remote File Systems.
[ 6.719543] systemd[1]: Starting Uncomplicated firewall...
[ 6.721322] systemd[1]: Listening on Journal Audit Socket.
[ 6.726003] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[ 6.740011] systemd[1]: Starting Set the console keyboard layout...
[ 6.840331] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[ 6.900801] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.931377] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.939272] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.942262] cfg80211: failed to load regulatory.db
[ 6.994757] brcmfmac: F1 signature read @0x18000000=0x17224356
[ 6.998637] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
[ 7.052135] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.khadas,vim2.txt failed with error -2
[ 7.090138] systemd-journald[1606]: Received request to flush runtime journal from PID 1
[ 7.227317] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
[ 7.230343] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 7.256359] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4356/2 wl0: Jun 16 2015 14:25:06 version 7.35.184.r1 (TOB) (r559293) FWID 01-b22ae69c
[ 7.587043] Registered IR keymap rc-khadas
[ 7.600384] IR NEC protocol handler initialized
[ 7.627169] rc rc0: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0
[ 7.629710] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[ 7.638896] input: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input6
[ 7.647498] meson-ir c8100580.ir: receiver initialized
[ 7.670864] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.673013] Bluetooth: Core ver 2.22
[ 7.678643] NET: Registered protocol family 31
[ 7.682960] Bluetooth: HCI device and connection manager initialized
[ 7.689327] Bluetooth: HCI socket layer initialized
[ 7.694117] Bluetooth: L2CAP socket layer initialized
[ 7.699098] Bluetooth: SCO socket layer initialized
[ 7.710264] panfrost d00c0000.gpu: clock rate = 666666666
[ 7.710332] panfrost d00c0000.gpu: d00c0000.gpu supply mali not found, using dummy regulator
[ 7.718716] panfrost d00c0000.gpu: mali-t820 id 0x820 major 0x1 minor 0x0 status 0x0
[ 7.726209] panfrost d00c0000.gpu: features: 00000000,101e76ff, issues: 00000000,24040400
[ 7.734239] panfrost d00c0000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 7.745960] panfrost d00c0000.gpu: shader_present=0x7 l2_present=0x1
[ 7.752470] panfrost d00c0000.gpu: GPU Fault 0x000000aa (UNKNOWN) at 0x02000018e9e55db0
[ 7.760155] panfrost d00c0000.gpu: There were multiple GPU faults - some have not been reported
[ 7.769970] [drm] Initialized panfrost 1.1.0 20180908 for d00c0000.gpu on minor 1
[ 7.885473] Bluetooth: HCI UART driver ver 2.3
[ 7.885517] Bluetooth: HCI UART protocol H4 registered
[ 7.889825] Bluetooth: HCI UART protocol Broadcom registered
[ 7.895144] Bluetooth: HCI UART protocol QCA registered
[ 7.895167] hci_uart_bcm serial0-0: serial0-0 supply vbat not found, using dummy regulator
[ 7.908578] hci_uart_bcm serial0-0: serial0-0 supply vddio not found, using dummy regulator
[ 8.295763] Bluetooth: hci0: BCM: chip id 101
[ 8.296105] Bluetooth: hci0: BCM: features 0x2f
[ 8.299827] random: crng init done
[ 8.302349] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.308742] Bluetooth: hci0: BCM4354A2
[ 8.312306] Bluetooth: hci0: BCM4356A2 (001.003.015) build 0000
[ 9.196356] Bluetooth: hci0: BCM4356A2 (001.003.015) build 0266
[ 9.317226] zram: Added device: zram0
[ 9.318184] zram: Added device: zram1
[ 9.319711] zram: Added device: zram2
[ 9.328087] zram: Added device: zram3
[ 9.329157] zram: Added device: zram4
[ 9.335367] zram: Added device: zram5
[ 9.448814] zram1: detected capacity change from 0 to 121294848
[ 9.623237] Adding 118448k swap on /dev/zram1. Priority:5 extents:1 across:118448k SSFS
[ 9.630631] zram2: detected capacity change from 0 to 121294848
[ 9.679109] Adding 118448k swap on /dev/zram2. Priority:5 extents:1 across:118448k SSFS
[ 9.684005] zram3: detected capacity change from 0 to 121294848
[ 9.739122] Adding 118448k swap on /dev/zram3. Priority:5 extents:1 across:118448k SSFS
[ 9.744400] zram4: detected capacity change from 0 to 121294848
[ 9.791326] Adding 118448k swap on /dev/zram4. Priority:5 extents:1 across:118448k SSFS
[ 9.936149] meson8b-dwmac c9410000.ethernet eth0: PHY [0.2009087f:00] driver [RTL8211F Gigabit Ethernet] (irq=39)
[ 9.942597] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 9.948371] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 9.955073] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii link mode
[ 13.475574] broken atomic modeset userspace detected, disabling atomic
[ 13.608507] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 13.611386] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 14.680186] broken atomic modeset userspace detected, disabling atomic
[ 15.761617] broken atomic modeset userspace detected, disabling atomic
[ 16.950428] broken atomic modeset userspace detected, disabling atomic
[ 18.169757] broken atomic modeset userspace detected, disabling atomic
[ 17.759]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 17.759] Build Operating System: Linux 4.9.0-8-arm64 aarch64 Debian
[ 17.759] Current Operating System: Linux Khadas 5.6.0 #0.8.3 SMP Sun Apr 19 23:05:58 UTC 2020 aarch64
[ 17.759] Kernel command line: root=UUID=5c3ecfbc-482b-455e-8170-95c7116a878d rootfstype=ext4 rootflags=data=writeback rw ubootpart=ace7d279-01 console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 loglevel=7 logo=osd1,loaded,0x3d800000,1080p60hz vout=1080p60hz,enable hdmimode=1080p60hz fsck.repair=yes net.ifnames=0 ddr_size=2 wol_enable=0 jtag=disable mac=c8:63:14:70:3f:6f androidboot.mac=c8:63:14:70:3f:6f fan=auto khadas_board=VIM2 hwver=VIM2.V13 coherent_pool=2M reboot_mode=cold_boot imagetype=SD-USB uboottype=vendor
[ 17.760] Build Date: 05 March 2019 08:11:12PM
[ 17.760] xorg-server 2:1.20.4-1 (https://www.debian.org/support)
[ 17.760] Current version of pixman: 0.36.0
[ 17.760] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 17.760] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17.760] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 18 03:36:36 2020
[ 17.761] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 17.761] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 17.761] (==) No Layout section. Using the first Screen section.
[ 17.761] (==) No screen section available. Using defaults.
[ 17.761] (**) |-->Screen "Default Screen Section" (0)
[ 17.761] (**) | |-->Monitor "<default monitor>"
[ 17.763] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 17.763] (**) Option "AutoAddGPU" "off"
[ 17.763] (**) Option "Debug" "dmabuf_capable"
[ 17.763] (==) Automatically adding devices
[ 17.763] (==) Automatically enabling devices
[ 17.763] (**) Not automatically adding GPU devices
[ 17.763] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 17.763] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 17.763] Entry deleted from font path.
[ 17.763] (==) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins
[ 17.763] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17.763] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17.763] (II) Loader magic: 0xaaaae8fece08
[ 17.763] (II) Module ABI versions:
[ 17.763] X.Org ANSI C Emulation: 0.4
[ 17.763] X.Org Video Driver: 24.0
[ 17.764] X.Org XInput driver : 24.1
[ 17.764] X.Org Server Extension : 10.0
[ 17.766] (++) using VT number 7
[ 17.766] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 17.769] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 17.770] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 17.770] (**) OutputClass "Panfrost" setting /dev/dri/card0 as PrimaryGPU
[ 17.771] (II) LoadModule: "glx"
[ 17.771] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17.775] (II) Module glx: vendor="X.Org Foundation"
[ 17.776] compiled for 1.20.4, module version = 1.0.0
[ 17.776] ABI class: X.Org Server Extension, version 10.0
[ 17.776] (II) Applying OutputClass "Panfrost" to /dev/dri/card0
[ 17.776] loading driver: modesetting
[ 17.776] (==) Matched modesetting as autoconfigured driver 0
[ 17.776] (==) Matched fbdev as autoconfigured driver 1
[ 17.776] (==) Assigned the driver to the xf86ConfigLayout
[ 17.776] (II) LoadModule: "modesetting"
[ 17.776] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 17.777] (II) Module modesetting: vendor="X.Org Foundation"
[ 17.777] compiled for 1.20.4, module version = 1.20.4
[ 17.777] Module class: X.Org Video Driver
[ 17.777] ABI class: X.Org Video Driver, version 24.0
[ 17.777] (II) LoadModule: "fbdev"
[ 17.778] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 17.778] (II) Module fbdev: vendor="X.Org Foundation"
[ 17.778] compiled for 1.20.0, module version = 0.5.0
[ 17.778] Module class: X.Org Video Driver
[ 17.778] ABI class: X.Org Video Driver, version 24.0
[ 17.778] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 17.778] (II) FBDEV: driver for framebuffer: fbdev
[ 17.779] (II) modeset(0): using drv /dev/dri/card0
[ 17.779] (WW) Falling back to old probe method for fbdev
[ 17.779] (II) Loading sub module "fbdevhw"
[ 17.779] (II) LoadModule: "fbdevhw"
[ 17.779] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 17.780] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 17.780] compiled for 1.20.4, module version = 0.0.2
[ 17.780] ABI class: X.Org Video Driver, version 24.0
[ 17.780] (EE) open /dev/fb0: No such file or directory
[ 17.781] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 17.781] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 17.781] (II) Applying OutputClass "Panfrost" options to /dev/dri/card0
[ 17.781] (==) modeset(0): RGB weight 888
[ 17.781] (==) modeset(0): Default visual is TrueColor
[ 17.781] (II) Loading sub module "glamoregl"
[ 17.781] (II) LoadModule: "glamoregl"
[ 17.781] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 17.805] (II) Module glamoregl: vendor="X.Org Foundation"
[ 17.805] compiled for 1.20.4, module version = 1.0.1
[ 17.805] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.166] (II) modeset(0): glamor X acceleration enabled on Mali T820 (Panfrost)
[ 18.166] (II) modeset(0): glamor initialized
[ 18.280] (II) modeset(0): Output HDMI-1 has no monitor section
[ 18.394] (II) modeset(0): EDID for output HDMI-1
[ 18.395] (II) modeset(0): Manufacturer: ACI Model: 24c7 Serial#: 52125
[ 18.395] (II) modeset(0): Year: 2017 Week: 49
[ 18.395] (II) modeset(0): EDID Version: 1.3
[ 18.395] (II) modeset(0): Digital Display Input
[ 18.395] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 18.395] (II) modeset(0): Gamma: 2.20
[ 18.395] (II) modeset(0): DPMS capabilities: Off
[ 18.395] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 18.395] (II) modeset(0): First detailed timing is preferred mode
[ 18.395] (II) modeset(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 18.395] (II) modeset(0): blueX: 0.159 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 18.395] (II) modeset(0): Supported established timings:
[ 18.395] (II) modeset(0): 720x400@70Hz
[ 18.395] (II) modeset(0): 640x480@60Hz
[ 18.395] (II) modeset(0): 640x480@67Hz
[ 18.395] (II) modeset(0): 640x480@72Hz
[ 18.395] (II) modeset(0): 640x480@75Hz
[ 18.396] (II) modeset(0): 800x600@56Hz
[ 18.396] (II) modeset(0): 800x600@60Hz
[ 18.396] (II) modeset(0): 800x600@72Hz
[ 18.396] (II) modeset(0): 800x600@75Hz
[ 18.396] (II) modeset(0): 832x624@75Hz
[ 18.396] (II) modeset(0): 1024x768@60Hz
[ 18.396] (II) modeset(0): 1024x768@70Hz
[ 18.396] (II) modeset(0): 1024x768@75Hz
[ 18.396] (II) modeset(0): 1280x1024@75Hz
[ 18.396] (II) modeset(0): Manufacturer's mask: 0
[ 18.396] (II) modeset(0): Supported standard timings:
[ 18.396] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 18.396] (II) modeset(0): #1: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 18.396] (II) modeset(0): #2: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 18.396] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 18.396] (II) modeset(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 18.397] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 18.397] (II) modeset(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 18.397] (II) modeset(0): Supported detailed timing:
[ 18.397] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 18.397] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 18.397] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 18.397] (II) modeset(0): Serial No: HCLMTF052125
[ 18.397] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
[ 18.397] (II) modeset(0): Monitor name: ASUS VP247
[ 18.397] (II) modeset(0): Supported detailed timing:
[ 18.397] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 18.397] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 18.397] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 18.397] (II) modeset(0): Supported detailed timing:
[ 18.397] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 18.397] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 18.398] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.398] (II) modeset(0): Supported detailed timing:
[ 18.398] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 18.398] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 18.398] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 18.398] (II) modeset(0): Supported detailed timing:
[ 18.398] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 18.398] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 18.398] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 18.398] (II) modeset(0): Number of EDID sections to follow: 1
[ 18.398] (II) modeset(0): EDID (in hex):
[ 18.398] (II) modeset(0): 00ffffffffffff000469c7249dcb0000
[ 18.398] (II) modeset(0): 311b010380341d782a2cc5a45650a128
[ 18.398] (II) modeset(0): 0f5054bfef00d1c0b300950081808140
[ 18.398] (II) modeset(0): 81c0714f0101023a801871382d40582c
[ 18.399] (II) modeset(0): 450009252100001e000000ff0048434c
[ 18.399] (II) modeset(0): 4d54463035323132350a000000fd0032
[ 18.399] (II) modeset(0): 4b185311000a202020202020000000fc
[ 18.399] (II) modeset(0): 00415355532056503234370a202001c4
[ 18.399] (II) modeset(0): 020322714f0102031112130414050e0f
[ 18.399] (II) modeset(0): 1d1e1f90230917078301000065030c00
[ 18.399] (II) modeset(0): 10008c0ad08a20e02d10103e96000925
[ 18.399] (II) modeset(0): 21000018011d007251d01e206e285500
[ 18.399] (II) modeset(0): 09252100001e011d00bc52d01e20b828
[ 18.399] (II) modeset(0): 554009252100001e8c0ad09020403120
[ 18.399] (II) modeset(0): 0c405500092521000018000000000000
[ 18.399] (II) modeset(0): 000000000000000000000000000000dd
[ 18.400] (II) modeset(0): Printing probed modes for output HDMI-1
[ 18.400] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 18.400] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 18.400] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 18.400] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 18.400] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 18.400] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 18.401] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 18.401] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 18.401] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 18.401] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 18.401] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 18.402] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 18.402] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 18.402] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 18.402] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 18.402] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 18.402] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 18.402] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 18.402] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 18.402] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 18.402] (II) modeset(0): Output HDMI-1 connected
[ 18.402] (II) modeset(0): Using exact sizes for initial modes
[ 18.402] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[ 18.402] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.402] (==) modeset(0): DPI set to (96, 96)
[ 18.403] (II) Loading sub module "fb"
[ 18.403] (II) LoadModule: "fb"
[ 18.403] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 18.405] (II) Module fb: vendor="X.Org Foundation"
[ 18.405] compiled for 1.20.4, module version = 1.0.0
[ 18.405] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.405] (II) UnloadModule: "fbdev"
[ 18.405] (II) Unloading fbdev
[ 18.405] (II) UnloadSubModule: "fbdevhw"
[ 18.405] (II) Unloading fbdevhw
[ 18.406] (EE)
Fatal server error:
[ 18.406] (EE) AddScreen/ScreenInit failed for driver 0
[ 18.407] (EE)
[ 18.407] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 18.407] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 18.407] (EE)
[ 18.408] (EE) Server terminated with error (1). Closing log file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment