Preparing for a Prototype


Oof, it’s having a rough time. This is booting from the eMMC? Looks like either a corrupt filesystem or potentially an issue with the eMMC. Have you tried booting this image on the SD card with success?
 
  • Like
Reactions: rSl
Alright then. That above minicom dump was from where it had 'stuck' already. I had to have a signal going in order to be able to find the unit to establish a connection.

This one should be from cold boot to where it pauses out with the db dark red logo on the black screen with the mouse x pointer. Sorry for the 'out of order'.

Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 23:06:40

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46)
OMAP5432-GP ES2.0
cold reset
rsttime1 has not yet been configured
>>spl:board_init_r()
spl_init()
Trying to boot from MMC2_2
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
spl: payload image: U-Boot 2016.11-gd2e442097c for o load addr: 0x807fffc0 size4
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46 +0100)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: OMAP5432 Pyra
I2C: ready
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

HW Revision: CPU: v5.3 Mainboard: v5.2
BOOTDEV: eMMC/uSD
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
** File not found uEnv.txt **
Retrieving file: /extlinux/extlinux.conf
309 bytes read in 3 ms (100.6 KiB/s)
Retrieving file: /extlinux/linux.cfg
1722 bytes read in 3 ms (560.5 KiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 3 ms (0 Bytes/s)
Extlinux Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
2: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
Retrieving file: /initrd.img-4.19.88-letux-lpae
10643010 bytes read in 544 ms (18.7 MiB/s)
Retrieving file: /vmlinuz-4.19.88-letux-lpae
5265792 bytes read in 271 ms (18.5 MiB/s)
append: root=PARTUUID=5aa07545-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.88-letux-lpae/omap5-letux-cortex15-v5.3+b
65659 bytes read in 23 ms (2.7 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f5d9000, end 8ffff642 ... OK
Loading Device Tree to 8f5c5000, end 8f5d807a ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.88-letux-lpae (pyra@debian-buster) (gcc versi9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 16 pages/cpu s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=5aa07545-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63708(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4092628K/4174848K available (7219K kernel code, 741K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9236 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 742 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000803] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000812] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002282] Console: colour dummy device 80x30
[ 0.002841] console [tty0] enabled
[ 0.002877] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002904] pid_max: default: 32768 minimum: 301
[ 0.003008] Security Framework initialized
[ 0.003069] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003092] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003530] CPU: Testing write buffer coherency: ok
[ 0.003570] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003760] /cpus/cpu@0 missing clock-frequency property
[ 0.003785] /cpus/cpu@1 missing clock-frequency property
[ 0.003804] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059973] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079978] rcu: Hierarchical SRCU implementation.
[ 0.120039] smp: Bringing up secondary CPUs ...
[ 0.200449] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200454] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200582] smp: Brought up 1 node, 2 CPUs
[ 0.200600] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200616] CPU: All CPU(s) started in HYP mode.
[ 0.200629] CPU: Virtualization extensions available.
[ 0.201012] devtmpfs: initialized
[ 0.220551] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220950] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221439] pinctrl core: initialized pinctrl subsystem
[ 0.222071] NET: Registered protocol family 16
[ 0.224502] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225239] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.225879] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287074] audit: initializing netlink subsys (disabled)
[ 0.287648] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.287897] cpuidle: using governor menu
[ 0.288754] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.294818] OMAP GPIO hardware version 0.1
[ 0.298594] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.298992] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.299109] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.299136] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.312975] No ATAGs?
[ 0.313080] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.313114] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.313619] OMAP DMA hardware revision 0.0
[ 0.314526] Serial: AMBA PL011 UART driver
[ 0.338808] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.339555] vsys_cobra: supplied by vmain
[ 0.352063] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.352388] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.353705] vgaarb: loaded
[ 0.354252] SCSI subsystem initialized
[ 0.354542] libata version 3.00 loaded.
[ 0.355031] usbcore: registered new interface driver usbfs
[ 0.355133] usbcore: registered new interface driver hub
[ 0.355246] usbcore: registered new device driver usb
[ 0.355506] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.355583] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.357442] Advanced Linux Sound Architecture Driver Initialized.
[ 0.358786] clocksource: Switched to clocksource arch_sys_counter
[ 0.406485] VFS: Disk quotas dquot_6.6.0
[ 0.406563] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.418939] NET: Registered protocol family 2
[ 0.419429] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.419468] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.419543] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.419682] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.419779] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.419821] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.419947] NET: Registered protocol family 1
[ 0.419981] PCI: CLS 0 bytes, default 64
[ 0.472762] Trying to unpack rootfs image as initramfs...
[ 0.937824] Freeing initrd memory: 10396K
[ 0.938416] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.938634] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.942714] Initialise system trusted keyrings
[ 0.942991] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.943317] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.943570] aufs 4.19.17+
[ 0.945165] Key type asymmetric registered
[ 0.945184] Asymmetric key parser 'x509' registered
[ 0.945236] bounce: pool size: 64 pages
[ 0.945282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.945305] io scheduler noop registered
[ 0.945319] io scheduler deadline registered
[ 0.945361] io scheduler cfq registered (default)
[ 0.945377] io scheduler mq-deadline registered
[ 0.945391] io scheduler kyber registered
[ 0.948723] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 0.949598] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 0.950095] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 0.959175] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.962021] omap_uart 4806c000.serial: no wakeirq for uart1
[ 0.962132] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 0.962386] serial serial0: tty port ttyO1 registered
[ 0.962659] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.878648] console [ttyO2] enabled
[ 1.882867] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.888810] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.899057] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.904971] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.923704] brd: module loaded
[ 1.931773] loop: module loaded
[ 1.936668] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.943748] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.952706] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 1.963511] scsi host0: ahci
[ 1.966801] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 1.976065] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.985308] libphy: Fixed MDIO Bus: probed
[ 1.992926] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.999804] ehci-pci: EHCI PCI platform driver
[ 2.004644] usbcore: registered new interface driver usb-storage
[ 2.011269] mousedev: PS/2 mouse device common for all mice
[ 2.018121] i2c /dev entries driver
[ 2.021926] IR NEC protocol handler initialized
[ 2.026673] IR RC5(x/sz) protocol handler initialized
[ 2.031984] IR RC6 protocol handler initialized
[ 2.036728] IR JVC protocol handler initialized
[ 2.041489] IR Sony protocol handler initialized
[ 2.046325] IR SANYO protocol handler initialized
[ 2.051268] IR Sharp protocol handler initialized
[ 2.056195] IR MCE Keyboard/mouse protocol handler initialized
[ 2.062325] IR XMP protocol handler initialized
[ 2.067079] Driver for 1-wire Dallas network protocol.
[ 2.075638] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.085624] sdhci: Secure Digital Host Controller Interface driver
[ 2.092164] sdhci: Copyright(c) Pierre Ossman
[ 2.097300] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.106436] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.111315] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.116815] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.149256] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.158486] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.163380] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.169136] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.176275] txs02612 txs02612: probe
[ 2.180112] device_find_by_node: parent=c0e5bb70 of=ebfe901c - /ocp/mmc@480b2
[ 2.188455] find_by_node: found :)
[ 2.192055] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.200295] txs02612 txs02612: could not get access to host port, using manue
[ 2.233536] txs02612_request: current=1 client=0
[ 2.256337] mmc0: new high speed MMC card at address 0001
[ 2.258830] txs02612 txs02612: probed
[ 2.265862] txs02612_request: current=0 client=1
[ 2.270773] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.279621] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.281397] usbcore: registered new interface driver usbhid
[ 2.285067] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.290477] usbhid: USB HID core driver
[ 2.297076] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.300557] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.312527] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 2.320332] ashmem: initialized
[ 2.327478] oprofile: using timer interrupt.
[ 2.332169] Initializing XFRM netlink socket
[ 2.336684] mmcblk0: p1 p2
[ 2.338858] NET: Registered protocol family 17
[ 2.344323] NET: Registered protocol family 15
[ 2.349055] Key type dns_resolver registered
[ 2.354067] ThumbEE CPU extension supported.
[ 2.358601] Registering SWP/SWPB emulation handler
[ 2.363673] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.369693] omap_vp_init: No PMIC info for vdd_core
[ 2.374817] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.380496] omap_vp_init: No PMIC info for vdd_mm
[ 2.385430] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.391200] omap_vp_init: No PMIC info for vdd_mpu
[ 2.396223] Power Management for TI OMAP4+ devices.
[ 2.402222] Loading compiled-in X.509 certificates
[ 2.424717] palmas 0-0048: Irq flag is 0x00000008
[ 2.462295] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.475559] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.488906] SMPS123: supplied by regulator-dummy
[ 2.495392] random: fast init done
[ 2.499187] SMPS45: supplied by regulator-dummy
[ 2.505654] SMPS6: supplied by vsys_cobra
[ 2.511494] SMPS7: supplied by vsys_cobra
[ 2.517269] SMPS8: supplied by vsys_cobra
[ 2.523211] SMPS9: supplied by vsys_cobra
[ 2.527758] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.534588] SMPS10_OUT2: supplied by regulator-dummy
[ 2.541163] SMPS10_OUT1: supplied by regulator-dummy
[ 2.547218] LDO1: supplied by vsys_cobra
[ 2.551750] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.558380] LDO2: supplied by vsys_cobra
[ 2.562935] ldo2: Bringing 0uV into 1800000-1800000uV
[ 2.571481] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.578142] LDO5: supplied by vsys_cobra
[ 2.587874] LDO7: supplied by vsys_cobra
[ 2.592420] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.599132] LDO8: supplied by vsys_cobra
[ 2.605044] LDO9: supplied by vmmcsd_fixed
[ 2.611361] LDOLN: supplied by vsys_cobra
[ 2.617362] LDOUSB: supplied by vsys_cobra
[ 2.626651] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.633083] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.642560] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.650368] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.657933] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.665332] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.672385] vdds_1v8_main: supplied by smps7
[ 2.677126] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.711864] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.718178] cpu cpu0: Linked as a consumer to regulator.9
[ 2.723933] cpu cpu0: Dropping the link to regulator.9
[ 2.729836] cpu cpu0: Linked as a consumer to regulator.9
[ 2.737433] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.746626] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.751548] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.756649] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.764016] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.804006] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.810901] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.935863] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.945289] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.950278] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.955582] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 2.968393] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 2.991220] mmc4: new high speed SDIO card at address 0001
[ 3.079414] ldo3: supplied by vdds_1v8_main
[ 3.084343] ldo4: supplied by vdds_1v8_main
[ 3.089526] ldo6: supplied by vdds_1v8_main
[ 3.299867] input: user-button as /devices/platform/user-button/input/input0
[ 3.314452] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.323896] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.333669] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.344595] ALSA device list:
[ 3.347711] No soundcards found.
[ 3.352782] Freeing unused kernel memory: 2048K
[ 3.357679] Run /init as init process
[ 3.747932] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.762814] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i3
[ 3.785232] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.819425] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4804
[ 3.831660] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.837544] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.843346] as5013 1-0040: ID code: 0c
[ 3.847682] as5013 1-0040: ID version: 0d
[ 3.862679] as5013 1-0040: silicon revision: 00
[ 3.868569] as5013 1-0040: control: f1
[ 3.872878] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i25
[ 3.873033] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.892134] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.898714] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.898761] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.904849] as5013 1-0041: ID code: 0c
[ 3.918366] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.924695] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.930534] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 3.930577] omapdss: unknown parameter 'def_disp' ignored
[ 3.942122] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 3.942160] as5013 1-0041: ID version: 0d
[ 3.957002] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.964354] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.970671] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.980305] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.987479] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 3.997898] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 3.999346] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.011398] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 4.022968] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 4.030583] as5013 1-0041: silicon revision: 00
[ 4.037043] as5013 1-0041: control: f1
[ 4.038891] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.041897] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 4.054349] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.055867] DSS: OMAP DSS rev 6.1
[ 4.068335] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 4.081499] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.089160] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.094186] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.097773] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.109386] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.116296] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 4.126992] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.127768] usb usb1: Product: EHCI Host Controller
[ 4.138930] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 4.149832] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.160188] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.163254] usb usb1: Manufacturer: Linux 4.19.88-letux-lpae ehci_hcd
[ 4.173028] usb usb1: SerialNumber: 4a064c00.ehci
[ 4.183341] hub 1-0:1.0: USB hub found
[ 4.188335] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.188508] hub 1-0:1.0: 3 ports detected
[ 4.202874] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.210639] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.218509] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.229390] dmm 4e000000.dmm: initialized all PAT entries
[ 4.235333] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.237112] omapdss_dsi 58004000.encoder: Linked as a consumer to regulator.0
[ 4.250495] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulato0
[ 4.259437] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.266413] [drm] No driver support for vblank timestamp query.
[ 4.306109] Console: switching to colour frame buffer device 160x45
[ 4.326404] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 4.376550] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 4.385765] omap-dwc3 4a020000.omap_dwc3: vbus init failed
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[ 4.618818] usb 1-2: new high-speed USB device number 2 using ehci-omap
[ 4.819352] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bc0
[ 4.828836] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.841840] hub 1-2:1.0: USB hub found
[ 4.846095] hub 1-2:1.0: 3 ports detected
[ 4.855765] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Warning: fsck not present, so skipping root file system
[ 5.150084] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[ 5.162143] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 2010f3cf
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 5.772067] systemd[1]: System time before build time, advancing clock.
[ 5.826855] systemd[1]: Inserted module 'autofs4'
[ 5.867565] NET: Registered protocol family 10
[ 5.882628] Segment Routing with IPv6
[ 5.911379] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SE)
[ 5.946551] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 10 (buster)!
[ 5.961588] systemd[1]: No hostname configured.
[ 5.961602] systemd[1]: Set hostname to <localhost>.
[ 5.962394] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumet

[ 6.265428] systemd[1]: File /lib/systemd/system/systemd-journald.service:12.
[ 6.302948] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warn)
[ 6.431671] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= referen.
[ 6.495218] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.512856] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.526131] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 6.537169] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.550485] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Created slice User and Session Slice.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Set up automount Arbitrary Executable File Formats File System Automou.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Listening on Journal Socket.
Mounting POSIX Message Queue File System...
Starting udev Coldplug all Devices...
Starting Set the console keyboard layout...
Starting Uncomplicated firewall...
Starting Create list of required static device nodes for the current k.
Starting Load Kernel Modules...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
Starting File System Check on Root Device...
Mounting Kernel Debug File System...
[ OK ] Reached target Slices.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Remote File Systems.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Uncomplicated firewall.
[ OK ] Started Create list of required static device nodes for the current ke.
[ OK ] Started Load Kernel Modules.
[ OK ] Started File System Check on Root Device.
[ OK ] Mounted Kernel Debug File System.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Apply Kernel Variables.
Starting Create System Users...
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Set the console keyboard layout.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ 7.153607] systemd-journald[1344]: Received request to flush runtime journa1
[ 7.171885] systemd-journald[1344]: File /var/log/journal/2ea02f2a8b2d4e19a5.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started udev Coldplug all Devices.
Starting Show Plymouth Boot Screen...
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ 7.563290] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.580033] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.594096] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Found device /dev/ttyO2.
[ 7.612087] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.764918] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulatr
[ 7.790021] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend me
[ 7.807592] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 7.809343] bmp280 2-0077: Linked as a consumer to regulator.0
[ 7.833359] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 7.851647] bno055 2-0029: software revision id 0311
[ 7.862120] usb3503 0-0008: usb3503_probe
[ 7.865615] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 7.872724] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulatr
[ 7.896129] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 7.899844] input: accelerometer-iio-input-bridge as /devices/virtual/input/8
[ 7.921968] bmg160_i2c: probe of 2-0069 failed with error -121
[ 7.935491] usb3503 0-0008: reset gpio state 0
[ 7.961561] usb3503 0-0008: usb3503_connect
[ 7.980622] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.984089] usb3503 0-0008: usb3503_reset 1
[ 8.041745] input input6: as5013_open
[ 8.051940] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.063571] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 8.079338] bmp280: probe of 2-0077 failed with error -121
[ 8.086429] input input7: as5013_open
[ 8.090721] Bluetooth: Core ver 2.22
[ 8.116598] crtouch_drv 3-0049: failed to read size of screen
[ 8.116605] bq2429x_charger 1-006b: invalid det gpio: -2
[ 8.143230] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.154076] usb3503 0-0008: switched to HUB mode
[ 8.164144] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.171639] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulatr
[ 8.187155] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.195163] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 8.212437] bq27xxx_battery_setup
[ 8.222074] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.222963] NET: Registered protocol family 31
[ 8.236462] bq27xxx_battery_setup: dm_regs=(ptrval)
[ 8.258254] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 8.258964] crtouch_drv: probe of 3-0049 failed with error -5
[ 8.281239] bmp280 2-0076: Linked as a consumer to regulator.0
[ 8.293281] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.322625] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulatr
[ 8.324645] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.347395] bq24296_get_vsys_voltage(0)
[ 8.360627] Bluetooth: HCI device and connection manager initialized
[ 8.379925] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.392992] Bluetooth: HCI socket layer initialized
[ 8.403209] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.403641] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.417207] => 3500000 uV
[ 8.436389] bq24296_get_vsys_voltage(0)
[ 8.446319] bq27xxx_battery_settings
[ 8.450408] Bluetooth: L2CAP socket layer initialized
[ 8.466017] => 3500000 uV
[ 8.479230] bq27xxx_battery_set_config
[ 8.483677] bq24296_get_vsys_voltage(0)
[ 8.502625] input input6: as5013_open
[ 8.504651] input input7: as5013_open
[ 8.511395] Bluetooth: SCO socket layer initialized
[ 8.538953] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.545556] bq27xxx_battery_unseal
[ 8.550616] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.571381] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.584550] => 3500000 uV
[ 8.601030] bq27xxx_battery_update_dm_block
[ 8.623081] random: crng init done
[ 8.625383] bq27xxx-battery 1-0055: design-capacity has 6000
[ 8.631137] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.654816] bq24296_get_otg_voltage(1)
[ 8.673149] Bluetooth: HCI UART driver ver 2.3
[ 8.698692] Bluetooth: HCI UART protocol H4 registered
[ 8.721531] => 4998000 uV
[ 8.774714] bq24296_get_otg_current_limit(1)
[ OK ] Found device /dev/disk/by-partuuid/5aa07545-01.
[ 8.808967] Bluetooth: HCI UART protocol BCSP registered
[ 8.863039] twl6040 0-004b: Linked as a consumer to regulator.38
[ 8.868238] bq27xxx_battery_update_dm_block
[ 8.883181] input: twl6040:vibrator as /devices/platform/44000000.ocp/4807000
[ 8.900366] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Starting File System Check on /dev/disk/by-partuuid/5aa07545-01...
[ 8.925802] bq24296_get_otg_voltage(1)
[ 8.931033] => 4998000 uV
[ OK ] Started File System Check on /dev/disk/by-partuuid/5aa07545-01.
Mounting /boot...
[ 8.966722] Bluetooth: HCI UART protocol LL registered
[ 8.977454] Bluetooth: HCI UART protocol Broadcom registered
[ 8.990119] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.001828] EXT4-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fd
[ 9.024112] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: ()
[ 9.041395] emif_probe: error getting device data
[ 9.052687] bq27xxx-battery 1-0055: design-energy has 22200
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ 9.097983] bq27xxx_battery_update_dm_block
[ 9.097991] bq27xxx-battery 1-0055: terminate-voltage has 3200
[ 9.097993] bq27xxx_battery_seal
Starting Raise network interfaces...
Starting Enable support for additional executable binary formats...
Starting Set console font and keymap...
Starting Tell Plymouth To Write Out Runtime Data...
[ 9.174515] emif_probe: error getting device data
[ 9.196472] bq2429x_charger 1-006b: bq24296_init_registers(): translated vba)
[ 9.218483] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.229584] Bluetooth: hci0: Failed to get CTS
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:backlight..
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ 9.320959] pvrsrvkm_omap_omap5_sgx544_116: module is from the staging direc.
[ 9.351157] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 9.351161] bq24296: VBUS became available
[ 9.351165] bq24296_update_input_current_limit(6)
[ 9.352132] otg_path: supplied by otg
[ 9.352255] omap-dwc3 4a020000.omap_dwc3: Linked as a consumer to regulator.7
[ 9.358446] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on 1
[ 9.416607] bq2729x_chg_irq_func
[ 9.416657] bq2729x_irq_work_func: di = e9f70040
[ 9.417079] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 9.417083] bq2729x_irq_work_func: r8=74 r9=00
[ 9.418067] wwan_on_off_init: wwan_on_off_init
[ 9.420192] wwan_on_off_probe: wwan_on_off_probe()
[ 9.420301] modem_vbus_hdmi_power: supplied by vsys
[ 9.420353] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 9.420429] wwan-on-off modem: Linked as a consumer to regulator.36
[ 9.420443] wwan_on_off_probe: onoff = a5c924ec indicator = 033a63b2 -2948001
[ 9.420446] wwan_on_off_probe: wwan_on_off_probe() wwan=f3f25c3c
[ 9.420467] wwan_on_off_is_powered_on: gpio value = 0
[ 9.421228] wwan_on_off_is_powered_on: return 'false'
[ 9.421316] wwan_on_off_rfkill_set_block: blocked: 1
[ 9.421318] wwan_on_off_set_power:eek:n = 0
[ 9.421321] wwan_on_off_is_powered_on: gpio value = 0
[ 9.421324] wwan_on_off_is_powered_on: return 'false'
[ 9.421327] wwan_on_off_set_power: state 0
[ 9.421330] wwan_on_off_set_power: regulator 0
[ 9.421333] wwan_on_off_set_power: done
[ 9.440834] wwan_on_off_probe: successfully probed
[ 9.516525] iio_charge:0
[ 9.518343] snd_soc_omap_hdmi_audio: unknown parameter 'index' ignored
[ 9.520823] emif_probe: error getting device data
[ 9.520865] emif_probe: error getting device data
[ 9.535340] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
[ 9.597561] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mak
[ 9.613934] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mappk
[ 9.636094] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mappk
[ 9.653333] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ 9.668566] ------------[ cut here ]------------
[ 9.668658] WARNING: CPU: 0 PID: 1362 at drivers/base/devres.c:899 snd_soc_c]
[ 9.668943] Modules linked in: snd_soc_omap_abe_twl6040(+) snd_soc_simple_cam
[ 9.669022] drm_panel_orientation_quirks pwm_omap_dmtimer encoder_tpd12s015n
[ 9.669115] CPU: 0 PID: 1362 Comm: systemd-udevd Tainted: G C 1
[ 9.669120] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 9.669138] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 9.669149] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 9.669159] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 9.669166] [<c022ebc8>] (__warn) from [<c022ef64>] (warn_slowpath_null+0x38)
[ 9.669177] [<c022ef64>] (warn_slowpath_null) from [<bf518458>] (snd_soc_car)
[ 9.669215] [<bf518458>] (snd_soc_card_new_dai_links [snd_soc_omap_abe_twl60)
[ 9.669227] [<bf5188ec>] (omap_abe_probe [snd_soc_omap_abe_twl6040]) from [<)
[ 9.669235] [<c06464a8>] (platform_drv_probe) from [<c0644304>] (really_prob)
[ 9.669243] [<c0644304>] (really_probe) from [<c06447a0>] (driver_probe_devi)
[ 9.669251] [<c06447a0>] (driver_probe_device) from [<c0644864>] (__driver_a)
[ 9.669257] [<c0644864>] (__driver_attach) from [<c0642618>] (bus_for_each_d)
[ 9.669264] [<c0642618>] (bus_for_each_dev) from [<c0643734>] (bus_add_drive)
[ 9.669272] [<c0643734>] (bus_add_driver) from [<c064551c>] (driver_register)
[ 9.669282] [<c064551c>] (driver_register) from [<bf51e088>] (omap_abe_init+)
[ 9.669297] [<bf51e088>] (omap_abe_init [snd_soc_omap_abe_twl6040]) from [<c)
[ 9.669307] [<c0202ce0>] (do_one_initcall) from [<c02a9718>] (do_init_module)
[ 9.669314] [<c02a9718>] (do_init_module) from [<c02ab9ac>] (load_module+0x2)
[ 9.669321] [<c02ab9ac>] (load_module) from [<c02abcd0>] (sys_finit_module+0)
[ 9.669327] [<c02abcd0>] (sys_finit_module) from [<c02011d4>] (__sys_trace_r)
[ 9.669330] Exception stack(0xe9f19fa8 to 0xe9f19ff0)
[ 9.669335] 9fa0: b6df2e88 00000000 0000000f 00521db8 00000
[ 9.669340] 9fc0: b6df2e88 00000000 7d384d00 0000017b 00524908 00000000 00528
[ 9.669344] 9fe0: beebd158 beebd148 b6dec1cd b6e9cd92
[ 9.669422] ---[ end trace 43897cade837afc2 ]---
[ 9.865935] aess 401f1000.aess: ASoC: Failed to create component debugfs diry
[ 9.865945] aess 401f1000.aess: ASoC: invalid header size for type 0 at offs.
[ 9.865950] aess 401f1000.aess: request for AESS FW failed -22
[ 9.879309] omap-abe-twl6040 sound: ASoC: unknown pin AFML
[ 9.879315] omap-abe-twl6040 sound: ASoC: unknown pin AFMR
[ 9.891260] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 9.908854] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 mappink
[ 9.908989] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia2 mappink
[ 9.909065] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Voice mapping ok
[ 9.909120] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Tones mapping ok
[ 9.909190] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MODEM mapping ok
[ 9.909240] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 LP mapk
[ 9.909312] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 9.909367] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909371] omap-abe-twl6040 sound: ASoC: no dapm match for Headset Mic --> s
[ 9.909376] omap-abe-twl6040 sound: ASoC: Failed to add route Headset Mic ->s
[ 9.909387] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909391] omap-abe-twl6040 sound: ASoC: no dapm match for Main Handset Mics
[ 9.909396] omap-abe-twl6040 sound: ASoC: Failed to add route Main Handset Ms
[ 9.909407] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 9.909412] omap-abe-twl6040 sound: ASoC: no dapm match for Sub Handset Mic s
[ 9.909416] omap-abe-twl6040 sound: ASoC: Failed to add route Sub Handset Mis
[ 9.909427] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL1
[ 9.909431] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL1 -> dirk
[ 9.909438] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL2
[ 9.909442] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL2 -> dirk
[ 9.909449] omap-abe-twl6040 sound: ASoC: no source widget found for Analog e
[ 9.909453] omap-abe-twl6040 sound: ASoC: Failed to add route Analog Capture1
[ 9.909459] omap-abe-twl6040 sound: ASoC: no source widget found for BT_VX_DL
[ 9.909464] omap-abe-twl6040 sound: ASoC: Failed to add route BT_VX_DL -> dik
[ 9.909472] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 9.909476] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.1 CL
[ 9.909481] omap-abe-twl6040 sound: ASoC: no source widget found for MM_EXT_L
[ 9.909485] omap-abe-twl6040 sound: ASoC: Failed to add route MM_EXT_DL -> dk
[ 9.909491] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 9.909495] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.2 CL
[ 9.911223] input: Letux Cortex 15 Headset Jack as /devices/platform/sound/s1
[ 10.261425] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ 10.402202] cfg80211: Loading compiled-in X.509 certificates for regulatory e
Mounting Arbitrary Executable File Formats File System...
[ OK ] Started 11.074421] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWR0
0;1;39mCreate Volatile Files and Directories.
[ OK ] Started Raise network interface[ 11.082934] dwc3 4a030000.dwc3: chana
s.
[ OK ] Started Set console font and keymap.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ 11.138396] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.138461] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 11.138466] cfg80211: failed to load regulatory.db
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ 11.397281] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connect2
[ 11.397288] wlcore: ERROR could not get configuration binary ti-connectivity2
[ 11.397291] wlcore: WARNING falling back to default config
Starting Tell Plymouth To Write Out Runtime Data...
Starting Show Plymouth Boot Screen...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ 11.624601] wwan_on_off_rfkill_set_block: blocked: 0
[ 11.624605] wwan_on_off_set_power:eek:n = 1
[ 11.624612] wwan_on_off_is_powered_on: gpio value = 0
[ 11.624615] wwan_on_off_is_powered_on: return 'false'
[ 11.624617] wwan_on_off_set_power: state 0
[ 11.624621] wwan_on_off_set_power: regulator 0
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ 11.919750] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 11.929095] wlcore: WARNING Detected unconfigured mac address in nvs, derive.
[ 11.968179] wlcore: WARNING This default nvs file can be removed from the fim
[ 11.987145] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
Starting Pyra First Run Wizard...
Starting Restore /etc/resolv.conf if the system crashed before the ppp.
Starting Bluetooth service...
Starting PVR initialisation server...
Starting Disk Manager...
Starting Login Service...
Starting System Logging Service...
[ OK ] Started Pyra Volume Daemon.
Starting Accounts Service...
[ OK ] Started Regular background program processing daemon.
[ 12.467779] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.467791] Bluetooth: BNEP socket layer initialized
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Started LED config.
[ OK ] Started D-Bus System Message Bus.
Starting Network Manager...
Starting WPA supplicant...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting DragonBox Package Daemon...
Starting Modem Manager...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Started Run anacron jobs.
[ OK ] Started System Logging Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp .
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Reached target Sound Card.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Network Manager.
[ OK ] Started Login Service.
Starting Network Manager Wait Online...
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Started WPA supplicant.
[ OK ] Started Bluetooth service.
[ OK ] Reached target Bluetooth.
[ OK ] Reached target Network.
Starting Permit User Sessions...
Starting OpenBSD Secure Shell server...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
[ OK ] Started Permit User Sessions.
Starting Hold until boot proce[ 13.009557] input input6: as5013_open
ss finishes up...
[ 13.052965] input input7: as5013_open
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started Modem Manager.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Hostname Service.
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started Disk Manager.
[ 14.729077] wwan_on_off_set_power: send impulse
[ 15.221544] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 15.469162] wwan_on_off_is_powered_on: gpio value = 1
[ 15.474516] wwan_on_off_is_powered_on: return 'true'
[ 15.479927] wwan_on_off_set_power: done
[ 15.498339] wwan_on_off_rfkill_set_block: blocked: 0
[ 15.498612] input: pyraInput keyboard as /devices/virtual/input/input12
[ 15.506322] wwan_on_off_set_power:eek:n = 1
[ 15.517346] wwan_on_off_is_powered_on: gpio value = 1
[ 15.522957] input: pyraInput Gamepad as /devices/virtual/input/input13
[ 15.524080] wwan_on_off_is_powered_on: return 'true'
[ 15.535918] input: pyraInput Mouse as /devices/virtual/input/input14
[ 15.535987] wwan_on_off_set_power: state 1
[ 15.535991] wwan_on_off_set_power: regulator 1
[ 15.535994] wwan_on_off_set_power: done
[ 15.560897] wlcore: loaded
[ OK ] Started Load/Save RF Kill Switch Status.
[ 15.826274] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ 16.249391] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 16.436007] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 16.529627] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 16.551475] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 16.559684] wlcore: down
[ 17.025212] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.154117] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.172614] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.373314] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.329155] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 19.379261] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 20.420940] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (26s / no li)
[ 33.769398] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.776033] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.790529] ldo3: disabling
[ 33.794153] ldo8: disabling
[ 33.797721] otg_path: disabling
[ *] (1 of 2) A start job is running for Pyra First Run Wizard (48s / no li)
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[*** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 11s / )
[ 78.078418] print_req_error: I/O error, dev mmcblk0, sector 0
[ 78.087079] systemd-journald[1344]: /var/log/journal/2ea02f2a8b2d4e19a5c2527.
[ OK ] Stopped target Local File Systems.
[ 78.145424] systemd-journald[1344]: Failed to write entry (9 items,r
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[ 78.194950] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[ 78.218283] systemd-journald[1344]: Failed to write entry (19 items, 602 bytr
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /bo[ 78.246329] systemd-journald[1344]: Failed to rotate r
ot...
[FAILED] Failed unmounting /boot.
Unmounting /boot[ 78.271082] systemd-journald[1344]: Failed to writer
...
[ 78.297311] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 78.316348] systemd-journald[1344]: Failed to write entry (19 items, 602 bytr

Unmounting /boot...
[FAILED[ 78.329526] systemd-journald[1344]: Failed to rotate /var/log/journalr
] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
Unmounting /boot...
[FAILED] Failed unmounting /boot.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5aa07545-01.
[ 78.649098] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 79.287897] mmc0: new high speed MMC card at address 0001
[ 79.306854] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 79.312157] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 79.320237] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 79.330186] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 79.341164] mmcblk0: p1 p2
[** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 17s / )
[ 83.773244] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.786689] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.797937] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.811263] systemd-journald[1344]: Failed to write entry (21 items, 604 bytr
[ 83.822336] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.835755] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.846876] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 83.860163] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 83.871093] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (1 of 2) A start job is running for Pyra First Run Wizard (1min 20s / )
[ 86.958399] ------------[ cut here ]------------
[ 86.963305] WARNING: CPU: 0 PID: 2064 at fs/fs-writeback.c:2241 __mark_inode4
[ 86.972385] bdi-block not registered
[ 86.976131] Modules linked in: arc4 bnep wl18xx wlcore mac80211 snd_soc_dmica
[ 87.050562] sysfillrect sysimgblt fb_sys_fops panel_boe_w677l drm drm_paneln
[ 87.075741] CPU: 0 PID: 2064 Comm: pyra-first-run. Tainted: G WC 1
[ 87.075745] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 87.075763] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 87.099757] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 87.107340] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 87.107349] [<c022ebc8>] (__warn) from [<c022ec28>] (warn_slowpath_fmt+0x44/)
[ 87.107359] [<c022ec28>] (warn_slowpath_fmt) from [<c038086c>] (__mark_inode)
[ 87.131526] [<c038086c>] (__mark_inode_dirty) from [<c036fff0>] (generic_upd)
[ 87.131536] [<c036fff0>] (generic_update_time) from [<c0371ab0>] (touch_atim)
[ 87.149137] [<c0371ab0>] (touch_atime) from [<c03050e4>] (generic_file_read_)
[ 87.149146] [<c03050e4>] (generic_file_read_iter) from [<c0354ed0>] (new_syn)
[ 87.167121] [<c0354ed0>] (new_sync_read) from [<c03570c4>] (vfs_read+0x90/0x)
[ 87.174794] [<c03570c4>] (vfs_read) from [<c0357154>] (kernel_read+0x28/0x44)
[ 87.182282] [<c0357154>] (kernel_read) from [<c035cc0c>] (prepare_binprm+0x1)
[ 87.190504] [<c035cc0c>] (prepare_binprm) from [<c035e0e8>] (__do_execve_fil)
[ 87.190510] [<c035e0e8>] (__do_execve_file) from [<c035e420>] (do_execve+0x2)
[ 87.190518] [<c035e420>] (do_execve) from [<c0201000>] (ret_fast_syscall+0x0)
[ 87.190521] Exception stack(0xe96fdfa8 to 0xe96fdff0)
[ 87.190528] dfa0: 0042b674 0042a73c 0042b674 0042a73c 00420
[ **] (1 of 2) A st[ 87.229030] dfe0: 00427e04 bed5b70c 0040a7b7 b6eee3d8
art job is running for Pyra First Run Wizard (1m[ 87.229081] ---[ end trace 4-
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 88.779464] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.794858] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.809411] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.823675] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.835510] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.849680] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.861847] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 88.875980] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 88.887811] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 93.788817] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.799968] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.813270] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.824465] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.837826] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.848927] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.862217] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 93.873341] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 93.886986] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 32s / )
[ 98.800517] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.817116] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.829600] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.844563] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.856805] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.871650] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.885310] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 98.900003] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 98.912333] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 103.809316] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.822596] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.834034] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.847589] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.858928] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.872185] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.883214] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 103.896596] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 103.907762] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 108.820178] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.833853] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.845494] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.859061] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.870246] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.884236] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.896187] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 108.909903] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 108.922101] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ *** ] (1 of 2) A start job is running for Pyra First Run Wizard (1min 47s / )
[ 113.829575] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 113.840408] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.854006] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 113.865358] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.878650] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 113.889752] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.903176] systemd-journald[1344]: Failed to write entry (21 items, 622 bytr
[ 113.914114] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 113.927548] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[** ] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 118.839680] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.856222] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.869048] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.885627] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.898294] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.914132] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.926920] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 118.943419] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 118.956375] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ ***] (2 of 2) A start job is running for Hold until boot process finishes u)
[ 123.849990] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.862987] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.876669] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.889129] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.903240] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.915609] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.929938] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ 123.942241] systemd-journald[1344]: Failed to rotate /var/log/journal/2ea02fr
[ 123.956263] systemd-journald[1344]: Failed to write entry (20 items, 649 bytr
[ *** ] (2 of 2) A start job is running for Hold until boot process finishes u)
Post automatically merged:

Oof, it’s having a rough time. This is booting from the eMMC? Looks like either a corrupt filesystem or potentially an issue with the eMMC. Have you tried booting this image on the SD card with success?

This is the eMMC loaded from the last card I created. The card was created by using dd to write the contents of install-nobat.img onto the card. The card was then inserted into the left SD slot and auto-booted to load the OS onto the eMMC.

I do not have any way that I know of to push the image from install-nobat.img onto an SD card as a bootable image.
Post automatically merged:

That is it for me tonight I'm afraid. Pulling the battery so it doesn't loose charge on the desk. I hope those log files help?
 
So it looks like the kernel is booting just fine. I think there’s something wrong with the first boot wizard service that’s kicking off. Is this booting from the SD card and then the service is trying to flash the eMMC? This is some new software I haven’t used, mine doesn’t do this. What it looks like to me is that it is either overwriting the current boot device, or trying to write to the mmc block device before it’s been registered with the kernel driver.
Post automatically merged:

Ahhh aTc’s eMMC switch script may be switching to uSD. Do you have a uSD installed? If you do, try removing it.
 
Last edited:
  • Like
Reactions: rSl
Should I be running the dd zero wipe every time before I reload the OS or should it matter?

Should not matter. ext4 at least defines it's block count in the word starting at byte 0x4 and the block size in word starting at byte 0x18 of the superblock so as long as that gets written out it'll define where it ends just fine, and provided enough data gets written out it'll all work out just fine. You could test this by looking at the paritition sizes in gparted and comparing that against the size of the image your burning to the sd card. I guess the image should contain a little more housekeeping stuff than the paritition's apparent size, which will be more closely aligned to usable and used space, so I wouldn't be surprised if there's a little discrepancy, but maybe not; running fdisk -l /dev/<device> reports my boot partition on this machine for example to me 64MiB (I don't use gparted, but I guess it's the same) while df -h reports the partition is 58MiB, so I guess that's the housekeeping.

So yeah, if you sum up the partition size in gparted and compare that against the image size it should match, or the image file should exceed the patition sizes summed.
 
  • Like
Reactions: rSl
So it looks like the kernel is booting just fine. I think there’s something wrong with the first boot wizard service that’s kicking off. Is this booting from the SD card and then the service is trying to flash the eMMC? This is some new software I haven’t used, mine doesn’t do this. What it looks like to me is that it is either overwriting the current boot device, or trying to write to the mmc block device before it’s been registered with the kernel driver.
Post automatically merged:

Ahhh aTc’s eMMC switch script may be switching to uSD. Do you have a uSD installed? If you do, try removing it.
The above was eMMC only. No cards in any of the three slots.
 
Maybe a stupid question as I read diagonally but did you try th use the sync command after you dd your installation SD card on your laptop ? This makes sure the writing process is fully finished before you remove the card from the slot
 
  • Like
Reactions: rSl
@Grench
When you reach to welcome wizard after booting, which I suppose running X, and hangs, can you try to switch tty using ctrl+alt+F1/2/3 and login to the console.
You may be able to start mate using startx from there, assuming welcome wizard is not hacked into mate.
 
Oookay, that's definitely not how it should look like.
These errors are weird.

As soon as I built myself another working unit (I don't have one with me here personally), I'll try the new flasher you downloaded myself.
Though the only thing that has been changed compared to the one I was using is the y/n question - it's flashing the exact same rootfs.

It would still be nice getting a serial output log from the flasher. If the eMMC has I/O errors, they should pop up there as well.

And if you can boot into an OS from the left SD Card slot, doing an fsck on /dev/mmcblk0p1 and /dev/mmcblk0p2 would be great.
If the eMMC has issues, these I/O errors should appear there as well.

If fsck doesn't report any errors, the the eMMC should be fine.

It's very weird what you're encountering... we never had such issues before.
Sorry about that, as the prototype should simply work as is :)
 
Maybe a stupid question as I read diagonally but did you try th use the sync command after you dd your installation SD card on your laptop ? This makes sure the writing process is fully finished before you remove the card from the slot
Yes, sync was done in each case. I'm not using a laptop for any of this, but I get your meaning. I'm familiar with the utter idiocy of Linux returning claiming a process complete then maybe doing the actual write processes in the background, if it feels like it, sometimes, maybe, unless a sudo sync gets forced.

@Grench
When you reach to welcome wizard after booting, which I suppose running X, and hangs, can you try to switch tty using ctrl+alt+F1/2/3 and login to the console.
You may be able to start mate using startx from there, assuming welcome wizard is not hacked into mate.
Powering on. Power button lights. Screens of text flow by. Welcome! Start Now. Screen Calibration = Yes. Actually does it this time. User name entered. At hang point of dp dark red logo on black background with working x mouse pointer.

Assuming shoulder buttons not live yet - per ED's above comments on how they get configured. Pressing keyboard Fn+ctrl+alt+F1.
Breaks out to see the command line interface rolling a string of Failed to write and Failed to rotate commands as detailed above in the log files.
Press and hold power button to shut it down.
 
  • Like
Reactions: rSl
Un-burying the lead. My prototype is up and running on the OS loaded to the eMMC.

Oookay, that's definitely not how it should look like.
These errors are weird.
Agreed.

As soon as I built myself another working unit (I don't have one with me here personally), I'll try the new flasher you downloaded myself.
Though the only thing that has been changed compared to the one I was using is the y/n question - it's flashing the exact same rootfs.
Can you get me the exact flasher image you were using then? It would be good to baseline back to what was working when it shipped.

It would still be nice getting a serial output log from the flasher. If the eMMC has I/O errors, they should pop up there as well.
The 32GB card that I did the dd Zero wipe on. Creating a fresh installer image.
/Desktop/Pyra/PyraOS/20191227# dd if=./install-nobat.img of=/dev/sdj bs=1M; sync
1700+0 records in
1700+0 records out
1782579200 bytes (1.8 GB, 1.7 GiB) copied, 170.973 s, 10.4 MB/s

#minicom
32GB install-nobat card inserted in left SD slot.
Power button
# minicom


Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 14:44:59

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46)
OMAP5432-GP ES2.0
cold reset
rsttime1 has not yet been configured
>>spl:board_init_r()
spl_init()
Trying to boot from MMC1
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
spl: payload image: U-Boot 2016.11-gd2e442097c for o load addr: 0x807fffc0 size4
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46 +0100)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: OMAP5432 Pyra
I2C: ready
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

HW Revision: CPU: v5.3 Mainboard: v5.2
BOOTDEV: SD Left
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
** Invalid partition 2 **
Retrieving file: /extlinux/extlinux.conf
reading /extlinux/extlinux.conf
715 bytes read in 8 ms (86.9 KiB/s)
Pyra Installer
1: install
Enter choice: 1: install
Retrieving file: /initrd.install
reading /initrd.install
12120878 bytes read in 618 ms (18.7 MiB/s)
Retrieving file: /vmlinuz-4.19.60-letux-lpae-pyra-nobat
reading /vmlinuz-4.19.60-letux-lpae-pyra-nobat
5176056 bytes read in 271 ms (18.2 MiB/s)
append: root=PARTUUID=dcee9988-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.60-letux-lpae-pyra-nobat/omap5-letux-corb
reading /dtb/linux-image-4.19.60-letux-lpae-pyra-nobat/omap5-letux-cortex15-v5.b
65408 bytes read in 17 ms (3.7 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f470000, end 8ffff32e ... OK
Loading Device Tree to 8f45d000, end 8f46ff7f ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.60-letux-lpae-pyra-nobat (pyra@debian-buster)9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 17 pages/cpu s40652 r8192 d20788 u69632
[ 0.000000] pcpu-alloc: s40652 r8192 d20788 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=dcee9988-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63696(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4091180K/4174848K available (7073K kernel code, 738K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9090 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 739 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000810] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000819] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002269] Console: colour dummy device 80x30
[ 0.002821] console [tty0] enabled
[ 0.002858] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002887] pid_max: default: 32768 minimum: 301
[ 0.002993] Security Framework initialized
[ 0.003053] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003076] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003519] CPU: Testing write buffer coherency: ok
[ 0.003562] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003752] /cpus/cpu@0 missing clock-frequency property
[ 0.003777] /cpus/cpu@1 missing clock-frequency property
[ 0.003796] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059979] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079991] rcu: Hierarchical SRCU implementation.
[ 0.120054] smp: Bringing up secondary CPUs ...
[ 0.200480] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200486] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200612] smp: Brought up 1 node, 2 CPUs
[ 0.200630] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200646] CPU: All CPU(s) started in HYP mode.
[ 0.200659] CPU: Virtualization extensions available.
[ 0.201049] devtmpfs: initialized
[ 0.220576] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220935] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220968] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221546] pinctrl core: initialized pinctrl subsystem
[ 0.222629] NET: Registered protocol family 16
[ 0.224614] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225412] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.226045] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287760] audit: initializing netlink subsys (disabled)
[ 0.288290] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.289211] cpuidle: using governor menu
[ 0.289399] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.296017] OMAP GPIO hardware version 0.1
[ 0.299896] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.300332] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.300453] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.300479] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.314140] No ATAGs?
[ 0.314214] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.314249] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.314757] OMAP DMA hardware revision 0.0
[ 0.315644] Serial: AMBA PL011 UART driver
[ 0.341554] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.342394] vsys_cobra: supplied by vmain
[ 0.346666] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.346874] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.348731] vgaarb: loaded
[ 0.349034] SCSI subsystem initialized
[ 0.349248] libata version 3.00 loaded.
[ 0.349461] usbcore: registered new interface driver usbfs
[ 0.349520] usbcore: registered new interface driver hub
[ 0.349600] usbcore: registered new device driver usb
[ 0.349868] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.349945] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.352373] Advanced Linux Sound Architecture Driver Initialized.
[ 0.354128] clocksource: Switched to clocksource arch_sys_counter
[ 0.400694] VFS: Disk quotas dquot_6.6.0
[ 0.400774] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.408927] NET: Registered protocol family 2
[ 0.409620] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.409659] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.409734] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.409873] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.409972] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.410015] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.410144] NET: Registered protocol family 1
[ 0.410179] PCI: CLS 0 bytes, default 64
[ 0.462588] Trying to unpack rootfs image as initramfs...
[ 0.992106] Freeing initrd memory: 11840K
[ 0.992655] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.992868] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.996594] Initialise system trusted keyrings
[ 0.996916] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.997233] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.999043] Key type asymmetric registered
[ 0.999063] Asymmetric key parser 'x509' registered
[ 0.999115] bounce: pool size: 64 pages
[ 0.999163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.999186] io scheduler noop registered
[ 0.999200] io scheduler deadline registered
[ 0.999239] io scheduler cfq registered (default)
[ 0.999255] io scheduler mq-deadline registered
[ 0.999269] io scheduler kyber registered
[ 1.002305] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 1.003001] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 1.003439] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 1.010637] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.012653] omap_uart 4806c000.serial: no wakeirq for uart1
[ 1.012768] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 1.012921] serial serial0: tty port ttyO1 registered
[ 1.013147] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.926500] console [ttyO2] enabled
[ 1.930525] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.936470] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.946500] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.952421] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.969147] brd: module loaded
[ 1.976371] loop: module loaded
[ 1.981004] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.988092] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.997048] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 2.007733] scsi host0: ahci
[ 2.010934] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 2.020084] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.028692] libphy: Fixed MDIO Bus: probed
[ 2.035469] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.042328] ehci-pci: EHCI PCI platform driver
[ 2.047167] usbcore: registered new interface driver usb-storage
[ 2.053666] mousedev: PS/2 mouse device common for all mice
[ 2.060300] i2c /dev entries driver
[ 2.064037] IR NEC protocol handler initialized
[ 2.068813] IR RC5(x/sz) protocol handler initialized
[ 2.074110] IR RC6 protocol handler initialized
[ 2.078876] IR JVC protocol handler initialized
[ 2.083627] IR Sony protocol handler initialized
[ 2.088544] IR SANYO protocol handler initialized
[ 2.093477] IR Sharp protocol handler initialized
[ 2.098434] IR MCE Keyboard/mouse protocol handler initialized
[ 2.104570] IR XMP protocol handler initialized
[ 2.109321] Driver for 1-wire Dallas network protocol.
[ 2.118091] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.127190] sdhci: Secure Digital Host Controller Interface driver
[ 2.133678] sdhci: Copyright(c) Pierre Ossman
[ 2.138767] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.147913] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.152776] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.158305] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.191183] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.200480] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.205377] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.211020] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.218050] txs02612 txs02612: probe
[ 2.221873] device_find_by_node: parent=c0e5b420 of=ebfe92d4 - /ocp/mmc@480b2
[ 2.230266] find_by_node: found :)
[ 2.233888] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.242158] txs02612 txs02612: could not get access to host port, using manue
[ 2.275415] txs02612_request: current=1 client=0
[ 2.298254] mmc0: new high speed MMC card at address 0001
[ 2.304157] txs02612 txs02612: probed
[ 2.308040] txs02612_request: current=0 client=1
[ 2.313138] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.314600] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.322050] usbcore: registered new interface driver usbhid
[ 2.325150] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.330537] usbhid: USB HID core driver
[ 2.336750] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.345392] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.346695] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 2.352266] ashmem: initialized
[ 2.365966] oprofile: using timer interrupt.
[ 2.370722] Initializing XFRM netlink socket
[ 2.375364] mmcblk0: p1 p2
[ 2.378976] NET: Registered protocol family 17
[ 2.383780] NET: Registered protocol family 15
[ 2.388514] Key type dns_resolver registered
[ 2.393357] ThumbEE CPU extension supported.
[ 2.397956] Registering SWP/SWPB emulation handler
[ 2.403009] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.408881] omap_vp_init: No PMIC info for vdd_core
[ 2.414001] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.419695] omap_vp_init: No PMIC info for vdd_mm
[ 2.424650] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.430395] omap_vp_init: No PMIC info for vdd_mpu
[ 2.435454] Power Management for TI OMAP4+ devices.
[ 2.441509] Loading compiled-in X.509 certificates
[ 2.463776] palmas 0-0048: Irq flag is 0x00000008
[ 2.497716] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.510836] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.524564] SMPS123: supplied by regulator-dummy
[ 2.531116] SMPS45: supplied by regulator-dummy
[ 2.536450] random: fast init done
[ 2.541139] SMPS6: supplied by vsys_cobra
[ 2.546890] SMPS7: supplied by vsys_cobra
[ 2.552612] SMPS8: supplied by vsys_cobra
[ 2.558496] SMPS9: supplied by vsys_cobra
[ 2.563047] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.569847] SMPS10_OUT2: supplied by regulator-dummy
[ 2.576610] SMPS10_OUT1: supplied by regulator-dummy
[ 2.582641] LDO1: supplied by vsys_cobra
[ 2.587437] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.594031] LDO2: supplied by vsys_cobra
[ 2.598802] ldo2: Bringing 0uV into 1800000-1800000uV
[ 2.607494] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.614098] LDO5: supplied by vsys_cobra
[ 2.623008] LDO7: supplied by vsys_cobra
[ 2.627771] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.634428] LDO8: supplied by vsys_cobra
[ 2.640281] LDO9: supplied by vmmcsd_fixed
[ 2.647040] LDOLN: supplied by vsys_cobra
[ 2.652985] LDOUSB: supplied by vsys_cobra
[ 2.662301] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.668750] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.678649] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.686458] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.693992] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.701367] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.708350] vdds_1v8_main: supplied by smps7
[ 2.713150] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.747612] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.753959] cpu cpu0: Linked as a consumer to regulator.9
[ 2.759738] cpu cpu0: Dropping the link to regulator.9
[ 2.765612] cpu cpu0: Linked as a consumer to regulator.9
[ 2.773119] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.782302] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.787201] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.792306] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.799635] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.839282] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.846096] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.895148] mmc3: new high speed SDHC card at address 0007
[ 2.912898] mmcblk3: mmc3:0007 SD32G 30.1 GiB
[ 2.920606] mmcblk3: p1
[ 2.968870] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.978358] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.983260] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.988504] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 3.001561] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 3.028750] mmc4: new high speed SDIO card at address 0001
[ 3.114769] ldo3: supplied by vdds_1v8_main
[ 3.120194] ldo4: supplied by vdds_1v8_main
[ 3.125757] ldo6: supplied by vdds_1v8_main
[ 3.356196] input: user-button as /devices/platform/user-button/input/input0
[ 3.368145] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.377700] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.389227] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.400349] vmmcsdio_fixed: disabling
[ 3.405563] ldo3: disabling
[ 3.410304] ldo8: disabling
[ 3.413502] modem_vbus_power: disabling
[ 3.417574] otg_path: disabling
[ 3.420905] ALSA device list:
[ 3.424020] No soundcards found.
[ 3.429340] Freeing unused kernel memory: 2048K
[ 3.434393] Run /init as init process
[ 3.887710] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.906303] as5013 1-0040: ID code: 0c
[ 3.910378] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i23
[ 3.920033] as5013 1-0040: ID version: 0d
[ 3.924564] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i4
[ 3.938673] as5013 1-0040: silicon revision: 00
[ 3.945337] as5013 1-0040: control: f1
[ 3.952639] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.960922] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.961264] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.970399] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.982360] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.989954] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4805
[ 4.013604] as5013 1-0041: ID code: 0c
[ 4.019552] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.020476] as5013 1-0041: ID version: 0d
[ 4.030638] as5013 1-0041: silicon revision: 00
[ 4.035940] ehci-omap: OMAP-EHCI Host Controller driver
[ 4.055400] as5013 1-0041: control: f1
[ 4.060128] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 4.071815] omapdss: unknown parameter 'def_disp' ignored
[ 4.078237] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.083094] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 4.095330] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 4.103804] DSS: OMAP DSS rev 6.1
[ 4.109866] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.111791] pwm-backlight backlight: backlight supply power not found, usingr
[ 4.117886] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.134204] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 4.140382] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.146891] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.153485] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 4.171809] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.176464] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 4.186068] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.192228] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 4.204003] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 4.204268] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 4.221188] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 4.223360] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.236740] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 4.246688] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.256443] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.264176] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.272031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.282575] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.290414] usb usb1: Product: EHCI Host Controller
[ 4.295569] usb usb1: Manufacturer: Linux 4.19.60-letux-lpae-pyra-nobat ehcid
[ 4.303955] usb usb1: SerialNumber: 4a064c00.ehci
Pyra model : Pyra-Handheld-V5.2
Ram: 4 GB
/media/sd1/rootfs.tgz
/usr/share/pyra/scripts/pyra-install.sh: line 17: [: missing `]'
Image:/media/sd1/rootfs.tgz Disk:/dev/mmcblk0 U-Boot:/usr/share/pyra/u-boot/ubo/
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 29.1G 0 disk
|-mmcblk0p1 179:1 0 256M 0 part
`-mmcblk0p2 179:2 0 28.9G 0 part
Installing to /dev/mmcblk0 , make sure all partitions are unmounted
/dev/mmcblk0p2 /dev/mmcblk0p1
Clearing partition table
10+0 records in
10+0 records out
Installing U-Boot
0+1 records in
0+1 records out
0+1 records in
0+1 records out
Creating partition
Found sfdisk version: 2.33.1
> 2.26.0
Checking that no-one is using this disk right now ... OK

Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

>>> Created a new DOS disklabel with disk identifier 0x5bdc0a86.
/dev/mmcblk0p1: Created a new partition 1 of type 'Linux' and of size 256 MiB.
/dev/mmcblk0p2: Created a new partition 2 of type 'Linux' and of size 28.9 GiB.
Partition #2 contains a f2fs signature.
/dev/mmcblk0p3: Done.

New situation:
Disklabel type: dos
Disk identifier: 0x5bdc0a86

Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 2048 526335 524288 256M 83 Linux
/dev/mmcblk0p2 526336 61071359 60545024 28.9G 83 Linux

The partition table has been altered.
Calling ioctl() to re-read partition table.
[ 7.233990] mmcblk0: p1 p2
[ 7.255948] random: mke2fs: uninitialized urandom read (16 bytes read)
Installing rootfs
1.2GB at 5.5MB/s eta: 0:00:00 100% [=================================]
Copied: 1278407853B (1.2GB) (100% of expected input)
Time: 03:40
Throughput: 5810944B (5.5MB/s)

Syncing
Done
----------------------------------------
Done. Press any key to poweroff[ 267.944412] reboot: Power down
Space bar pressed, unit powered down.

Card removed.

First start from freshly imaged Pyra:
Welcome! Start Now.
Calibrate? Yes
System skips calibration goes to enter full name with box full of +++++++++++++++.
Cancel, OK, catch box before it fills thousands of characters, backspace and delete to clear the dozens of +++++++ that populated, enter Grench. OK.
short username = grench. Ok.
password set
Name for Pyra = Marble
Enable Firewall? Yes.
Geographic area = America. Next.
Time zone = Chicago. Next.
Locales left as defaults. Next.
Default left as en_US_UTF-8. Next.
Done! OK.
Screen scrolls a bit. Unit powers down.
# minicom


Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 14:53:21

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46)
OMAP5432-GP ES2.0
cold reset
rsttime1 has not yet been configured
>>spl:board_init_r()
spl_init()
Trying to boot from MMC2_2
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
spl: payload image: U-Boot 2016.11-gd2e442097c for o load addr: 0x807fffc0 size4
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46 +0100)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: OMAP5432 Pyra
I2C: ready
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

HW Revision: CPU: v5.3 Mainboard: v5.2
BOOTDEV: eMMC/uSD
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
** File not found uEnv.txt **
Retrieving file: /extlinux/extlinux.conf
309 bytes read in 4 ms (75.2 KiB/s)
Retrieving file: /extlinux/linux.cfg
1722 bytes read in 4 ms (419.9 KiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 4 ms (0 Bytes/s)
Extlinux Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
2: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
Retrieving file: /initrd.img-4.19.88-letux-lpae
10643010 bytes read in 545 ms (18.6 MiB/s)
Retrieving file: /vmlinuz-4.19.88-letux-lpae
5265792 bytes read in 272 ms (18.5 MiB/s)
append: root=PARTUUID=5bdc0a86-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.88-letux-lpae/omap5-letux-cortex15-v5.3+b
65659 bytes read in 41 ms (1.5 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f5d9000, end 8ffff642 ... OK
Loading Device Tree to 8f5c5000, end 8f5d807a ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.88-letux-lpae (pyra@debian-buster) (gcc versi9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 16 pages/cpu s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=5bdc0a86-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63708(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4092628K/4174848K available (7219K kernel code, 741K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9236 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 742 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000802] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000811] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002280] Console: colour dummy device 80x30
[ 0.002840] console [tty0] enabled
[ 0.002877] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002904] pid_max: default: 32768 minimum: 301
[ 0.003008] Security Framework initialized
[ 0.003068] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003091] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003532] CPU: Testing write buffer coherency: ok
[ 0.003571] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003764] /cpus/cpu@0 missing clock-frequency property
[ 0.003790] /cpus/cpu@1 missing clock-frequency property
[ 0.003808] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059972] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079973] rcu: Hierarchical SRCU implementation.
[ 0.120039] smp: Bringing up secondary CPUs ...
[ 0.200472] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200477] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200604] smp: Brought up 1 node, 2 CPUs
[ 0.200621] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200638] CPU: All CPU(s) started in HYP mode.
[ 0.200651] CPU: Virtualization extensions available.
[ 0.201037] devtmpfs: initialized
[ 0.220563] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220963] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221460] pinctrl core: initialized pinctrl subsystem
[ 0.222099] NET: Registered protocol family 16
[ 0.224515] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225259] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.225895] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287163] audit: initializing netlink subsys (disabled)
[ 0.287744] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.287995] cpuidle: using governor menu
[ 0.290162] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.294932] OMAP GPIO hardware version 0.1
[ 0.298713] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.299111] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.299229] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.299256] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.313043] No ATAGs?
[ 0.313119] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.313154] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.313665] OMAP DMA hardware revision 0.0
[ 0.314573] Serial: AMBA PL011 UART driver
[ 0.338880] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.339625] vsys_cobra: supplied by vmain
[ 0.352150] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.352468] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.353788] vgaarb: loaded
[ 0.354357] SCSI subsystem initialized
[ 0.354676] libata version 3.00 loaded.
[ 0.355160] usbcore: registered new interface driver usbfs
[ 0.355267] usbcore: registered new interface driver hub
[ 0.355383] usbcore: registered new device driver usb
[ 0.355644] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.355716] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.357578] Advanced Linux Sound Architecture Driver Initialized.
[ 0.358933] clocksource: Switched to clocksource arch_sys_counter
[ 0.406848] VFS: Disk quotas dquot_6.6.0
[ 0.406927] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.419609] NET: Registered protocol family 2
[ 0.420098] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.420137] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.420212] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.420352] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.420444] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.420486] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.420609] NET: Registered protocol family 1
[ 0.420642] PCI: CLS 0 bytes, default 64
[ 0.473200] Trying to unpack rootfs image as initramfs...
[ 0.938176] Freeing initrd memory: 10396K
[ 0.938755] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.939327] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.943968] Initialise system trusted keyrings
[ 0.944125] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.944428] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.944674] aufs 4.19.17+
[ 0.946241] Key type asymmetric registered
[ 0.946260] Asymmetric key parser 'x509' registered
[ 0.946314] bounce: pool size: 64 pages
[ 0.946411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.946435] io scheduler noop registered
[ 0.946449] io scheduler deadline registered
[ 0.946490] io scheduler cfq registered (default)
[ 0.946506] io scheduler mq-deadline registered
[ 0.946521] io scheduler kyber registered
[ 0.950194] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 0.951034] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 0.951538] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 0.960626] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.963523] omap_uart 4806c000.serial: no wakeirq for uart1
[ 0.963636] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 0.963884] serial serial0: tty port ttyO1 registered
[ 0.964158] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.880031] console [ttyO2] enabled
[ 1.884246] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.890213] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.900420] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.906348] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.925098] brd: module loaded
[ 1.933152] loop: module loaded
[ 1.938062] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.945150] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.954106] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 1.964858] scsi host0: ahci
[ 1.968148] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 1.977587] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.986825] libphy: Fixed MDIO Bus: probed
[ 1.994432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.001311] ehci-pci: EHCI PCI platform driver
[ 2.006148] usbcore: registered new interface driver usb-storage
[ 2.012776] mousedev: PS/2 mouse device common for all mice
[ 2.019637] i2c /dev entries driver
[ 2.023417] IR NEC protocol handler initialized
[ 2.028166] IR RC5(x/sz) protocol handler initialized
[ 2.033477] IR RC6 protocol handler initialized
[ 2.038224] IR JVC protocol handler initialized
[ 2.042991] IR Sony protocol handler initialized
[ 2.047838] IR SANYO protocol handler initialized
[ 2.052783] IR Sharp protocol handler initialized
[ 2.057709] IR MCE Keyboard/mouse protocol handler initialized
[ 2.063838] IR XMP protocol handler initialized
[ 2.068582] Driver for 1-wire Dallas network protocol.
[ 2.077153] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.087144] sdhci: Secure Digital Host Controller Interface driver
[ 2.093678] sdhci: Copyright(c) Pierre Ossman
[ 2.098805] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.107940] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.112822] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.118323] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.151272] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.160521] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.165401] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.171154] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.178293] txs02612 txs02612: probe
[ 2.182133] device_find_by_node: parent=c0e5bb70 of=ebfe901c - /ocp/mmc@480b2
[ 2.190491] find_by_node: found :)
[ 2.194075] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.202310] txs02612 txs02612: could not get access to host port, using manue
[ 2.235566] txs02612_request: current=1 client=0
[ 2.256784] mmc0: new high speed MMC card at address 0001
[ 2.259887] txs02612 txs02612: probed
[ 2.266306] txs02612_request: current=0 client=1
[ 2.271212] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.279745] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.284993] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.289538] usbcore: registered new interface driver usbhid
[ 2.292034] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.297305] usbhid: USB HID core driver
[ 2.303300] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.313187] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 2.313297] ashmem: initialized
[ 2.327569] oprofile: using timer interrupt.
[ 2.332270] Initializing XFRM netlink socket
[ 2.336779] NET: Registered protocol family 17
[ 2.341520] NET: Registered protocol family 15
[ 2.346239] Key type dns_resolver registered
[ 2.346250] mmcblk0: p1 p2
[ 2.351111] ThumbEE CPU extension supported.
[ 2.358317] Registering SWP/SWPB emulation handler
[ 2.363390] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.369243] omap_vp_init: No PMIC info for vdd_core
[ 2.374363] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.380040] omap_vp_init: No PMIC info for vdd_mm
[ 2.384970] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.390737] omap_vp_init: No PMIC info for vdd_mpu
[ 2.395756] Power Management for TI OMAP4+ devices.
[ 2.401638] Loading compiled-in X.509 certificates
[ 2.423765] palmas 0-0048: Irq flag is 0x00000008
[ 2.462054] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.474655] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.487831] SMPS123: supplied by regulator-dummy
[ 2.494415] SMPS45: supplied by regulator-dummy
[ 2.499818] random: fast init done
[ 2.504483] SMPS6: supplied by vsys_cobra
[ 2.510297] SMPS7: supplied by vsys_cobra
[ 2.516001] SMPS8: supplied by vsys_cobra
[ 2.521891] SMPS9: supplied by vsys_cobra
[ 2.526437] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.533219] SMPS10_OUT2: supplied by regulator-dummy
[ 2.539745] SMPS10_OUT1: supplied by regulator-dummy
[ 2.545765] LDO1: supplied by vsys_cobra
[ 2.550283] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.556867] LDO2: supplied by vsys_cobra
[ 2.561435] ldo2: Bringing 0uV into 1800000-1800000uV
[ 2.569914] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.576529] LDO5: supplied by vsys_cobra
[ 2.586104] LDO7: supplied by vsys_cobra
[ 2.590627] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.597258] LDO8: supplied by vsys_cobra
[ 2.603208] LDO9: supplied by vmmcsd_fixed
[ 2.609471] LDOLN: supplied by vsys_cobra
[ 2.615412] LDOUSB: supplied by vsys_cobra
[ 2.624093] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.630537] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.639724] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.646950] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.654159] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.661199] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.668062] vdds_1v8_main: supplied by smps7
[ 2.672862] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.711940] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.718252] cpu cpu0: Linked as a consumer to regulator.9
[ 2.724003] cpu cpu0: Dropping the link to regulator.9
[ 2.729898] cpu cpu0: Linked as a consumer to regulator.9
[ 2.737501] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.746682] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.751608] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.756704] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.764057] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.799777] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.805707] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.926918] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.936533] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.941693] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.947439] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 2.961553] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 2.985089] mmc4: new high speed SDIO card at address 0001
[ 3.079606] ldo3: supplied by vdds_1v8_main
[ 3.084561] ldo4: supplied by vdds_1v8_main
[ 3.089747] ldo6: supplied by vdds_1v8_main
[ 3.274527] input: user-button as /devices/platform/user-button/input/input0
[ 3.285960] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.295645] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.306747] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.317679] ALSA device list:
[ 3.320830] No soundcards found.
[ 3.325889] Freeing unused kernel memory: 2048K
[ 3.330812] Run /init as init process
[ 3.719889] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.733364] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i3
[ 3.755825] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.769774] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.777146] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.799470] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4804
[ 3.810818] as5013 1-0040: ID code: 0c
[ 3.815267] as5013 1-0040: ID version: 0d
[ 3.820894] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i25
[ 3.821168] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.838201] as5013 1-0040: silicon revision: 00
[ 3.844347] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.854580] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.861187] as5013 1-0040: control: f1
[ 3.879645] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.889498] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.896771] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.897167] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.912323] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.923506] as5013 1-0041: ID code: 0c
[ 3.928394] as5013 1-0041: ID version: 0d
[ 3.928994] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.932673] pwm-backlight backlight: Dropping the link to regulator.0
[ 3.946318] as5013 1-0041: silicon revision: 00
[ 3.946635] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.951262] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 3.970629] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.970642] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 3.978300] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.983568] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 3.998512] as5013 1-0041: control: f1
[ 4.003366] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 4.014294] omapdss: unknown parameter 'def_disp' ignored
[ 4.014922] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 4.028536] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 4.036261] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.038620] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 4.045985] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.063553] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.071084] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.080180] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.081909] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 4.089577] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.108214] usb usb1: Product: EHCI Host Controller
[ 4.114756] usb usb1: Manufacturer: Linux 4.19.88-letux-lpae ehci_hcd
[ 4.124453] usb usb1: SerialNumber: 4a064c00.ehci
[ 4.131617] DSS: OMAP DSS rev 6.1
[ 4.131803] hub 1-0:1.0: USB hub found
[ 4.135533] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.139085] hub 1-0:1.0: 3 ports detected
[ 4.153676] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.167108] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 4.180911] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 4.190812] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.200376] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.213197] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.226604] dmm 4e000000.dmm: initialized all PAT entries
[ 4.232695] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.239291] omapdss_dsi 58004000.encoder: Linked as a consumer to regulator.0
[ 4.246943] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulato0
[ 4.255940] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.263242] [drm] No driver support for vblank timestamp query.
[ 4.297707] Console: switching to colour frame buffer device 160x45
[ 4.318178] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 4.372908] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 4.381837] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.509212] usb 1-2: new high-speed USB device number 2 using ehci-omap
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[ 4.720023] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bc0
[ 4.729477] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.740504] hub 1-2:1.0: USB hub found
[ 4.747270] hub 1-2:1.0: 3 ports detected
[ 4.753475] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Warning: fsck not present, so skipping root file system
[ 4.870112] F2FS-fs (mmcblk0p2): Found nat_bits in checkpoint
[ 5.222249] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[ 5.234540] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 6029e793
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 5.850570] systemd[1]: System time before build time, advancing clock.
[ 5.898399] systemd[1]: Inserted module 'autofs4'
[ 5.938799] NET: Registered protocol family 10
[ 5.955430] Segment Routing with IPv6
[ 5.990638] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SE)
[ 6.027018] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 10 (buster)!

[ 6.043277] systemd[1]: No hostname configured.
[ 6.055353] systemd[1]: Set hostname to <localhost>.
[ 6.068690] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumet
[ 6.351559] systemd[1]: File /lib/systemd/system/systemd-journald.service:12.
[ 6.403763] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warn)
[ 6.543747] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= referen.
[ 6.607956] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.625731] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.639154] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 6.652407] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.667661] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Reached target Swap.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on Journal Audit Socket.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Created slice system-getty.slice.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Set up automount Arbitrary Executable File Formats File System Automou.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Reached target Remote File Systems.
[ OK ] Listening on Journal Socket.
Starting Load Kernel Modules...
Starting Journal Service...
Mounting POSIX Message Queue File System...
Starting File System Check on Root Device...
Starting Set the console keyboard layout...
Starting Uncomplicated firewall...
Mounting Kernel Debug File System...
Starting udev Coldplug all Devices...
Starting Create list of required static device nodes for the current k.
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started File System Check on Root Device.
[ OK ] Started Uncomplicated firewall.
[ OK ] Mounted Kernel Debug File System.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ OK ] Started Create list of required static device nodes for the current ke.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
Starting Create System Users...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Set the console keyboard layout.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ 7.217955] systemd-journald[1336]: Received request to flush runtime journa1
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Starting udev Kernel Device Manager...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
Starting Show Plymouth Boot Screen...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ 7.707053] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.724621] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.742035] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Found device /dev/ttyO2.
[ 7.827568] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulatr
[ 7.841689] bmp280 2-0077: Linked as a consumer to regulator.0
[ 7.854263] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend me
[ 7.871039] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulatr
[ 7.871068] usb3503 0-0008: usb3503_probe
[ 7.884411] bno055 2-0029: software revision id 0311
[ 7.910174] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 7.922922] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 7.940416] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 7.963319] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.978554] Bluetooth: Core ver 2.22
[ 7.986863] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 7.988250] bmg160_i2c: probe of 2-0069 failed with error -121
[ 8.009060] usb3503 0-0008: reset gpio state 0
[ 8.012219] NET: Registered protocol family 31
[ 8.030936] Bluetooth: HCI device and connection manager initialized
[ 8.042259] usb3503 0-0008: usb3503_connect
[ 8.052208] bmp280: probe of 2-0077 failed with error -121
[ 8.062833] usb3503 0-0008: usb3503_reset 1
[ 8.064823] input: accelerometer-iio-input-bridge as /devices/virtual/input/8
[ 8.100120] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulatr
[ 8.112689] usb3503 0-0008: switched to HUB mode
[ 8.117579] Bluetooth: HCI socket layer initialized
[ 8.129189] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 8.136000] bmp280 2-0076: Linked as a consumer to regulator.0
[ 8.162041] Bluetooth: L2CAP socket layer initialized
[ 8.180801] Bluetooth: SCO socket layer initialized
[ 8.194414] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulatr
[ 8.196011] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.217423] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.229979] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.242510] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 8.260713] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.272876] bq2429x_charger 1-006b: invalid det gpio: -2
[ 8.273123] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.295580] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 8.308426] bq27xxx_battery_setup
[ 8.312361] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.328129] Bluetooth: HCI UART driver ver 2.3
[ 8.331304] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.347868] bq27xxx_battery_setup: dm_regs=(ptrval)
[ 8.351594] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.369023] Bluetooth: HCI UART protocol H4 registered
[ 8.373199] bq27xxx_battery_settings
[ 8.390657] bq24296_get_vsys_voltage(0)
[ 8.405337] bq27xxx_battery_set_config
[ 8.406912] Bluetooth: HCI UART protocol BCSP registered
[ 8.426906] bq27xxx_battery_unseal
[ 8.439076] => 3500000 uV
[ 8.449318] bq24296_get_vsys_voltage(0)
[ 8.458629] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.469490] Bluetooth: HCI UART protocol LL registered
[ 8.469589] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.489134] Bluetooth: HCI UART protocol Broadcom registered
[ 8.493912] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.517713] crtouch_drv 3-0049: failed to read size of screen
[ 8.529211] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.541560] crtouch_drv: probe of 3-0049 failed with error -5
[ 8.552972] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.564256] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.576583] => 3500000 uV
[ 8.593376] bq27xxx_battery_update_dm_block
[ 8.652682] input input7: as5013_open
[ 8.665963] bq24296_get_vsys_voltage(0)
[ 8.694138] bq27xxx-battery 1-0055: design-capacity has 6000
[ 8.714321] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.719392] bq27xxx_battery_update_dm_block
[ 8.730433] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.739072] bq27xxx-battery 1-0055: design-energy has 22200
[ 8.753759] Bluetooth: hci0: download firmware failed, retrying...
[ 8.764420] => 3500000 uV
[ 8.775923] bq27xxx_battery_update_dm_block
[ 8.796418] bq27xxx-battery 1-0055: terminate-voltage has 3200
[ 8.798311] input input6: as5013_open
[ 8.807636] bq27xxx_battery_seal
[ 8.845013] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.855956] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.871848] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.886734] Bluetooth: hci0: download firmware failed, retrying...
[ 8.899041] random: crng init done
[ 8.907530] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.922144] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.939878] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.954515] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.970389] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.985534] Bluetooth: hci0: download firmware failed, retrying...
[ OK ] Found device /dev/disk/by-partuuid/5bdc0a86-01.
[ 9.001933] bq24296_get_otg_voltage(1)
[ 9.002220] => 4998000 uV
[ 9.002224] bq24296_get_otg_current_limit(1)
[ 9.003036] bq24296_get_otg_voltage(1)
[ 9.003332] => 4998000 uV
[ 9.018542] input input7: as5013_open
[ 9.059033] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 9.075001] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 9.090290] Bluetooth: hci0: download firmware failed, retrying...
[ 9.108563] bq2429x_charger 1-006b: bq24296_init_registers(): translated vba)
Starting File System Check on /dev/disk/by-partuuid/5bdc0a86-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/5bdc0a86-01.
Mounting /boot...
[ 9.189209] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 9.189232] bq24296: VBUS became available
[ 9.189235] bq24296_update_input_current_limit(6)
[ 9.189737] otg_path: supplied by otg
[ 9.189837] omap-dwc3 4a020000.omap_dwc3: Linked as a consumer to regulator.7
[ 9.203447] twl6040 0-004b: Linked as a consumer to regulator.38
[ 9.203672] input: twl6040:vibrator as /devices/platform/44000000.ocp/4807000
[ 9.210213] input input6: as5013_open
[ 9.215581] EXT4-fs (mmcblk0p1): warning: checktime reached, running e2fsck d
[ 9.217031] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: ()
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Set console font and keymap...
Starting Raise network interfaces...
Starting Enable support for additional executable binary formats...
[ 9.444530] emif_probe: error getting device data

Mounting Arbitrary Executable File Formats File System...
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started 9.514744] emif_probe: error getting device data
39mCreate Volatile Files and Directories.
[ OK ] Started Enable support for additional executable binary formats.
Starting Network Time Synchronization...[ 9.570184] emif_probe: erra
[ 9.570226] emif_probe: error getting device data

Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Raise network interfaces.
[ 9.701140] iio_charge:0
[ 9.740764] pvrsrvkm_omap_omap5_sgx544_116: module is from the staging direc.
[ 9.764742] wwan_on_off_init: wwan_on_off_init
[ OK ] Created slice system-systemd\x2dbacklight.slice.
[ 9.777483] snd_soc_omap_hdmi_audio: unknown parameter 'index' ignored
Starting Load/Save Screen Backlight Brightness of backlight:backlight..
[ OK ] Started Network Time Synchronization.
[ 9.839126] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
[ 9.860542] wwan_on_off_probe: wwan_on_off_probe()
[ 9.860635] modem_vbus_hdmi_power: supplied by vsys
[ 9.860686] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 9.860749] wwan-on-off modem: Linked as a consumer to regulator.36
[ 9.860761] wwan_on_off_probe: onoff = 40b558bc indicator = cec36106 -2956939
[ 9.860764] wwan_on_off_probe: wwan_on_off_probe() wwan=b071c542
[ 9.860770] wwan_on_off_is_powered_on: gpio value = 0
[ 9.860773] wwan_on_off_is_powered_on: return 'false'
[ 9.860846] wwan_on_off_rfkill_set_block: blocked: 1
[ 9.860849] wwan_on_off_set_power:eek:n = 0
[ 9.860852] wwan_on_off_is_powered_on: gpio value = 0
[ 9.860855] wwan_on_off_is_powered_on: return 'false'
[ 9.860857] wwan_on_off_set_power: state 0
[ 9.860860] wwan_on_off_set_power: regulator 0
[ 9.860862] wwan_on_off_set_power: done
[ 9.860888] wwan_on_off_probe: successfully probed
[ 9.863457] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on 1
[ 9.894743] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mak
[ 9.895700] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mappk
[ 9.896589] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mappk
[ 9.952484] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ 9.978374] ------------[ cut here ]------------
[ 9.978396] WARNING: CPU: 1 PID: 1366 at drivers/base/devres.c:899 snd_soc_c]
[ 9.978400] Modules linked in: snd_soc_omap_abe_twl6040(+) snd_soc_twl6040 sm
[ 9.978464] drm_panel_orientation_quirks connector_hdmi omapdss encoder_tpdn
[ 9.978491] CPU: 1 PID: 1366 Comm: systemd-udevd Tainted: G C 1
[ 9.978494] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 9.978512] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 9.978523] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 9.978533] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 9.978540] [<c022ebc8>] (__warn) from [<c022ef64>] (warn_slowpath_null+0x38)
[ 9.978549] [<c022ef64>] (warn_slowpath_null) from [<bf52e458>] (snd_soc_car)
[ 9.978588] [<bf52e458>] (snd_soc_card_new_dai_links [snd_soc_omap_abe_twl60)
[ 9.978599] [<bf52e8ec>] (omap_abe_probe [snd_soc_omap_abe_twl6040]) from [<)
[ 9.978608] [<c06464a8>] (platform_drv_probe) from [<c0644304>] (really_prob)
[ 9.978617] [<c0644304>] (really_probe) from [<c06447a0>] (driver_probe_devi)
[ 9.978624] [<c06447a0>] (driver_probe_device) from [<c0644864>] (__driver_a)
[ 9.978631] [<c0644864>] (__driver_attach) from [<c0642618>] (bus_for_each_d)
[ 9.978638] [<c0642618>] (bus_for_each_dev) from [<c0643734>] (bus_add_drive)
[ 9.978646] [<c0643734>] (bus_add_driver) from [<c064551c>] (driver_register)
[ 9.978656] [<c064551c>] (driver_register) from [<bf534088>] (omap_abe_init+)
[ 9.978669] [<bf534088>] (omap_abe_init [snd_soc_omap_abe_twl6040]) from [<c)
[ 9.978678] [<c0202ce0>] (do_one_initcall) from [<c02a9718>] (do_init_module)
[ 9.978685] [<c02a9718>] (do_init_module) from [<c02ab9ac>] (load_module+0x2)
[ 9.978692] [<c02ab9ac>] (load_module) from [<c02abcd0>] (sys_finit_module+0)
[ 9.978698] [<c02abcd0>] (sys_finit_module) from [<c02011d4>] (__sys_trace_r)
[ 9.978701] Exception stack(0xe9f67fa8 to 0xe9f67ff0)
[ 9.978706] 7fa0: b6e58e88 00000000 0000000f 00490638 00000
[ 9.978710] 7fc0: b6e58e88 00000000 9794c100 0000017b 00487b90 00000000 00498
[ 9.978714] 7fe0: bea0d158 bea0d148 b6e521cd b6f02d92
[ 9.978738] ---[ end trace 1e554087721a1458 ]---
[ 10.015086] aess 401f1000.aess: ASoC: Failed to create component debugfs diry
[ 10.015096] aess 401f1000.aess: ASoC: invalid header size for type 0 at offs.
[ 10.015102] aess 401f1000.aess: request for AESS FW failed -22
[ 10.022129] omap-abe-twl6040 sound: ASoC: unknown pin AFML
[ 10.790051] omap-abe-twl6040 sound: ASoC: unknown pin AFMR
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ 10.819280] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 10.819394] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 mappink
[ 10.819455] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia2 mappink
[ 10.819951] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Voice mapping ok
[ 10.820013] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Tones mapping ok
[ 10.820086] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MODEM mapping ok
[ 10.820144] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 LP mapk
[ 10.821133] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 10.821184] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.821188] omap-abe-twl6040 sound: ASoC: no dapm match for Headset Mic --> s
[ 10.821193] omap-abe-twl6040 sound: ASoC: Failed to add route Headset Mic ->s
[ 10.821203] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.821207] omap-abe-twl6040 sound: ASoC: no dapm match for Main Handset Mics
[ 10.821211] omap-abe-twl6040 sound: ASoC: Failed to add route Main Handset Ms
[ 10.821221] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.821226] omap-abe-twl6040 sound: ASoC: no dapm match for Sub Handset Mic s
[ 10.821230] omap-abe-twl6040 sound: ASoC: Failed to add route Sub Handset Mis
[ 10.821241] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL1
[ 10.821245] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL1 -> dirk
[ 10.821253] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL2
[ 10.821257] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL2 -> dirk
[ 10.821263] omap-abe-twl6040 sound: ASoC: no source widget found for Analog e
[ 10.821267] omap-abe-twl6040 sound: ASoC: Failed to add route Analog Capture1
[ 10.821273] omap-abe-twl6040 sound: ASoC: no source widget found for BT_VX_DL
[ 10.821277] omap-abe-twl6040 sound: ASoC: Failed to add route BT_VX_DL -> dik
[ 10.821283] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 10.821286] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.1 CL
[ 10.821293] omap-abe-twl6040 sound: ASoC: no source widget found for MM_EXT_L
[ 10.821297] omap-abe-twl6040 sound: ASoC: Failed to add route MM_EXT_DL -> dk
[ 10.821304] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 10.821308] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.2 CL
[ 10.828654] input: Letux Cortex 15 Headset Jack as /devices/platform/sound/s1
[ 10.829794] cfg80211: Loading compiled-in X.509 certificates for regulatory e
[ 10.854753] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.854818] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 10.854823] cfg80211: failed to load regulatory.db
[ 10.891772] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ 10.897491] dwc3 4a030000.dwc3: changing max_speed on rev 5533202a
Starting Show Plymouth Boot Screen...
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 11.590908] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connect2
[ 11.590915] wlcore: ERROR could not get configuration binary ti-connectivity2
[ 11.590918] wlcore: WARNING falling back to default config
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily rotation of log files.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Restore /etc/resolv.conf if the system crashed before the ppp.
Starting Login Service...
Starting Disk Manager...
Starting Pyra First Run Wizard...
[ OK ] Started Pyra Volume Daemon.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Started Regular background program processing daemon.
Starting System Logging Service...
Starting Bluetooth service...
Starting Modem Manager...
Starting DragonBox Package Daemon...
[ 12.109800] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 12.132448] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ 12.145857] wlcore: WARNING Detected unconfigured mac address in nvs, derive.
[ 12.145861] wlcore: WARNING This default nvs file can be removed from the fim
[ 12.304825] wlcore: loaded
[ 12.506932] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.506943] Bluetooth: BNEP socket layer initialized
Starting PVR initialisation server...
[ OK ] Started Manage Sound Card State (restore and store).
Starting Accounts Service...
[ OK ] Started D-Bus System Message Bus.
Starting Network Manager...
Starting WPA supplicant...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Trigger anacron every hour.
[ OK ] Reached target Timers.
[ OK ] Started Run anacron jobs.
[ OK ] Started LED config.
Starting Save/Restore Sound Card State...
[ OK ] Started System Logging Service.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp .
[ OK ] Started PVR initialisation server.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started DragonBox Package Daemon.
[ 12.926388] input input6: as5013_open
[ 12.926460] input input7: as5013_open
[ 12.959997] input: pyraInput keyboard as /devices/virtual/input/input12
[ 12.960307] input: pyraInput Gamepad as /devices/virtual/input/input13
[ 12.963274] input: pyraInput Mouse as /devices/virtual/input/input14
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
Starting Authorization Manager...
[ OK ] Reached target Sound Card.
[ OK ] Started Network Manager.
Starting Network Manager Wait Online...
[ OK ] Started Login Service.
[ OK ] Started Bluetooth service.
[ OK ] Started WPA supplicant.
[ OK ] Started Authorization Manager.
[ OK ] Reached target Network.
Starting OpenBSD Secure Shell server...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
Starting Permit User Sessions...
[ OK ] Reached target B[ 13.197314] wwan_on_off_rfkill_set_block: blocked: 0
luetooth.
[ OK ] Started 13.197319] wwan_on_off_set_power:eek:n = 1
1;39mPermit User Sessions.
[ OK 13.197325] wwan_on_off_is_powered_on: gpio value = 0
[0m] Started OpenBSD Secure Shell serve[ 13.197329] wwan_on_off_is_powered_on'
r.
[ OK ] Started Ac[ 13.197332] wwan_on_off_set_power: state 0
counts Service.
[ OK ] Starte[ 13.197335] wwan_on_off_set_power: regulator 0
d Modem Manager.
Starting Hold until boot process finishes up...
[ OK ] Started Hostname Service.
[ OK ] Started Disk Manager.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ 15.368724] wwan_on_off_set_power: send impulse
[ 16.109035] wwan_on_off_is_powered_on: gpio value = 1
[ 16.114553] wwan_on_off_is_powered_on: return 'true'
[ 16.120728] wwan_on_off_set_power: done
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ 16.275120] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 16.906354] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.022227] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.036393] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.044144] wlcore: down
[ 17.499190] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.622502] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.640230] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.871083] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ OK ] Started LSB: exim Mail Transport Agent.
[** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 33.769025] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.775300] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.797309] ldo3: disabling
[ 33.806088] ldo8: disabling
[ 33.815089] otg_path: disabling
[* ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 160.119368] bq2729x_chg_irq_func
[ 160.122780] bq2729x_irq_work_func: di = e9f2d040
[ 160.127957] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=80 WDOG
[** ] (2 of 2) A start job is running for Pyra First Run Wizard (2min 33s / )
[ 160.679451] bq2729x_chg_irq_func
[ 160.682875] bq2729x_irq_work_func: di = e9f2d040
[ 160.688062] bq24296_usb_detect: r8=2c FCHG INDPM PWRGOOD r9=80 WDOG
Starting Hostname Service...
[ OK ] Started Hostname Service.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
Stopping OpenBSD Secure Shell server...
[ OK ] Stopped OpenBSD Secure Shell server.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
[ *] (1 of 2) A start job is running for Hold until boot process finishes u)
[ **] (1 of 2) A start job is running for Hold until boot process finishes u)
[ ***] (2 of 2) A start job is running for Pyra First Run Wizard (4min 7s / n)
[ 254.424234] usb 1-2.3: New USB device found, idVendor=1e2d, idProduct=0061, 2
[ 254.433405] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumbe0
[ 254.446051] usb 1-2.3: Product: LTE Modem
[ 254.452205] usb 1-2.3: Manufacturer: Cinterion
[ 254.572728] cdc_acm 1-2.3:1.0: ttyACM0: USB ACM device
[ 254.581908] cdc_acm 1-2.3:1.2: ttyACM1: USB ACM device
[ 254.592705] cdc_ether 1-2.3:1.10 wwan0: register 'cdc_ether' at usb-4a064c000
[ 254.608272] cdc_acm 1-2.3:1.4: ttyACM2: USB ACM device
[ 254.617336] cdc_acm 1-2.3:1.6: ttyACM3: USB ACM device
[ 254.627414] cdc_ether 1-2.3:1.12 wwan1: register 'cdc_ether' at usb-4a064c001
[ 254.642254] usbcore: registered new interface driver cdc_ether
[ 254.644518] cdc_acm 1-2.3:1.8: ttyACM4: USB ACM device
[ 254.654656] usbcore: registered new interface driver cdc_acm
[ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Stopping LED config...
Stopping Accounts Service...
[ OK ] Stopped target Sound Card.
Stopping Save/Restore Sound Card State...
[ OK ] Stopped target Bluetooth.
Stopping Bluetooth service...
Stopping Disk Manager...
[ OK ] Stopped target Timers.
[ OK ] Stopped Daily rotation of log files.
[ OK ] Stopped Daily man-db regeneration.
[ OK ] Stopped Daily Cleanup of Temporary Directories.
[ OK ] Stopped Daily apt upgrade and clean activities.
[ OK ] Stopped Daily apt download activities.
[ OK ] Removed slice system-serial\x2dgetty.slice.
Stopping System Logging Service...
Stopping Pyra Input Deamon (funkeymonkey)...
Stopping Modem Manager...
Stopping Pyra Volume Daemon...
Stopping Run anacron jobs...
Stopping LSB: exim Mail Transport Agent...
Stopping Regular background program processing daemon...
Stopping OpenBSD Secure Shell server...
Stopping Avahi mDNS/DNS-SD Stack...
Stopping Login Service...
[ OK ] Removed slice system-getty.slice.
Stopping Authorization Manager...
Stopping LSB: set CPUFreq kernel parameters...
Starting Show Plymouth Power Off Screen...
Stopping PVR initialisation server...
Stopping DragonBox Package Daemon...
[ OK ] Stopped Disk Manager.
[ OK ] Stopped Pyra Volume Daemon.
[ OK ] Stopped Regular background program processing daemon.
[ OK ] Stopped System Logging Service.
[ OK ] Stopped Bluetooth service.
[ OK ] Stopped Modem Manager.
[ OK ] Stopped Accounts Service.
[ OK ] Stopped Avahi mDNS/DNS-SD Stack.
[ OK ] Stopped Run anacron jobs.
[ OK ] Stopped Hold until boot process finishes up.
[ OK ] Stopped OpenBSD Secure Shell server.
[ OK ] Stopped PVR initialisation server.
[ OK ] Started Show Plymouth Power Off Screen.
[ OK ] Stopped Authorization Manager.
[ OK ] Stopped Login Service.
[ OK ] Stopped LSB: exim Mail Transport Agent.
[ OK ] Stopped target Network is Online.
[ OK ] Stopped Network Manager Wait Online.
Stopping Permit User Sessions...
[ OK ] Stopped Trigger anacron every hour.
[ OK ] Stopped target System Time Synchronized.
[ OK ] Stopped LSB: set CPUFreq kernel parameters.
Stopping LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Stopped Permit User Sessions.
[ OK ] Stopped target User and Group Name Lookups.
[ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped LED config.
[ OK ] Stopped Save/Restore Sound Card State.
Stopping Manage Sound Card State (restore and store)...
[ OK ] Stopped DragonBox Package Daemon.
[ OK ] Stopped Manage Sound Card State (restore and store).
[ OK ] Stopped Pyra Input Deamon (funkeymonkey).
[ OK ] Stopped target Network.
Stopping WPA supplicant...
Stopping Network Manager...
Stopping Raise network interfaces...
[ 362.789279] wlcore: down
[ OK ] Stopped Pyra First Run Wizard.
[ OK ] Stopped Network Manager.
[ OK ] Stopped Raise network interfaces.
[ OK ] Stopped WPA supplicant.
Stopping D-Bus System Message Bus...
[ OK ] Stopped D-Bus System Message Bus.
[ OK ] Stopped target Basic System.
[ OK ] Stopped target Slices.
[ OK ] Removed slice User and Session Slice.
[ OK ] Stopped Forward Password Requests to Plymouth Directory Watch.
[ OK ] Stopped target Paths.
[ OK ] Stopped target Sockets.
[ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Closed Syslog Socket.
[ OK ] Closed UUID daemon activation socket.
[ OK ] Closed D-Bus System Message Bus Socket.
[ OK ] Stopped target System Initialization.
[ OK ] Stopped target Swap.
Stopping Load/Save Random Seed...
Stopping Load/Save Screen Backlight Brightness of backlight:backlight..
[ OK ] Stopped target Local Encrypted Volumes.
[ OK ] Stopped Forward Password Requests to Wall Directory Watch.
[ OK ] Stopped Apply Kernel Variables.
[ OK ] Stopped Load Kernel Modules.
Stopping Update UTMP about System Boot/Shutdown...
Stopping Network Time Synchronization...
Stopping Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ OK ] Stopped Load/Save Random Seed.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Stopped Update UTMP about System Boot/Shutdown.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Removed slice system-systemd\x2dbacklight.slice.
[ OK ] Stopped Network Time Synchronization.
[ OK ] Stopped Create Volatile Files and Directories.
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[ OK ] Unmounted /boot.
[ OK ] Reached target Unmount All Filesystems.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5bdc0a86-01.
[ OK ] Stopped target Local File Systems (Pre).
[ OK ] Stopped Create Static Device Nodes in /dev.
[ OK ] Stopped Create System Users.
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Removed slice system-systemd\x2dfsck.slice.
[ OK ] Stopped File System Check on Root Device.
[ OK ] Reached target Shutdown.
[ OK ] Reached target Final Step.
[ OK ] Started Power-Off.
[ OK ] Reached target Power-Off.
[ 363.487429] systemd-shutdow: 44 output lines suppressed due to ratelimiting
[ 363.540368] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 363.639529] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 363.663810] systemd-journald[1336]: Received SIGTERM from PID 1 (systemd-shu.
[ 363.751899] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 363.794186] systemd-shutdown[1]: Unmounting file systems.
[ 363.807226] [3309]: Remounting '/' read-only in with options 'background_gc=.
[ 363.857975] [3309]: Failed to remount '/' read-only: Device or resource busy
[ 363.871491] systemd-shutdown[1]: Not all file systems unmounted, 1 left.
[ 363.883353] systemd-shutdown[1]: Deactivating swaps.
[ 363.893510] systemd-shutdown[1]: All swaps deactivated.
[ 363.903891] systemd-shutdown[1]: Detaching loop devices.
[ 363.917359] systemd-shutdown[1]: All loop devices detached.
[ 363.928041] systemd-shutdown[1]: Detaching DM devices.
[ 363.940414] [3310]: Remounting '/' read-only in with options 'background_gc=.
[ 363.970456] [3310]: Failed to remount '/' read-only: Device or resource busy
[ 364.086980] bq24296_otg_is_enabled(1)
[ 364.104967] reboot: Power down
That went incredibly smoothly - better than it has in the last few days. Lends credence to the theory that this is all because I had used Gparted on my SD cards.

First boot from the above now installed and configured OS on the eMMC:
Made it to login screen. Password box is filled to overflow with ********* which is likely the +++++++++++ being masked. That is going to be annoying.
Cleared pw box and entered the right one. Booted to desktop.
Why is it things always behave when they're being watched closely for misbehavior?
Poked around a bit - system responding as it should.
Shutdown via menu.
# minicom


Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 14:53:21

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46)
OMAP5432-GP ES2.0
cold reset
rsttime1 has not yet been configured
>>spl:board_init_r()
spl_init()
Trying to boot from MMC2_2
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
spl: payload image: U-Boot 2016.11-gd2e442097c for o load addr: 0x807fffc0 size4
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-gd2e442097c (Dec 20 2019 - 22:58:46 +0100)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: OMAP5432 Pyra
I2C: ready
DRAM: 4 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

HW Revision: CPU: v5.3 Mainboard: v5.2
BOOTDEV: eMMC/uSD
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
** File not found uEnv.txt **
Retrieving file: /extlinux/extlinux.conf
309 bytes read in 3 ms (100.6 KiB/s)
Retrieving file: /extlinux/linux.cfg
1722 bytes read in 3 ms (560.5 KiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 3 ms (0 Bytes/s)
Extlinux Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
2: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
Retrieving file: /initrd.img-4.19.88-letux-lpae
10643010 bytes read in 543 ms (18.7 MiB/s)
Retrieving file: /vmlinuz-4.19.88-letux-lpae
5265792 bytes read in 271 ms (18.5 MiB/s)
append: root=PARTUUID=5bdc0a86-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.88-letux-lpae/omap5-letux-cortex15-v5.3+b
65659 bytes read in 40 ms (1.6 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f5d9000, end 8ffff642 ... OK
Loading Device Tree to 8f5c5000, end 8f5d807a ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.88-letux-lpae (pyra@debian-buster) (gcc versi9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 16 pages/cpu s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=5bdc0a86-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63708(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4092628K/4174848K available (7219K kernel code, 741K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9236 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 742 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000801] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000810] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002283] Console: colour dummy device 80x30
[ 0.002842] console [tty0] enabled
[ 0.002877] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002904] pid_max: default: 32768 minimum: 301
[ 0.003008] Security Framework initialized
[ 0.003069] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003091] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003534] CPU: Testing write buffer coherency: ok
[ 0.003575] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003769] /cpus/cpu@0 missing clock-frequency property
[ 0.003794] /cpus/cpu@1 missing clock-frequency property
[ 0.003813] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059974] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079980] rcu: Hierarchical SRCU implementation.
[ 0.120040] smp: Bringing up secondary CPUs ...
[ 0.200469] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200474] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200599] smp: Brought up 1 node, 2 CPUs
[ 0.200617] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200633] CPU: All CPU(s) started in HYP mode.
[ 0.200646] CPU: Virtualization extensions available.
[ 0.201031] devtmpfs: initialized
[ 0.220569] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220943] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220974] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221467] pinctrl core: initialized pinctrl subsystem
[ 0.222106] NET: Registered protocol family 16
[ 0.224539] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225284] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.225921] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287102] audit: initializing netlink subsys (disabled)
[ 0.287688] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.287933] cpuidle: using governor menu
[ 0.288796] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.294849] OMAP GPIO hardware version 0.1
[ 0.298633] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.299031] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.299148] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.299174] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.312954] No ATAGs?
[ 0.313059] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.313095] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.313606] OMAP DMA hardware revision 0.0
[ 0.314521] Serial: AMBA PL011 UART driver
[ 0.338839] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.339592] vsys_cobra: supplied by vmain
[ 0.351509] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.351726] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.352949] vgaarb: loaded
[ 0.353271] SCSI subsystem initialized
[ 0.353486] libata version 3.00 loaded.
[ 0.353699] usbcore: registered new interface driver usbfs
[ 0.353754] usbcore: registered new interface driver hub
[ 0.353836] usbcore: registered new device driver usb
[ 0.354111] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.354192] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.355277] Advanced Linux Sound Architecture Driver Initialized.
[ 0.356611] clocksource: Switched to clocksource arch_sys_counter
[ 0.404583] VFS: Disk quotas dquot_6.6.0
[ 0.404660] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.412636] NET: Registered protocol family 2
[ 0.413377] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.413416] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.413492] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.413631] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.413729] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.413772] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.413899] NET: Registered protocol family 1
[ 0.413933] PCI: CLS 0 bytes, default 64
[ 0.466554] Trying to unpack rootfs image as initramfs...
[ 0.932030] Freeing initrd memory: 10396K
[ 0.932571] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.932785] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.936490] Initialise system trusted keyrings
[ 0.936788] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.937116] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.937379] aufs 4.19.17+
[ 0.938967] Key type asymmetric registered
[ 0.938987] Asymmetric key parser 'x509' registered
[ 0.939040] bounce: pool size: 64 pages
[ 0.939087] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.939110] io scheduler noop registered
[ 0.939124] io scheduler deadline registered
[ 0.939163] io scheduler cfq registered (default)
[ 0.939180] io scheduler mq-deadline registered
[ 0.939194] io scheduler kyber registered
[ 0.942260] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 0.942968] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 0.943408] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 0.950968] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.953006] omap_uart 4806c000.serial: no wakeirq for uart1
[ 0.953121] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 0.953279] serial serial0: tty port ttyO1 registered
[ 0.953508] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.869615] console [ttyO2] enabled
[ 1.873634] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.879576] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.889599] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.895522] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.912244] brd: module loaded
[ 1.919461] loop: module loaded
[ 1.924094] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.931259] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.940217] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 1.950808] scsi host0: ahci
[ 1.954019] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 1.963308] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.972588] libphy: Fixed MDIO Bus: probed
[ 1.980201] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.987077] ehci-pci: EHCI PCI platform driver
[ 1.991918] usbcore: registered new interface driver usb-storage
[ 1.998520] mousedev: PS/2 mouse device common for all mice
[ 2.005335] i2c /dev entries driver
[ 2.009140] IR NEC protocol handler initialized
[ 2.013893] IR RC5(x/sz) protocol handler initialized
[ 2.019206] IR RC6 protocol handler initialized
[ 2.023953] IR JVC protocol handler initialized
[ 2.028720] IR Sony protocol handler initialized
[ 2.033561] IR SANYO protocol handler initialized
[ 2.038508] IR Sharp protocol handler initialized
[ 2.043435] IR MCE Keyboard/mouse protocol handler initialized
[ 2.049561] IR XMP protocol handler initialized
[ 2.054308] Driver for 1-wire Dallas network protocol.
[ 2.063449] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.073437] sdhci: Secure Digital Host Controller Interface driver
[ 2.079924] sdhci: Copyright(c) Pierre Ossman
[ 2.085046] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.094240] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.099121] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.104621] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.137588] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.146878] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.151764] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.157446] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.164590] txs02612 txs02612: probe
[ 2.168424] device_find_by_node: parent=c0e5bb70 of=ebfe901c - /ocp/mmc@480b2
[ 2.176815] find_by_node: found :)
[ 2.180434] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.188718] txs02612 txs02612: could not get access to host port, using manue
[ 2.222034] txs02612_request: current=1 client=0
[ 2.243189] mmc0: new high speed MMC card at address 0001
[ 2.252099] txs02612 txs02612: probed
[ 2.256031] txs02612_request: current=0 client=1
[ 2.260987] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.261406] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.270201] usbcore: registered new interface driver usbhid
[ 2.272954] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.278445] usbhid: USB HID core driver
[ 2.284649] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.294559] ashmem: initialized
[ 2.294591] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 2.305599] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.312299] oprofile: using timer interrupt.
[ 2.317367] Initializing XFRM netlink socket
[ 2.321856] NET: Registered protocol family 17
[ 2.326527] NET: Registered protocol family 15
[ 2.328774] mmcblk0: p1 p2
[ 2.331342] Key type dns_resolver registered
[ 2.339046] ThumbEE CPU extension supported.
[ 2.343561] Registering SWP/SWPB emulation handler
[ 2.348669] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.354561] omap_vp_init: No PMIC info for vdd_core
[ 2.359724] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.365378] omap_vp_init: No PMIC info for vdd_mm
[ 2.370327] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.376073] omap_vp_init: No PMIC info for vdd_mpu
[ 2.381115] Power Management for TI OMAP4+ devices.
[ 2.386958] Loading compiled-in X.509 certificates
[ 2.409016] palmas 0-0048: Irq flag is 0x00000008
[ 2.439937] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.452294] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.465680] SMPS123: supplied by regulator-dummy
[ 2.472202] SMPS45: supplied by regulator-dummy
[ 2.477710] random: fast init done
[ 2.482178] SMPS6: supplied by vsys_cobra
[ 2.487898] SMPS7: supplied by vsys_cobra
[ 2.493565] SMPS8: supplied by vsys_cobra
[ 2.499370] SMPS9: supplied by vsys_cobra
[ 2.503916] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.510662] SMPS10_OUT2: supplied by regulator-dummy
[ 2.517102] SMPS10_OUT1: supplied by regulator-dummy
[ 2.523082] LDO1: supplied by vsys_cobra
[ 2.527562] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.534172] LDO2: supplied by vsys_cobra
[ 2.539058] ldo2: Bringing 0uV into 1800000-1800000uV
[ 2.547353] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.553920] LDO5: supplied by vsys_cobra
[ 2.563014] LDO7: supplied by vsys_cobra
[ 2.567781] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.574360] LDO8: supplied by vsys_cobra
[ 2.580275] LDO9: supplied by vmmcsd_fixed
[ 2.586413] LDOLN: supplied by vsys_cobra
[ 2.593078] LDOUSB: supplied by vsys_cobra
[ 2.602187] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.608587] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.617530] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.624676] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.631832] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.638821] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.645604] vdds_1v8_main: supplied by smps7
[ 2.650564] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.689688] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.696139] cpu cpu0: Linked as a consumer to regulator.9
[ 2.701920] cpu cpu0: Dropping the link to regulator.9
[ 2.707977] cpu cpu0: Linked as a consumer to regulator.9
[ 2.715430] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.724610] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.729504] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.734542] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.741815] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.777166] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.783193] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.903407] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.912805] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.917793] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.923085] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 2.936068] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 2.964575] mmc4: new high speed SDIO card at address 0001
[ 3.047172] ldo3: supplied by vdds_1v8_main
[ 3.052594] ldo4: supplied by vdds_1v8_main
[ 3.058144] ldo6: supplied by vdds_1v8_main
[ 3.243909] input: user-button as /devices/platform/user-button/input/input0
[ 3.255745] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.266554] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.275923] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.287038] ALSA device list:
[ 3.290152] No soundcards found.
[ 3.295178] Freeing unused kernel memory: 2048K
[ 3.300130] Run /init as init process
[ 3.707657] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.721934] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i3
[ 3.747636] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.767012] as5013 1-0040: ID code: 0c
[ 3.771431] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4804
[ 3.782760] as5013 1-0040: ID version: 0d
[ 3.788211] as5013 1-0040: silicon revision: 00
[ 3.794735] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i25
[ 3.798995] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.807147] as5013 1-0040: control: f1
[ 3.814302] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.814381] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.829472] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.851813] omapdss: unknown parameter 'def_disp' ignored
[ 3.852685] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.864121] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.865900] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.885064] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.890310] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 3.892937] as5013 1-0041: ID code: 0c
[ 3.900869] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 3.911798] DSS: OMAP DSS rev 6.1
[ 3.915780] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.923127] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.923141] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.935115] as5013 1-0041: ID version: 0d
[ 3.936915] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 3.951059] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.958233] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 3.958717] as5013 1-0041: silicon revision: 00
[ 3.967780] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 3.976725] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 3.980692] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 3.997336] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 3.997482] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.011868] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.021561] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.026526] as5013 1-0041: control: f1
[ 4.031634] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 4.041130] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 4.047698] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.054266] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.076650] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.084208] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.094806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.105838] usb usb1: Product: EHCI Host Controller
[ 4.111519] usb usb1: Manufacturer: Linux 4.19.88-letux-lpae ehci_hcd
[ 4.119241] usb usb1: SerialNumber: 4a064c00.ehci
[ 4.124601] hub 1-0:1.0: USB hub found
[ 4.128642] hub 1-0:1.0: 3 ports detected
[ 4.136545] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.144482] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.155460] dmm 4e000000.dmm: initialized all PAT entries
[ 4.161587] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.167841] omapdss_dsi 58004000.encoder: Linked as a consumer to regulator.0
[ 4.175488] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulato0
[ 4.184548] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.191538] [drm] No driver support for vblank timestamp query.
[ 4.225979] Console: switching to colour frame buffer device 160x45
[ 4.246082] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 4.289401] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 4.300289] omap-dwc3 4a020000.omap_dwc3: vbus init failed
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[ 4.506839] usb 1-2: new high-speed USB device number 2 using ehci-omap
Warning: fsck not present, so skipping root file system
[ 4.717633] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bc0
[ 4.728391] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.743935] hub 1-2:1.0: USB hub found
[ 4.748520] hub 1-2:1.0: 3 ports detected
[ 4.757038] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.992812] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[ 5.005927] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 6029e7a3
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 5.653204] systemd[1]: System time before build time, advancing clock.
[ 5.703603] systemd[1]: Inserted module 'autofs4'
[ 5.746407] NET: Registered protocol family 10
[ 5.767554] Segment Routing with IPv6
[ 5.806674] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SE)
[ 5.841639] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 10 (buster)!

[ 5.859320] systemd[1]: Set hostname to <Marble>.
[ 5.860032] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumet
[ 6.137027] systemd[1]: File /lib/systemd/system/systemd-journald.service:12.
[ 6.176532] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warn)
[ 6.305573] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= referen.
[ 6.369665] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.387442] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.401912] systemd[1]: Listening on fsck to fsckd communication Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ 6.415635] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.430113] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 6.449755] systemd[1]: Started Forward Password Requests to Wall Directory .
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Listening on Journal Socket.
Mounting POSIX Message Queue File System...
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Reached target Remote File Systems.
[ OK ] Set up automount Arbitrary Executable File Formats File System Automou.
Starting File System Check on Root Device...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
Starting Uncomplicated firewall...
Mounting Kernel Debug File System...
Starting Create list of required static device nodes for the current k.
[ OK ] Listening on Journal Audit Socket.
Starting Set the console keyboard layout...
Starting Load Kernel Modules...
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Listening on Syslog Socket.
Starting Journal Service...
[ OK ] Listening on udev Control Socket.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Created slice system-getty.slice.
Starting udev Coldplug all Devices...
[ OK ] Reached target Swap.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started File System Check on Root Device.
[ OK ] Started Uncomplicated firewall.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Create list of required static device nodes for the current ke.
[ OK ] Started Load Kernel Modules.
Starting Apply Kernel Variables...
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
Starting Create System Users...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ 7.042814] systemd-journald[1344]: Received request to flush runtime journa1
[ 7.048843] systemd-journald[1344]: File /var/log/journal/2ea02f2a8b2d4e19a5.
[ OK ] Started Set the console keyboard layout.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started udev Coldplug all Devices.
Starting Show Plymouth Boot Screen...
Starting Helper to synchronize boot up for ifupdown...
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ 7.474820] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.497286] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.514141] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.530540] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Found device /dev/ttyO2.
[ 7.610473] usb3503 0-0008: usb3503_probe
[ 7.649332] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulatr
[ 7.660522] usb3503 0-0008: reset gpio state 0
[ 7.661674] bmp280 2-0077: Linked as a consumer to regulator.0
[ 7.682523] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend me
[ 7.684578] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulatr
[ 7.713210] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 7.724989] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.736666] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 7.739881] bmg160_i2c: probe of 2-0069 failed with error -121
[ 7.758699] bno055 2-0029: software revision id 0311
[ 7.760717] bmp280: probe of 2-0077 failed with error -121
[ 7.785195] Bluetooth: Core ver 2.22
[ 7.793647] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 7.811390] usb3503 0-0008: usb3503_connect
[ 7.826278] input: accelerometer-iio-input-bridge as /devices/virtual/input/8
[ 7.835645] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 7.853918] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 7.867588] bq27xxx_battery_setup
[ 7.868016] bq2429x_charger 1-006b: invalid det gpio: -2
[ 7.875894] bq27xxx_battery_setup: dm_regs=(ptrval)
[ 7.899159] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.903097] NET: Registered protocol family 31
[ 7.918842] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 7.920363] crtouch_drv 3-0049: failed to read size of screen
[ 7.939819] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 7.949739] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulatr
[ 7.968822] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 7.971360] input input7: as5013_open
[ 7.982814] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.010501] usb3503 0-0008: usb3503_reset 1
[ 8.019439] input input6: as5013_open
[ 8.046024] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.056535] bmp280 2-0076: Linked as a consumer to regulator.0
[ 8.093264] Bluetooth: HCI device and connection manager initialized
[ 8.102212] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.115827] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulatr
[ 8.129847] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.130973] crtouch_drv: probe of 3-0049 failed with error -5
[ 8.152172] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.164140] Bluetooth: HCI socket layer initialized
[ 8.164378] usb3503 0-0008: switched to HUB mode
[ 8.176371] bq24296_get_vsys_voltage(0)
[ 8.203522] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.215446] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 8.226898] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.240424] bq27xxx_battery_settings
[ 8.250315] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.266097] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.284094] Bluetooth: L2CAP socket layer initialized
[ 8.285168] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.314681] Bluetooth: SCO socket layer initialized
[ 8.323706] bq27xxx_battery_set_config
[ 8.348989] Bluetooth: HCI UART driver ver 2.3
[ 8.354808] bq27xxx_battery_unseal
[ 8.369673] => 3500000 uV
[ 8.397945] random: crng init done
[ 8.406229] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.418908] Bluetooth: HCI UART protocol H4 registered
[ 8.420111] bq24296_get_vsys_voltage(0)
[ 8.441471] input input6: as5013_open
[ 8.466580] bq27xxx_battery_update_dm_block
[ 8.501043] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.517479] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ OK ] Found device /dev/disk/by-partuuid/5bdc0a86-01.
[ 8.541433] => 3500000 uV
[ 8.541488] bq24296_get_vsys_voltage(0)
[ 8.541582] Bluetooth: HCI UART protocol BCSP registered
[ 8.541646] => 3500000 uV
[ 8.548624] Bluetooth: HCI UART protocol LL registered
[ 8.570821] twl6040-vibra twl6040-vibra: couldn't get regulators -517
Starting File System Check on /dev/disk/by-partuuid/5bdc0a86-01...
[ 8.608716] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.619452] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.630590] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 8.640201] input input7: as5013_open
[ OK ] Started File System Check on /dev/disk/by-partuuid/5bdc0a86-01.
Mounting /boot...
[ 8.665930] bq27xxx-battery 1-0055: design-capacity has 6000
[ 8.668423] bq24296_get_otg_voltage(1)
[ 8.677087] bq27xxx_battery_update_dm_block
[ 8.694478] bq27xxx-battery 1-0055: design-energy has 22200
[ 8.705203] bq27xxx_battery_update_dm_block
[ 8.714448] bq27xxx-battery 1-0055: terminate-voltage has 3200
[ 8.714886] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.725295] bq27xxx_battery_seal
[ 8.743234] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.749215] Bluetooth: HCI UART protocol Broadcom registered
[ 8.763282] Bluetooth: hci0: download firmware failed, retrying...
[ 8.788589] EXT4-fs (mmcblk0p1): warning: checktime reached, running e2fsck d
[ 8.811513] => 4998000 uV
[ 8.819531] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: ()
[ 8.833461] bq24296_get_otg_current_limit(1)
[ 8.843135] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.859192] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.874291] Bluetooth: hci0: download firmware failed, retrying...
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Raise network interfaces...
Starting Tell Plymouth To Write Out Runtime Data...
[ 8.927484] hci-ti serial0-0: Direct firmware load for ti-connectivit2
Starting Enable support for additional executable binary formats...
[ 8.927492] Bluetooth: hci0: request_firmware failed(errno -2) for s
[ 8.927496] Bluetooth: hci0: download firmware failed, retrying...
[ 8.975010] bq24296_get_otg_voltage(1)
[ 8.976069] => 4998000 uV
[ 8.977398] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIIni2
[ 8.977405] Bluetooth: hci0: request_firmware failed(errno -2) for ti-connecs
[ 8.977409] Bluetooth: hci0: download firmware failed, retrying...
[ 8.979243] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.979542] twl6040 0-004b: Linked as a consumer to regulator.38
[ 8.979716] input: twl6040:vibrator as /devices/platform/44000000.ocp/4807000
[ 8.980098] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.997523] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.194744] bq2429x_charger 1-006b: bq24296_init_registers(): translated vba)
[ 9.203035] otg_path: supplied by otg
[ 9.203142] omap-dwc3 4a020000.omap_dwc3: Linked as a consumer to regulator.7
[ 9.204307] bq24296_usb_detect: r8=2c FCHG INDPM PWRGOOD r9=00
[ 9.204310] bq24296: VBUS became available
[ 9.204313] bq24296_update_input_current_limit(6)
[ 9.293404] iio_charge:0
[ 9.344410] emif_probe: error getting device data
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
[ OK ] Started Set console font and keymap.
Mounting Arbitrary Executable File Formats File System...
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Raise network interfaces.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:backlight..
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ 9.538292] wwan_on_off_init: wwan_on_off_init
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ 9.573832] wwan_on_off_probe: wwan_on_off_probe()
[ 9.582261] emif_probe: error getting device data
[ 9.601852] modem_vbus_hdmi_power: supplied by vsys
[ 9.616499] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 9.629102] wwan-on-off modem: Linked as a consumer to regulator.36
[ 9.641655] wwan_on_off_probe: onoff = 48aa318d indicator = f67bf244 -2947961
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ 9.665000] pvrsrvkm_omap_omap5_sgx544_116: module is from the staging direc.
[ 9.667709] snd_soc_omap_hdmi_audio: unknown parameter 'index' ignored
[ 9.697772] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on 1
[ 9.720494] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
[ 9.721016] wwan_on_off_probe: wwan_on_off_probe() wwan=5ad54439
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ 9.808048] emif_probe: error getting device data
[ 9.821807] wwan_on_off_is_powered_on: gpio value = 0
[ 9.833250] wwan_on_off_is_powered_on: return 'false'
[ OK ] Started Network Time Synchronization.
[ 9.854937] wwan_on_off_rfkill_set_block: blocked: 1
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target System Initialization.
[ 9.877022] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mak
[ 9.882265] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ 9.883320] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mappk
[ 9.886226] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mappk
[ 9.898727] wwan_on_off_set_power:eek:n = 0
[ 9.946740] emif_probe: error getting device data
[ 9.952089] wwan_on_off_is_powered_on: gpio value = 0
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Reached target Sockets.
[ OK ] Started Daily rotation of log files.
[ 10.022425] wwan_on_off_is_powered_on: return 'false'
[ 10.022429] wwan_on_off_set_power: state 0
[ 10.022433] wwan_on_off_set_power: regulator 0
[ 10.022435] wwan_on_off_set_power: done
[ 10.024011] wwan_on_off_probe: successfully probed
[ 10.114515] ------------[ cut here ]------------
[ 10.114537] WARNING: CPU: 1 PID: 1368 at drivers/base/devres.c:899 snd_soc_c]
[ 10.114540] Modules linked in: snd_soc_omap_abe_twl6040(+) snd_soc_simple_cas
[ 10.114611] drm drm_panel_orientation_quirks connector_hdmi pwm_omap_dmtimen
[ 10.114638] CPU: 1 PID: 1368 Comm: systemd-udevd Tainted: G C 1
[ 10.114642] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 10.114661] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 10.114673] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 10.114684] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 10.114692] [<c022ebc8>] (__warn) from [<c022ef64>] (warn_slowpath_null+0x38)
[ 10.114702] [<c022ef64>] (warn_slowpath_null) from [<bf510458>] (snd_soc_car)
[ 10.114747] [<bf510458>] (snd_soc_card_new_dai_links [snd_soc_omap_abe_twl60)
[ 10.114760] [<bf5108ec>] (omap_abe_probe [snd_soc_omap_abe_twl6040]) from [<)
[ 10.114769] [<c06464a8>] (platform_drv_probe) from [<c0644304>] (really_prob)
[ 10.114777] [<c0644304>] (really_probe) from [<c06447a0>] (driver_probe_devi)
[ 10.114786] [<c06447a0>] (driver_probe_device) from [<c0644864>] (__driver_a)
[ 10.114793] [<c0644864>] (__driver_attach) from [<c0642618>] (bus_for_each_d)
[ 10.114800] [<c0642618>] (bus_for_each_dev) from [<c0643734>] (bus_add_drive)
[ 10.114809] [<c0643734>] (bus_add_driver) from [<c064551c>] (driver_register)
[ 10.114819] [<c064551c>] (driver_register) from [<bf516088>] (omap_abe_init+)
[ 10.114835] [<bf516088>] (omap_abe_init [snd_soc_omap_abe_twl6040]) from [<c)
[ 10.114844] [<c0202ce0>] (do_one_initcall) from [<c02a9718>] (do_init_module)
[ 10.114852] [<c02a9718>] (do_init_module) from [<c02ab9ac>] (load_module+0x2)
[ 10.114859] [<c02ab9ac>] (load_module) from [<c02abcd0>] (sys_finit_module+0)
[ 10.114865] [<c02abcd0>] (sys_finit_module) from [<c02011d4>] (__sys_trace_r)
[ 10.114869] Exception stack(0xe9fd1fa8 to 0xe9fd1ff0)
[ 10.114874] 1fa0: b6e25e88 00000000 0000000f 0057f868 00000
[ 10.114879] 1fc0: b6e25e88 00000000 0090ad00 0000017b 00570950 00000000 00570
[ 10.114882] 1fe0: be8dc158 be8dc148 b6e1f1cd b6ecfd92
[ 10.114886] ---[ end trace f905783be7e4f07b ]---
[ 10.315388] aess 401f1000.aess: ASoC: Failed to create component debugfs diry
[ 10.315398] aess 401f1000.aess: ASoC: invalid header size for type 0 at offs.
[ 10.315403] aess 401f1000.aess: request for AESS FW failed -22
[ 10.325236] omap-abe-twl6040 sound: ASoC: unknown pin AFML
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Reached target Basic System.
[ OK ] Started Run anacron jobs.
Starting Modem Manager...
[ 10.786516] omap-abe-twl6040 sound: ASoC: unknown pin AFMR
[ 10.802111] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 10.802226] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 mappink
[ 10.802303] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia2 mappink
[ 10.802382] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Voice mapping ok
[ 10.802439] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Tones mapping ok
[ 10.802521] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MODEM mapping ok
[ 10.802581] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 LP mapk
[ 10.802644] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 10.802705] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.802710] omap-abe-twl6040 sound: ASoC: no dapm match for Headset Mic --> s
[ 10.802714] omap-abe-twl6040 sound: ASoC: Failed to add route Headset Mic ->s
[ 10.802727] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.802731] omap-abe-twl6040 sound: ASoC: no dapm match for Main Handset Mics
[ 10.802735] omap-abe-twl6040 sound: ASoC: Failed to add route Main Handset Ms
[ 10.802746] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 10.802750] omap-abe-twl6040 sound: ASoC: no dapm match for Sub Handset Mic s
[ 10.802754] omap-abe-twl6040 sound: ASoC: Failed to add route Sub Handset Mis
[ 10.802765] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL1
[ 10.802771] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL1 -> dirk
[ 10.802778] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL2
[ 10.802782] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL2 -> dirk
[ 10.802788] omap-abe-twl6040 sound: ASoC: no source widget found for Analog e
[ 10.802794] omap-abe-twl6040 sound: ASoC: Failed to add route Analog Capture1
[ 10.802800] omap-abe-twl6040 sound: ASoC: no source widget found for BT_VX_DL
[ 10.802804] omap-abe-twl6040 sound: ASoC: Failed to add route BT_VX_DL -> dik
[ 10.802809] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 10.802814] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.1 CL
[ 10.802821] omap-abe-twl6040 sound: ASoC: no source widget found for MM_EXT_L
[ 10.802825] omap-abe-twl6040 sound: ASoC: Failed to add route MM_EXT_DL -> dk
[ 10.802831] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 10.802835] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.2 CL
[ 10.805974] input: Letux Cortex 15 Headset Jack as /devices/platform/sound/s1
[ 11.050477] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ 11.078343] cfg80211: Loading compiled-in X.509 certificates for regulatory e
[ 11.398091] dwc3 4a030000.dwc3: changing max_speed on rev 5533202a
Starting Login Service...
Starting System Logging Service...
Starting Accounts Service...
Starting Avahi mDNS/DNS-SD Stack...
Starting PVR initialisation server...
[ OK ] Started Pyra Volume Daemon.
Starting DragonBox Package Daemon...
Starting LSB: Load kernel modules need[ 11.549223] cfg80211: Loaded '
ed to enable cpufreq scaling...
Starting Restore /etc/resolv.conf if the system crashed before the ppp.
[ 11.549305] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 11.549314] cfg80211: failed to load regulatory.db
[ 11.561067] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ OK ] Started LED config.
Starting Disk Manager...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started D-Bus System Message Bus.
Starting WPA supplicant...
Starting Network Manager...
[ OK ] Started System Logging Service.
[ OK ] Started PVR initialisation server.
[ 12.008243] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connect2
[ 12.008250] wlcore: ERROR could not get configuration binary ti-connectivity2
[ 12.008253] wlcore: WARNING falling back to default config
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp .
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[ OK ] Started Login Service.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 12.527676] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 12.543547] wlcore: WARNING Detected unconfigured mac address in nvs, derive.
[ 12.543555] wlcore: WARNING This default nvs file can be removed from the fim
[ OK ] Started Network Manager.
Starting Hostname Service...
Starting Network Manager Wait Online...
[ 12.658837] wlcore: loaded
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started Manage Sound Card State (restore and store).
Starting Save/Restore Sound Card State...
Starting Bluetooth service...
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Authorization Manager...
[ OK ] Started Save/Res[ 12.783964] Bluetooth: BNEP (Ethernet Emulation) ve3
tore Sound Card State.
[ 12.783978] Bluetooth: BNEP socket layer initialized
[ 12.891515] wwan_on_off_rfkill_set_block: blocked: 0
[ 12.891519] wwan_on_off_set_power:eek:n = 1
[ 12.891526] wwan_on_off_is_powered_on: gpio value = 0
[ 12.891660] wwan_on_off_is_powered_on: return 'false'
[ 12.891664] wwan_on_off_set_power: state 0
[ 12.891667] wwan_on_off_set_power: regulator 0
[ OK ] Started Bluetooth service.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started Hostname Service.
[ OK ] Started Modem Manager.
[ OK ] Reached target Bluetooth.
Starting Load/Save RF Kill Switch Status...
[ OK ] Reached target Sound Card.
[ OK ] Started WPA supplicant.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ][ 13.112083] input input6: as5013_open
Started Pyra Input Deamon (funkeymonkey).
[ 13.117747] input input7: as5013_open
[ 13.196199] input: pyraInput keyboard as /devices/virtual/input/input12
[ 13.199436] input: pyraInput Gamepad as /devices/virtual/input/input13
[ 13.199755] input: pyraInput Mouse as /devices/virtual/input/input14
Starting OpenBSD Secure Shell server...
[ OK ] Started Permit User Sessions.
Starting Hold until boot process finishes up...
Starting Light Display Manager...
[ OK ] Started OpenBSD Secure Shell server.
[ 15.261909] wwan_on_off_set_power: send impulse
[ 16.016697] wwan_on_off_is_powered_on: gpio value = 1
[ 16.022273] wwan_on_off_is_powered_on: return 'true'
[ 16.028479] wwan_on_off_set_power: done
[ 16.039636] wwan_on_off_rfkill_set_block: blocked: 0
[ 16.045774] wwan_on_off_set_power:eek:n = 1
[ 16.050461] wwan_on_off_is_powered_on: gpio value = 1
[ 16.055940] wwan_on_off_is_powered_on: return 'true'
[ 16.061435] wwan_on_off_set_power: state 1
[ 16.066751] wwan_on_off_set_power: regulator 1
[ 16.072219] wwan_on_off_set_power: done
[ 16.290076] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 16.898438] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.020212] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.035155] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.042623] wlcore: down
[ 17.502401] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 17.620628] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 17.635379] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.801516] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

