Preparing for a Prototype


But you can't ensure that everyone you contact uses it as well. Unless the developer explicitely makes the program XMPP-incompatible or does not implement server-to-server communication and enforces your server you can use it to chat with every other XMPP-based communication system. See the history of the Facebook chat and Google Talk for some examples.

If the client does not enforce E2E and throws an error on trying to contact anyone who does not use a client that supports the same extension, you might not be using any kind of encryption at all without noticing it.
Wouldn't anyone you contact with E2E enabled who doesn't have it just see a bunch of seemingly random garbage text?
 
Wouldn't anyone you contact with E2E enabled who doesn't have it just see a bunch of seemingly random garbage text?
It depends on the client I suppose, but usually (at least in the ones I use) it is just specifies that the message was encrypted, you don't see the random garbage text
 
Wouldn't anyone you contact with E2E enabled who doesn't have it just see a bunch of seemingly random garbage text?
You'd need to initialize an encrypted session first, the perfect forward secrecy part of the encryption prevents you from just dumping some encrypted data onto someone - unless the client fails to notice that a previous session has ended, but that can happen when both sides keep using E2E encryption as well. OTR used to keep displaying error messages in this case, IIRC the ability to automatically start a new session and possibly resending the message was added in a later version.
 
To be honest, I'm not even sure how Tor builds its directory servers. Presumably Tox needs similar to set up its onion routing, but I'm not even pretending to understand it in any depth.
 
I'm not even sure how Tor builds its directory servers.
Same here. IIRC, they modified the onion protocol for their use, though I never knew how. I want to know more, so I started reading their protocol spec. There are contradictions in there, but in most cases it's clear which is more sensible, and some statements just cause confusion. Still interesting:
 
@Grench Continuing the 3D discussion from the Beauty Competition thread, can you post the command line output when running SuperTux?

Otherwise once I have a Pyra I should be able to sort out the last of the blocking X11+3D issues, then the tiler_shim will go away for most use cases anyway.
 
@Grench Continuing the 3D discussion from the Beauty Competition thread, can you post the command line output when running SuperTux?

Otherwise once I have a Pyra I should be able to sort out the last of the blocking X11+3D issues, then the tiler_shim will go away for most use cases anyway.

Well, I got minicom running again on my workstation and am monitoring the OS pieces. I'm not sure if there is anything in there at the OS level that is going to be of help in this though.
Welcome to minicom 2.7.1

OPTIONS: I18n
Compiled on May 3 2018, 15:20:11.
Port /dev/ttyUSB0, 19:57:25

Press CTRL-A Z for help on special keys

Welcome to minicom 2.7.1

OPTIONS: I18n
Compiled on May 3 2018, 15:20:11.
Port /dev/ttyUSB0, 19:57:25

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 MMC2_2
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 size: 342912
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
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
Card did not respond to voltage select!
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
305 bytes read in 3 ms (98.6 KiB/s)
Retrieving file: /extlinux/linux.cfg
3413 bytes read in 3 ms (1.1 MiB/s)
Retrieving file: /extlinux/user.cfg
0 bytes read in 3 ms (0 Bytes/s)
Pyra Boot Menu
1: Debian GNU/Linux 10 (buster), kernel 5.6.15-letux-lpae-tiler
2: Debian GNU/Linux 10 (buster), kernel 5.6.15-letux-lpae-tiler (recovery mode)
3: Debian GNU/Linux 10 (buster), kernel 5.6.15-letux-lpae-tiler (hwtest)
4: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae
5: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (recovery mode)
6: Debian GNU/Linux 10 (buster), kernel 4.19.88-letux-lpae (hwtest)
Enter choice: 1: Debian GNU/Linux 10 (buster), kernel 5.6.15-letux-lpae-tiler
Retrieving file: /initrd.img-5.6.15-letux-lpae-tiler
18024918 bytes read in 926 ms (18.6 MiB/s)
Retrieving file: /vmlinuz-5.6.15-letux-lpae-tiler
5338336 bytes read in 276 ms (18.4 MiB/s)
append: root=PARTUUID=d1c7d928-02 console=ttyO2,115200n8 console=tty0 vram=12M omapfb.vram=0:8M,1:4M omapfb.rotate_typet
Retrieving file: /dtb/linux-image-5.6.15-letux-lpae-tiler/omap5-letux-cortex15-v5.3+pyra-v5.2.dtb
95974 bytes read in 61 ms (1.5 MiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Ramdisk to 8eecf000, end 8ffff9d6 ... OK
Loading Device Tree to 8eeb4000, end 8eece6e5 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.6.15-letux-lpae-tiler (pyra@debian-buster) (gcc version 8.3.0 (Debian 8.3.0-2)) #1 SMP P0
[ 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] printk: debug: ignoring loglevel setting.
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fb000000
[ 0.000000] OMAP4: Map 0x00000000afd00000 to (ptrval) for dram barrier
[ 0.000000] On node 0 totalpages: 1043712
[ 0.000000] DMA zone: 1913 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 195840 pages, LIFO batch:63
[ 0.000000] HighMem zone: 847872 pages, LIFO batch:63
[ 0.000000] OMAP5432 ES2.0
[ 0.000000] percpu: Embedded 20 pages/cpu s49164 r8192 d24564 u81920
[ 0.000000] pcpu-alloc: s49164 r8192 d24564 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1041799
[ 0.000000] Kernel command line: root=PARTUUID=d1c7d928-02 console=ttyO2,115200n8 console=tty0 vram=12M omapfb.vram=l
[ 0.000000] printk: log_buf_len: 8388608 bytes
[ 0.000000] printk: early log buf free: 63744(97%)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:eek:ff, heap alloc:eek:ff, heap free:eek:ff
[ 0.000000] software IO TLB: mapped [mem 0xa63bf000-0xaa3bf000] (64MB)
[ 0.000000] Memory: 3962096K/4174848K available (7163K kernel code, 684K rwdata, 2280K rodata, 2048K init, 367K bss,)
[ 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: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 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] random: get_random_bytes called from start_kernel+0x500/0x75c with crng_init=0
[ 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_cycles: 0x16ac02862, max_idle_ns: 440795202218s
[ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511085ns
[ 0.000017] Switching to timer-based delay loop, resolution 162ns
[ 0.000126] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000134] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.003212] Console: colour dummy device 80x30
[ 0.003728] printk: console [tty0] enabled
[ 0.003763] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.28 BogoMIPS (lpj=61440)
[ 0.003792] pid_max: default: 32768 minimum: 301
[ 0.003917] LSM: Security Framework initializing
[ 0.003967] SELinux: Initializing.
[ 0.004035] *** VALIDATE selinux ***
[ 0.004085] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.004111] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.004186] *** VALIDATE tmpfs ***
[ 0.004590] *** VALIDATE proc ***
[ 0.004705] *** VALIDATE cgroup ***
[ 0.004723] *** VALIDATE cgroup2 ***
[ 0.004741] CPU: Testing write buffer coherency: ok
[ 0.004784] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[ 0.005022] /cpus/cpu@0 missing clock-frequency property
[ 0.005055] /cpus/cpu@1 missing clock-frequency property
[ 0.005075] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.059949] Setting up static identity map for 0x80200000 - 0x80200060
[ 0.079946] rcu: Hierarchical SRCU implementation.
[ 0.120009] smp: Bringing up secondary CPUs ...
[ 0.200479] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.200486] CPU1: Spectre v2: using ICIALLU workaround
[ 0.200630] smp: Brought up 1 node, 2 CPUs
[ 0.200648] SMP: Total of 2 processors activated (24.57 BogoMIPS).
[ 0.200665] CPU: All CPU(s) started in HYP mode.
[ 0.200678] CPU: Virtualization extensions available.
[ 0.201032] devtmpfs: initialized
[ 0.219366] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.219865] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.219898] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.221477] pinctrl core: initialized pinctrl subsystem
[ 0.222571] thermal_sys: Registered thermal governor 'fair_share'
[ 0.222575] thermal_sys: Registered thermal governor 'step_wise'
[ 0.222596] thermal_sys: Registered thermal governor 'user_space'
[ 0.223640] NET: Registered protocol family 16
[ 0.226345] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.227495] omap_hwmod: l3_main_3 using broken dt data from ocp
[ 0.228348] omap_hwmod: l3_main_2 using broken dt data from ocp
[ 0.241272] audit: initializing netlink subsys (disabled)
[ 0.241483] audit: type=2000 audit(0.240:1): state=initialized audit_enabled=0 res=1
[ 0.243009] debugfs: Directory 'dummy-scm_conf@0' with parent 'regmap' already present!
[ 0.243618] cpuidle: using governor menu
[ 0.273433] platform 50000000.gpmc: Cannot lookup hwmod 'gpmc'
[ 0.273636] omap-gpmc 50000000.gpmc: _od_fail_runtime_resume: FIXME: missing hwmod/omap_dev info
[ 0.273664] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[ 0.283278] No ATAGs?
[ 0.283343] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.283378] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.286339] Serial: AMBA PL011 UART driver
[ 0.317780] vsys_cobra: supplied by vmain
[ 0.322911] iommu: Default domain type: Translated
[ 0.325268] vgaarb: loaded
[ 0.325939] SCSI subsystem initialized
[ 0.326280] libata version 3.00 loaded.
[ 0.326846] usbcore: registered new interface driver usbfs
[ 0.326967] usbcore: registered new interface driver hub
[ 0.327100] usbcore: registered new device driver usb
[ 0.327384] usb_phy_generic hsusb2_phy: hsusb2_phy supply vcc not found, using dummy regulator
[ 0.329424] Advanced Linux Sound Architecture Driver Initialized.
[ 0.331067] clocksource: Switched to clocksource arch_sys_counter
[ 0.394536] VFS: Disk quotas dquot_6.6.0
[ 0.394624] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.394684] *** VALIDATE ramfs ***
[ 0.408970] NET: Registered protocol family 2
[ 0.409495] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.409536] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.409614] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.409755] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.409864] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.409909] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 0.410103] NET: Registered protocol family 1
[ 0.410143] PCI: CLS 0 bytes, default 64
[ 0.410662] Trying to unpack rootfs image as initramfs...
[ 1.272279] Freeing initrd memory: 17604K
[ 1.272893] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 1.273117] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 1.275764] Initialise system trusted keyrings
[ 1.275948] workingset: timestamp_bits=30 max_order=20 bucket_order=0
[ 1.276046] zbud: loaded
[ 1.276439] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.277139] Key type asymmetric registered
[ 1.277157] Asymmetric key parser 'x509' registered
[ 1.277220] bounce: pool size: 64 pages
[ 1.277341] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.277365] io scheduler mq-deadline registered
[ 1.277381] io scheduler kyber registered
[ 1.285319] OMAP GPIO hardware version 0.1
[ 1.314411] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 1.377829] GPIO line 74 (gpio8_234/msecure) hogged as output/high
[ 1.409114] ti-pipe3 4a096000.phy: can't get syscon-pllreset, sata dpll won't idle
[ 1.410852] pinctrl-single 4ae0c840.pinmux: 30 pins, size 60
[ 1.411646] pinctrl-single 4a002840.pinmux: 219 pins, size 438
[ 1.425272] ti_abb 4ae07cdc.regulator-abb-mpu: can't request region for resource [mem 0x4ae07cdc-0x4ae07ce3]
[ 1.425311] ti_abb: probe of 4ae07cdc.regulator-abb-mpu failed with error -16
[ 1.425383] ti_abb 4ae07ce4.regulator-abb-mm: can't request region for resource [mem 0x4ae07ce4-0x4ae07ceb]
[ 1.425415] ti_abb: probe of 4ae07ce4.regulator-abb-mm failed with error -16
[ 1.425950] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.430016] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 107, base_baud = 3000000) is a OMAP UART2
[ 2.345567] printk: console [ttyO2] enabled
[ 2.350721] omap_uart 48068000.serial: no wakeirq for uart5
[ 2.356801] 48068000.serial: ttyO5 at MMIO 0x48068000 (irq = 120, base_baud = 3000000) is a OMAP UART5
[ 2.367324] omap_uart 4806c000.serial: no wakeirq for uart1
[ 2.373384] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 121, base_baud = 3000000) is a OMAP UART1
[ 2.383452] serial serial0: tty port ttyO1 registered
[ 2.388966] omap_uart 4806e000.serial: no wakeirq for uart3
[ 2.395033] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 122, base_baud = 3000000) is a OMAP UART3
[ 2.406951] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.407464] random: fast init done
[ 2.417193] random: crng init done
[ 2.427981] brd: module loaded
[ 2.436226] loop: module loaded
[ 2.441652] ahci 4a140000.sata: 4a140000.sata supply ahci not found, using dummy regulator
[ 2.450407] ahci 4a140000.sata: 4a140000.sata supply phy not found, using dummy regulator
[ 2.459206] ahci 4a140000.sata: 4a140000.sata supply target not found, using dummy regulator
[ 2.468330] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled
[ 2.475452] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 2.484415] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst
[ 2.495160] scsi host0: ahci
[ 2.498432] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 30
[ 2.508308] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 2.519073] libphy: Fixed MDIO Bus: probed
[ 2.528215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.535108] ehci-pci: EHCI PCI platform driver
[ 2.540395] usbcore: registered new interface driver usb-storage
[ 2.547365] mousedev: PS/2 mouse device common for all mice
[ 2.555220] i2c /dev entries driver
[ 2.559021] IR NEC protocol handler initialized
[ 2.563793] IR RC5(x/sz) protocol handler initialized
[ 2.569092] IR RC6 protocol handler initialized
[ 2.573876] IR JVC protocol handler initialized
[ 2.578628] IR Sony protocol handler initialized
[ 2.583480] IR SANYO protocol handler initialized
[ 2.588412] IR Sharp protocol handler initialized
[ 2.593377] IR MCE Keyboard/mouse protocol handler initialized
[ 2.599499] IR XMP protocol handler initialized
[ 2.604256] Driver for 1-wire Dallas network protocol.
[ 2.615191] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 2.626233] sdhci: Secure Digital Host Controller Interface driver
[ 2.632756] sdhci: Copyright(c) Pierre Ossman
[ 2.638421] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000 microseconds (-22)
[ 2.647584] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 2.652465] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 2.687793] omap_gpio 48057000.gpio: Could not set line 13 debounce to 200000 microseconds (-22)
[ 2.697086] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 2.701998] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 2.714965] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.722956] txs02612 txs02612: probe
[ 2.726760] txs02612 txs02612: failed to get mmc phandle in /txs02612 node
[ 2.734001] txs02612 txs02612: could not get access to host port, using manual mode
[ 2.767230] txs02612_request: current=1 client=0
[ 2.791905] txs02612 txs02612: probed
[ 2.795757] txs02612_request: current=0 client=1
[ 2.800984] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.812004] usbcore: registered new interface driver usbhid
[ 2.817872] usbhid: USB HID core driver
[ 2.822146] ashmem: initialized
[ 2.830426] oprofile: using timer interrupt.
[ 2.834972] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.835153] NET: Registered protocol family 17
[ 2.845338] NET: Registered protocol family 15
[ 2.850016] Key type dns_resolver registered
[ 2.854926] ThumbEE CPU extension supported.
[ 2.859413] Registering SWP/SWPB emulation handler
[ 2.864475] omap_vc_init_channel: No PMIC info for vdd_core
[ 2.870320] omap_vp_init: No PMIC info for vdd_core
[ 2.875455] omap_vc_init_channel: No PMIC info for vdd_mm
[ 2.881137] omap_vp_init: No PMIC info for vdd_mm
[ 2.886080] omap_vc_init_channel: No PMIC info for vdd_mpu
[ 2.891843] omap_vp_init: No PMIC info for vdd_mpu
[ 2.896873] Power Management for TI OMAP4+ devices.
[ 2.902594] Loading compiled-in X.509 certificates
[ 2.937597] omap-iommu 4a066000.mmu: 4a066000.mmu registered
[ 2.946231] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.953596] palmas 0-0048: Irq flag is 0x00000008
[ 2.984267] palmas 0-0048: Muxing GPIO 3, PWM 0, LED 0
[ 3.000124] palmas-rtc 48070000.i2c:palmas@48:rtc: registered as rtc0
[ 3.010472] SMPS123: supplied by regulator-dummy
[ 3.017232] SMPS45: supplied by regulator-dummy
[ 3.023859] SMPS6: supplied by vsys_cobra
[ 3.029646] SMPS7: supplied by vsys_cobra
[ 3.035534] SMPS8: supplied by vsys_cobra
[ 3.041511] SMPS9: supplied by vsys_cobra
[ 3.045939] smps9: Bringing 0uV into 2100000-2100000uV
[ 3.052927] SMPS10_OUT2: supplied by regulator-dummy
[ 3.059421] SMPS10_OUT1: supplied by regulator-dummy
[ 3.065516] LDO1: supplied by vsys_cobra
[ 3.069838] ldo1: Bringing 0uV into 1800000-1800000uV
[ 3.076669] LDO2: supplied by vsys_cobra
[ 3.083850] ldo4: Bringing 0uV into 1800000-1800000uV
[ 3.090635] LDO5: supplied by vsys_cobra
[ 3.099762] LDO7: supplied by vsys_cobra
[ 3.104175] ldo7: Bringing 0uV into 2000000-2000000uV
[ 3.110970] LDO8: supplied by vsys_cobra
[ 3.116947] LDO9: supplied by vmmcsd_fixed
[ 3.124337] LDOLN: supplied by vsys_cobra
[ 3.130306] LDOUSB: supplied by vsys_cobra
[ 3.144221] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 3.152588] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
[ 3.160173] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
[ 3.167832] vdds_1v8_main: supplied by smps7
[ 3.172741] pca953x 4-0022: using AI
[ 3.204181] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
[ 3.243090] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 3.252621] omap_gpio 48053000.gpio: Could not set line 4 debounce to 200000 microseconds (-22)
[ 3.261837] omap_hsmmc 4809c000.mmc: Got CD GPIO
[ 3.266703] omap_hsmmc 4809c000.mmc: Got WP GPIO
[ 3.306926] omap_hsmmc 480ad000.mmc: allocated mmc-pwrseq
[ 3.439792] omap_gpio 48057000.gpio: Could not set line 13 debounce to 200000 microseconds (-22)
[ 3.449395] omap_hsmmc 480d1000.mmc: Got CD GPIO
[ 3.454567] omap_hsmmc 480d1000.mmc: Got WP GPIO
[ 3.467875] omap_hsmmc 480ad000.mmc: card claims to support voltages below defined range
[ 3.491150] mmc4: new high speed SDIO card at address 0001
[ 3.539484] mmc5: new high speed SDXC card at address 59b4
[ 3.547623] mmcblk5: mmc5:59b4 SD256 239 GiB
[ 3.554775] mmcblk5: p1 p2 p3
[ 3.591652] ldo3: supplied by vdds_1v8_main
[ 3.596147] ldo4: supplied by vdds_1v8_main
[ 3.600633] ldo6: supplied by vdds_1v8_main
[ 3.802164] input: user-buttons as /devices/platform/user-buttons/input/input0
[ 3.815156] input: pyra-game-buttons as /devices/platform/pyra-game-buttons/input/input1
[ 3.825284] input: pyra-lid-wakeup as /devices/platform/pyra-lid-wakeup/input/input2
[ 3.834732] palmas-rtc 48070000.i2c:palmas@48:rtc: setting system clock to 2020-07-09T00:58:32 UTC (1594256312)
[ 3.850809] l4sec_cm:clk:0038:0: failed to disable
[ 3.855877] ALSA device list:
[ 3.858970] No soundcards found.
[ 3.864041] Freeing unused kernel memory: 2048K
[ 3.893123] Run /init as init process
[ 3.897392] with arguments:
[ 3.900912] /init
[ 3.903837] earlyprintk
[ 3.907087] fastboot
[ 3.910082] with environment:
[ 3.913897] HOME=/
[ 3.916751] TERM=linux
[ 3.919975] vram=12M
[ 3.992317] set_switch() to 0
[ 4.474609] palmas_pwrbutton 48070000.i2c:palmas@48:palmas_power_button: h/w controlled shutdown duration=8 seconds
[ 4.532243] as5013 1-0040: ID code: 0c
[ 4.546983] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.555198] input: palmas_pwron as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:segmen3
[ 4.579373] as5013 1-0040: ID version: 0d
[ 4.584624] input: TSC2007 Touchscreen as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect5
[ 4.605821] as5013 1-0040: silicon revision: 00
[ 4.608690] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.610681] input: tca8418 as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:segment@0/44
[ 4.640242] as5013 1-0040: control: f1
[ 4.643731] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.651262] input: nub0 as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:segment@0/48076
[ 4.679381] ehci-omap: OMAP-EHCI Host Controller driver
[ 4.700740] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.708010] as5013 1-0040: probe 40, gpio -2, irq 0, "as5013"
[ 4.715778] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.724394] as5013 1-0041: ID code: 0c
[ 4.728791] as5013 1-0041: ID version: 0d
[ 4.737193] omapdss: unknown parameter 'def_disp' ignored
[ 4.745409] pwm-backlight keyboard-backlight: keyboard-backlight supply power not found, using dummy regulator
[ 4.761235] ehci-omap 4a064c00.ehci: EHCI Host Controller
[ 4.767349] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.781966] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.791223] as5013 1-0041: silicon revision: 00
[ 4.791974] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.804643] ehci-omap 4a064c00.ehci: new USB bus registered, assigned bus number 1
[ 4.806210] pvrsrvkm 56000000.gpu: Enabling quirks 00000000
[ 4.814259] omapdss_dss 58000000.dss: 58000000.dss supply vdda_video not found, using dummy regulator
[ 4.820217] dmtimer posted=0
[ 4.828358] DSS: OMAP DSS rev 6.1
[ 4.831715] as5013 1-0041: control: f1
[ 4.836862] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.838925] [drm] Initialized pvr 1.14.3699939 20110701 for 56000000.gpu on minor 0
[ 4.853968] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.863316] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.864657] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 4.870263] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.892698] input: nub1 as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:segment@0/48077
[ 4.911762] ehci-omap 4a064c00.ehci: irq 105, io mem 0x4a064c00
[ 4.913966] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.928287] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.944380] ehci-omap 4a064c00.ehci: USB 2.0 started, EHCI 1.00
[ 4.963669] as5013 1-0041: probe 41, gpio -2, irq 0, "as5013"
[ 4.965280] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[ 4.979781] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.991048] usb usb1: Product: EHCI Host Controller
[ 4.992574] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 4.996559] usb usb1: Manufacturer: Linux 5.6.15-letux-lpae-tiler ehci_hcd
[ 5.009214] usb usb1: SerialNumber: 4a064c00.ehci
[ 5.015617] hub 1-0:1.0: USB hub found
[ 5.020477] hub 1-0:1.0: 3 ports detected
[ 5.028192] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.037157] mmc0: new high speed MMC card at address 0001
[ 5.043060] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.052256] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.058202] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 5.064723] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 5.072770] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 5.080318] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (247:0)
[ 5.093251] mmcblk0: p1 p2
[ 5.103107] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dsi_vc_flush_receive_data.part.3 [omapdss])
[ 5.115716] omapdss_dss 58000000.dss: bound 58004000.encoder (ops dsi_vc_flush_receive_data.part.3 [omapdss])
[ 5.126440] omapdss_dss 58000000.dss: bound 58040000.encoder (ops dsi_vc_flush_receive_data.part.3 [omapdss])
[ 5.137528] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.147739] drm_kms_helper: unknown parameter 'fbdev_rotation' ignored
[ 5.160749] dmm 4e000000.dmm: initialized all PAT entries
[ 5.166800] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.174555] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5.183910] [drm] No driver support for vblank timestamp query.
[ 5.225556] drm_setup_crtcs_fb: sw_rotations=1
[ 5.230208] drm_setup_crtcs_fb: fbcon_rotate_hint=0
[ 5.411416] usb 1-2: new high-speed USB device number 2 using ehci-omap
[ 5.412377] dmtimer posted=0
[ 5.420238] Console: switching to colour frame buffer device 160x45
[ 5.481539] omapdrm omapdrm.0: fb0: omapdrmdrmfb frame buffer device
[ 5.522820] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 1
[ 5.532511] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 5.611978] usb 1-2: New USB device found, idVendor=0424, idProduct=3503, bcdDevice=a1.a0
[ 5.621226] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.639041] hub 1-2:1.0: USB hub found
[ 5.643779] hub 1-2:1.0: 3 ports detected
[ 5.651467] 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.
[ 6.406470] process '/usr/bin/fstype' started with executable stack
Warning: Fast boot enabled, so skipping root file system check.
[ 6.544271] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[ 6.557451] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 7d634762
[ 6.561218] drm_setup_crtcs_fb: sw_rotations=1
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... [ 6.591109] drm_setup_crtcs_fb: fbcon_rotate_hint=0
done.
SELinux: Could not open policy file <= /etc/selinux/targeted/policy/policy.32: No such file or directory
[ 7.201484] systemd[1]: Inserted module 'autofs4'
[ 7.245736] NET: Registered protocol family 10
[ 7.282684] Segment Routing with IPv6
[ 7.320880] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +U)
[ 7.360806] systemd[1]: Detected architecture arm.

