Skip to content

Instantly share code, notes, and snippets.

@oliverjungen
Last active July 16, 2019 13:50
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 oliverjungen/9fe5c2b6197a3f604c2943a6ea3663ae to your computer and use it in GitHub Desktop.
Save oliverjungen/9fe5c2b6197a3f604c2943a6ea3663ae to your computer and use it in GitHub Desktop.
Message from Dragonboard 410c's UART console: Something wrong during boot
What below the "dash line" is the message from Dragonboard 410c's UART console. As I was not able to ping it
through its Ethernet RJ-45 port, I guess there was something wrong during the boot process.
In case you are interested, here is how to reproduce this symptom:
1. Program an SD card with the file: "dragonboard-410c-sdcard-developer-buster-528.img"
I've verified that this SD card actually booted successfuly. It responded my ping.
This DB410c connected to network with its RJ-45 port.
2. Create a boot image file for SD boot in the following way:
2.1 Create Image.gz+dtb
According to the instruction in https://releases.linaro.org/96boards/dragonboard410c/linaro/debian/latest/,
I used the following lines to create the file Image.gz+dtb:
git clone -n http://git.linaro.org/landing-teams/working/qualcomm/kernel.git
cd kernel
git checkout -b kernel-19.01 debian-qcom-dragonboard410c-19.01
export ARCH=arm64
export CROSS_COMPILE=aarch64-linux-gnu-
make defconfig distro.config
make -j4 Image.gz dtbs KERNELRELEASE=4.14.0-qcomlt-arm64
cat arch/arm64/boot/Image.gz arch/arm64/boot/dts/qcom/apq8016-sbc.dtb > Image.gz+dtb
Make the boot image for SD boot image file "boot-db410c.img" with the following command:
mkbootimg
–kernel Image.gz+dtb
–ramdisk initrd.img
–output boot-db410c.img
–pagesize 2048
–base “0x80000000”
–cmdline “root=/dev/mmcblk1p9 rw rootwait console=ttyMSM0,115200n8”
2.2 Finally program the file "boot-db410c.img" to ‘boot’ partition of the sd card :
sudo dd if=./boot-db410c.img of=/dev/sdb7
Unfortunately, this sd card didn't respond to my ping any more. Only the hearbeat LED blinks.
Below the "dash line" is the message from Dragonboard 410c's UART console:
------------------------------------------------------------------------------------------
Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.0-00288
S - IMAGE_VARIANT_STRING=HAAAANAZA
S - OEM_IMAGE_VERSION_STRING=CRM
S - Boot Config, 0x000002e3
S - Core 0 Frequency, 0 MHz
B - 1544 - PBL, Start
B - 3490 - bootable_media_detect_entry, Start
B - 191333 - bootable_media_detect_success, Start
B - 191338 - elf_loader_entry, Start
B - 193935 - auth_hash_seg_entry, Start
B - 194145 - auth_hash_seg_exit, Start
B - 223132 - elf_segs_hash_verify_entry, Start
B - 283362 - PBL, End
B - 240035 - SBL1, Start
B - 291946 - pm_device_init, Start
D - 14304 - pm_device_init, Delta
B - 306586 - boot_flash_init, Start
D - 0 - boot_flash_init, Delta
B - 310612 - boot_config_data_table_init, Start
D - 499651 - boot_config_data_table_init, Delta - (0 Bytes)
B - 814838 - CDT version:3,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0
B - 820633 - sbl1_ddr_set_params, Start
B - 824598 - cpr_init, Start
D - 0 - cpr_init, Delta
B - 830210 - Pre_DDR_clock_init, Start
D - 183 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 842806 - pm_driver_init, Start
D - 6862 - pm_driver_init, Delta
B - 858270 - clock_init, Start
D - 30 - clock_init, Delta
B - 868426 - Image Load, Start
D - 42426 - QSEE Image Loaded, Delta - (571664 Bytes)
B - 910882 - Image Load, Start
D - 671 - SEC Image Loaded, Delta - (2048 Bytes)
B - 918080 - sbl1_efs_handle_cookies, Start
D - 0 - sbl1_efs_handle_cookies, Delta
B - 925888 - Image Load, Start
D - 16592 - QHEE Image Loaded, Delta - (56048 Bytes)
B - 942511 - Image Load, Start
D - 18147 - RPM Image Loaded, Delta - (149316 Bytes)
B - 960689 - Image Load, Start
D - 25620 - APPSBL Image Loaded, Delta - (519948 Bytes)
B - 986339 - QSEE Execution, Start
D - 61 - QSEE Execution, Delta
B - 992043 - SBL1, End
D - 754356 - SBL1, Delta
S - Flash Throughput, 59000 KB/s (1299024 Bytes, 21868 us)
S - DDR Frequency, 400 MHz
Android Bootloader - UART_DM Initialized!!!
[0] [0] BUILD_VERSION=
[0] [0] BUILD_DATE=15:12:00 - Jan 5 2019
[0] [0] welcome to lk
[10] [10] platform_init()
[10] [10] target_init()
[20] [20] initialising mmc_slot =2
[30] [30] Error: Command timeout error
[30] [30] Failure getting OCR response from MMC Card
[30] [30] MMC card failed to respond, try for SD card
[110] [110] Done initialization of the card
[120] [120] pm8x41_get_is_cold_boot: cold boot
[120] [120] Neither 'config' nor 'frp' partition found
[130] [130] Not able to search the panel:
[160] [160] Config MIPI_VIDEO_PANEL.
[190] [190] Panel CMD: command mode dma test failed
[190] [190] dsi panel init error
[190] [190] Turn off MIPI_VIDEO_PANEL.
[290] [290] Not able to search the panel:
[360] [360] Config MIPI_VIDEO_PANEL.
[590] [590] Panel CMD: command mode dma test failed
[590] [590] dsi panel init error
[590] [590] Turn off MIPI_VIDEO_PANEL.
[690] [690] Not able to search the panel:
[690] [690] Unknown panel
[690] [690] Target panel init not found!
[700] [700] pm8x41_get_is_cold_boot: cold boot
[700] [700] partition misc doesn't exist
[700] [700] error in emmc_recovery_init
[710] [710] Unable to locate /bootselect partition
[710] [710] No 'misc' partition found
[720] [720] Error reading MISC partition
[720] [720] failed to get ffbm cookie[730] [730] Loading boot image (12486656): start
[1310] [1310] Loading boot image (12486656): done
[1320] [1320] use_signed_kernel=0, is_unlocked=0, is_tampered=0.
[1760] [1760] qcom,msm-id entry not found
[1770] [1770] Only one appended non-skales DTB, select it.
[1770] [1770] target_display_panel_node:510: hw_id=8 panel_name=""
[1780] [1780] cmdline: root=/dev/mmcblk1p9 rw rootwait console=ttyMSM0,115200n8 androidboot.emmc=true androidboot.serialno=716b40df androidboot.baseband=apq mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_hx8394d_720p_video:1:none
[1800] [1800] Updating device tree: start
[1880] [1880] Setting WLAN mac address in DT: 02:00:71:6B:40:DF
[1910] [1910] Setting Bluetooth BD address in DT: 02:00:71:6B:40:DE
[1910] [1910] Setting BT mac address in DT: 02:00:71:6B:40:DE
[1920] [1920] Updating device tree: done
[1920] [1920] booting linux @ 0x80080000, ramdisk @ 0x84000000 (4405050), tags/device tree @ 0x83e00000
[1930] [1930] Jumping to kernel via monitor
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.0-qcomlt-arm64 (harold@nb1) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02)) #1 SMP PREEMPT Thu Jul 4 10:36:46 CST 2019
[ 0.000000] Boot CPU: AArch64 Processor [410fd030]
[ 0.000000] Machine model: Qualcomm Technologies, Inc. APQ 8016 SBC
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Reserved 16 MiB at 0x00000000bec00000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xbfe95180-0xbfe96c7f]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x0000000085ffffff]
[ 0.000000] node 0: [mem 0x0000000089f00000-0x000000008e9fffff]
[ 0.000000] node 0: [mem 0x000000008eb00000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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 24 pages/cpu @ffff80003fe30000 s57496 r8192 d32616 u98304
[ 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, mobility grouping on. Total pages: 241920
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: root=/dev/mmcblk1p9 rw rootwait console=ttyMSM0,115200n8 androidboot.emmc=true androidboot.serialno=716b40df androidboot.baseband=apq mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_hx8394d_720p_video:1:none
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 925272K/983040K available (10620K kernel code, 1564K rwdata, 4888K rodata, 1216K init, 391K bss, 41384K 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 - 0xffff000008ae0000 ( 10624 KB)
[ 0.000000] .rodata : 0xffff000008ae0000 - 0xffff000008fb0000 ( 4928 KB)
[ 0.000000] .init : 0xffff000008fb0000 - 0xffff0000090e0000 ( 1216 KB)
[ 0.000000] .data : 0xffff0000090e0000 - 0xffff000009267200 ( 1565 KB)
[ 0.000000] .bss : 0xffff000009267200 - 0xffff0000092c8e40 ( 392 KB)
[ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
[ 0.000000] 0xffff7e0000000000 - 0xffff7e0001000000 ( 16 MB actual)
[ 0.000000] memory : 0xffff800000000000 - 0xffff800040000000 ( 1024 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] arch_timer: 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.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000764] Console: colour dummy device 80x25
[ 0.000825] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[ 0.000838] pid_max: default: 32768 minimum: 301
[ 0.000925] Security Framework initialized
[ 0.001471] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.001748] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.001780] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.001798] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.015257] ASID allocator initialised with 32768 entries
[ 0.023255] Hierarchical SRCU implementation.
[ 0.036004] EFI services will not be available.
[ 0.043935] smp: Bringing up secondary CPUs ...
[ 0.072219] Detected VIPT I-cache on CPU1
[ 0.072269] CPU1: Booted secondary processor [410fd030]
[ 0.100273] Detected VIPT I-cache on CPU2
[ 0.100311] CPU2: Booted secondary processor [410fd030]
[ 0.128338] Detected VIPT I-cache on CPU3
[ 0.128374] CPU3: Booted secondary processor [410fd030]
[ 0.128452] smp: Brought up 1 node, 4 CPUs
[ 0.128477] SMP: Total of 4 processors activated.
[ 0.128486] CPU features: detected feature: 32-bit EL0 Support
[ 0.128494] CPU features: detected feature: Kernel page table isolation (KPTI)
[ 0.132353] CPU: All CPU(s) started at EL1
[ 0.132384] alternatives: patching kernel code
[ 0.133247] devtmpfs: initialized
[ 0.144349] random: get_random_u32 called from bucket_table_alloc+0x108/0x258 with crng_init=0
[ 0.144833] Registered cp15_barrier emulation handler
[ 0.144850] Registered setend emulation handler
[ 0.145128] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.145177] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.145936] pinctrl core: initialized pinctrl subsystem
[ 0.148201] DMI not present or invalid.
[ 0.148619] NET: Registered protocol family 16
[ 0.151379] cpuidle: using governor menu
[ 0.153299] vdso: 2 pages (1 code @ ffff000008ae6000, 1 data @ ffff0000090e5000)
[ 0.153318] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.154602] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.155116] Serial: AMBA PL011 UART driver
[ 0.191790] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.193091] ACPI: Interpreter disabled.
[ 0.195114] vgaarb: loaded
[ 0.195420] SCSI subsystem initialized
[ 0.195953] usbcore: registered new interface driver usbfs
[ 0.196009] usbcore: registered new interface driver hub
[ 0.196093] usbcore: registered new device driver usb
[ 0.197444] pps_core: LinuxPPS API ver. 1 registered
[ 0.197459] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.197488] PTP clock support registered
[ 0.197684] EDAC MC: Ver: 3.0.0
[ 0.198014] dmi: Firmware registration failed.
[ 0.200285] Advanced Linux Sound Architecture Driver Initialized.
[ 0.201500] clocksource: Switched to clocksource arch_sys_counter
[ 0.201604] VFS: Disk quotas dquot_6.6.0
[ 0.201666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.201851] pnp: PnP ACPI: disabled
[ 0.210481] NET: Registered protocol family 2
[ 0.211017] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.211132] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.211283] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.211414] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.211461] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.211616] NET: Registered protocol family 1
[ 0.211938] RPC: Registered named UNIX socket transport module.
[ 0.211946] RPC: Registered udp transport module.
[ 0.211952] RPC: Registered tcp transport module.
[ 0.211958] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.212140] Unpacking initramfs...
[ 0.475806] Freeing initrd memory: 4300K
[ 0.476623] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.476957] kvm [1]: HYP mode not available
[ 0.478569] audit: initializing netlink subsys (disabled)
[ 0.478690] audit: type=2000 audit(0.475:1): state=initialized audit_enabled=0 res=1
[ 0.479075] workingset: timestamp_bits=44 max_order=18 bucket_order=0
[ 0.486673] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.487397] NFS: Registering the id_resolver key type
[ 0.487422] Key type id_resolver registered
[ 0.487429] Key type id_legacy registered
[ 0.487442] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.487604] 9p: Installing v9fs 9p2000 file system support
[ 0.490450] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.490462] io scheduler noop registered
[ 0.490605] io scheduler cfq registered (default)
[ 0.490615] io scheduler mq-deadline registered
[ 0.490622] io scheduler kyber registered
[ 0.515835] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.518629] SuperH (H)SCI(F) driver initialized
[ 0.519390] msm_serial 78af000.serial: msm_serial: detected port #1
[ 0.519493] msm_serial 78af000.serial: uartclk = 19200000
[ 0.519560] 78af000.serial: ttyMSM1 at MMIO 0x78af000 (irq = 9, base_baud = 1200000) is a MSM
[ 0.520132] msm_serial 78b0000.serial: msm_serial: detected port #0
[ 0.520204] msm_serial 78b0000.serial: uartclk = 7372800
[ 0.520254] 78b0000.serial: ttyMSM0 at MMIO 0x78b0000 (irq = 10, base_baud = 460800) is a MSM
[ 0.520273] msm_serial: console setup on port #0
[ 1.381041] console [ttyMSM0] enabled
[ 1.386286] msm_serial: driver initialized
[ 1.390597] qcom-iommu 1ef0000.iommu: iommu sec: pgtable size: 94208
[ 1.405942] loop: module loaded
[ 1.410758] spi_qup 78b7000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.411883] spi_qup 78b9000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64
[ 1.418284] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
[ 1.432679] s1: supplied by regulator-dummy
[ 1.433042] s2: supplied by regulator-dummy
[ 1.436203] s3: supplied by regulator-dummy
[ 1.440067] s4: supplied by regulator-dummy
[ 1.444232] l1: supplied by regulator-dummy
[ 1.448398] l2: supplied by regulator-dummy
[ 1.452551] l3: supplied by regulator-dummy
[ 1.456759] l4: supplied by regulator-dummy
[ 1.460881] l5: supplied by regulator-dummy
[ 1.465042] l6: supplied by regulator-dummy
[ 1.469233] l7: supplied by regulator-dummy
[ 1.473392] l8: supplied by regulator-dummy
[ 1.477565] l9: supplied by regulator-dummy
[ 1.481733] l10: supplied by regulator-dummy
[ 1.485885] l11: supplied by regulator-dummy
[ 1.490393] l12: supplied by regulator-dummy
[ 1.494661] l13: supplied by regulator-dummy
[ 1.498919] l14: supplied by regulator-dummy
[ 1.503159] l15: supplied by regulator-dummy
[ 1.507412] l16: supplied by regulator-dummy
[ 1.511695] l17: supplied by regulator-dummy
[ 1.515913] l18: supplied by regulator-dummy
[ 1.521256] libphy: Fixed MDIO Bus: probed
[ 1.524904] tun: Universal TUN/TAP device driver, 1.6
[ 1.530070] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.533228] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.539024] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.544792] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.551775] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.557292] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.565869] sky2: driver version 1.30
[ 1.571627] usbcore: registered new interface driver rtl8150
[ 1.574879] usbcore: registered new interface driver r8152
[ 1.580598] usbcore: registered new interface driver asix
[ 1.585892] usbcore: registered new interface driver ax88179_178a
[ 1.591498] VFIO - User Level meta-driver version: 0.3
[ 1.599605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.602446] ehci-pci: EHCI PCI platform driver
[ 1.608985] ehci-platform: EHCI generic platform driver
[ 1.613605] ehci-orion: EHCI orion driver
[ 1.618645] ehci-exynos: EHCI EXYNOS driver
[ 1.622813] ehci-msm: Qualcomm On-Chip EHCI Host Controller
[ 1.626783] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.632215] ohci-pci: OHCI PCI platform driver
[ 1.638498] ohci-platform: OHCI generic platform driver
[ 1.643071] ohci-exynos: OHCI EXYNOS driver
[ 1.648810] usbcore: registered new interface driver usb-storage
[ 1.652274] usbcore: registered new interface driver usbserial
[ 1.658461] usbcore: registered new interface driver usbserial_generic
[ 1.664094] usbserial: USB Serial support registered for generic
[ 1.690984] usb3503 usb2513: switched to HUB mode
[ 1.691006] usb3503 usb2513: usb3503_probe: probed in hub mode
[ 1.707683] msm_hsusb 78d9000.usb: 78d9000.usb supply vbus not found, using dummy regulator
[ 1.711545] i2c /dev entries driver
[ 1.715880] i2c_qup 78b6000.i2c: using default clock-frequency 100000
[ 1.718325] i2c_qup 78b6000.i2c:
[ 1.718325] tx channel not available
[ 1.725655] i2c_qup 78b8000.i2c: using default clock-frequency 100000
[ 1.731696] i2c_qup 78b8000.i2c:
[ 1.731696] tx channel not available
[ 1.739116] i2c_qup 78ba000.i2c: using default clock-frequency 100000
[ 1.745062] i2c_qup 78ba000.i2c:
[ 1.745062] tx channel not available
[ 1.756681] input: pm8941_pwrkey as /devices/platform/soc/200f000.spmi/spmi-0/0-00/200f000.spmi:pm8916@0:pon@800/200f000.spmi:pm8916@0:pon@800:pwrkey/input/input0
[ 1.759946] input: pm8941_pwrkey as /devices/platform/soc/200f000.spmi/spmi-0/0-00/200f000.spmi:pm8916@0:pon@800/200f000.spmi:pm8916@0:pon@800:resin/input/input1
[ 1.776136] qcom-tsens 4a8000.thermal-sensor: tsens calibration failed
[ 1.790690] sdhci: Secure Digital Host Controller Interface driver
[ 1.793981] sdhci: Copyright(c) Pierre Ossman
[ 1.800428] Synopsys Designware Multimedia Card Interface Driver
[ 1.806138] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.813204] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 1.819532] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.822365] usbcore: registered new interface driver usbhid
[ 1.826847] usbhid: USB HID core driver
[ 1.835542] usbcore: registered new interface driver snd-usb-audio
[ 1.837566] NET: Registered protocol family 10
[ 1.843012] Segment Routing with IPv6
[ 1.846730] NET: Registered protocol family 17
[ 1.850421] 9pnet: Installing 9P2000 support
[ 1.854752] Key type dns_resolver registered
[ 1.860008] registered taskstats version 1
[ 1.882693] s1: supplied by regulator-dummy
[ 1.882743] s1: Bringing 0uV into 375000-375000uV
[ 1.885760] msm_hsusb 78d9000.usb: 78d9000.usb supply vbus not found, using dummy regulator
[ 1.891421] s2: supplied by regulator-dummy
[ 1.898998] s3: supplied by regulator-dummy
[ 1.907346] s3: Bringing 0uV into 375000-375000uV
[ 1.909140] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 1.912256] s4: supplied by regulator-dummy
[ 1.916652] s4: Bringing 0uV into 1800000-1800000uV
[ 1.921677] l1: supplied by s3
[ 1.925404] l1: Bringing 0uV into 375000-375000uV
[ 1.930809] l2: supplied by s3
[ 1.931387] input: gpio_keys as /devices/platform/gpio_keys/input/input2
[ 1.933270] l2: Bringing 0uV into 1200000-1200000uV
[ 1.939551] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 1.945754] hctosys: unable to open rtc device (rtc0)
[ 1.947976] l3: supplied by s3
[ 1.953011] ALSA device list:
[ 1.957525] l3: Bringing 0uV into 375000-375000uV
[ 1.960439] No soundcards found.
[ 1.963842] l4: supplied by s4
[ 1.971531] l4: Bringing 0uV into 1750000-1750000uV
[ 1.972060] l5: supplied �[ 1.983083] l6: supplied by s4
[ 1.983145] l6: Bringing 0uV into 1800000-1800000uV
[ 1.983556] Freeing unused kernel memory: 1216K
[ 1.985469] l7: supplied by s4
[ 1.994403] l7: Bringing 0uV into 1750000-1750000uV
[ 1.998121] l8: supplied by regulator-dummy
[ 2.002284] l8: Bringing 0uV into 1750000-1750000uV
[ 2.006938] l9: supplied by regulator-dummy
[ 2.011302] l9: Bringing 0uV into 1750000-1750000uV
[ 2.015995] l10: supplied by regulator-dummy
[ 2.020341] l10: Bringing 0uV into 1750000-1750000uV
[ 2.025355] l11: supplied by regulator-dummy
[ 2.029801] l11: Bringing 0uV into 1750000-1750000uV
[ 2.034411] l12: supplied by regulator-dummy
[ 2.039012] l12: Bringing 0uV into 1750000-1750000uV
[ 2.043650] l13: supplied by regulator-dummy
[ 2.048191] l13: Bringing 0uV into 1750000-1750000uV
[ 2.052857] l14: supplied by regulator-dummy
[ 2.057419] l14: Bringing 0uV into 1750000-1750000uV
[ 2.062102] l15: supplied by regulator-dummy
[ 2.066620] l15: Bringing 0uV into 1750000-1750000uV
[ 2.071662] l16: supplied by regulator-dummy
[ 2.075830] l16: Bringing 0uV into 1750000-1750000uV
[ 2.080516] l17: supplied by regulator-dummy
[ 2.085004] l17: Bringing 0uV into 3300000-3300000uV
[ 2.090196] l18: supplied by regulator-dummy
[ 2.094203] l18: Bringing 0uV into 1750000-1750000uV
Loading, please wait...
Starting version 240
[ 2.149667] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit
[ 2.151272] sdhci_msm 7864900.sdhci: Got CD GPIO
[ 2.210261] mmc1: SDHCI controller on 7864900.sdhci [7864900.sdhci] using ADMA 64-bit
[ 2.239142] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 2.239178] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
[ 2.261570] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
[ 2.262431] hub 1-0:1.0: USB hub found
[ 2.266038] hub 1-0:1.0: 1 port detected
[ 2.272718] cpu cpu0: _opp_add: duplicate OPPs detected. Existing: freq: 200000000, volt: 1050000, enabled: 1. New: freq: 200000000, volt: 1050000, enabled: 1
[ 2.284273] mmc0: new HS200 MMC card at address 0001
[ 2.290974] mmcblk0: mmc0:0001 DS1008 7.28 GiB
[ 2.296616] mmcblk0boot0: mmc0:0001 DS1008 partition 1 4.00 MiB
[ 2.297577] mmcblk0boot1: mmc0:0001 DS1008 partition 2 4.00 MiB
[ 2.303103] mmcblk0rpmb: mmc0:0001 DS1008 partition 3 4.00 MiB
[ 2.315012] random: fast init done
[ 2.317717] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10
[ 2.467437] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.467825] mmcblk1: mmc1:aaaa SS16G 14.8 GiB
[ 2.479806] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9
[ 2.499852] rtc-pm8xxx 200f000.spmi:pm8916@0:rtc@6000: rtc core: registered pm8xxx_rtc as rtc0
[ 2.605562] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[ 2.766832] hub 1-1:1.0: USB hub found
[ 2.766932] hub 1-1:1.0: 3 ports detected
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.33.1
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/mmcblk1p9
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
[ 3.057858] usb 1-1.1: new high-speed USB device number 3 using ci_hdrc
[ 3.261948] usb 1-1.1: reset high-speed USB device number 3 using ci_hdrc
[ 3.420710] r8152 1-1.1:1.0 eth0: v1.09.9
[ 3.433266] r8152 1-1.1:1.0 enx00e04c62a919: renamed from eth0
[ 8.076088] EXT4-fs (mmcblk1p9): warning: mounting fs with errors, running e2fsck is recommended
[ 8.078300] EXT4-fs (mmcblk1p9): recovery complete
[ 8.085237] EXT4-fs (mmcblk1p9): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 8.533457] systemd[1]: System time before build time, advancing clock.
[ 8.601584] ip_tables: (C) 2000-2006 Netfilter Core Team
Welcome to Debian GNU/Linux buster/sid!
File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 9.034900] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.039758] random: systemd: uninitialized urandom read (16 bytes read)
[ 9.041067] random: systemd: uninitialized urandom read (16 bytes read)
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Reached target Swap.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on Journal Socket.
Starting Create list of re…odes for the current kernel...
Mounting Huge Pages File System...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on udev Control Socket.
Starting Load Kernel Modules...
[ OK ] Reached target Remote File Systems.
Mounting POSIX Message Queue File System...
Starting Remount Root and Kernel File Systems...
[ OK ] Set up automount Arbitrary…s File System Automount Point.
Starting Set the console keyboard layout...
Starting Nameserver information manager...
[ OK ] Listening on Syslog Socket.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Listening on Journal Audit Socket[ 9.152092] EXT4-fs (mmcblk1p9): re-mounted. Opts: data=ordered
.
Mounting Kernel Debug File System...
[ OK ] Created slice system-getty.slice.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ OK ] Reached target Local Encrypted Volumes.
Starting udev Coldplug all Devices...
Starting Journal Service...
[ OK ] Reached target Paths.
[ OK ] Started Create list of req… nodes for the current kernel.
[ OK ] Started Load Kernel Modules.
Starting Apply Kernel Variables...
Mounting Kernel Configuration File System...
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Huge Pages File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Nameserver information manager.
Starting Load/Save Random Seed...
Starting Create System Users...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ 9.410355] systemd-journald[1592]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Set the console keyboard layout.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Set console font and keymap...
Starting Raise network interfaces...
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ 9.790241] media: Linux media interface: v0.10
[ 9.810083] Linux video capture interface: v2.00
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 9.848581] random: crng init done
[ 9.848600] random: 7 urandom warning(s) missed due to ratelimiting
[ 9.859577] qcom-camss 1b0ac00.camss: Linked as a consumer to 1ef0000.iommu
[ 9.859659] iommu: Adding device 1b0ac00.camss to group 0
[ 9.876359] qcom-venus 1d00000.video-codec: Linked as a consumer to 1ef0000.iommu
[ 9.876449] iommu: Adding device 1d00000.video-codec to group 1
[ 9.884882] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: DT property missing, MBHC btn detection disabled
[ OK ] Started Network Time Synchronization.
[ 10.114075] adreno 1c00000.gpu: Linked as a consumer to soc:iommu@1f08000
[ 10.114169] iommu: Adding device 1c00000.gpu to group 2
[ 10.123803] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
[ 10.124869] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
[ 10.134696] qcom-apq8016-sbc 7702000.sound: error getting cpu dai name
[ 10.138346] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
[ 10.138962] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk0: -2
[ 10.152359] adv7511 3-0039: 3-0039 supply dvdd not found, using dummy regulator
[ 10.153719] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk1: -2
[ 10.166052] adv7511 3-0039: 3-0039 supply pvdd not found, using dummy regulator
[ 10.172085] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk2: -2
[ 10.182555] adv7511 3-0039: 3-0039 supply a2vdd not found, using dummy regulator
[ 10.207723] apq8016-lpass-cpu 7708000.lpass: asoc_qcom_lpass_cpu_platform_probe() error getting optional mi2s-osr-clk3: -2
[ 10.209590] qcom-apq8016-sbc 7702000.sound: error getting codec dai name
[ 10.218007] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
[ 10.220677] msm_mdp 1a01000.mdp: Linked as a consumer to 1ef0000.iommu
[ 10.235902] iommu: Adding device 1a01000.mdp to group 3
[ 10.240564] msm_dsi_phy 1a98300.dsi-phy: Using legacy clk name binding. Use "iface" instead of "iface_clk"
[ 10.243966] qcom-apq8016-sbc 7702000.sound: error getting codec dai name
[ 10.253229] qcom-apq8016-sbc 7702000.sound: Error resolving dai links: -517
[ 10.260090] qcom-wcnss-pil a204000.wcnss: a204000.wcnss supply vddcx not found, using dummy regulator
[ 10.261340] msm 1a00000.mdss: Using legacy clk name binding. Use "iface" instead of "iface_clk"
[ 10.278741] msm 1a00000.mdss: Using legacy clk name binding. Use "bus" instead of "bus_clk"
[ 10.285017] msm 1a00000.mdss: Using legacy clk name binding. Use "vsync" instead of "vsync_clk"
[ 10.293602] msm 1a00000.mdss: 1a00000.mdss supply vdd not found, using dummy regulator
[ 10.300933] NET: Registered protocol family 42
[ 10.302412] msm_mdp 1a01000.mdp: Using legacy clk name binding. Use "bus" instead of "bus_clk"
[ 10.314196] msm_mdp 1a01000.mdp: Using legacy clk name binding. Use "iface" instead of "iface_clk"
[ 10.314982] remoteproc remoteproc0: a204000.wcnss is available
[ 10.322812] msm_mdp 1a01000.mdp: Using legacy clk name binding. Use "core" instead of "core_clk"
[ 10.337719] msm_mdp 1a01000.mdp: Using legacy clk name binding. Use "vsync" instead of "vsync_clk"
[ 10.346695] msm_mdp 1a01000.mdp: MDP5 version v1.6
[ 10.355645] msm 1a00000.mdss: bound 1a01000.mdp (ops mdp5_ops [msm])
[ 10.356085] remoteproc remoteproc0: powering up a204000.wcnss
[ 10.360446] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
[ 10.370963] remoteproc remoteproc0: Booting fw image wcnss.mdt, size 7260
[ 10.378513] msm_dsi 1a98000.dsi: 1a98000.dsi supply gdsc not found, using dummy regulator
[ 10.398121] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "mdp_core" instead of "mdp_core_clk"
[ 10.398193] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "iface" instead of "iface_clk"
[ 10.406901] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "bus" instead of "bus_clk"
[ 10.406958] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "byte" instead of "byte_clk"
[ 10.407006] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "pixel" instead of "pixel_clk"
[ 10.407056] msm_dsi 1a98000.dsi: Using legacy clk name binding. Use "core" instead of "core_clk"
[ 10.407347] msm 1a00000.mdss: bound 1a98000.dsi (ops dsi_ops [msm])
[ 10.451937] adreno 1c00000.gpu: 1c00000.gpu supply vdd not found, using dummy regulator
[ 10.457322] adreno 1c00000.gpu: 1c00000.gpu supply vddcx not found, using dummy regulator
[ 10.465280] msm 1a00000.mdss: A306: using IOMMU
[ 10.474072] msm 1a00000.mdss: bound 1c00000.gpu (ops a3xx_ops [msm])
[ OK ] Started Raise network interfaces.
[ 10.494860] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 10.494880] [drm] Driver supports precise vblank timestamp query.
[ 10.500912] [drm] Initialized msm 1.3.0 20130625 for 1a00000.mdss on minor 0
[ 10.659960] Console: switching to colour frame buffer device 240x67
[ 10.698743] msm 1a00000.mdss: fb0: msm frame buffer device
[ 10.719507] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: no source widget found for Playback
[ 10.719513] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC: Failed to add route Playback -> direct -> TX
[ 10.720115] qcom,pm8916-wcd-spmi-codec 200f000.spmi:pm8916@1:codec@f000: PMIC REV: 1 CODEC Version: 1
[ 10.721987] qcom-apq8016-sbc 7702000.sound: i2s-hifi <-> Quatenary MI2S mapping ok
[ 10.722240] qcom-apq8016-sbc 7702000.sound: multicodec <-> Primary MI2S mapping ok
[ 10.722397] qcom-apq8016-sbc 7702000.sound: multicodec <-> Tertiary MI2S mapping ok
[ 10.722464] qcom-apq8016-sbc 7702000.sound: ASoC: no DMI vendor name!
[ 10.724292] input: DB410c Headset Jack as /devices/platform/soc/7702000.sound/sound/card0/input3
[ OK ] Found device /dev/ttyMSM0.
[ 10.932790] remoteproc remoteproc0: remote processor a204000.wcnss is now up
[ 11.053428] qcom_wcnss_ctrl remoteproc0:smd-edge.WCNSS_CTRL.-1.-1: WCNSS Version 1.5 1.2
[ OK ] Reached target Sound Card.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Basic System.
Starting Login Service...
Starting Initialize hardware monitoring sensors...
Starting LSB: Load kernel …d to enable cpufreq scaling...
Starting System Logging Service...
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Trigger anacron every hour.
[ OK ] Reached target Timers.
[ OK ] Started Run anacron jobs.
Starting QRTR service...
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started System Logging Service.
[ OK ] Started QRTR service.
[ OK ] Started Initialize hardware monitoring sensors.
Starting RMTFS setup...
[ OK ] Started Login Service.
[ OK ] Started WPA supplicant.
[ 11.680515] remoteproc remoteproc1: 4080000.hexagon is available
[ OK ] Started RMTFS setup.[ 11.688775] remoteproc remoteproc1: powering up 4080000.hexagon
[ OK ] Started LSB: Load kernel m…ded to enable cpufreq scaling.
[ 11.746307] qcom-q6v5-pil 4080000.hexagon: MBA booted, loading mpss
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting /etc/rc.local Compatibility...
[ 12.272166] remoteproc remoteproc1: remote processor 4080000.hexagon is now up
Starting OpenBSD Secure Shell server...
[ 12.286981] qcom-q6v5-pil 4080000.hexagon: fatal error received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 12.287014] remoteproc remoteproc1: crash detected in 4080000.hexagon: type fatal error
[ 12.295984] remoteproc remoteproc1: handling crash #1 in 4080000.hexagon
[ 12.303992] remoteproc remoteproc1: recovering 4080000.hexagon
[ OK ] Started Permit User Sessions.
[ OK ] Started /etc/rc.local Compatibility.
Starting Hostname Service...
[ OK ] Started Serial Getty on ttyMSM0.
[ OK ] Started Getty on tty1.
[ OK ] Reached target Login Prompts.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
[ OK ] Started Hostname Service.
Debian GNU/Linux buster/sid linaro-developer ttyMSM0
[ 12.646563] Bluetooth: Core ver 2.22
[ 12.649450] NET: Registered protocol family 31
[ 12.649455] Bluetooth: HCI device and connection manager initialized
[ 12.649466] Bluetooth: HCI socket layer initialized
[ 12.649473] Bluetooth: L2CAP socket layer initialized
[ 12.649536] Bluetooth: SCO socket layer initialized
[ 12.692965] btqcomsmd a204000.wcnss:smd-edge:wcnss:bt: BD address 02:00:71:6b:40:de retrieved from device-tree
[ 12.702224] wcn36xx: mac address: 02:00:71:6b:40:df
linaro-developer login: root (automatic login)
Last login: Mon Jul 8 09:58:37 UTC 2019 on ttyMSM0
Linux linaro-developer 4.14.0-qcomlt-arm64 #1 SMP PREEMPT Thu Jul 4 10:36:46 CST 2019 aarch64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
[ 12.924655] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.933599] Bluetooth: BNEP socket layer initialized
[ 12.944738] IPv6: ADDRCONF(NETDEV_UP): enx00e04c62a919: link is not ready
[ 12.955303] IPv6: ADDRCONF(NETDEV_UP): enx00e04c62a919: link is not ready
[ 12.986518] r8152 1-1.1:1.0 enx00e04c62a919: carrier on
[ 12.986590] IPv6: ADDRCONF(NETDEV_CHANGE): enx00e04c62a919: link becomes ready
[ 13.003055] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 13.273199] wcn36xx: firmware WLAN version 'WCN v2.0 RadioPhy vRhea_GF_1.12 with 19.2MHz XO' and CRM version 'CNSS-PR-2-0-1-2-c1-74-130449-3'
[ 13.273231] wcn36xx: firmware API 1.5.1.2, 41 stations, 2 bssids
[ 13.295612] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
root@linaro-developer:~# [ 13.617256] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 13.738262] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 14.087443] qcom-q6v5-pil 4080000.hexagon: watchdog received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 14.087525] remoteproc remoteproc1: crash detected in 4080000.hexagon: type watchdog
[ 14.785904] Bluetooth: hci0 command 0x1003 tx timeout
[ 17.377890] qcom-q6v5-pil 4080000.hexagon: failed receiving QMI response
[ 22.497887] qcom-q6v5-pil 4080000.hexagon: timed out on wait
[ 22.498058] remoteproc remoteproc1: stopped remote processor 4080000.hexagon
[ 22.553875] qcom-q6v5-pil 4080000.hexagon: MBA booted, loading mpss
[ 22.774474] remoteproc remoteproc1: remote processor 4080000.hexagon is now up
[ 22.774721] remoteproc remoteproc1: handling crash #2 in 4080000.hexagon
[ 22.784849] remoteproc remoteproc1: recovering 4080000.hexagon
[ 22.789335] qcom-q6v5-pil 4080000.hexagon: fatal error received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 22.793181] remoteproc remoteproc1: crash detected in 4080000.hexagon: type fatal error
[ 24.589787] qcom-q6v5-pil 4080000.hexagon: watchdog received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 24.589869] remoteproc remoteproc1: crash detected in 4080000.hexagon: type watchdog
[ 27.873903] qcom-q6v5-pil 4080000.hexagon: failed receiving QMI response
[ 32.993924] qcom-q6v5-pil 4080000.hexagon: timed out on wait
[ 32.994097] remoteproc remoteproc1: stopped remote processor 4080000.hexagon
[ 33.045878] qcom-q6v5-pil 4080000.hexagon: MBA booted, loading mpss
[ 33.264744] remoteproc remoteproc1: remote processor 4080000.hexagon is now up
[ 33.264987] remoteproc remoteproc1: handling crash #3 in 4080000.hexagon
[ 33.276256] remoteproc remoteproc1: recovering 4080000.hexagon
[ 33.284348] qcom-q6v5-pil 4080000.hexagon: fatal error received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 33.284383] remoteproc remoteproc1: crash detected in 4080000.hexagon: type fatal error
[ 35.084678] qcom-q6v5-pil 4080000.hexagon: watchdog received: fs_rmts_pm.c:853:[5, 7] rmts_read_iovec failed
[ 35.084758] remoteproc remoteproc1: crash detected in 4080000.hexagon: type watchdog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment