I understand that USB should work on the DragonBoard 410c with the mainline kernel but it's not working for me. My DragonBoard 410c has: - the latest firmware from dragonboard410c_bootloader_emmc_linux*.zip - u-boot from mainline (u-boot 2016.05) - Linux kernel from mainline (default defconfig) The boot log is attached. Any ideas? -- Martin Michlmayr http://www.cyrius.com/
U-Boot 2016.05+dfsg1-2 (May 26 2016 - 22:10:36 +0000) Qualcomm-DragonBoard 410C DRAM: 986 MiB MMC: sdhci@07824000: 0, sdhci@07864000: 1 Using default environment In: serial@78b0000 Out: serial@78b0000 Err: serial@78b0000 Net: Net Initialization Skipped No ethernet found. Hit any key to stop autoboot: 2 0 dragonboard410c => setenv console ttyMSM0,115200n8 dragonboard410c => setenv bootargs console=${console} dragonboard410c => mmc dev 1 switch to partitions #0, OK mmc1 is current device dragonboard410c => setenv bootargs console=${console} root=/dev/mmcblk1p2 rootwait dragonboard410c => mmc dev 1 switch to partitions #0, OK mmc1 is current device dragonboard410c => ext2load mmc 1:1 ${kernel_addr_r} /test/Image 13526528 bytes read in 1628 ms (7.9 MiB/s) dragonboard410c => ext2load mmc 1:1 ${fdt_addr_r} /test/apq8016-sbc.dtb 27732 bytes read in 126 ms (214.8 KiB/s) dragonboard410c => booti ${kernel_addr_r} - ${fdt_addr_r} ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 0000000083000000, end 0000000083009c53 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.8.0-rc4 (tbm@m400-c2n1) (gcc version 6.2.0 20160822 (Debian 6.2.0-1) ) #13 SMP PREEMPT Sun Aug 28 23:41:17 UTC 2016 [ 0.000000] Boot CPU: AArch64 Processor [410fd030] [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 16 MiB at 0x00000000bc800000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv65535.65535 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] percpu: Embedded 21 pages/cpu @ffff80003d963000 s47384 r8192 d30440 u86016 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM errata 826319, 827319, 824069 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 233880 [ 0.000000] Kernel command line: console=ttyMSM0,115200n8 root=/dev/mmcblk1p2 rootwait [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes [ 0.000000] log_buf_len min size: 16384 bytes [ 0.000000] log_buf_len: 32768 bytes [ 0.000000] early log buf free: 14740(89%) [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.000000] Memory: 902780K/951296K available (7996K kernel code, 793K rwdata, 3440K rodata, 960K init, 273K bss, 32132K reserved, 16384K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB) [ 0.000000] .text : 0xffff000008080000 - 0xffff000008850000 ( 8000 KB) [ 0.000000] .rodata : 0xffff000008850000 - 0xffff000008bb0000 ( 3456 KB) [ 0.000000] .init : 0xffff000008bb0000 - 0xffff000008ca0000 ( 960 KB) [ 0.000000] .data : 0xffff000008ca0000 - 0xffff000008d66600 ( 794 KB) [ 0.000000] .bss : 0xffff000008d66600 - 0xffff000008daad34 ( 274 KB) [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB) [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum) [ 0.000000] 0xffff7e0000000000 - 0xffff7e0000f68000 ( 15 MB actual) [ 0.000000] memory : 0xffff800000000000 - 0xffff80003da00000 ( 986 MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4 [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] arm_arch_timer: Architected cp15 and mmio timer(s) running at 19.20MHz (virt/virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns [ 0.000004] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns [ 0.000254] Console: colour dummy device 80x25 [ 0.000276] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800) [ 0.000287] pid_max: default: 32768 minimum: 301 [ 0.000361] Security Framework initialized [ 0.000404] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000414] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.001253] ASID allocator initialised with 65536 entries [ 0.024714] EFI services will not be available. [ 0.047613] psci: failed to boot CPU1 (-95) [ 0.047622] CPU1: failed to boot: -95 [ 0.047628] CPU1: failed in unknown state : 0x0 [ 0.063644] psci: failed to boot CPU2 (-95) [ 0.063652] CPU2: failed to boot: -95 [ 0.063658] CPU2: failed in unknown state : 0x0 [ 0.079682] psci: failed to boot CPU3 (-95) [ 0.079690] CPU3: failed to boot: -95 [ 0.079695] CPU3: failed in unknown state : 0x0 [ 0.079724] Brought up 1 CPUs [ 0.079730] SMP: Total of 1 processors activated. [ 0.079739] CPU features: detected feature: 32-bit EL0 Support [ 0.079753] CPU: All CPU(s) started at EL1 [ 0.079772] alternatives: patching kernel code [ 0.080256] devtmpfs: initialized [ 0.091813] DMI not present or invalid. [ 0.092129] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.092709] pinctrl core: initialized pinctrl subsystem [ 0.093845] NET: Registered protocol family 16 [ 0.120063] cpuidle: using governor menu [ 0.120292] vdso: 2 pages (1 code @ ffff000008856000, 1 data @ ffff000008ca4000) [ 0.120309] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.121009] DMA: preallocated 256 KiB pool for atomic allocations [ 0.121256] Serial: AMBA PL011 UART driver [ 0.122406] qcom-smem smem: failed to retrieve hwlock [ 0.188421] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.200546] ACPI: Interpreter disabled. [ 0.201778] vgaarb: loaded [ 0.202197] SCSI subsystem initialized [ 0.204519] usbcore: registered new interface driver usbfs [ 0.204573] usbcore: registered new interface driver hub [ 0.204628] usbcore: registered new device driver usb [ 0.205019] pps_core: LinuxPPS API ver. 1 registered [ 0.205026] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 0.205046] PTP clock support registered [ 0.205171] dmi: Firmware registration failed. [ 0.205878] Advanced Linux Sound Architecture Driver Initialized. [ 0.208452] clocksource: Switched to clocksource arch_sys_counter [ 0.208609] VFS: Disk quotas dquot_6.6.0 [ 0.208662] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.208997] pnp: PnP ACPI: disabled [ 0.222891] NET: Registered protocol family 2 [ 0.223400] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.223489] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.223657] TCP: Hash tables configured (established 8192 bind 8192) [ 0.223732] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.223768] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.223925] NET: Registered protocol family 1 [ 0.228858] RPC: Registered named UNIX socket transport module. [ 0.228866] RPC: Registered udp transport module. [ 0.228872] RPC: Registered tcp transport module. [ 0.228878] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.229348] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 0.229584] kvm [1]: HYP mode not available [ 0.230610] futex hash table entries: 1024 (order: 5, 131072 bytes) [ 0.230698] audit: initializing netlink subsys (disabled) [ 0.230731] audit: type=2000 audit(0.227:1): initialized [ 0.236132] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.251791] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.258121] NFS: Registering the id_resolver key type [ 0.258149] Key type id_resolver registered [ 0.258155] Key type id_legacy registered [ 0.258168] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.258372] 9p: Installing v9fs 9p2000 file system support [ 0.261336] io scheduler noop registered [ 0.261509] io scheduler cfq registered (default) [ 0.262475] libphy: mdio_driver_register: phy-bcm-ns2-pci [ 0.271941] xenfs: not registering filesystem on non-xen platform [ 0.278981] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.282098] SuperH (H)SCI(F) driver initialized [ 0.282980] msm_serial 78af000.serial: msm_serial: detected port #1 [ 0.283064] msm_serial 78af000.serial: uartclk = 19200000 [ 0.283116] 78af000.serial: ttyMSM1 at MMIO 0x78af000 (irq = 130, base_baud = 1200000) is a MSM [ 0.283550] msm_serial 78b0000.serial: msm_serial: detected port #0 [ 0.283607] msm_serial 78b0000.serial: uartclk = 7372800 [ 0.283649] 78b0000.serial: ttyMSM0 at MMIO 0x78b0000 (irq = 131, base_baud = 460800) is a MSM [ 0.283667] msm_serial: console setup on port #0 [ 1.038353] console [ttyMSM0] enabled [ 1.043525] msm_serial: driver initialized [ 1.077335] loop: module loaded [ 1.079369] spi_qup 78b7000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.081372] spi_qup 78b9000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 1.087987] spmi spmi-0: PMIC Arb Version-2 (0x20010000) [ 1.093845] genirq: Setting trigger mode 0 for irq 145 failed (gic_set_type+0x0/0x48) [ 1.103950] libphy: Fixed MDIO Bus: probed [ 1.108083] tun: Universal TUN/TAP device driver, 1.6 [ 1.111116] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 1.116730] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 1.122238] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.127750] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.133508] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.140761] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k [ 1.145994] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.154044] sky2: driver version 1.30 [ 1.160532] VFIO - User Level meta-driver version: 0.3 [ 1.169409] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.169433] ehci-pci: EHCI PCI platform driver [ 1.175785] ehci-platform: EHCI generic platform driver [ 1.179729] ehci-exynos: EHCI EXYNOS driver [ 1.184767] ehci-msm: Qualcomm On-Chip EHCI Host Controller [ 1.188943] msm_hsusb_host 78d9000.ehci: unable to find transceiver [ 1.194422] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.200705] ohci-pci: OHCI PCI platform driver [ 1.206885] ohci-platform: OHCI generic platform driver [ 1.211418] ohci-exynos: OHCI EXYNOS driver [ 1.217174] usbcore: registered new interface driver usb-storage [ 1.228484] usb3503 usb2513: switched to HUB mode [ 1.228505] usb3503 usb2513: usb3503_probe: probed in hub mode [ 1.233581] mousedev: PS/2 mouse device common for all mice [ 1.243021] input: pm8941_pwrkey as /devices/platform/soc/200f000.spmi/spmi-0/0-00/200f000.spmi:pm8916@0:pwrkey@800/input/input0 [ 1.244249] i2c /dev entries driver [ 1.256896] i2c_qup 78b6000.i2c: [ 1.256896] tx channel not available [ 1.259200] i2c_qup 78b8000.i2c: [ 1.259200] tx channel not available [ 1.266063] i2c_qup 78ba000.i2c: [ 1.266063] tx channel not available [ 1.275219] psci: Invalid PSCI power state 0x40000002 [ 1.279862] CPUidle arm: CPU 0 failed to init idle CPU ops [ 1.284867] sdhci: Secure Digital Host Controller Interface driver [ 1.290127] sdhci: Copyright(c) Pierre Ossman [ 1.296056] Synopsys Designware Multimedia Card Interface Driver [ 1.301053] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.313161] sdhci_msm 7864900.sdhci: Got CD GPIO [ 1.318436] ledtrig-cpu: registered to indicate activity on CPUs [ 1.319828] usbcore: registered new interface driver usbhid [ 1.324522] usbhid: USB HID core driver [ 1.333045] NET: Registered protocol family 17 [ 1.333150] 9pnet: Installing 9P2000 support [ 1.337743] Key type dns_resolver registered [ 1.342375] registered taskstats version 1 [ 1.351201] msm_otg 78d9000.phy: OTG regs = ffff000008dfc000 [ 1.351269] msm_otg 78d9000.phy: Failed to get supply 'vddcx': -517 [ 1.357257] s1: Bringing 0uV into 375000-375000uV [ 1.357830] s3: Bringing 0uV into 375000-375000uV [ 1.362287] s4: Bringing 0uV into 1800000-1800000uV [ 1.367123] l1: supplied by s3 [ 1.367152] l1: Bringing 0uV into 375000-375000uV [ 1.367556] l2: supplied by s3 [ 1.367585] l2: Bringing 0uV into 375000-375000uV [ 1.367996] l3: supplied by s3 [ 1.368024] l3: Bringing 0uV into 375000-375000uV [ 1.371703] l4: supplied by s4 [ 1.371729] l4: Bringing 0uV into 1750000-1750000uV [ 1.372163] l5: supplied by s4 [ 1.372194] l5: Bringing 0uV into 1750000-1750000uV [ 1.376377] l6: supplied by s4 [ 1.376404] l6: Bringing 0uV into 1750000-1750000uV [ 1.376716] l7: supplied by s4 [ 1.376752] l7: Bringing 0uV into 1750000-1750000uV [ 1.377096] l8: Bringing 0uV into 1750000-1750000uV [ 1.379505] l9: Bringing 0uV into 1750000-1750000uV [ 1.384286] l10: Bringing 0uV into 1750000-1750000uV [ 1.387250] l11: Bringing 0uV into 1750000-1750000uV [ 1.392024] l12: Bringing 0uV into 1750000-1750000uV [ 1.394990] l13: Bringing 0uV into 1750000-1750000uV [ 1.399765] l14: Bringing 0uV into 1750000-1750000uV [ 1.400158] l15: Bringing 0uV into 1750000-1750000uV [ 1.407536] l16: Bringing 0uV into 1750000-1750000uV [ 1.410655] l17: Bringing 0uV into 1750000-1750000uV [ 1.415440] l18: Bringing 0uV into 1750000-1750000uV [ 1.481186] msm_hsusb_host 78d9000.ehci: unable to find transceiver [ 1.536475] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit [ 1.542624] sdhci_msm 7864900.sdhci: Got CD GPIO [ 1.628072] mmc0: new HS200 MMC card at address 0001 [ 1.640473] mmcblk0: mmc0:0001 DS2008 7.28 GiB [ 1.648473] mmcblk0boot0: mmc0:0001 DS2008 partition 1 4.00 MiB [ 1.656489] mmcblk0boot1: mmc0:0001 DS2008 partition 2 4.00 MiB [ 1.664467] mmcblk0rpmb: mmc0:0001 DS2008 partition 3 4.00 MiB [ 1.665037] mmc1: Reset 0x1 never completed. [ 1.669353] sdhci: =========== REGISTER DUMP (mmc1)=========== [ 1.673714] sdhci: Sys addr: 0x00000000 | Version: 0x00002e02 [ 1.679356] sdhci: Blk size: 0x00004000 | Blk cnt: 0x00000000 [ 1.685165] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 [ 1.690884] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000 [ 1.696627] sdhci: Present: 0x00080000 | Host ctl: 0x00000000 [ 1.701682] sdhci: Power: 0x00000000 | Blk gap: 0x00000000 [ 1.707475] sdhci: Wake-up: 0x00000000 | Clock: 0x00000003 [ 1.713305] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000 [ 1.719104] sdhci: Int enab: 0x00000000 | Sig enab: 0x00000000 [ 1.724933] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000 [ 1.730865] sdhci: Caps: 0x322dc8b2 | Caps_1: 0x00008007 [ 1.736566] sdhci: Cmd: 0x00000000 | Max curr: 0x00000000 [ 1.742367] sdhci: Host ctl2: 0x00000000 [ 1.748191] sdhci: =========================================== [ 1.852829] mmc1: Reset 0x1 never completed. [ 1.852847] sdhci: =========== REGISTER DUMP (mmc1)=========== [ 1.856154] sdhci: Sys addr: 0x00000000 | Version: 0x00002e02 [ 1.861804] sdhci: Blk size: 0x00004000 | Blk cnt: 0x00000000 [ 1.867620] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000 [ 1.873435] sdhci: Present: 0x00080000 | Host ctl: 0x00000000 [ 1.879250] sdhci: Power: 0x00000000 | Blk gap: 0x00000000 [ 1.885068] sdhci: Wake-up: 0x00000000 | Clock: 0x00000003 [ 1.890883] sdhci: Timeout: 0x00000000 | Int stat: 0x00000000 [ 1.896699] sdhci: Int enab: 0x00000000 | Sig enab: 0x00000000 [ 1.902514] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000 [ 1.908332] sdhci: Caps: 0x322dc8b2 | Caps_1: 0x00008007 [ 1.914147] sdhci: Cmd: 0x00000000 | Max curr: 0x00000000 [ 1.919962] sdhci: Host ctl2: 0x00000000 [ 1.925777] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000 [ 1.929858] sdhci: =========================================== [ 1.980567] mmc1: SDHCI controller on 7864900.sdhci [7864900.sdhci] using ADMA 64-bit [ 1.981344] msm_otg 78d9000.phy: OTG regs = ffff000008f18000 [ 1.994715] genirq: Setting trigger mode 3 for irq 143 failed (gic_set_type+0x0/0x48) [ 1.994744] msm_otg 78d9000.phy: request irq failed [ 2.003429] msm_otg: probe of 78d9000.phy failed with error -22 [ 2.010902] msm_hsusb_host 78d9000.ehci: unable to find transceiver [ 2.017111] hctosys: unable to open rtc device (rtc0) [ 2.027926] ALSA device list:�2.030885] Waiting for root device /dev/mmcblk1p2... [ 2.202986] mmc1: new ultra high speed DDR50 SDHC card at address aaaa [ 2.207561] mmcblk1: mmc1:aaaa SL32G 28.8 GiB [ 2.243924] mmcblk1: p1 p2 p3 p4 [ 2.245559] msm_hsusb_host 78d9000.ehci: unable to find transceiver [ 2.358944] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities [ 2.378614] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.378666] VFS: Mounted root (ext4 filesystem) readonly on device 179:130. [ 2.397055] devtmpfs: mounted [ 2.397588] Freeing unused kernel memory: 960K (ffff800000bb0000 - ffff800000ca0000) [ 2.402388] random: fast init done [ 2.660525] systemd[1]: System time before build time, advancing clock. [� 2.703582] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 2.703964] systemd[1]: Detected architecture arm64. Welcome to [1mDebian GNU/Linux stretch/sid[0m! [ 2.741826] systemd[1]: Set hostname to <dragonboard>. [ 3.0681[[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ [[0;32m OK [0m] Created slice System Slice. [ �[0;32m OK [0m] Created slice system-systemd\x2dfsck.slice. [ [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ ���+L�&�[H�j ң+�] Listening on Journal Socket. [ 3.1� Starting File System Check on Root Device... [ 3.129617] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Reached target Remote File Systems. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... [ � Starting Load Kernel Modules... [[0;32m OK [0m] Listening on Syslog Socket. [ � Mounting Huge Pages File System... [ 3.386610] alloc_contig_range: [bc870, bc878) PFNs busy [ 3.386819] alloc_contig_range: [bc878, bc880) PFNs busy [[0;32m OK [0m] Listening on Journal Audit Socket. Starting Journal Service... [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started File System Check on Root Device. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started File System Check Daemon to report status. Mounting Configuration File System... Starting Apply Kernel Variables... Starting udev Kernel Device Manager... Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Kernel Device Manager. [ 3.983411] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Reached target Local File Systems (Pre). [� Starting udev Coldplug all Devices... [ � Starting Load/Save Random Seed... [[0;32m OK [0m] Started Load/Save Random Seed. [ 4.132752] systemd-journald[1143]: Received request to flush runtime journal from PID 1�[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Found device /dev/disk/by-uuid/77abe75a-ed94-4579-b23e-ebaa1c02a77f. Starting File System Check on /dev/...a-ed94-4579-b23e-ebaa1c02a77f... [ 6.930815] alloc_contig_range: [bc868, bc870) PFNs busy [ 6.931167] alloc_contig_range: [bc868, bc870) PFNs busy [[0;32m OK [0m] Found device /dev/ttyMSM0. [ 6.987372] alloc_contig_range: [bc868, bc870) PFNs busy [ 6.987564] alloc_contig_range: [bc868, bc870) PFNs�[[0;32m OK [0m] Found device /dev/disk/by-uuid/5dc5b8b3-31a4-4073-85a1-2b760c083ebd. [[0;32m OK [0m] Found device /dev/mmcblk1p3. [[0;32m OK [0m] Started File System Check on /dev/d...75a-ed94-4579-b23e-ebaa1c02a77f. Mounting /boot... Activating swap Swap Partition... [ 7.115173] Adding 3438588k swap on /dev/mmcblk1p3. Priority:-1 extents:1 across:3438588k SS [[0;32m OK [0m] Found device /dev/disk/by-uuid/44fcc40f-dc7c-44b4-8397-e06d714027f2. [[0;32m OK [0m] Activated swap Swap Partition. [[0;32m OK [0m] Activated swap /dev/disk/by-uuid/5dc5b8b3-31a4-4073-85a1-2b760c083ebd. [[0;32m OK [0m] Mounted /boot. [[0;32m OK [0m] Reached target Swap. Starting File System Check on /dev/...f-dc7c-44b4-8397-e06d714027f2... [[0;32m OK [0m] Started File System Check on /dev/d...40f-dc7c-44b4-8397-e06d714027f2. [� Mounting /home... [ 7.435095] EXT4-fs (mmcblk1p4): mounted filesystem with ordered data mode. Opts: (null) [[0;32m OK [0m] Mounted /home. [[0;32m OK [0m] Reached target Local File Systems. Starting Create Volatile Files and Directories... Starting Raise network interfaces... [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... [ 7.659350] alloc_contig_range: [bc868, bc870) PFNs busy [ 7.663375] alloc_contig_range: [bc870, bc878) PFNs busy [ 7.669247] alloc_contig_range: [bc868, bc870) PFNs busy [ 7.670039] alloc_contig_range: [bc870, bc878) PFNs busy Starting Network Time Synchronization... [ 7.762432] alloc_contig_range: [bc870, bc878) �[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ �[[0;32m OK [0m] Started Network Time Synchronization. [ �[[0;32m OK [0m] Reached target System Time Synchronized. [�[[0;32m OK [0m] Reached target System Initialization. [ 8.505073] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.505309] alloc_contig_range: [bc878, �[[0;32m OK [0m] Started Daily apt activities. [ 8.530506] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.530692] alloc_contig_range: [bc878,�0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 8.547686] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.547872] alloc_contig_range: [bc878, �[[0;32m OK [0m] Reached target Timers. [ 8.574545] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.574746] alloc_contig_range: [bc8�0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 8.602528] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.602711] alloc_contig_range: [bc878, �[[0;32m OK [0m] Reached target Sockets. [ 8.617855] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.618042] alloc_contig_range: [bc878�[[0;32m OK [0m] Reached target Basic System. [ 8.646591] alloc_contig_range: [bc868, bc870) PFNs busy [ 8.652405] alloc_contig_range: [bc870, bc878) PFNs busy [ 8.654248] alloc_contig_range: [bc868, bc870) PFNs busy [ �;32m OK [0m] Started Regular background program processing daemon. [ � Starting System Logging Service... [ �32m OK [0m] Started D-Bus System Message Bus. [ 8.851475] allo� Starting Login Service... [ �[[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started Raise network interfaces. [[0;32m OK [0m] Reached target Network. Starting Permit User Sessions... [ 9.508961] alloc_contig_range: [bc868, bc870) PFNs busy [ 9.509291] alloc_contig_range: [bc870, bc878) PFNs busy Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyMSM0. [[0;32m OK [0m] Reached target Login Prompts. [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Debian GNU/Linux stretch/sid dragonboard ttyMSM0