Welcome to Debian GNU/Linux 10 (buster)!

[ 7.381412] systemd[1]: Set hostname to <Marble>.
[ 7.659694] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDen.
[ 7.693863] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded u)
[ 7.851338] systemd[1]: /lib/systemd/system/dbpd.service:6: PIDFile= references path below legacy directory /var/run.
[ 7.922223] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Ar[ 7.939141] systemd[1]: Listening on initctl Compatibility Named Pipe.
bitrary Executable File Formats File System Automount Point.
[ 7.952844] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ OK ] Reached target User and Group Nam[ 7.975779] systemd[1]: Listening on udev Kernel Socket.
e Lookups.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on Journal Socket.
Starting Load Kernel Modules...
Starting Create list of required static device nodes for the current kernel...
[ OK ] Created slice system-getty.slice.
Starting File System Check on Root Device...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Listening on udev Control Socket.
Starting udev Coldplug all Devices...
[ OK ] Listening on Syslog Socket.
Mounting Kernel Debug File System...
Mounting RPC Pipe File System...
Starting Uncomplicated firewall...
Starting Set the console keyboard layout...
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ 8.226802] RPC: Registered named UNIX socket transport module.
[ 8.226805] RPC: Registered udp transport module.
[ 8.226808] RPC: Registered tcp transport module.
[ 8.226811] RPC: Registered tcp NFSv4.1 backchannel transport module.
Mounting POSIX Message Queue File System...
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Reached target Swap.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Create list of required static device nodes for the current kernel.
[ OK ] Started File System Check on Root Device.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted RPC Pipe File System.
[ OK ] Started Uncomplicated firewall.
[ OK ] Mounted POSIX Message Queue File System.
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Remount Root and Kernel File Systems.
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.
Starting udev Kernel Device Manager...
[ OK ] Started Set the console keyboard layout.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ 8.721496] systemd-journald[1573]: Received request to flush runtime journal from PID 1
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Flush Journal to Persistent Storage.
[ 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 Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Local Encrypted Volumes.
[ OK ] Started Forward Password Requests to Plymouth Directory Watch.
[ 9.333613] aess 401f1000.target-module:aess: no resource: dmem
[ 9.346954] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[[ 9.408190] omap-dwc3 4a020000.omap_dwc3: vbus init failed
OK ] Found device /dev/ttyO2.
[ 9.422584] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.479986] bno055 2-0029: mounting matrix not found: using identity...
[ 9.493530] bmp280 2-0077: 2-0077 supply vddd not found, using dummy regulator
[ 9.508411] bmg160_i2c 2-0069: mounting matrix not found: using identity...
[ 9.525272] bmc150_accel_i2c 2-0010: mounting matrix not found: using identity...
[ 9.542863] bmc150_magn_i2c 2-0012: mounting matrix not found: using identity...
[ 9.588174] bmp280 2-0077: 2-0077 supply vdda not found, using dummy regulator
[ 9.602192] Bluetooth: Core ver 2.22
[ 9.632701] NET: Registered protocol family 31
[ 9.642156] bmc150_accel_i2c 2-0010: Error: Reading chip id
[ 9.652962] bmp280: probe of 2-0077 failed with error -121
[ 9.653649] bno055 2-0029: software revision id 0311
[ 9.673048] bmg160_i2c 2-0069: Error reading reg_chip_id
[ 9.689607] bmc150_magn_i2c 2-0012: Failed to bring up device from suspend mode
[ 9.691461] bmc150_accel_i2c: probe of 2-0010 failed with error -121
[ 9.731676] usb3503 0-0008: usb3503_probe
[ 9.740625] Bluetooth: HCI device and connection manager initialized
[ 9.762765] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.765209] usb3503 0-0008: reset gpio state 1
[ 9.791209] bmg160_i2c: probe of 2-0069 failed with error -121
[ 9.802907] input: iio-bridge: bno055 as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:8
[ 9.811429] bmp280 2-0076: 2-0076 supply vddd not found, using dummy regulator
[ 9.846053] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 9.891258] bmc150_magn_i2c: probe of 2-0012 failed with error -121
[ 9.907184] Bluetooth: HCI socket layer initialized
[ 9.920984] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 9.947784] usb3503 0-0008: usb3503_connect
[ 9.994716] Bluetooth: L2CAP socket layer initialized
[ 10.001749] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.024922] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 10.026959] usb3503 0-0008: usb3503_reset 1
[ 10.065872] ina2xx 1-004f: power monitor ina231 (Rshunt = 20000 uOhm)
[ 10.078888] bq2429x_charger 1-006b: bq2429x_parse_dt,line=1539 chg_current = 2048000 usb_input_current = 500000 adp_0
[ 10.088501] Bluetooth: SCO socket layer initialized
[ 10.105961] bq27xxx_battery_setup
[ 10.124728] input input6: as5013_open
[ 10.131742] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.155911] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 10.176877] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.185090] input input7: as5013_open
[ 10.204722] bmp280 2-0076: 2-0076 supply vdda not found, using dummy regulator
[ 10.221614] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 10.229498] bq27xxx_battery_setup: dm_regs=f1f3f2a9
[ 10.246107] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.247795] bq2429x_charger 1-006b: found regulator-max-microvolt = 4200000
[ 10.271168] twl6040-vibra twl6040-vibra: couldn't get regulators -517
[ 10.281426] bq27xxx_battery_settings
[ 10.295420] bq27xxx_battery_set_config
[ 10.295643] omap-dwc3 4a020000.omap_dwc3: vbus init failed
[ 10.306335] bq27xxx_battery_unseal
[ 10.334507] bq27xxx_battery_update_dm_block
[ 10.344958] usb3503 0-0008: SP_ILOCK failed (-121)
[ 10.364187] input: twl6040:vibrator as /devices/platform/44000000.ocp/48000000.interconnect/48000000.interconnect:se9
[ 10.372032] bq27xxx-battery 1-0055: design-capacity has 6000
[ 10.418205] usb3503 0-0008: usb3503_probe: probed in hub mode
[ 10.431256] otg_path: supplied by otg
[ 10.470066] input input6: as5013_open
[ 10.490305] input input7: as5013_open
[ 10.548714] Bluetooth: HCI UART driver ver 2.3
[ 10.758542] Bluetooth: HCI UART protocol H4 registered
[ 10.789858] bq27xxx_battery_update_dm_block
[ OK ] Found device /dev/disk/by-partuuid/d1c7d928-01.
[ 10.873392] Bluetooth: HCI UART protocol BCSP registered
[ 10.925124] bq27xxx-battery 1-0055: design-energy has 22200
[ 10.964543] Bluetooth: HCI UART protocol LL registered
[ 11.031559] bq27xxx_battery_update_dm_block
[ 11.051691] Bluetooth: HCI UART protocol Broadcom registered
[ 11.078350] Bluetooth: hci0: change remote baud rate command in firmware
[ 11.094207] bq27xxx-battery 1-0055: terminate-voltage has 3200
Starting File System Check on /dev/disk/by-partuuid/d1c7d928-01...
[ OK ] Started File System Check on /dev/disk/by-partuuid/d1c7d928-01.
[ 11.167020] bq27xxx_battery_seal
Mounting /boot...
[ 11.212114] EXT4-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommended
[ 11.228477] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null)
[ 11.254765] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Preprocess NFS configuration...
Starting Create Volatile Files and Directories...
Starting Set console font and keymap...
Starting Tell Plymouth To Write Out Runtime Data...
Starting Enable support for additional executable binary formats...
[ 11.421563] emif_probe: error getting device data
Starting Raise network interfaces...
[ OK ] Started Preprocess NFS configuration.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Set console font and keymap.
[ 11.482428] emif_probe: error getting device data
Starting RPC bind portmap service...
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[ OK ] Reached target NFS client services.
[ 11.576912] emif_probe: error getting device data
[ 11.576965] emif_probe: error getting device data
Mounting Arbitrary Executable File Formats File System...
[ 11.718594] iio_charge:0ortmap service.