Debian GNU/Linux 10 Marble ttyO2

Marble login: [ 33.776814] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.783216] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.796266] ldo3: disabling
[ 33.800083] ldo8: disabling
[ 33.803387] otg_path: disabling
[ 33.807096] bq24296_otg_is_enabled(1)
[ 127.900346] systemd-journald[1344]: Failed to set ACL on /var/log/journal/2ed
[ 150.728828] bq2729x_chg_irq_func
[ 150.732406] bq24296_usb_detect: r8=2c FCHG INDPM PWRGOOD r9=80 WDOG
[ 150.732483] bq2729x_irq_work_func: di = e9ee2040
[ 150.747021] bq2729x_irq_work_func: r8=2c r9=80
[ 151.268479] bq2729x_chg_irq_func
[ 151.272058] bq2729x_irq_work_func: di = e9ee2040
[ 151.281017] bq2729x_irq_work_func: r8=2c r9=80
[ 253.476774] usb 1-2: reset high-speed USB device number 2 using ehci-omap
[ 254.076794] usb 1-2.3: new high-speed USB device number 3 using ehci-omap
[ 254.251702] usb 1-2.3: New USB device found, idVendor=1e2d, idProduct=0061, 2
[ 254.260598] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumbe0
[ 254.271554] usb 1-2.3: Product: LTE Modem
[ 254.275847] usb 1-2.3: Manufacturer: Cinterion
[ 254.412520] cdc_acm 1-2.3:1.0: ttyACM0: USB ACM device
[ 254.430059] cdc_acm 1-2.3:1.2: ttyACM1: USB ACM device
[ 254.443151] cdc_acm 1-2.3:1.4: ttyACM2: USB ACM device
[ 254.458935] cdc_acm 1-2.3:1.6: ttyACM3: USB ACM device
[ 254.470059] cdc_acm 1-2.3:1.8: ttyACM4: USB ACM device
[ 254.481509] usbcore: registered new interface driver cdc_acm
[ 254.487669] cdc_acm: USB Abstract Control Model driver for USB modems and ISs
[ 254.500014] cdc_ether 1-2.3:1.10 wwan0: register 'cdc_ether' at usb-4a064c000
[ 254.517820] cdc_ether 1-2.3:1.12 wwan1: register 'cdc_ether' at usb-4a064c001
[ 254.531725] usbcore: registered new interface driver cdc_ether
[ OK ] Stopped LED config.
[ OK ] Stopped Login Service.
[ OK ] Started Show Plymouth Power Off Screen.
[ OK ] Stopped User Manager for UID 1000.
Stopping User Runtime Directory /run/user/1000...
[ OK ] Unmounted /run/user/1000.
[ OK ] Stopped User Runtime Directory /run/user/1000.
[ OK ] Removed slice User Slice of UID 1000.
Stopping Permit User Sessions...
[ OK ] Stopped Permit User Sessions.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped target User and Group Name Lookups.
[ OK ] Stopped Pyra Input Deamon (funkeymonkey).
[ OK ] Stopped target Network.
Stopping WPA supplicant...
Stopping Raise network interfaces...
Stopping Network Manager...
[ 314.577180] wlcore: down
[ OK ] Stopped Raise network interfaces.
[ OK ] Stopped Network Manager.
[ OK ] Stopped WPA supplicant.
Stopping D-Bus System Message Bus...
[ OK ] Stopped D-Bus System Message Bus.
[ OK ] Stopped target Basic System.
[ OK ] Stopped Forward Password Requests to Plymouth Directory Watch.
[ OK ] Stopped target Paths.
[ OK ] Stopped target Sockets.
[ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Closed UUID daemon activation socket.
[ OK ] Closed Syslog Socket.
[ OK ] Stopped target Slices.
[ OK ] Removed slice User and Session Slice.
[ OK ] Closed D-Bus System Message Bus Socket.
[ OK ] Stopped target System Initialization.
[ OK ] Stopped target Swap.
Stopping Update UTMP about System Boot/Shutdown...
[ OK ] Stopped Apply Kernel Variables.
[ OK ] Stopped Load Kernel Modules.
Stopping Load/Save Screen Backlight Brightness of backlight:backlight..
Stopping Load/Save Random Seed...
Stopping Network Time Synchronization...
[ OK ] Stopped target Local Encrypted Volumes.
[ OK ] Stopped Forward Password Requests to Wall Directory Watch.
Stopping Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ OK ] Stopped Network Time Synchronization.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Stopped Load/Save Random Seed.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Stopped Update UTMP about System Boot/Shutdown.
[ OK ] Removed slice system-systemd\x2dbacklight.slice.
[ OK ] Stopped Create Volatile Files and Directories.
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[ OK ] Unmounted /boot.
[ OK ] Reached target Unmount All Filesystems.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/5bdc0a86-01.
[ OK ] Stopped target Local File Systems (Pre).
[ OK ] Stopped Create Static Device Nodes in /dev.
[ OK ] Stopped Create System Users.
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Stopped File System Check on Root Device.
[ OK ] Removed slice system-systemd\x2dfsck.slice.
[ OK ] Reached target Shutdown.
[ OK ] Reached target Final Step.
[ OK ] Started Power-Off.
[ OK ] Reached target Power-Off.
[ 315.113911] systemd-shutdow: 49 output lines suppressed due to ratelimiting
[ 315.161462] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 315.331353] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 315.360506] systemd-journald[1344]: Received SIGTERM from PID 1 (systemd-shu.
[ 315.428155] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 315.457531] systemd-shutdown[1]: Unmounting file systems.
[ 315.472197] [2539]: Remounting '/' read-only in with options 'background_gc=.
[ 315.523101] systemd-shutdown[1]: All filesystems unmounted.
[ 315.533827] systemd-shutdown[1]: Deactivating swaps.
[ 315.544529] systemd-shutdown[1]: All swaps deactivated.
[ 315.556146] systemd-shutdown[1]: Detaching loop devices.
[ 315.570839] systemd-shutdown[1]: All loop devices detached.
[ 315.581389] systemd-shutdown[1]: Detaching DM devices.
[ 315.709548] bq24296_otg_is_enabled(1)
[ 315.728147] reboot: Power down

And if you can boot into an OS from the left SD Card slot, doing an fsck on /dev/mmcblk0p1 and /dev/mmcblk0p2 would be great.
If the eMMC has issues, these I/O errors should appear there as well.

If fsck doesn't report any errors, the the eMMC should be fine.
It will be a bit while I dd zero another card so I can create a bootable SD using the image files.

It's very weird what you're encountering... we never had such issues before.
Sorry about that, as the prototype should simply work as is :)
Entirely not your fault. Figuring this stuff out is part of what we're doing here right? At this point I am up and running on the eMMC with what is apparently normal behavior. Hard to believe that using Gparted to manage partitions on a card can result in the image load to go so far sideways, but I'm lacking anything else to point to with the above success at flashing the OS.
 
Shift plus page up usually scrolls back a screen on linux x-windowing terminals, in case that's useful to you.
What was showing on screen was the same thing that I was pulling down via minicom on my workstation - there wasn't anything extra to be gained there in this case.
 
Which also undos any partitioning - the latter being information on the storage. Since ED just seemed to be worried about the beginning of the storage, it would seem you'd be good only zeroing the first MB.
"dd if=./install-nobat.img of=/dev/sdj bs=1M; sync" also starts writing content at the very beginning.
Doing this on the 64GB Samsung EVO microSD card that I'm going to use as an OS SD card.
Used fdisk /dev/sdj to blow away the existing partitions.
# dd if=/dev/zero of=/dev/sdj bs=1M; sync
That has been running a good five minutes or more at 85M/sec (This is a fast SDXC card). You sure that command stops at 1M or does it start 1M -in-?
# dd if=/dev/zero of=/dev/sdj bs=1M; sync
^C20977+0 records in
20977+0 records out
21995978752 bytes (22 GB, 20 GiB) copied, 263.509 s, 83.5 MB/s
I Ctrl+C interrupted it - it's gone far enough.

Just to be 'safe' I'm going to let this run for 5 mins more.
# dd if=/dev/zero of=/dev/sdj; sync
^C29916913+0 records in
29916913+0 records out
15317459456 bytes (15 GB, 14 GiB) copied, 168.435 s, 90.9 MB/s

Now that I've done that and ctrl+c'd out, I submitted a # sync and am waiting for the card to settle out. That might take a while - my workstation has 48GB RAM and can cache a crazy write buffer.
 
  • Like
Reactions: rSl
Meanwhile Pyra Prototype #8 Marble has been charging while booted drawing 1.87A over the microUSB 3.0 wide port connected to a 2A USB 2.0 charger. Yes, I have other hardware, but this one is 'solid' and 'known to work'.
Battery status:
Laptop battery 35 minutes until charged (72.0%)
Laptop battery 1 hour 25 minutes remaining (73.0%)

Likely the freshly installed OS and the battery reporting system and the battery need some charge/discharge time to get familiar with each other.

Onto that newly de-partitioned, cleared, cleansed, dd zero'd out 64GB EVO card:
# dd if=./pyra-debian-buster-mate.img of=/dev/sdj bs=1M; sync
8192+0 records in
8192+0 records out
8589934592 bytes (8.6 GB, 8.0 GiB) copied, 24.0275 s, 358 MB/s

The above 358MB/s is the -read- speed to pull the 8.6 GB into RAM. The write was running about 50MB/s to the microSDXC card and took a few minutes to sync.

I'm going to give the currently running from eMMC Pyra some time to charge past 80% before continuing on to boot from this freshly minted 64GB microSDXC OS card a spin.
 
The reason for sync is because Linux caches bits of the filesystem in RAM temporarily to speed things up. When performing writes on unmounted devices, sync makes sense because that is not a common thing to do and anyone doing it should be aware of the behavior and risk of doing so. When operating with mounted devices, the cache will be synced when it is unmounted.

That being said, glad you got it going. The OS is definitely rough around the edges still as we are working to finalize the core components. I’m glad the preorders are out there because it means there’s some users to report issues.
 
Doing this on the 64GB Samsung EVO microSD card that I'm going to use as an OS SD card.
Used fdisk /dev/sdj to blow away the existing partitions.
# dd if=/dev/zero of=/dev/sdj bs=1M; sync
That has been running a good five minutes or more at 85M/sec (This is a fast SDXC card). You sure that command stops at 1M or does it start 1M -in-?
# dd if=/dev/zero of=/dev/sdj bs=1M; sync
You didn't specify a count= value, just a block size. I'm not sure what dd does if you don't specify both to be honest, and I'm not sure why the total size differs, but I always use it with a count= and a bs= and it works for me in that situation.
 
The reason for sync is because Linux caches bits of the filesystem in RAM temporarily to speed things up. When performing writes on unmounted devices, sync makes sense because that is not a common thing to do and anyone doing it should be aware of the behavior and risk of doing so. When operating with mounted devices, the cache will be synced when it is unmounted.
I understand and agree with all that - that isn't my gripe. My gripe is in how the OS reports completion of a copy/paste or ordered write. It reports completion of the read as completion of the entire action. Drag and drop a few GB of files onto a mounted USB drive or SD card (same thing more ore less) and the OS reads the files, says it's done, shows no device activity - and may not for up to an hour or more post the read. From a user perspective it is 'done'. From a reality perspective, it has done the read but not the write - and there is no indication on screen that this action is still pending. The only report to the user is that the copy is complete - which it isn't until the OS decides it is bored and writes the files to the target in the background or a sync is forced - and sync is a root only command.

Frankly, write caching is one of the best and worst existing Linux user experiences that there still is. Yes, it speeds up the entire system in the background - great. It also misleads and -lies- to the end user, which to me is a cardinal sin of any OS. Maybe we should have a big fat RED widget in the system tray that says something to the effect of, "2.5 GB writes cached! Press here to sync!" instead of the user having to open a root/admin prompt and typing a command?

We don't want the end user to use elevated privileges for day in/out activities, right? So why can't we finish syncing the write cache without opening a root terminal?

*steps down off the soapbox*

Battery at 84%. Time to set things back up for minicom and booting off of the freshly departitioned, dd zero'd and imaged microSDXC card's first boot.
 
Battery at 84%.
mincom running
64GB departitioned, dd zero'd, Samsung EVO microSDXC card imaged with:
# dd if=./pyra-debian-buster-mate.img of=/dev/sdj bs=1M; sync
Card in microSDXC to SDXC adapter card and inserted in left Pyra SD slot
Press power button.
minicom recording activity.
Welcome! = Start now
Calibrate = Yes - calibration came up, then vanished and please enter your full name box came up - without the +++++++ garbage this time.
Left shoulder shift + G key results in G! It was not my imagination - booting from the SD card image DOES allow the left shoulder button to be active at the user full name prompt.
Speeding through the rest of the configuration - called this OS/Pyra MarbleSD. Rest of setup went normal without issues. Done! OK.
minicom log:
# minicom
minicom: cannot open /dev/ttyUSB0: No such file or directory
root@Argon:/home/mark/Desktop# minicom


Welcome to minicom 2.7

OPTIONS: I18n
Compiled on Apr 22 2017, 09:14:19.
Port /dev/ttyUSB0, 16:25:03

Press CTRL-A Z for help on special keys


U-Boot SPL 2016.11-01379-gfd188cb2b6-dirty (Jun 21 2019 - 16:36:20)
OMAP5432-GP ES2.0
ram code 0x0
version code 0xa
Found LC15 V5.3 with 4GB RAM
>>spl:board_init_r()
spl_init()
Trying to boot from MMC1
board_mmc_init called (vers = 53)
MLO
hard: gpio7 = eMMC
soft: gpio82 = 0 (mmc1=eMMC)
ctrl: gpio76 = 1 (ctrl=soft)
spl: payload image: U-Boot 2016.11-01379-gfd188cb2b6 load addr: 0x807fffc0 size2
Jumping to U-Boot
loaded - jumping to U-Boot...

U-Boot 2016.11-01379-gfd188cb2b6-dirty (Jun 21 2019 - 16:36:20 +0200)

LPAE build running in hypervisor mode!
CPU : ARM Cortex-A15 r2p2
SoC : OMAP5432-GP ES2.0
Board: Pyra with Letux Cortex 15
I2C: ready
DRAM: 4 GiB
Reset: peripherals
bq24297: no battery found
Iin_lim found: 2
Iin_lim changed 6
Vin_dpm found: 6
Vin_dpm changed: 0
bq24297: r0 := 06
MMC: ram code 0x0
version code 0xa
Found LC15 V5.3 with 4GB RAM
board_mmc_init called (vers = 53)
U-Boot
soft: gpio82 = 0 (mmc1=eMMC)
OMAP SD/MMC: 0, OMAP SD/MMC: 1, OMAP SD/MMC: 2
*** Warning - bad CRC, using default environment