[ OK ] Mounted Arbitrary Executable File Formats File System.
[ 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...
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
[ OK ] Reached target RPC Port Mapper.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] [ 11.874220] dmtimer posted=0
Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[ OK ] Reached target System Initialization.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily Cleanup of Temporary Directories 11.940954] omap-hdmi-audio omap-hdmi-audio.1.auto: snd-soc-dumk
[0m.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily man-db regeneration.
[ 12.031850] wwan_on_off_init: wwan_on_off_init
[ 12.033045] wwan_on_off_probe: wwan_on_off_probe()
[ 12.033210] modem_vbus_hdmi_power: supplied by vsys
[ 12.033268] modem_vbus_power: supplied by modem_vbus_hdmi_power
[ 12.033361] wwan_on_off_probe: onoff = 36c1b2ce indicator = a9401022 -306867136 usb_phy = 1611071507
[ 12.033364] wwan_on_off_probe: wwan_on_off_probe() wwan=9eaf78f9
[ 12.033374] wwan_on_off_is_powered_on: gpio value = 0
[ 12.033378] wwan_on_off_is_powered_on: return 'false'
[ 12.033487] wwan_on_off_rfkill_set_block: blocked: 1
[ 12.033490] wwan_on_off_set_power:eek:n = 0
[ 12.033494] wwan_on_off_is_powered_on: gpio value = 0
[ 12.033497] wwan_on_off_is_powered_on: return 'false'
[ 12.033499] wwan_on_off_set_power: state 0
[ 12.033506] wwan_on_off_set_power: regulator 0
[ 12.033508] wwan_on_off_set_power: done
[ 12.044350] wwan_on_off_probe: successfully probed
[ 12.307662] asoc-simple-card sound_bluetooth: W2CBW003 <-> 40122000.mcbsp mapping ok
[ 12.325433] snd_soc_omap_abe_twl6040: unknown parameter 'index' ignored
[ 12.326356] omap_aess_get_handle: AESS has not been initialized!
[ 12.326362] omap-abe-twl6040 sound: AESS is not yet available
[ 12.326367] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ 12.355192] asoc-simple-card sound_fmradio: W2CBW003 <-> 40124000.mcbsp mapping ok
[ 12.357718] omap_aess_get_handle: AESS has not been initialized!
[ 12.357723] omap-abe-twl6040 sound: AESS is not yet available
[ 12.357728] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ 12.358558] asoc-simple-card sound_telephony: gtm601 <-> 40126000.mcbsp mapping ok
[ 12.367496] omap_aess_get_handle: AESS has not been initialized!
[ 12.367503] omap-abe-twl6040 sound: AESS is not yet available
[ 12.367507] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Accounts Service...
Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
[ OK ] Started D-Bus System Message Bus.
Starting Login Service...
Starting DragonBox Package Daemon...
[ OK ] Started Pyra Volume Daemon.
Starting Network Manager...
[ 12.835393] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
[ OK ] Started Regular background program processing daemon.
Starting Disk Manager...
Starting PVR initialisation server...
Starting Avahi mDNS/DNS-SD Stack...
Starting Initialize hardware monitoring sensors...
[ OK ] Started LED config.
Starting System Logging Service...
Starting WPA supplicant...
[ OK ] Started Run anacron jobs.
Starting Modem Manager...
[ OK ] Started System Logging Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[ OK ] Started PVR initialisation server.
[ OK ] Started DragonBox Package Daemon.
[ OK ] Started Initialize hardware monitoring sensors.
[ 13.766921] dwc3 4a030000.dwc3: Failed to get clk 'ref': -2
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[ 13.786060] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 13.807806] dwc3 4a030000.dwc3: changing max_speed on rev 5533202a
[ 13.814828] omap_aess_get_handle: AESS has not been initialized!
[ 13.814834] omap-abe-twl6040 sound: AESS is not yet available
[ 13.814839] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ 13.881890] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.005867] omap_aess_get_handle: AESS has not been initialized!
[ 14.005876] omap-abe-twl6040 sound: AESS is not yet available
[ 14.005882] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ 14.213777] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 14.213783] cfg80211: failed to load regulatory.db
[ OK ] Started Avahi mDNS/DNS-SD Stack.
Starting Hostname Service...
[ 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.
[ 14.440886] omap_aess_get_handle: AESS has not been initialized!
[ 14.440893] omap-abe-twl6040 sound: AESS is not yet available
[ 14.440899] omap-abe-twl6040 sound: Failed to load firmware omap_aess-adfw.bin: -517
[ 14.441804] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error 2
[ 14.441817] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
[ 14.441821] wlcore: WARNING falling back to default config
Starting Authorization Manager...
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Stopped Pyra Volume Daemon.
[ OK ] Started Pyra Volume Daemon.
Starting Load/Save Screen Backlight Brightness of backlight:keyboard-backlight...
[ 14.704363] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.704377] Bluetooth: BNEP socket layer initialized
[ 14.727385] dmtimer posted=0
[ 14.758626] wwan_on_off_rfkill_set_block: blocked: 0
[ 14.797680] wwan_on_off_set_power:eek:n = 1
[ 14.797688] wwan_on_off_is_powered_on: gpio value = 0
[ 14.797692] wwan_on_off_is_powered_on: return 'false'
[ 14.797695] wwan_on_off_set_power: state 0
[ 14.797700] wwan_on_off_set_power: regulator 0
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Bluetooth service.
[ OK ] Started Load/Save Screen Backlight Brightness of backlight:keyboard-backlight.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started Hostname Service.
[ OK ] Started Modem Manager.
[ 14.976938] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
[ 14.994951] wlcore: WARNING Detected unconfigured mac address in nvs, derive from fuse instead.
[ 14.994957] wlcore: WARNING This default nvs file can be removed from the file system
[ OK ] Stopped Pyra Volume Daemon.
[ OK ] Started Pyra Volume Daemon.
Starting Load/Save RF Kill Switch Status...
[ OK ] Reached target Bluetooth.
[ OK ] Reached target Sound Card.
[ OK ] Started WPA supplicant.
[ OK ] Started Network Manager.
[ OK ] Started Login Service.
Starting Network Manager Wait Online...
[ OK ] Reached target Network.
[ 15.251501] input input6: as5013_open
[ 15.251587] input input7: as5013_open
[ 15.260569] input: pyraInput keyboard as /devices/virtual/input/input10
[ 15.262604] input: pyraInput Gamepad as /devices/virtual/input/input11
[ 15.265895] input: pyraInput Mouse as /devices/virtual/input/input12
Starting Permit User Sessions...
Starting OpenBSD Secure Shell server...
[ OK ] Started Pyra Input Deamon (funkeymonkey).
[ OK ] Started Permit User Sessions.
[ OK ] Stopped Pyra Volume Daemon.
[ OK ] Started Pyra Volume Daemon.
Starting Hold until boot process finishes up...
Starting Light Display Manager...
[ OK ] Started OpenBSD Secure Shell server.
[ 15.984356] dmtimer posted=0
[ 16.042408] DSI: omapdss DSI error: VC(0) busy when trying to configure it!
[ 16.042412] DSI: omapdss DSI error: VC(1) busy when trying to configure it!
[ 16.042415] DSI: omapdss DSI error: VC(2) busy when trying to configure it!
[ 16.042418] DSI: omapdss DSI error: VC(3) busy when trying to configure it!
[ 16.221398] dmtimer posted=0
[ 17.426037] wwan_on_off_set_power: send impulse
[ 18.161321] wwan_on_off_is_powered_on: gpio value = 1
[ 18.166655] wwan_on_off_is_powered_on: return 'true'
[ 18.173102] wwan_on_off_set_power: done
[ 18.179953] wlcore: loaded
[ 18.188877] wwan_on_off_rfkill_set_block: blocked: 0
[ 18.194843] wwan_on_off_set_power:eek:n = 1
[ 18.202453] wwan_on_off_is_powered_on: gpio value = 1
[ 18.208600] wwan_on_off_is_powered_on: return 'true'
[ 18.220658] wwan_on_off_set_power: state 1
[ 18.226745] wwan_on_off_set_power: regulator 1
[ 18.233307] wwan_on_off_set_power: done
[ 19.126649] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 19.245352] wlcore: firmware booted (Rev 8.9.0.0.79)
[ 19.263037] wlcore: down
[ 19.731337] wlcore: PHY firmware version: Rev 8.2.0.0.242
[ 19.844814] wlcore: firmware booted (Rev 8.9.0.0.79)

Debian GNU/Linux 10 Marble ttyO2

Marble login: [ 24.282742] wlcore: down
[ 28.278354] wlan0: authenticate with 40:b0:76:93:2a:78
[ 28.295515] wlan0: send auth to 40:b0:76:93:2a:78 (try 1/3)
[ 28.331127] wlan0: authenticated
[ 28.341166] wlan0: associate with 40:b0:76:93:2a:78 (try 1/3)
[ 28.349566] wlan0: RX AssocResp from 40:b0:76:93:2a:78 (capab=0x11 status=0 aid=5)
[ 28.372276] wlan0: associated
[ 28.573586] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 28.588894] wlcore: Association completed.
[ 28.971496] systemd-journald[1573]: Failed to set ACL on /var/log/journal/52007924e99f4f99921dfe663485e264/user-1000d
[ 30.921242] Bluetooth: RFCOMM socket layer initialized
[ 30.926660] Bluetooth: RFCOMM ver 1.11
[ 34.401176] host1_vbus_power: supplied by modem_vbus_hdmi_power
[ 34.414065] host2_vbus_power: supplied by modem_vbus_hdmi_power
[ 34.433229] ldo3: disabling
[ 34.439093] ldo8: disabling
[ 34.444526] otg_path: disabling
[ 35.860139] EXT2-fs (mmcblk5p3): warning: mounting unchecked fs, running e2fsck is recommended
[ 35.886190] ext2 filesystem being mounted at /media/grench/PanMedia supports timestamps until 2038 (0x7fffffff)
[ 35.893739] EXT2-fs (mmcblk5p1): warning: mounting unchecked fs, running e2fsck is recommended
[ 35.907824] EXT2-fs (mmcblk5p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 35.971756] ext2 filesystem being mounted at /media/grench/PanOS supports timestamps until 2038 (0x7fffffff)
[ 36.020650] ext2 filesystem being mounted at /media/grench/PanData supports timestamps until 2038 (0x7fffffff)
[ 38.433250] dmtimer posted=0
[ 74.895968] dmtimer posted=0
[ 100.482242] dmtimer posted=0
[ 121.601779] dmtimer posted=0
[ 131.600376] dmtimer posted=0
[ 152.720402] dmtimer posted=0