Found Pyra MB V5.2
Device Tree: omap5-letux-cortex15-v5.3+pyra-v5.2.dtb
SCSI: SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
scanning bus for devices...
Found 0 device(s).
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
309 bytes read in 11 ms (27.3 KiB/s)
Retrieving file: /extlinux/linux.cfg
1722 bytes read in 10 ms (168 KiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 10 ms (0 Bytes/s)
Extlinux Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
2: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
Retrieving file: /initrd.img-4.19.88-letux-lpae
10643010 bytes read in 545 ms (18.6 MiB/s)
Retrieving file: /vmlinuz-4.19.88-letux-lpae
5265792 bytes read in 275 ms (18.3 MiB/s)
append: root=PARTUUID=f23ef208-02 console=ttyO2,115200n8 console=tty0 vram=12M t
Retrieving file: /dtb/linux-image-4.19.88-letux-lpae/omap5-letux-cortex15-v5.3+b
65659 bytes read in 41 ms (1.5 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8f5d9000, end 8ffff642 ... OK
Loading Device Tree to 8f5c5000, end 8f5d807a ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.88-letux-lpae (pyra@debian-buster) (gcc versi9
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Pyra-Handheld-V5.2
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fe000000
[ 0.000000] OMAP4: Map 0x000000027fd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1536 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847104 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x488 wit0
[ 0.000000] percpu: Embedded 16 pages/cpu s36556 r8192 d20788 u65536
[ 0.000000] pcpu-alloc: s36556 r8192 d20788 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1042176
[ 0.000000] Kernel command line: root=PARTUUID=f23ef208-02 console=ttyO2,115l
[ 0.000000] log_buf_len: 8388608 bytes
[ 0.000000] early log buf free: 63708(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 4092628K/4174848K available (7219K kernel code, 741K rwd)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (9236 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 742 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 356 kB)
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
[ 0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000808] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
[ 0.000817] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.002293] Console: colour dummy device 80x30
[ 0.002851] console [tty0] enabled
[ 0.002887] Calibrating delay loop (skipped), value calculated using timer f)
[ 0.002915] pid_max: default: 32768 minimum: 301
[ 0.003016] Security Framework initialized
[ 0.003077] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003100] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.003541] CPU: Testing write buffer coherency: ok
[ 0.003581] CPU0: Spectre v2: firmware did not set auxiliary control registee
[ 0.003773] /cpus/cpu@0 missing clock-frequency property
[ 0.003798] /cpus/cpu@1 missing clock-frequency property
[ 0.003817] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059974] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079982] rcu: Hierarchical SRCU implementation.
[ 0.120037] smp: Bringing up secondary CPUs ...
[ 0.200454] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200459] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200587] smp: Brought up 1 node, 2 CPUs
[ 0.200605] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200622] CPU: All CPU(s) started in HYP mode.
[ 0.200635] CPU: Virtualization extensions available.
[ 0.201017] devtmpfs: initialized
[ 0.220553] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
[ 0.220927] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
[ 0.220957] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.221457] pinctrl core: initialized pinctrl subsystem
[ 0.222091] NET: Registered protocol family 16
[ 0.224515] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.225255] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.225890] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.287070] audit: initializing netlink subsys (disabled)
[ 0.287649] (NULL device *): Failed to create dummy-scm_conf@0 debugfs direcy
[ 0.287892] cpuidle: using governor menu
[ 0.288763] audit: type=2000 audit(0.280:1): state=initialized audit_enabled1
[ 0.294832] OMAP GPIO hardware version 0.1
[ 0.298625] GPIO line 234 (gpio8_234/msecure) hogged as output/high
[ 0.299022] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.299139] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missingo
[ 0.299165] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.312965] No ATAGs?
[ 0.313070] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
[ 0.313106] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.313615] OMAP DMA hardware revision 0.0
[ 0.314521] Serial: AMBA PL011 UART driver
[ 0.343662] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
[ 0.344658] vsys_cobra: supplied by vmain
[ 0.349632] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 0.349920] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 0.352163] vgaarb: loaded
[ 0.352752] SCSI subsystem initialized
[ 0.360509] libata version 3.00 loaded.
[ 0.360709] usbcore: registered new interface driver usbfs
[ 0.360767] usbcore: registered new interface driver hub
[ 0.360826] usbcore: registered new device driver usb
[ 0.361130] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, usir
[ 0.361215] usb_phy_generic hsusb2_phy: Linked as a consumer to regulator.0
[ 0.362339] Advanced Linux Sound Architecture Driver Initialized.
[ 0.363604] clocksource: Switched to clocksource arch_sys_counter
[ 0.410706] VFS: Disk quotas dquot_6.6.0
[ 0.410785] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.418793] NET: Registered protocol family 2
[ 0.419553] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
[ 0.419594] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.419669] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.419808] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.419901] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.419944] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.420068] NET: Registered protocol family 1
[ 0.420103] PCI: CLS 0 bytes, default 64
[ 0.472480] Trying to unpack rootfs image as initramfs...
[ 0.938319] Freeing initrd memory: 10396K
[ 0.938874] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 0.939090] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
[ 0.943782] Initialise system trusted keyrings
[ 0.943935] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 0.944246] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.944501] aufs 4.19.17+
[ 0.946072] Key type asymmetric registered
[ 0.946091] Asymmetric key parser 'x509' registered
[ 0.946144] bounce: pool size: 64 pages
[ 0.946242] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
[ 0.946265] io scheduler noop registered
[ 0.946280] io scheduler deadline registered
[ 0.946319] io scheduler cfq registered (default)
[ 0.946335] io scheduler mq-deadline registered
[ 0.946349] io scheduler kyber registered
[ 0.949968] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won'e
[ 0.950800] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 0.951289] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 0.960415] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.963287] omap_uart 4806c000.serial: no wakeirq for uart1
[ 0.963399] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 46, base_baud =1
[ 0.963696] serial serial0: tty port ttyO1 registered
[ 0.963981] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 47, base_baud =2
[ 1.880079] console [ttyO2] enabled
[ 1.884307] omap_uart 4806e000.serial: no wakeirq for uart3
[ 1.890223] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 48, base_baud =3
[ 1.900454] omap_uart 48068000.serial: no wakeirq for uart5
[ 1.906397] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 49, base_baud =5
[ 1.925121] brd: module loaded
[ 1.933144] loop: module loaded
[ 1.938090] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 1.945167] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 ie
[ 1.954130] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only p
[ 1.964924] scsi host0: ahci
[ 1.968224] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x9
[ 1.977653] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.986902] libphy: Fixed MDIO Bus: probed
[ 1.994524] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.001389] ehci-pci: EHCI PCI platform driver
[ 2.006255] usbcore: registered new interface driver usb-storage
[ 2.012852] mousedev: PS/2 mouse device common for all mice
[ 2.019721] i2c /dev entries driver
[ 2.023505] IR NEC protocol handler initialized
[ 2.028283] IR RC5(x/sz) protocol handler initialized
[ 2.033579] IR RC6 protocol handler initialized
[ 2.038346] IR JVC protocol handler initialized
[ 2.043094] IR Sony protocol handler initialized
[ 2.047948] IR SANYO protocol handler initialized
[ 2.052879] IR Sharp protocol handler initialized
[ 2.057828] IR MCE Keyboard/mouse protocol handler initialized
[ 2.063958] IR XMP protocol handler initialized
[ 2.068712] Driver for 1-wire Dallas network protocol.
[ 2.077274] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.087297] sdhci: Secure Digital Host Controller Interface driver
[ 2.093804] sdhci: Copyright(c) Pierre Ossman
[ 2.098928] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.108076] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.112936] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.118471] omap_hsmmc 480b4000.mmc: Linked as a consumer to regulator.4
[ 2.151418] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.160674] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.165570] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.171302] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.178469] txs02612 txs02612: probe
[ 2.182292] device_find_by_node: parent=c0e5bb70 of=ebfe901c - /ocp/mmc@480b2
[ 2.190664] find_by_node: found :)
[ 2.194261] devm_mmc_get_mmc_by_phandle: node /ocp/mmc@480b4000:182 -> dev =0
[ 2.202485] txs02612 txs02612: could not get access to host port, using manue
[ 2.235753] txs02612_request: current=1 client=0
[ 2.263637] txs02612 txs02612: probed
[ 2.267502] txs02612_request: current=0 client=1
[ 2.272520] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.280603] usbcore: registered new interface driver usbhid
[ 2.286544] usbhid: USB HID core driver
[ 2.290699] ashmem: initialized
[ 2.296463] oprofile: using timer interrupt.
[ 2.301282] Initializing XFRM netlink socket
[ 2.305795] NET: Registered protocol family 17
[ 2.306777] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.310471] NET: Registered protocol family 15
[ 2.320811] Key type dns_resolver registered
[ 2.325677] ThumbEE CPU extension supported.
[ 2.330161] Registering SWP/SWPB emulation handler
[ 2.335240] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.341079] omap_vp_init: No PMIC info for vdd_core
[ 2.346218] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.351875] omap_vp_init: No PMIC info for vdd_mm
[ 2.356824] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.362575] omap_vp_init: No PMIC info for vdd_mpu
[ 2.367618] Power Management for TI OMAP4+ devices.
[ 2.373426] Loading compiled-in X.509 certificates
[ 2.395504] palmas 0-0048: Irq flag is 0x00000008
[ 2.426679] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 2.439245] palmas-rtc 48070000.i2c:palmas@48:rtc: rtc core: registered 48070
[ 2.452420] SMPS123: supplied by regulator-dummy
[ 2.459043] SMPS45: supplied by regulator-dummy
[ 2.465529] SMPS6: supplied by vsys_cobra
[ 2.470854] random: fast init done
[ 2.474875] SMPS7: supplied by vsys_cobra
[ 2.480594] SMPS8: supplied by vsys_cobra
[ 2.486476] SMPS9: supplied by vsys_cobra
[ 2.491025] smps9: Bringing 0uV into 2100000-2100000uV
[ 2.497753] SMPS10_OUT2: supplied by regulator-dummy
[ 2.504273] SMPS10_OUT1: supplied by regulator-dummy
[ 2.510286] LDO1: supplied by vsys_cobra
[ 2.514820] ldo1: Bringing 0uV into 1800000-1800000uV
[ 2.521413] LDO2: supplied by vsys_cobra
[ 2.528368] ldo4: Bringing 0uV into 1800000-1800000uV
[ 2.535130] LDO5: supplied by vsys_cobra
[ 2.544061] LDO7: supplied by vsys_cobra
[ 2.548518] ldo7: Bringing 0uV into 2000000-2000000uV
[ 2.555226] LDO8: supplied by vsys_cobra
[ 2.561073] LDO9: supplied by vmmcsd_fixed
[ 2.567608] LDOLN: supplied by vsys_cobra
[ 2.573540] LDOUSB: supplied by vsys_cobra
[ 2.582284] twl6040 0-004b: Linked as a consumer to regulator.12
[ 2.588761] twl6040 0-004b: Linked as a consumer to regulator.14
[ 2.598218] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.605574] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 2.612725] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.619687] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 2.626520] vdds_1v8_main: supplied by smps7
[ 2.631255] pca953x 4-0022: Linked as a consumer to regulator.3
[ 2.666426] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 2.672831] cpu cpu0: Linked as a consumer to regulator.9
[ 2.678606] cpu cpu0: Dropping the link to regulator.9
[ 2.684389] cpu cpu0: Linked as a consumer to regulator.9
[ 2.691989] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000)
[ 2.701185] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.706111] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.711201] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.25
[ 2.718561] omap_hsmmc 4809c000.mmc: Linked as a consumer to regulator.5
[ 2.754385] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 2.760257] omap_hsmmc 480ad000.mmc: Linked as a consumer to regulator.8
[ 2.808065] mmc3: new high speed SDXC card at address 0001
[ 2.827014] mmcblk3: mmc3:0001 GC2QT 59.6 GiB
[ 2.833481] mmcblk3: p1 p2
[ 2.881378] omap_gpio 48057000.gpio: Could not set line 13 debounce to 20000)
[ 2.891180] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.896366] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.902217] omap_hsmmc 480d1000.mmc: Linked as a consumer to regulator.18
[ 2.916400] omap_hsmmc 480ad000.mmc: card claims to support voltages below de
[ 2.939128] mmc4: new high speed SDIO card at address 0001
[ 3.044619] ldo3: supplied by vdds_1v8_main
[ 3.050370] ldo4: supplied by vdds_1v8_main
[ 3.056956] ldo6: supplied by vdds_1v8_main
[ 3.263483] input: user-button as /devices/platform/user-button/input/input0
[ 3.278427] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/1
[ 3.287888] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/inpu2
[ 3.297687] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2)
[ 3.308878] ALSA device list:
[ 3.311993] No soundcards found.
[ 3.317041] Freeing unused kernel memory: 2048K
[ 3.321974] Run /init as init process
[ 3.382422] set_switch() to 0
[ 3.741722] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/ws
[ 3.758482] input: palmas_pwron as /devices/platform/44000000.ocp/48070000.i3
[ 3.774479] as5013 1-0040: ID code: 0c
[ 3.781270] as5013 1-0040: ID version: 0d
[ 3.787698] input: tca8418 as /devices/platform/44000000.ocp/48072000.i2c/i24
[ 3.798531] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.807123] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.813903] as5013 1-0040: silicon revision: 00
[ 3.819055] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.826485] as5013 1-0040: control: f1
[ 3.830564] input: nub0 as /devices/platform/44000000.ocp/48072000.i2c/i2c-16
[ 3.842442] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 3.844044] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/4805
[ 3.848937] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.867447] as5013 1-0041: ID code: 0c
[ 3.873652] as5013 1-0041: ID version: 0d
[ 3.880322] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.888717] as5013 1-0041: silicon revision: 00
[ 3.893674] as5013 1-0041: control: f1
[ 3.897758] input: nub1 as /devices/platform/44000000.ocp/48072000.i2c/i2c-17
[ 3.897857] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.928317] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 3.935434] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.944201] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.954137] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 3.961381] pwm-backlight backlight: Dropping the link to regulator.0
[ 3.971052] pwm-backlight keyboard-backlight: keyboard-backlight supply power
[ 3.986988] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 3.992916] omapdss: unknown parameter 'def_disp' ignored
[ 3.993051] pwm-backlight backlight: backlight supply power not found, usingr
[ 3.998705] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 4.017745] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not four
[ 4.018002] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 4.034987] pwm-backlight keyboard-backlight: Linked as a consumer to regula0
[ 4.042927] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus nu1
[ 4.077249] omapdss_dss 58000000.dss: Linked as a consumer to regulator.0
[ 4.092278] ehci-omap 4a064c00.ehci: irq 145, io mem 0x4a064c00
[ 4.117575] DSS: OMAP DSS rev 6.1
[ 4.117666] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.127364] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.133606] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
[ 4.134376] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.151306] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_compon)
[ 4.151343] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b9
[ 4.160984] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
[ 4.169481] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
[ 4.186482] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.186596] usb usb1: Product: EHCI Host Controller
[ 4.198114] usb usb1: Manufacturer: Linux 4.19.88-letux-lpae ehci_hcd
[ 4.206017] usb usb1: SerialNumber: 4a064c00.ehci
[ 4.213112] hub 1-0:1.0: USB hub found
[ 4.217135] hub 1-0:1.0: 3 ports detected
[ 4.219066] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.230108] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.246058] dmm 4e000000.dmm: initialized all PAT entries
[ 4.252016] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.254768] omapdss_dsi 58004000.encoder: Linked as a consumer to regulator.0
[ 4.265551] omapdss_hdmi5 58040000.encoder: Linked as a consumer to regulato0
[ 4.274343] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.281287] [drm] No driver support for vblank timestamp query.
[ 4.316128] Console: switching to colour frame buffer device 160x45
[ 4.336262] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[ 4.377074] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 4.386296] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.493779] mmc0: new high speed MMC card at address 0001
[ 4.500844] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 4.506473] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 4.513218] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 4.526013] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (248)
[ 4.545739] mmcblk0: p1 p2
[ 4.551088] omap-dwc3 4a020000.omap_dwc3: vbus init failed
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
[ 4.583897] usb 1-2: new high-speed USB device number 2 using ehci-omap
Begin: Running /scripts/local-premount ... done.
[ 4.814925] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bc0
[ 4.840348] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.855151] hub 1-2:1.0: USB hub found
[ 4.866078] hub 1-2:1.0: 3 ports detected
[ 4.879263] omap-dwc3 4a020000.omap_dwc3: vbus init failed
Warning: fsck not present, so skipping root file system
[ 5.378033] F2FS-fs (mmcblk3p2): Found nat_bits in checkpoint
[ 5.479106] F2FS-fs (mmcblk3p2): recover fsync data on readonly fs
[ 5.492390] F2FS-fs (mmcblk3p2): Mounted with checkpoint version = 69f70c6e
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 6.331909] systemd[1]: System time before build time, advancing clock.
[ 6.399927] systemd[1]: Inserted module 'autofs4'
[ 6.463162] NET: Registered protocol family 10
[ 6.500110] Segment Routing with IPv6
[ 6.541184] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SE)
[ 6.597289] systemd[1]: Detected architecture arm.

[ 6.613888] systemd[1]: No hostname configured.
[ 6.613902] systemd[1]: Set hostname to <localhost>.
[ 6.614572] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumet
Welcome to Debian GNU/Linux 10 (buster)!