Launching Supertux 2 does not seem to scroll anything into the serial monitoring. So, I'm assuming that by "post the command line output when running SuperTux," you must be referring to doing this by another method.

So, how do I generate the output that you are wanting to see? Start by assuming I'm a bit of an idiot.
 
  • Like
Reactions: rSl
Launch it from a terminal. Probably type something like 'supertux2' after the # prompt. It'll likely spit some stuff into STDOUT which'll go into that window, which will get overdrawn by the supertux window coming up, but should still be there when you quit it.

I don't know, but I suspect serial monitoring only gives you kernel messages, the kind of thing that ends up in dmesg. The output from supertux isn't usually considered important for system engineers, at least every time you run it.
 
  • Like
Reactions: rSl
Launch it from a terminal. Probably type something like 'supertux2' after the # prompt. It'll likely spit some stuff into STDOUT which'll go into that window, which will get overdrawn by the supertux window coming up, but should still be there when you quit it.

I don't know, but I suspect serial monitoring only gives you kernel messages, the kind of thing that ends up in dmesg. The output from supertux isn't usually considered important for system engineers, at least every time you run it.

Launched from $ = launches to slide show open screen.
Launched from # = bash: supertux2: command not found

Neither one put anything additional into the terminal to log or debug from.
 
Ah, sorry, I used the wrong prompt character. Trust me to use my memory and not check for the first time. If when launched from a user account it spat out no debugging info and there's also nothing in dmesg then I guess you've fulfilled your brief. You could check if it supports a --debug flag or something like that, which I guess is the next thing I'd do.

Peruse '$ man supertux2' or 'supertux2 --help' if the former doesn't work, and see what options it supports.
 
tiler_shim needs to run the program with some environment variables, so you need to run the program using the included run.sh

So do something like this (make sure to use your real username in the first line, the first line is not needed at all if you are using a terminal window on-device rather than serial/SSH).

Being written by serious people, Debian does not put games on the path so you need to prefix them with /usr/games.

Code:
export DISPLAY=:0 XAUTHORITY=/home/Grench/.Xauthority
cd tiler_shim
./run.sh /usr/games/supertux2
 
Ah okay. I'm not sure but I'd expect to see a few more games on the Pyra using windowed display given the increase in resolution and moderately larger screen, especially if the device is to be used to accept phone calls and text messages at the same time.
 
Back
Top