[ 7.093807] systemd[1]: File /lib/systemd/system/systemd-journald.service:12.
[ 7.134536] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warn)
[ 7.292548] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= referen.
[ 7.363174] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.382706] random: systemd: uninitialized urandom read (16 bytes read)
[ 7.397341] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Ker[ 7.409584] random: systemd: uninitialized ura)
nel Socket.
[ 7.409740] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Set up automount Arbitrary Executable File Formats File System Automou.
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Reached target Swap.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Journal Audit Socket.
[ OK ] Created slice system-getty.slice.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Reached target Remote File Systems.
[ OK ] Listening on Journal Socket.
Mounting Kernel Debug File System...
Starting Set the console keyboard layout...
Starting Load Kernel Modules...
Starting File System Check on Root Device...
Starting udev Coldplug all Devices...
Starting Journal Service...
Starting Uncomplicated firewall...
Mounting POSIX Message Queue File System...
Starting Create list of required static device nodes for the current k.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Load Kernel Modules.
[ OK ] Started File System Check on Root Device.
[ OK ] Started Uncomplicated firewall.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Create list of required static device nodes for the current ke.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
Starting Create System Users...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started Set the console keyboard layout.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started udev Coldplug all Devices.
Starting Helper to synchronize boot up for ifupdown...
[ 8.112561] systemd-journald[1339]: Received request to flush runtime journa1
[ OK ] Started Helper to synchronize boot up for ifupdown.
[ OK ] Started udev Kernel Device Manager.
Starting Show Plymouth Boot Screen...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Reached target Paths.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ 8.554474] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.567601] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Found device /dev/ttyO2.
[ 8.671192] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulatr
[ 8.685980] bmp280 2-0077: Linked as a consumer to regulator.0
[ 8.700112] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulatr
[ 8.735614] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 8.762225] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 8.779941] bno055 2-0029: software revision id 0311
[ 8.783733] bmg160_i2c: probe of 2-0069 failed with error -121
[ 8.801134] bmp280: probe of 2-0077 failed with error -121
[ 8.811454] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 8.831204] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulatr
[ 8.877492] bmp280 2-0076: Linked as a consumer to regulator.0
[ 8.912505] input: accelerometer-iio-input-bridge as /devices/virtual/input/8
[ 8.927896] usb3503 0-0008: usb3503_probe
[ 8.928207] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulatr
[ 8.937791] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 8.949085] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend me
[ 8.964015] bq27xxx_battery_setup
[ 8.973565] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 8.980826] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 8.991638] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 9.015912] bq2429x_charger 1-006b: invalid det gpio: -2
[ 9.015948] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.040953] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.052900] usb3503 0-0008: reset gpio state 0
[ 9.061042] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 9.075485] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.095891] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.115164] Bluetooth: Core ver 2.22
[ 9.118436] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.137912] usb3503 0-0008: usb3503_connect
[ 9.147585] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 9.159378] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.183691] bq27xxx_battery_setup: dm_regs=(ptrval)
[ 9.194151] usb3503 0-0008: usb3503_reset 1
[ 9.205176] NET: Registered protocol family 31
[ 9.215815] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.233330] input input6: as5013_open
[ 9.243908] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 9.256409] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.256806] bq27xxx_battery_settings
[ 9.292625] bq24296_get_vsys_voltage(0)
[ 9.305160] input input7: as5013_open
[ 9.310778] Bluetooth: HCI device and connection manager initialized
[ 9.325794] bq27xxx_battery_set_config
[ 9.334995] => 3500000 uV
[ 9.342911] bq27xxx_battery_unseal
[ 9.352010] crtouch_drv 3-0049: failed to read size of screen
[ 9.358901] bq24296_get_vsys_voltage(0)
[ 9.372585] usb3503 0-0008: switched to HUB mode
[ 9.382787] crtouch_drv: probe of 3-0049 failed with error -5
[ 9.436957] Bluetooth: HCI socket layer initialized
[ 9.465319] bq27xxx_battery_update_dm_block
[ 9.473697] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 9.483205] bq27xxx-battery 1-0055: design-capacity has 6000
[ 9.492399] input input7: as5013_open
[ 9.497014] bq27xxx_battery_update_dm_block
[ 9.507065] input input6: as5013_open
[ 9.514254] bq27xxx-battery 1-0055: design-energy has 22200
[ 9.533894] random: crng init done
[ 9.541952] random: 7 urandom warning(s) missed due to ratelimiting
[ 9.572098] => 3500000 uV
[ 9.589030] bq27xxx_battery_update_dm_block
[ 9.603895] bq27xxx-battery 1-0055: terminate-voltage has 3200
[ 9.619797] bq27xxx_battery_seal
[ 9.622466] Bluetooth: L2CAP socket layer initialized
[ 9.628324] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.649166] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 9.663626] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.699975] bq24296_get_vsys_voltage(0)
[ 9.725985] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.732862] Bluetooth: SCO socket layer initialized
[ 9.745936] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 9.745941] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ OK ] Found device /dev/disk/by-partuuid/f23ef208-01.
[ 9.786214] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.805633] twl6040 0-004b: Failed to get supply 'vddvibl': -517
[ 9.810566] => 3500000 uV
[ 9.833636] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.884425] bq24296_get_otg_voltage(1)
[ 9.894920] => 4998000 uV
[ 9.902233] bq24296_get_otg_current_limit(1)
[ 9.917527] Bluetooth: HCI UART driver ver 2.3
Starting File System Check on [ 9.982580] bq24296_get_otg_voltage(1)
/dev/disk/by-partuuid/f23ef208-01...
[ 9.982712] Bluetooth: HCI UART protocol H4 registered
[ 9.982715] Bluetooth: HCI UART protocol BCSP registered
[ 9.982757] => 4998000 uV
[ 10.024184] emif_probe: error getting device data
[ 10.034503] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Started File System Check on /dev/disk/by-partuuid/f23ef208-01.
Mounting /boot...
[ 10.064341] twl6040 0-004b: Linked as a consumer to regulator.38
[ 10.066625] EXT4-fs (mmcblk3p1): mounted filesystem with ordered data mode. )
[ 10.079488] input: twl6040:vibrator as /devices/platform/44000000.ocp/4807000
[ 10.097500] Bluetooth: HCI UART protocol LL registered
[ 10.106092] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ OK ] Mounted /boot.
[ 10.136080] emif_probe: error getting device data
[ 10.152856] bq2429x_charger 1-006b: bq24296_init_registers(): translated vba)
[ 10.158101] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.172922] Bluetooth: HCI UART protocol Broadcom registered
[ 10.182927] iio_charge:0
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight Brightness of backlight:backlight..
[ OK ] Reached target Local File Systems.
[ 10.218949] snd_soc_omap_hdmi_audio: unknown parameter 'index' ignored
[ 10.224298] omap-hdmi-audio omap-hdmi-audio.0.auto: snd-soc-dummy-dai <-> 58k
[ 10.225481] otg_path: supplied by otg
[ 10.225618] omap-dwc3 4a020000.omap_dwc3: Linked as a consumer to regulator.7
[ 10.228811] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 10.228815] bq24296: VBUS became available
[ 10.228818] bq24296_update_input_current_limit(6)
[ 10.247705] emif_probe: error getting device data
[ 10.247752] emif_probe: error getting device data
[ 10.293644] Bluetooth: hci0: Failed to get CTS
[ 10.448960] pvrsrvkm_omap_omap5_sgx544_116: module is from the staging direc.
Starting Raise network interfaces...
Starting Set console font and keymap...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Create Volatile Files and Directories...
Starting Enable support for additional executable binary formats...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Started Set console font and keymap.
[ OK ] Started Create Volatile Files and Directories.
[ 10.625263] wwan_on_off_init: wwan_on_off_init
[ 10.646542] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ 10.709493] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mak
[ 10.714293] wwan_on_off_probe: wwan_on_off_probe()
[ 10.726390] [drm] Initialized pvr 1.14.3699939 20110701 for 5600fe00.sgx on 1
[ 10.735246] modem_vbus_hdmi_power: supplied by vsys
[ OK ] Started Raise network interfaces.
[ 10.827156] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 10.851271] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mappk
[ 10.892758] wwan-on-off modem: Linked as a consumer to regulator.36
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-b.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
Mounting Arbitrary Executable File Formats File System...
[ 10.956722] wwan_on_off_probe: onoff = 37b4d841 indicator = 56f52d00 -2944159
[ 10.956726] wwan_on_off_probe: wwan_on_off_probe() wwan=14a78356
[ 10.956736] wwan_on_off_is_powered_on: gpio value = 0
[ 10.956739] wwan_on_off_is_powered_on: return 'false'
[ 10.956840] wwan_on_off_rfkill_set_block: blocked: 1
[ 10.956843] wwan_on_off_set_power:eek:n = 0
[ 10.956846] wwan_on_off_is_powered_on: gpio value = 0
[ 10.956849] wwan_on_off_is_powered_on: return 'false'
[ 10.956852] wwan_on_off_set_power: state 0
[ 10.956856] wwan_on_off_set_power: regulator 0
[ 10.956859] wwan_on_off_set_power: done
[ 10.960904] wwan_on_off_probe: successfully probed
[ 11.007640] ------------[ cut here ]------------
[ 11.133912] WARNING: CPU: 0 PID: 1366 at drivers/base/devres.c:899 snd_soc_c]
[ 11.133916] Modules linked in: binfmt_misc snd_soc_simple_card(+) snd_soc_sil
[ 11.133986] drm drm_panel_orientation_quirks omapdss encoder_tpd12s015 pwm_d
[ 11.134015] CPU: 0 PID: 1366 Comm: systemd-udevd Tainted: G C 1
[ 11.134018] Hardware name: Generic OMAP5 (Flattened Device Tree)
[ 11.134037] [<c02112fc>] (unwind_backtrace) from [<c020c270>] (show_stack+0x)
[ 11.134050] [<c020c270>] (show_stack) from [<c08f2cbc>] (dump_stack+0x88/0xa)
[ 11.134061] [<c08f2cbc>] (dump_stack) from [<c022ebc8>] (__warn+0xd4/0xf0)
[ 11.134068] [<c022ebc8>] (__warn) from [<c022ef64>] (warn_slowpath_null+0x38)
[ 11.134079] [<c022ef64>] (warn_slowpath_null) from [<bf4d0458>] (snd_soc_car)
[ 11.134120] [<bf4d0458>] (snd_soc_card_new_dai_links [snd_soc_omap_abe_twl60)
[ 11.134132] [<bf4d08ec>] (omap_abe_probe [snd_soc_omap_abe_twl6040]) from [<)
[ 11.134141] [<c06464a8>] (platform_drv_probe) from [<c0644304>] (really_prob)
[ 11.134151] [<c0644304>] (really_probe) from [<c06447a0>] (driver_probe_devi)
[ 11.134158] [<c06447a0>] (driver_probe_device) from [<c0644864>] (__driver_a)
[ 11.134166] [<c0644864>] (__driver_attach) from [<c0642618>] (bus_for_each_d)
[ 11.134173] [<c0642618>] (bus_for_each_dev) from [<c0643734>] (bus_add_drive)
[ 11.134181] [<c0643734>] (bus_add_driver) from [<c064551c>] (driver_register)
[ 11.134192] [<c064551c>] (driver_register) from [<bf4d6088>] (omap_abe_init+)
[ 11.134206] [<bf4d6088>] (omap_abe_init [snd_soc_omap_abe_twl6040]) from [<c)
[ 11.134216] [<c0202ce0>] (do_one_initcall) from [<c02a9718>] (do_init_module)
[ 11.134224] [<c02a9718>] (do_init_module) from [<c02ab9ac>] (load_module+0x2)
[ 11.134230] [<c02ab9ac>] (load_module) from [<c02abcd0>] (sys_finit_module+0)
[ 11.134237] [<c02abcd0>] (sys_finit_module) from [<c02011d4>] (__sys_trace_r)
[ 11.134241] Exception stack(0xe9edbfa8 to 0xe9edbff0)
[ 11.134246] bfa0: b6df9e88 00000000 0000000f 004b8250 00000
[ 11.134251] bfc0: b6df9e88 00000000 8a17a300 0000017b 004bc778 00000000 004b8
[ 11.134255] bfe0: beb8a158 beb8a148 b6df31cd b6ea3d92
[ 11.134260] ---[ end trace 53c0dfd743f6f0a1 ]---
[ 11.164808] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mappk
[ 11.372672] aess 401f1000.aess: ASoC: Failed to create component debugfs diry
[ 11.372714] aess 401f1000.aess: ASoC: invalid header size for type 0 at offs.
[ 11.372744] aess 401f1000.aess: request for AESS FW failed -22
[ 11.377293] omap-abe-twl6040 sound: ASoC: unknown pin AFML
[ 11.377304] omap-abe-twl6040 sound: ASoC: unknown pin AFMR
[ 11.411747] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 11.658955] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ 11.675500] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 mappink
[ 11.692723] cfg80211: Loading compiled-in X.509 certificates for regulatory e
[ 11.705511] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia2 mappink
[ 11.745195] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.751202] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Voice mapping ok
[ 11.777984] platform regulatory.0: Direct firmware load for regulatory.db fa2
[ 11.790302] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> Tones mapping ok
[ 11.837410] cfg80211: failed to load regulatory.db
[ 12.026468] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MODEM mapping ok
[ 12.026530] omap-abe-twl6040 sound: snd-soc-dummy-dai <-> MultiMedia1 LP mapk
[ 12.026601] omap-abe-twl6040 sound: twl6040-legacy <-> 40132000.mcpdm mappink
[ 12.026660] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 12.026665] omap-abe-twl6040 sound: ASoC: no dapm match for Headset Mic --> s
[ 12.026669] omap-abe-twl6040 sound: ASoC: Failed to add route Headset Mic ->s
[ 12.026680] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 12.026685] omap-abe-twl6040 sound: ASoC: no dapm match for Main Handset Mics
[ 12.026688] omap-abe-twl6040 sound: ASoC: Failed to add route Main Handset Ms
[ 12.026698] omap-abe-twl6040 sound: Connecting non-supply widget to supply w)
[ 12.026703] omap-abe-twl6040 sound: ASoC: no dapm match for Sub Handset Mic s
[ 12.026707] omap-abe-twl6040 sound: ASoC: Failed to add route Sub Handset Mis
[ 12.026718] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL1
[ 12.026722] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL1 -> dirk
[ 12.026729] omap-abe-twl6040 sound: ASoC: no source widget found for PDM_DL2
[ 12.026733] omap-abe-twl6040 sound: ASoC: Failed to add route PDM_DL2 -> dirk
[ 12.026739] omap-abe-twl6040 sound: ASoC: no source widget found for Analog e
[ 12.026743] omap-abe-twl6040 sound: ASoC: Failed to add route Analog Capture1
[ 12.026749] omap-abe-twl6040 sound: ASoC: no source widget found for BT_VX_DL
[ 12.026754] omap-abe-twl6040 sound: ASoC: Failed to add route BT_VX_DL -> dik
[ 12.026759] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 12.026763] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.1 CL
[ 12.026769] omap-abe-twl6040 sound: ASoC: no source widget found for MM_EXT_L
[ 12.026775] omap-abe-twl6040 sound: ASoC: Failed to add route MM_EXT_DL -> dk
[ 12.026781] omap-abe-twl6040 sound: ASoC: no source widget found for omap-mce
[ 12.026785] omap-abe-twl6040 sound: ASoC: Failed to add route omap-mcbsp.2 CL
[ 12.033917] dwc3 4a030000.dwc3: changing max_speed on rev 5533202a
[ 12.050832] input: Letux Cortex 15 Headset Jack as /devices/platform/sound/s1
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Started Enable support for additional executable binary formats.
[ OK ] Started Network Time Synchronization.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 12.674989] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connect2
[ 12.674997] wlcore: ERROR could not get configuration binary ti-connectivity2
[ 12.674999] wlcore: WARNING falling back to default config
[ 12.719660] bq2729x_chg_irq_func
[ 12.719718] bq2729x_irq_work_func: di = e9a1a040
Starting Show Plymouth Boot Screen...
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Reached target System Time Synchronized[ 12.787940] bq24296_usb_dete0
.
[ 12.787945] bq2729x_irq_work_func: r8=7c r9=00
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target System Initialization.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started Pyra Volume Daemon.
Starting PVR initialisation server...
Starting System Logging Service...
[ OK ] Started Regular background program processing daemon.
[ OK ] Started D-Bus System Message Bus.
Starting Login Service...
Starting Pyra First Run Wizard...
Starting Network Manager...
Starting Disk Manager...
Starting Accounts Service...
Starting Modem Manager...
Starting DragonBox Package Daemon...
Starting WPA supplicant...
Starting Bluetooth service...
Starting Restore /etc/resolv.conf if the system crashed before the ppp.
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Run anacron jobs.
[ OK ] Started Manage Sound Card State (restore and store).
[ 13.195301] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
Starting Save/Restore Sound Card State...
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ 13.244222] wlcore: WARNING Detected unconfigured mac address in nvs, derive.
[ 13.244226] wlcore: WARNING This default nvs file can be removed from the fim
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Started LED config.
[ OK ] Started Daily man-db regeneration.
[ OK ] Reached target Timers.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp .
[ 13.352968] wlcore: loaded
[ OK ] Started Login Service.
[ OK ] Started System Logging Service.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
[ 13.474392] bq2729x_chg_irq_func
[ 13.481956] bq2729x_irq_work_func: di = e9a1a040
[ 13.491454] bq2729x_irq_work_func: r8=7c r9=00
[ 13.518066] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
[ OK ] Started PVR initialisation server.
[ OK ] Started Bluetooth service.
[ OK ] Reached target Bluetooth.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started WPA supplicant.
[ 13.918292] bq2729x_chg_irq_func
[ 13.926065] bq2729x_irq_work_func: di = e9a1a040
[ 13.940876] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 13.954698] bq2729x_irq_work_func: r8=6c r9=00
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
Starting LSB: set CPUFreq kernel parameters...
Starting Authorization Manager...
[ 14.079720] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.090256] Bluetooth: BNEP socket layer initialized
Starting Hostname Service...
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started DragonBox Package Daemon.
[ 14.344331] bq2729x_chg_irq_func
[ 14.352273] bq2729x_irq_work_func: di = e9a1a040
[ 14.374590] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 14.388612] bq2729x_irq_work_func: r8=74 r9=00
[ OK ] Started Hostname Service.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started Network Manager.
Starting Network Manager Wait Online...
[ OK ] Reached target Network.
[ OK ] Started Pyra Input Deamon (funkeymonkey).
[ 14.913391] input input6: as5013_open
[ 14.938581] input input7: as5013_open
[ 14.959666] input: pyraInput keyboard as /devices/virtual/input/input12
Starting Permit User Sessions...
[ 14.979389] wwan_on_off_rfkill_set_block: blocked: 0
[ 14.979394] wwan_on_off_set_power:eek:n = 1
[ 14.979400] wwan_on_off_is_powered_on: gpio value = 0
[ 14.979403] wwan_on_off_is_powered_on: return 'false'
[ 14.979406] wwan_on_off_set_power: state 0
[ 14.979411] wwan_on_off_set_power: regulator 0
[ 14.990728] input: pyraInput Gamepad as /devices/virtual/input/input13
[ 14.992916] input: pyraInput Mouse as /devices/virtual/input/input14
Starting OpenBSD Secure Shell server...
[ OK ] Started Permit User Sessions.
[ OK ] Started Modem Manager.
[ OK ] Started Disk Manager.
Starting Hold until boot process finishes up...
[ OK ] Started OpenBSD Secure Shell server.
[ 15.604089] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 17.131106] wwan_on_off_set_power: send impulse
[ 17.685164] bq24296_usb_detect: r8=64 HOST FCHG PWRGOOD r9=00
[ 17.873818] wwan_on_off_is_powered_on: gpio value = 1
[ 17.879146] wwan_on_off_is_powered_on: return 'true'
[ 17.885417] wwan_on_off_set_power: done
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ 18.137663] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.820137] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 18.938973] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 18.956525] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.964183] wlcore: down
[ 19.133140] bq2729x_chg_irq_func
[ 19.136588] bq2729x_irq_work_func: di = e9a1a040
[ 19.141845] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 19.148455] bq2729x_irq_work_func: r8=74 r9=00
[ 19.453915] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 19.549278] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 19.568933] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 19.763936] bq24296_usb_detect: r8=6c HOST FCHG INDPM PWRGOOD r9=00
[ 19.782030] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.746276] bq2729x_chg_irq_func
[ 20.749827] bq2729x_irq_work_func: di = e9a1a040
[ 20.755711] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 20.762855] bq2729x_irq_work_func: r8=74 r9=00
[ 20.803922] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 21.844259] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ OK ] Started Network Manager Wait Online.
[ OK ] Reached target Network is Online.
Starting LSB: exim Mail Transport Agent...
[ 24.591238] bq2729x_chg_irq_func
[ 24.594682] bq2729x_irq_work_func: di = e9a1a040
[ 24.600127] bq2729x_irq_work_func: r8=74 r9=00
[ OK ] Started LSB: exim Mail Transport Agent.
[ 24.834336] bq2729x_chg_irq_func
[ 24.837751] bq2729x_irq_work_func: di = e9a1a040
[ 24.842960] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 24.850600] bq2729x_irq_work_func: r8=7c r9=00
[ 24.964410] bq24296_usb_detect: r8=64 HOST FCHG PWRGOOD r9=00
[ **] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 33.764010] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.770490] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 33.778170] ldo3: disabling
[ 33.782327] ldo8: disabling
[ 33.785947] otg_path: disabling
[ *** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 42.434401] bq2729x_chg_irq_func
[ 42.437833] bq2729x_irq_work_func: di = e9a1a040
[ 42.443101] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 42.450036] bq2729x_irq_work_func: r8=7c r9=00
[ *] (1 of 2) A start job is running for Hold until boot process finishes u)
[ ***] (2 of 2) A start job is running for Pyra First Run Wizard (2min 54s / )
Starting Hostname Service...
[ OK ] Started Hostname Service.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ 200.724379] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 201.765528] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ *** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 217.364036] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 218.403963] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
Stopping OpenBSD Secure Shell server...
[ OK ] Stopped OpenBSD Secure Shell server.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
[ 221.074403] bq2729x_chg_irq_func
[ 221.077822] bq2729x_irq_work_func: di = e9a1a040
[ 221.083269] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 221.090590] bq2729x_irq_work_func: r8=7c r9=00
[ 221.194223] bq2729x_chg_irq_func
[ 221.197663] bq2729x_irq_work_func: di = e9a1a040
[ 221.203149] bq2729x_irq_work_func: r8=7c r9=00
[** ] (2 of 2) A start job is running for Pyra First Run Wizard (3min 40s / )
[** ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 7s / n)
[* ] (1 of 2) A start job is running for Hold until boot process finishes u)
[** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 255.500162] usb 1-2.3: New USB device found, idVendor=1e2d, idProduct=0061, 2
[ 255.511244] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumbe0
[ 255.521071] usb 1-2.3: Product: LTE Modem
[ 255.526065] usb 1-2.3: Manufacturer: Cinterion
[ 255.614491] cdc_acm 1-2.3:1.0: ttyACM0: USB ACM device
[ 255.652035] cdc_acm 1-2.3:1.2: ttyACM1: USB ACM device
[ 255.667163] cdc_acm 1-2.3:1.4: ttyACM2: USB ACM device
[ 255.685156] cdc_ether 1-2.3:1.10 wwan0: register 'cdc_ether' at usb-4a064c000
[ 255.712134] cdc_acm 1-2.3:1.6: ttyACM3: USB ACM device
[ 255.720875] cdc_acm 1-2.3:1.8: ttyACM4: USB ACM device
[ 255.729566] usbcore: registered new interface driver cdc_acm
[ 255.737006] cdc_ether 1-2.3:1.12 wwan1: register 'cdc_ether' at usb-4a064c001
[ 255.739054] cdc_acm: USB Abstract Control Model driver for USB modems and ISs
[ 255.752665] usbcore: registered new interface driver cdc_ether
[ *** ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 9s / n)
[ *** ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 9s / n)
[ 256.994802] bq2729x_chg_irq_func
[ 256.998221] bq2729x_irq_work_func: di = e9a1a040
[ 257.004305] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ ***] (2 of 2) A start job is running for Pyra First Run Wizard (4min 10s / )
[ *] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 258.574243] bq2729x_chg_irq_func
[ 258.577764] bq2729x_irq_work_func: di = e9a1a040
[ 258.583028] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ **] (1 of 2) A start job is running for Hold until boot process finishes u)
[ *** ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 12s / )
[ **] (2 of 2) A start job is running for Pyra First Run Wizard (4min 18s / )
[* ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 21s / )
[ *** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 270.664322] bq2729x_chg_irq_func
[ 270.667812] bq2729x_irq_work_func: di = e9a1a040
[ 270.673678] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ *** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ 270.884481] bq2729x_chg_irq_func
[ 270.887923] bq2729x_irq_work_func: di = e9a1a040
[ **] (2 of 2) A start job is running for Pyra First Run Wizard (4min 24s / )
[ 271.984374] bq2729x_chg_irq_func
[ 271.987799] bq2729x_irq_work_func: di = e9a1a040
[ ***] (1 of 2) A start job is running for Hold until boot process finishes u)
[ *** ] (2 of 2) A start job is running for Pyra First Run Wizard (4min 33s / )
[ 280.814253] bq24296_usb_detect: r8=64 HOST FCHG PWRGOOD r9=00
[ 280.884310] bq2729x_chg_irq_func
[ 280.887758] bq2729x_irq_work_func: di = e9a1a040
[ 280.893000] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[*** ] (1 of 2) A start job is running for Hold until boot process finishes u)
[ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Stopping LED config...
Stopping Disk Manager...
Stopping Accounts Service...
Stopping Authorization Manager...
[ OK ] Stopped target Sound Card.
Stopping Save/Restore Sound Card State...
[ OK ] Stopped target Timers.
[ OK ] Stopped Daily rotation of log files.
[ OK ] Stopped Daily Cleanup of Temporary Directories.
[ OK ] Stopped Daily apt upgrade and clean activities.
[ OK ] Stopped Daily apt download activities.
[ OK ] Stopped Daily man-db regeneration.
[ OK ] Stopped target Bluetooth.
Stopping Bluetooth service...
Stopping PVR initialisation server...
[ OK ] Removed slice system-serial\x2dgetty.slice.
[ OK ] Removed slice system-getty.slice.
Stopping Pyra Volume Daemon...
Stopping Run anacron jobs...
Stopping LSB: exim Mail Transport Agent...
Stopping Avahi mDNS/DNS-SD Stack...
Stopping LSB: set CPUFreq kernel parameters...
Stopping Login Service...
Stopping OpenBSD Secure Shell server...
Stopping System Logging Service...
Stopping DragonBox Package Daemon...
Stopping Regular background program processing daemon...
Stopping Pyra Input Deamon (funkeymonkey)...
Starting Show Plymouth Power Off Screen...
Stopping Modem Manager...
[ OK ] Stopped Pyra Volume Daemon.
[ OK ] Stopped System Logging Service.
[ OK ] Stopped Regular background program processing daemon.
[ OK ] Stopped Disk Manager.
[ OK ] Stopped Accounts Service.
[ OK ] Stopped Bluetooth service.
[ OK ] Stopped Avahi mDNS/DNS-SD Stack.
[ OK ] Stopped Run anacron jobs.
[ OK ] Stopped Authorization Manager.
[ OK ] Stopped Hold until boot process finishes up.
[ OK ] Stopped Modem Manager.
[ OK ] Stopped OpenBSD Secure Shell server.
[ OK ] Stopped Save/Restore Sound Card State.
[ OK ] Stopped Login Service.
[ OK ] Stopped PVR initialisation server.
[ OK ] Stopped DragonBox Package Daemon.
[ OK ] Started Show Plymouth Power Off Screen.
[ OK ] Stopped LSB: set CPUFreq kernel parameters.
[ OK ] Stopped LSB: exim Mail Transport Agent.
[ OK ] Stopped target Network is Online.
[ OK ] Stopped Network Manager Wait Online.
Stopping LSB: Load kernel modules needed to enable cpufreq scaling...
Stopping Manage Sound Card State (restore and store)...
Stopping Permit User Sessions...
[ OK ] Stopped Trigger anacron every hour.
[ OK ] Stopped target System Time Synchronized.
[ OK ] Stopped LSB: Load kernel modules needed to enable cpufreq scaling.
[ OK ] Stopped Permit User Sessions.
[ OK ] Stopped target User and Group Name Lookups.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped LED config.
[ OK ] Stopped Pyra Input Deamon (funkeymonkey).
[ OK ] Stopped target Network.
Stopping WPA supplicant...
Stopping Raise network interfaces...
Stopping Network Manager...
[ 294.404012] wlcore: down
[ OK ] Stopped WPA supplicant.
[ OK ] Stopped Raise network interfaces.
[ OK ] Stopped Manage Sound Card State (restore and store).
[ OK ] Stopped Pyra First Run Wizard.
[ OK ] Stopped Network Manager.
Stopping D-Bus System Message Bus...
[ OK ] Stopped D-Bus System Message Bus.
[ OK ] Stopped target Basic System.
[ OK ] Stopped target Sockets.
[ OK ] Closed UUID daemon activation socket.
[ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Closed Syslog Socket.
[ OK ] Stopped target Slices.
[ OK ] Removed slice User and Session Slice.
[ OK ] Stopped Forward Password Requests to Plymouth Directory Watch.
[ OK ] Stopped target Paths.
[ OK ] Closed D-Bus System Message Bus Socket.
[ OK ] Stopped target System Initialization.
Stopping Network Time Synchronization...
[ 296.529366] bq2729x_chg_irq_func
[ 296.529405] bq2729x_irq_work_func: di = e9a1a040
[ 296.529829] bq24296_usb_detect: r8=74 HOST CHGTERM PWRGOOD r9=00
[ 296.529834] bq2729x_irq_work_func: r8=74 r9=00
[ OK ] Stopped target Swap.
Stopping Load/Save Screen Backlight Brightness of backlight:backlight..
Stopping Load/Save Random Seed...
Stopping Update UTMP about System Boot/Shutdown...
[ OK ] Stopped target Local Encrypted Volumes.
[ OK ] Stopped Forward Password Requests to Wall Directory Watch.
[ OK ] Stopped Apply Kernel Variables.
[ OK ] Stopped Load Kernel Modules.
Stopping Load/Save Screen Backlight Brightness of backlight:keyboard-b.
[ OK ] Stopped Network Time Synchronization.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Stopped Load/Save Random Seed.
[ OK ] Stopped Load/Save Screen Backlight Brightness of backlight:keyboard-ba.
[ OK ] Removed slice system-systemd\x2dbacklight.slice.
[ OK ] Stopped Update UTMP about System Boot/Shutdown.
[ OK ] Stopped Create Volatile Files and Directories.
[ OK ] Stopped target Local File Systems.
Unmounting /boot...
[ OK ] Unmounted /boot.
[ OK ] Reached target Unmount All Filesystems.
[ OK ] Stopped File System Check on /dev/disk/by-partuuid/f23ef208-01.
[ OK ] Stopped target Local File Systems (Pre).
[ OK ] Stopped Create Static Device Nodes in /dev.
[ OK ] Stopped Create System Users.
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Stopped File System Check on Root Device.
[ OK ] Removed slice system-systemd\x2dfsck.slice.
[ OK ] Reached target Shutdown.
[ OK ] Rea[ 296.852771] bq2729x_chg_irq_func
ched target Final Step.
[ 296.852799] bq2729x_irq_work_func: di = e9a1a040
[ 296.853117] bq2729x_irq_work_func: r8=74 r9=00
[ OK ] Started Power-Off.
[ OK ] Reached target Power-Off.
[ 297.098556] systemd-shutdow: 48 output lines suppressed due to ratelimiting
[ 297.182352] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 299.220787] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 299.252709] systemd-journald[1339]: Received SIGTERM from PID 1 (systemd-shu.
[ 299.314994] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 299.339482] systemd-shutdown[1]: Unmounting file systems.
[ 299.351197] [3234]: Remounting '/' read-only in with options 'background_gc=.
[ 299.406177] [3234]: Failed to remount '/' read-only: Device or resource busy
[ 299.421949] systemd-shutdown[1]: Not all file systems unmounted, 1 left.
[ 299.434291] systemd-shutdown[1]: Deactivating swaps.
[ 299.444451] systemd-shutdown[1]: All swaps deactivated.
[ 299.454647] systemd-shutdown[1]: Detaching loop devices.
[ 299.467413] systemd-shutdown[1]: All loop devices detached.
[ 299.477976] systemd-shutdown[1]: Detaching DM devices.
[ 299.490081] [3235]: Remounting '/' read-only in with options 'background_gc=.
[ 299.520836] [3235]: Failed to remount '/' read-only: Device or resource busy
[ 299.535399] bq24296_usb_detect: r8=7c HOST CHGTERM INDPM PWRGOOD r9=00
[ 300.277448] bq24296_otg_is_enabled(1)
[ 300.291067] reboot: Power down
 
Back
Top