Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leon-anavi/b539e3d0cc5fcc40b89495150474c892 to your computer and use it in GitHub Desktop.
Save leon-anavi/b539e3d0cc5fcc40b89495150474c892 to your computer and use it in GitHub Desktop.
rpi-ft5406-overlay
From 9f12a09ad41caecb455073d5c316d55ea9b19856 Mon Sep 17 00:00:00 2001
From: Leon Anavi <leon.anavi@konsulko.com>
Date: Sat, 14 May 2016 17:05:00 +0000
Subject: [PATCH] linux-raspberrypi_4.4: Add rpi-ft5406-overlay
Add rpi-ft5406-overlay.dtb and update config.txt
to support 7" official touch screen display for
Raspberry Pi.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
meta-raspberrypi-gdp/recipes-bsp/bootfiles/rpi-config_git.bbappend | 2 +-
.../recipes-kernel/linux/linux-raspberrypi_4.4.bbappend | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-raspberrypi-gdp/recipes-bsp/bootfiles/rpi-config_git.bbappend b/meta-raspberrypi-gdp/recipes-bsp/bootfiles/rpi-config_git.bbappend
index eb10702..45f074f 100644
--- a/meta-raspberrypi-gdp/recipes-bsp/bootfiles/rpi-config_git.bbappend
+++ b/meta-raspberrypi-gdp/recipes-bsp/bootfiles/rpi-config_git.bbappend
@@ -3,5 +3,5 @@ DISABLE_OVERSCAN = "1"
do_deploy_append() {
echo "avoid_warnings=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
echo "mask_gpu_interrupt0=0x400" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
- echo "dtoverlay=vc4-kms-v3d-overlay,cma-256" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
+ echo "dtoverlay=vc4-kms-v3d-overlay,rpi-ft5406-overlay,cma-256" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
}
diff --git a/meta-raspberrypi-gdp/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend b/meta-raspberrypi-gdp/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend
index 5656a8a..8915405 100644
--- a/meta-raspberrypi-gdp/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend
+++ b/meta-raspberrypi-gdp/recipes-kernel/linux/linux-raspberrypi_4.4.bbappend
@@ -11,3 +11,5 @@ KERNEL_MODULE_AUTOLOAD += "snd-bcm2835"
RDEPENDS_${PN} += "kernel-module-snd-bcm2835"
PACKAGES += "kernel-module-snd-bcm2835"
+
+KERNEL_DEVICETREE += "overlays/rpi-ft5406-overlay.dtb "
--
1.9.1
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.8 (leon@ubuntu) (gcc version 4.9.2 (GCC) ) #1 SMP Wed May 11 11:48:30 UTC 2016
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 256 MiB at 0x10000000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 225280
[ 0.000000] free_area_init_node: node 0, pgdat 8093d840, node_mem_map b67ba000
[ 0.000000] Normal zone: 1980 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 225280 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9520->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 13 pages/cpu @b6777000 s22592 r8192 d22464 u53248
[ 0.000000] pcpu-alloc: s22592 r8192 d22464 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 223300
[ 0.000000] Kernel command line: cma=256M@256M dma.dmachans=0x7f35 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2709.boardrev=0xa01041 bcm2709.serial=0xe9a19f3 smsc95xx.macaddr=B8:27:EB:9A:19:F3 bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait debug usbhid.mousepoll=0
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 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: 619184K/901120K available (6607K kernel code, 435K rwdata, 1936K rodata, 484K init, 764K bss, 19792K reserved, 262144K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xb7800000 - 0xff800000 (1152 MB)
[ 0.000000] lowmem : 0x80000000 - 0xb7000000 ( 880 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x8086010c (8545 kB)
[ 0.000000] .init : 0x80861000 - 0x808da000 ( 484 kB)
[ 0.000000] .data : 0x808da000 - 0x80946cc8 ( 436 kB)
[ 0.000000] .bss : 0x80949000 - 0x80a0826c ( 765 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000010] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000031] Switching to timer-based delay loop, resolution 52ns
[ 0.000348] Console: colour dummy device 80x30
[ 0.000386] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000413] pid_max: default: 32768 minimum: 301
[ 0.000803] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000823] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002006] Disabling cpuset control group subsystem
[ 0.002055] Initializing cgroup subsys io
[ 0.002093] Initializing cgroup subsys memory
[ 0.002145] Initializing cgroup subsys devices
[ 0.002174] Initializing cgroup subsys freezer
[ 0.002200] Initializing cgroup subsys net_cls
[ 0.002270] CPU: Testing write buffer coherency: ok
[ 0.002358] ftrace: allocating 22167 entries in 66 pages
[ 0.057054] CPU0: update cpu_capacity 1024
[ 0.057095] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.057111] [bcm2709_smp_prepare_cpus] enter
[ 0.057252] Setting up static identity map for 0x8240 - 0x8274
[ 0.059601] [bcm2709_boot_secondary] cpu:1 started (0) 17
[ 0.060035] [bcm2709_secondary_init] enter cpu:1
[ 0.060095] CPU1: update cpu_capacity 1024
[ 0.060103] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.060675] [bcm2709_boot_secondary] cpu:2 started (0) 18
[ 0.061025] [bcm2709_secondary_init] enter cpu:2
[ 0.061055] CPU2: update cpu_capacity 1024
[ 0.061063] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.061603] [bcm2709_boot_secondary] cpu:3 started (0) 17
[ 0.061856] [bcm2709_secondary_init] enter cpu:3
[ 0.061885] CPU3: update cpu_capacity 1024
[ 0.061892] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.061976] Brought up 4 CPUs
[ 0.062006] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.062016] CPU: All CPU(s) started in HYP mode.
[ 0.062025] CPU: Virtualization extensions available.
[ 0.062949] devtmpfs: initialized
[ 0.075556] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.076011] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.089720] pinctrl core: initialized pinctrl subsystem
[ 0.090587] NET: Registered protocol family 16
[ 0.096616] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.106820] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.106843] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.107040] Serial: AMBA PL011 UART driver
[ 0.107391] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.637660] console [ttyAMA0] enabled
[ 0.641979] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.719532] bcm2835-dma 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0x1
[ 0.729623] SCSI subsystem initialized
[ 0.733597] usbcore: registered new interface driver usbfs
[ 0.739214] usbcore: registered new interface driver hub
[ 0.744675] usbcore: registered new device driver usb
[ 0.759818] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-04-19 18:41
[ 0.795643] clocksource: Switched to clocksource arch_sys_counter
[ 0.855893] FS-Cache: Loaded
[ 0.859153] CacheFiles: Loaded
[ 0.878802] NET: Registered protocol family 2
[ 0.884396] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.891631] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.898274] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.904766] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.910763] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.917470] NET: Registered protocol family 1
[ 0.922436] RPC: Registered named UNIX socket transport module.
[ 0.928398] RPC: Registered udp transport module.
[ 0.933095] RPC: Registered tcp transport module.
[ 0.937820] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.945808] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.955570] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.977988] VFS: Disk quotas dquot_6.6.0
[ 0.982277] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.992032] FS-Cache: Netfs 'nfs' registered for caching
[ 0.998562] NFS: Registering the id_resolver key type
[ 1.003665] Key type id_resolver registered
[ 1.007880] Key type id_legacy registered
[ 1.015139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.022806] io scheduler noop registered
[ 1.026777] io scheduler deadline registered
[ 1.031107] io scheduler cfq registered (default)
[ 2.059848] bcm2835-rng 3f104000.rng: hwrng registered
[ 2.065129] vc-cma: Videocore CMA driver
[ 2.069096] vc-cma: vc_cma_base = 0x00000000
[ 2.073794] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 2.079210] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 2.084927] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 2.093937] [drm] Initialized drm 1.1.0 20060810
[ 2.100399] [drm:vc4_hdmi_bind] *ERROR* Failed to get pixel clock
[ 2.106585] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 2.115034] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 2.141038] brd: module loaded
[ 2.155366] loop: module loaded
[ 2.160706] vchiq: vchiq_init_state: slot_zero = 0x90400000, is_master = 0
[ 2.169454] Loading iSCSI transport class v2.0-870.
[ 2.175262] usbcore: registered new interface driver smsc95xx
[ 2.181116] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.387279] Core Release: 2.80a
[ 2.390444] Setting default values for core params
[ 2.395263] Finished setting default values for core params
[ 2.601276] Using Buffer DMA mode
[ 2.604589] Periodic Transfer Interrupt Enhancement - disabled
[ 2.610433] Multiprocessor Interrupt Enhancement - disabled
[ 2.616018] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 2.620373] Dedicated Tx FIFOs mode
[ 2.624328] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0x90448000 dma = 0xd0448000 len=9024
[ 2.634204] FIQ FSM acceleration enabled for :
[ 2.634204] Non-periodic Split Transactions
[ 2.634204] Periodic Split Transactions
[ 2.634204] High-Speed Isochronous Endpoints
[ 2.634204] Interrupt/Control Split Transaction hack enabled
[ 2.656538] dwc_otg: Microframe scheduler enabled
[ 2.661293] WARN::hcd_init_fiq:413: FIQ on core 1 at 0x80482368
[ 2.667211] WARN::hcd_init_fiq:414: FIQ ASM at 0x804826d8 length 36
[ 2.673474] WARN::hcd_init_fiq:439: MPHI regs_base at 0xb78a2000
[ 2.679549] dwc_otg 3f980000.usb: DWC OTG Controller
[ 2.684548] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 2.691911] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 2.697544] Init: Port Power? op_state=1
[ 2.701459] Init: Power Port (0)
[ 2.704976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.711795] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.719033] usb usb1: Product: DWC OTG Controller
[ 2.723734] usb usb1: Manufacturer: Linux 4.4.8 dwc_otg_hcd
[ 2.729323] usb usb1: SerialNumber: 3f980000.usb
[ 2.735011] hub 1-0:1.0: USB hub found
[ 2.738840] hub 1-0:1.0: 1 port detected
[ 2.743482] dwc_otg: FIQ enabled
[ 2.746740] dwc_otg: NAK holdoff enabled
[ 2.750658] dwc_otg: FIQ split-transaction FSM enabled
[ 2.755835] Module dwc_common_port init
[ 2.760063] usbcore: registered new interface driver usb-storage
[ 2.766436] mousedev: PS/2 mouse device common for all mice
[ 2.773045] bcm2835-cpufreq: min=600000 max=900000
[ 2.778181] sdhci: Secure Digital Host Controller Interface driver
[ 2.784353] sdhci: Copyright(c) Pierre Ossman
[ 2.789142] sdhost: log_buf @ 90446000 (d0446000)
[ 2.865686] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.871450] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.877841] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.884040] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.889682] usbcore: registered new interface driver usbhid
[ 2.895246] usbhid: USB HID core driver
[ 2.901355] Initializing XFRM netlink socket
[ 2.905707] NET: Registered protocol family 17
[ 2.910333] Key type dns_resolver registered
[ 2.915273] Registering SWP/SWPB emulation handler
[ 2.921196] registered taskstats version 1
[ 2.923273] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.925279] mmc0: new high speed SDHC card at address 59b4
[ 2.926334] mmcblk0: mmc0:59b4 00000 14.9 GiB
[ 2.927892] mmcblk0: p1 p2
[ 2.946247] Indeed it is in host mode hprt0 = 00021501
[ 2.946476] vc-sm: Videocore shared memory driver
[ 2.946489] [vc_sm_connected_init]: start
[ 2.947309] [vc_sm_connected_init]: end - returning 0
[ 2.948450] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 2.948561] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 2.948805] of_cfs_init
[ 2.948901] of_cfs_init: OK
[ 2.984745] uart-pl011 3f201000.uart: no DMA platform data
[ 3.003242] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.011417] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 3.026932] devtmpfs: mounted
[ 3.030678] Freeing unused kernel memory: 484K (80861000 - 808da000)
[ 3.155716] usb 1-1: new high-speed USB device number 2 using dwc_otg
[ 3.162331] Indeed it is in host mode hprt0 = 00001101
[ 3.366104] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[ 3.372821] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.381003] hub 1-1:1.0: USB hub found
[ 3.384874] hub 1-1:1.0: 5 ports detected
[ 3.391436] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 3.399934] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 3.450245] NET: Registered protocol family 10
[ 3.456850] systemd[1]: Inserted module 'ipv6'
[ 3.467571] random: systemd urandom read with 47 bits of entropy available
[ 3.482074] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[ 3.493261] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[ 3.503456] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
[ 3.513349] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[ 3.523202] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[ 3.533326] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[ 3.543164] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 3.561792] systemd[1]: Detected architecture arm.
[ 3.587265] systemd[1]: Set hostname to <raspberrypi2>.
[ 3.623191] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
[ 3.634255] systemd[1]: Installed release agent.
[ 3.665698] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[ 3.666153] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[ 3.673128] systemd[90]: Spawned /lib/systemd/system-generators/systemd-efi-boot-generator as 91.
[ 3.674088] systemd[90]: Spawned /lib/systemd/system-generators/systemd-fstab-generator as 92.
[ 3.675038] systemd[90]: Spawned /lib/systemd/system-generators/systemd-debug-generator as 93.
[ 3.676267] systemd[90]: Spawned /lib/systemd/system-generators/systemd-gpt-auto-generator as 94.
[ 3.677547] systemd[90]: Spawned /lib/systemd/system-generators/systemd-getty-generator as 95.
[ 3.678593] systemd[90]: Spawned /lib/systemd/system-generators/systemd-sysv-generator as 96.
[ 3.679671] systemd[90]: Spawned /lib/systemd/system-generators/systemd-rc-local-generator as 97.
[ 3.680859] systemd[90]: Spawned /lib/systemd/system-generators/systemd-system-update-generator as 98.
[ 3.682022] systemd[90]: Spawned /lib/systemd/system-generators/systemd-hibernate-resume-generator as 99.
[ 3.699670] systemd-efi-boot-generator[91]: Not an EFI boot, exiting.
[ 3.700942] systemd-fstab-generator[92]: Parsing /etc/fstab
[ 3.705048] systemd-gpt-auto-generator[94]: Root device /dev/mmcblk0.
[ 3.707310] systemd-fstab-generator[92]: Found entry what=/dev/root where=/ type=auto nofail=no noauto=no
[ 3.708123] systemd-fstab-generator[92]: Found entry what=proc where=/proc type=proc nofail=no noauto=no
[ 3.708204] systemd-fstab-generator[92]: Found entry what=devpts where=/dev/pts type=devpts nofail=no noauto=no
[ 3.708289] systemd-fstab-generator[92]: Found entry what=usbdevfs where=/proc/bus/usb type=usbdevfs nofail=yes noauto=no
[ 3.711342] systemd-fstab-generator[92]: Found entry what=tmpfs where=/run type=tmpfs nofail=no noauto=no
[ 3.711435] systemd-fstab-generator[92]: Found entry what=tmpfs where=/var/volatile type=tmpfs nofail=no noauto=no
[ 3.713338] systemd-sysv-generator[96]: Looking for unit files in (higher priority first):
[ 3.713361] systemd-sysv-generator[96]: /etc/systemd/system
[ 3.713377] systemd-sysv-generator[96]: /run/systemd/system
[ 3.713393] systemd-sysv-generator[96]: /usr/local/lib/systemd/system
[ 3.713407] systemd-sysv-generator[96]: /lib/systemd/system
[ 3.713422] systemd-sysv-generator[96]: /usr/lib/systemd/system
[ 3.713599] systemd-sysv-generator[96]: Looking for SysV init scripts in:
[ 3.713623] systemd-sysv-generator[96]: /etc/init.d
[ 3.713651] systemd-sysv-generator[96]: Looking for SysV rcN.d links in:
[ 3.713667] systemd-sysv-generator[96]: /etc
[ 3.720671] systemd-sysv-generator[96]: Loading SysV script /etc/init.d/fuse
[ 3.722352] systemd-sysv-generator[96]: Overwriting existing symlink /run/systemd/generator.late/fuse.service with real service
[ 3.774790] systemd-gpt-auto-generator[94]: Not a GPT partition table, ignoring.
[ 3.923834] systemd-getty-generator[95]: Automatically adding serial getty for /dev/ttyAMA0.
[ 3.933440] systemd[90]: /lib/systemd/system-generators/systemd-getty-generator succeeded.
[ 3.941854] systemd[90]: /lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[ 3.951181] systemd[90]: /lib/systemd/system-generators/systemd-debug-generator succeeded.
[ 3.959550] systemd[90]: /lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[ 3.968162] systemd[90]: /lib/systemd/system-generators/systemd-sysv-generator succeeded.
[ 3.976423] systemd[90]: /lib/systemd/system-generators/systemd-rc-local-generator succeeded.
[ 3.985006] systemd[90]: /lib/systemd/system-generators/systemd-fstab-generator succeeded.
[ 3.993354] systemd[90]: /lib/systemd/system-generators/systemd-system-update-generator succeeded.
[ 4.002403] systemd[90]: /lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
[ 4.011782] systemd[1]: system-generators succeeded.
[ 4.017457] systemd[1]: Looking for unit files in (higher priority first):
[ 4.024342] systemd[1]: /etc/systemd/system
[ 4.028722] systemd[1]: /run/systemd/system
[ 4.033002] systemd[1]: /run/systemd/generator
[ 4.037719] systemd[1]: /usr/local/lib/systemd/system
[ 4.042945] systemd[1]: /lib/systemd/system
[ 4.047382] systemd[1]: /usr/lib/systemd/system
[ 4.047411] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 4.047423] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.052346] smsc95xx v1.0.4
[ 4.069319] systemd[1]: /run/systemd/generator.late
[ 4.074567] systemd[1]: Looking for SysV init scripts in:
[ 4.080135] systemd[1]: /etc/init.d
[ 4.083791] systemd[1]: Looking for SysV rcN.d links in:
[ 4.089209] systemd[1]: /etc
[ 4.097225] systemd[1]: Unit type .busname is not supported on this system.
[ 4.108754] systemd[1]: no db file to read /run/udev/data/b179:2: No such file or directory
[ 4.149410] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
[ 4.159855] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:9a:19:f3
[ 4.172388] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 4.181059] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 4.222524] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
[ 4.242327] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
[ 4.270446] systemd[1]: Failed to load configuration for sshd.service: No such file or directory
[ 4.302666] systemd[1]: Using notification socket /run/systemd/notify
[ 4.309361] systemd[1]: Successfully created private D-Bus server.
[ 4.315592] systemd[1]: dev-mmcblk0p2.device changed dead -> tentative
[ 4.322212] systemd[1]: -.mount changed dead -> mounted
[ 4.327670] systemd[1]: Activating default unit: default.target
[ 4.349864] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
[ 4.364528] systemd[1]: Failed to load configuration for rc.pvr.service: No such file or directory
[ 4.384336] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
[ 4.411345] systemd[1]: Failed to load configuration for syslog.target: No such file or directory
[ 4.421944] systemd[1]: Failed to load configuration for udev.service: No such file or directory
[ 4.433910] systemd[1]: Trying to enqueue job multi-user.target/start/isolate
[ 4.435707] usb 1-1.5: new full-speed USB device number 4 using dwc_otg
[ 4.451389] systemd[1]: Installed new job sys-kernel-config.mount/start as 37
[ 4.458620] systemd[1]: Installed new job systemd-firstboot.service/start as 46
[ 4.465987] systemd[1]: Installed new job pulseaudio.service/start as 78
[ 4.472717] systemd[1]: Installed new job sockets.target/start as 55
[ 4.479263] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 27
[ 4.487068] systemd[1]: Installed new job systemd-update-utmp-runlevel.service/start as 80
[ 4.495353] systemd[1]: Installed new job systemd-remount-fs.service/start as 33
[ 4.502810] systemd[1]: Installed new job tmp.mount/start as 23
[ 4.508796] systemd[1]: Installed new job dev-mqueue.mount/start as 39
[ 4.515347] systemd[1]: Installed new job dbus.service/start as 79
[ 4.521590] systemd[1]: Installed new job systemd-udevd.service/start as 19
[ 4.528606] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 65
[ 4.536232] systemd[1]: Installed new job systemd-fsck-root.service/start as 32
[ 4.543567] systemd[1]: Installed new job systemd-update-utmp.service/start as 81
[ 4.551146] systemd[1]: Installed new job system.slice/start as 8
[ 4.557372] systemd[1]: Installed new job systemd-udev-trigger.service/start as 18
[ 4.564964] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 43
[ 4.572764] systemd[1]: Installed new job systemd-random-seed.service/start as 44
[ 4.580301] systemd[1]: Installed new job connman.service/start as 85
[ 4.586849] systemd[1]: Installed new job systemd-journald.service/start as 5
[ 4.594033] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 40
[ 4.601767] systemd[1]: Installed new job local-fs-pre.target/start as 34
[ 4.608644] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 41
[ 4.616866] systemd[1]: Installed new job timers.target/start as 64
[ 4.623184] systemd[1]: Installed new job kmod-static-nodes.service/start as 28
[ 4.630585] systemd[1]: Installed new job system-getty.slice/start as 74
[ 4.637367] systemd[1]: Installed new job systemd-initctl.socket/start as 57
[ 4.644471] systemd[1]: Installed new job systemd-ask-password-console.path/start as 14
[ 4.652559] systemd[1]: Installed new job -.slice/start as 9
[ 4.658301] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 82
[ 4.666132] systemd[1]: Installed new job systemd-hwdb-update.service/start as 16
[ 4.673672] systemd[1]: Installed new job dlt-system.service/start as 53
[ 4.680490] systemd[1]: Installed new job basic.target/start as 2
[ 4.686667] systemd[1]: Installed new job run-postinsts.service/start as 36
[ 4.693678] systemd[1]: Installed new job sys-kernel-debug.mount/start as 45
[ 4.700805] systemd[1]: Installed new job systemd-journald.socket/start as 6
[ 4.707933] systemd[1]: Installed new job systemd-logind.service/start as 69
[ 4.715039] systemd[1]: Installed new job systemd-udevd-control.socket/start as 20
[ 4.722689] systemd[1]: Installed new job avahi-daemon.service/start as 88
[ 4.729644] systemd[1]: Installed new job serial-getty@ttyAMA0.service/start as 75
[ 4.737299] systemd[1]: Installed new job var-volatile-lib.service/start as 35
[ 4.744569] systemd[1]: Installed new job systemd-sysusers.service/start as 26
[ 4.751872] systemd[1]: Installed new job gpsd.socket/start as 60
[ 4.758039] systemd[1]: Installed new job remote-fs.target/start as 83
[ 4.764614] systemd[1]: Installed new job dlt.service/start as 54
[ 4.770794] systemd[1]: Installed new job swap.target/start as 48
[ 4.776990] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 21
[ 4.784519] systemd[1]: Installed new job local-fs.target/start as 30
[ 4.791040] systemd[1]: Installed new job systemd-timesyncd.service/start as 22
[ 4.798438] usb 1-1.5: New USB device found, idVendor=1130, idProduct=1704
[ 4.798442] systemd[1]: Installed new job ldconfig.service/start as 29
[ 4.798478] systemd[1]: Installed new job paths.target/start as 66
[ 4.798515] systemd[1]: Installed new job alsa-restore.service/start as 63
[ 4.798548] systemd[1]: Installed new job ofono.service/start as 86
[ 4.798584] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 77
[ 4.798617] systemd[1]: Installed new job systemd-update-done.service/start as 47
[ 4.798650] systemd[1]: Installed new job slices.target/start as 67
[ 4.798686] systemd[1]: Installed new job multi-user.target/start as 1
[ 4.798720] systemd[1]: Installed new job sshd.socket/start as 61
[ 4.798753] systemd[1]: Installed new job systemd-journald-audit.socket/start as 11
[ 4.798785] systemd[1]: Installed new job systemd-journald-dev-log.socket/start as 10
[ 4.798817] systemd[1]: Installed new job time-sync.target/start as 25
[ 4.798850] systemd[1]: Installed new job getty@tty1.service/start as 73
[ 4.798883] systemd[1]: Installed new job systemd-machine-id-commit.service/start as 49
[ 4.798916] systemd[1]: Installed new job var-volatile.mount/start as 31
[ 4.798947] systemd[1]: Installed new job dev-hugepages.mount/start as 15
[ 4.798985] systemd[1]: Installed new job sysinit.target/start as 3
[ 4.799016] systemd[1]: Installed new job weston.service/start as 71
[ 4.799049] systemd[1]: Installed new job ecryptfs.service/start as 68
[ 4.799081] systemd[1]: Installed new job dev-ttyAMA0.device/start as 76
[ 4.799175] systemd[1]: Installed new job systemd-journal-flush.service/start as 4
[ 4.799211] systemd[1]: Installed new job systemd-sysctl.service/start as 12
[ 4.799245] systemd[1]: Installed new job systemd-shutdownd.socket/start as 59
[ 4.799276] systemd[1]: Installed new job getty.target/start as 72
[ 4.799308] systemd[1]: Installed new job avahi-daemon.socket/start as 56
[ 4.799340] systemd[1]: Installed new job systemd-user-sessions.service/start as 87
[ 4.799371] systemd[1]: Installed new job dbus.socket/start as 58
[ 4.799404] systemd[1]: Installed new job systemd-modules-load.service/start as 17
[ 4.799436] systemd[1]: Installed new job alsa-state.service/start as 52
[ 4.799471] systemd[1]: Installed new job systemd-journal-catalog-update.service/start as 42
[ 4.799503] systemd[1]: Installed new job ambd.service/start as 84
[ 4.799534] systemd[1]: Installed new job user.slice/start as 70
[ 4.799602] systemd[1]: Enqueued job multi-user.target/start as 1
[ 4.799658] systemd[1]: Loaded units and determined initial transaction in 1.1s.
[ 4.800379] systemd[1]: Received SIGCHLD from PID 90 (n/a).
[ 4.800526] systemd[1]: swap.target changed dead -> active
[ 4.800565] systemd[1]: Job swap.target/start finished, result=done
[ 5.055171] usb 1-1.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.055190] usb 1-1.5: Product: 2.4G Wireless Optical Mouse
[ 5.072603] input: 2.4G Wireless Optical Mouse as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:1130:1704.0001/input/input0
[ 5.085915] systemd[1]: Reached target Swap.
[ 5.086083] hid-generic 0003:1130:1704.0001: input,hidraw0: USB HID v1.10 Mouse [2.4G Wireless Optical Mouse] on usb-3f980000.usb-1.5/input0
[ 5.087147] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 5.087263] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 5.088080] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 5.088144] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 5.131450] systemd[1]: Starting Swap.
[ 5.135615] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
[ 5.142915] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
[ 5.150906] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.158572] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 5.167811] systemd[1]: -.slice changed dead -> active
[ 5.172988] systemd[1]: Job -.slice/start finished, result=done
[ 5.195837] systemd[1]: Created slice Root Slice.
[ 5.200632] systemd[1]: Starting Root Slice.
[ 5.204993] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
[ 5.214190] systemd[1]: systemd-udevd-control.socket changed dead -> listening
[ 5.221484] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
[ 5.245813] systemd[1]: Listening on udev Control Socket.
[ 5.251289] systemd[1]: Starting udev Control Socket.
[ 5.256693] systemd[1]: systemd-journald-dev-log.socket changed dead -> listening
[ 5.264204] systemd[1]: Job systemd-journald-dev-log.socket/start finished, result=done
[ 5.295798] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.301790] systemd[1]: Starting Journal Socket (/dev/log).
[ 5.307662] systemd[1]: systemd-journald.socket changed dead -> listening
[ 5.314478] systemd[1]: Job systemd-journald.socket/start finished, result=done
[ 5.335803] systemd[1]: Listening on Journal Socket.
[ 5.340866] systemd[1]: Starting Journal Socket.
[ 5.363509] systemd[1]: ConditionSecurity=audit failed for systemd-journald-audit.socket.
[ 5.371770] systemd[1]: Starting of systemd-journald-audit.socket requested but condition failed. Not starting unit.
[ 5.382381] systemd[1]: Job systemd-journald-audit.socket/start finished, result=done
[ 5.390330] systemd[1]: Listening on Journal Audit Socket.
[ 5.396097] systemd[1]: systemd-shutdownd.socket changed dead -> listening
[ 5.403007] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
[ 5.425850] systemd[1]: Listening on Delayed Shutdown Socket.
[ 5.431686] systemd[1]: Starting Delayed Shutdown Socket.
[ 5.438161] systemd[1]: user.slice changed dead -> active
[ 5.443602] systemd[1]: Job user.slice/start finished, result=done
[ 5.465823] systemd[1]: Created slice User and Session Slice.
[ 5.471651] systemd[1]: Starting User and Session Slice.
[ 5.477086] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
[ 5.486027] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
[ 5.493189] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
[ 5.515798] systemd[1]: Listening on udev Kernel Socket.
[ 5.521187] systemd[1]: Starting udev Kernel Socket.
[ 5.526271] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
[ 5.536677] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
[ 5.544189] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
[ 5.552435] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 5.560444] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 5.568505] systemd[1]: paths.target changed dead -> active
[ 5.574098] systemd[1]: Job paths.target/start finished, result=done
[ 5.595796] systemd[1]: Reached target Paths.
[ 5.600225] systemd[1]: Starting Paths.
[ 5.604281] systemd[1]: systemd-initctl.socket changed dead -> listening
[ 5.611053] systemd[1]: Job systemd-initctl.socket/start finished, result=done
[ 5.635792] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 5.642889] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 5.650496] systemd[1]: system.slice changed dead -> active
[ 5.656144] systemd[1]: Job system.slice/start finished, result=done
[ 5.675806] systemd[1]: Created slice System Slice.
[ 5.680792] systemd[1]: Starting System Slice.
[ 5.685606] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
[ 5.695783] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
[ 5.705392] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
[ 5.716892] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d succeeded for systemd-modules-load.service.
[ 5.727403] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
[ 5.739594] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
[ 5.750209] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
[ 5.760813] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
[ 5.772352] systemd[1]: About to execute: /lib/systemd/systemd-modules-load
[ 5.779976] systemd[1]: Forked /lib/systemd/systemd-modules-load as 103
[ 5.826342] systemd[1]: systemd-modules-load.service changed dead -> start
[ 5.833559] systemd[1]: Starting Load Kernel Modules...
[ 5.857931] systemd[1]: system-serial\x2dgetty.slice changed dead -> active
[ 5.865215] systemd[1]: Job system-serial\x2dgetty.slice/start finished, result=done
[ 5.896090] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 5.902800] systemd[1]: Starting system-serial\x2dgetty.slice.
[ 5.909520] systemd[1]: ConditionCapability=CAP_SYS_ADMIN succeeded for dev-hugepages.mount.
[ 5.918345] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages failed for dev-hugepages.mount.
[ 5.927799] systemd[1]: Starting of dev-hugepages.mount requested but condition failed. Not starting unit.
[ 5.937745] systemd[1]: Job dev-hugepages.mount/start finished, result=done
[ 5.944895] systemd[1]: Mounted Huge Pages File System.
[ 5.950446] systemd[1]: slices.target changed dead -> active
[ 5.956301] systemd[1]: Job slices.target/start finished, result=done
[ 5.985909] systemd[1]: Reached target Slices.
[ 5.990485] systemd[1]: Starting Slices.
[ 5.994893] systemd[1]: ConditionCapability=CAP_SYS_RAWIO succeeded for sys-kernel-debug.mount.
[ 6.003776] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
[ 6.015296] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -n -t debugfs
[ 6.024490] systemd[1]: Forked /bin/mount as 107
[ 6.055965] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
[ 6.062966] systemd[1]: Mounting Debug File System...
[ 6.088348] systemd[1]: About to execute: /lib/systemd/systemd-journald
[ 6.095616] systemd[1]: Forked /lib/systemd/systemd-journald as 110
[ 6.103138] systemd[1]: systemd-journald.service changed dead -> start
[ 6.110219] systemd[1]: Starting Journal Service...
[ 6.136173] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
[ 6.148018] systemd[1]: About to execute: /lib/systemd/systemd-vconsole-setup
[ 6.156305] systemd[1]: Forked /lib/systemd/systemd-vconsole-setup as 112
[ 6.164613] systemd[1]: systemd-vconsole-setup.service changed dead -> start
[ 6.172179] systemd[1]: Starting Setup Virtual Console...
[ 6.185838] systemd-journald[110]: Audit not supported in the kernel.
[ 6.193602] systemd-journald[110]: Fixed max_use=43.0M max_size=5.3M min_size=4.0M keep_free=64.5M
[ 6.210263] systemd-journald[110]: Reserving 9799 entries in hash table.
[ 6.219262] systemd-journald[110]: Vacuuming...
[ 6.223898] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 6.235490] systemd-journald[110]: Flushing /dev/kmsg...
[ 6.241089] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
[ 6.252446] systemd[1]: About to execute: /bin/udevadm trigger --type=subsystems --action=add
[ 6.254426] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f00b880.mailbox: No such file or directory
[ 6.255243] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f007000.dma: No such file or directory
[ 6.256770] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:firmware: No such file or directory
[ 6.261714] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f104000.rng: No such file or directory
[ 6.263759] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.264434] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.268613] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f980000.usb: No such file or directory
[ 6.269289] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f980000.usb: No such file or directory
[ 6.269942] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f980000.usb: No such file or directory
[ 6.270998] systemd-journald[110]: no db file to read /run/udev/data/c189:0: No such file or directory
[ 6.271728] systemd-journald[110]: no db file to read /run/udev/data/c189:0: No such file or directory
[ 6.272406] systemd-journald[110]: no db file to read /run/udev/data/c189:0: No such file or directory
[ 6.273061] systemd-journald[110]: no db file to read /run/udev/data/c189:0: No such file or directory
[ 6.273692] systemd-journald[110]: no db file to read /run/udev/data/c189:0: No such file or directory
[ 6.274419] systemd-journald[110]: no db file to read /run/udev/data/+usb:1-0:1.0: No such file or directory
[ 6.275103] systemd-journald[110]: no db file to read /run/udev/data/+usb:1-0:1.0: No such file or directory
[ 6.280675] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.281303] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.282395] systemd-journald[110]: no db file to read /run/udev/data/+amba:3f201000.uart: No such file or directory
[ 6.283880] systemd-journald[110]: no db file to read /run/udev/data/c189:1: No such file or directory
[ 6.284772] systemd-journald[110]: no db file to read /run/udev/data/c189:1: No such file or directory
[ 6.285444] systemd-journald[110]: no db file to read /run/udev/data/c189:1: No such file or directory
[ 6.286251] systemd-journald[110]: no db file to read /run/udev/data/+usb:1-1:1.0: No such file or directory
[ 6.286947] systemd-journald[110]: no db file to read /run/udev/data/+usb:1-1:1.0: No such file or directory
[ 6.287605] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.288222] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.291567] systemd-journald[110]: no db file to read /run/udev/data/c189:2: No such file or directory
[ 6.301655] systemd-journald[110]: no db file to read /run/udev/data/c189:2: No such file or directory
[ 6.302369] systemd-journald[110]: no db file to read /run/udev/data/c189:2: No such file or directory
[ 6.304763] systemd-journald[110]: no db file to read /run/udev/data/+usb:1-1.1:1.0: No such file or directory
[ 6.305444] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.306157] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.309553] systemd-journald[110]: no db file to read /run/udev/data/c189:3: No such file or directory
[ 6.319506] systemd-journald[110]: no db file to read /run/udev/data/c189:3: No such file or directory
[ 6.327503] systemd-journald[110]: no db file to read /run/udev/data/c189:3: No such file or directory
[ 6.328200] systemd-journald[110]: no db file to read /run/udev/data/c189:3: No such file or directory
[ 6.329343] systemd-journald[110]: no db file to read /run/udev/data/+hid:0003:1130:1704.0001: No such file or directory
[ 6.330124] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.330766] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.331400] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.332033] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 6.352566] systemd-journald[110]: systemd-journald running as pid 110
[ 6.686590] systemd[1]: Forked /bin/udevadm as 116
[ 6.726336] systemd[1]: systemd-udev-trigger.service changed dead -> start
[ 6.733722] systemd[1]: Starting udev Coldplug all Devices...
[ 6.757271] systemd[1]: system-getty.slice changed dead -> active
[ 6.763630] systemd[1]: Job system-getty.slice/start finished, result=done
[ 6.785983] systemd[1]: Created slice system-getty.slice.
[ 6.791554] systemd[1]: Starting system-getty.slice.
[ 6.796788] systemd[1]: ConditionPathExists=/lib/modules/4.4.8/modules.devname succeeded for kmod-static-nodes.service.
[ 6.808060] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for kmod-static-nodes.service.
[ 6.819420] systemd[1]: About to execute: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
[ 6.830731] systemd[1]: Forked /bin/kmod as 119
[ 6.836399] systemd[1]: kmod-static-nodes.service changed dead -> start
[ 6.843391] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.875964] systemd[1]: ConditionPathIsReadWrite=!/ succeeded for systemd-fsck-root.service.
[ 6.887094] systemd[1]: About to execute: /lib/systemd/systemd-fsck
[ 6.894023] systemd[1]: Forked /lib/systemd/systemd-fsck as 122
[ 6.936371] systemd[1]: systemd-fsck-root.service changed dead -> start
[ 6.943195] systemd[1]: Starting File System Check on Root Device...
[ 6.966761] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue succeeded for dev-mqueue.mount.
[ 6.983777] systemd[1]: About to execute: /bin/mount mqueue /dev/mqueue -n -t mqueue
[ 6.992283] systemd[1]: Forked /bin/mount as 125
[ 6.997492] systemd[1]: dev-mqueue.mount changed dead -> mounting
[ 7.003842] systemd[1]: Mounting POSIX Message Queue File System...
[ 7.010800] systemd[1]: ConditionPathIsSymbolicLink=!/tmp succeeded for tmp.mount.
[ 7.023931] systemd[1]: About to execute: /bin/mount tmpfs /tmp -n -t tmpfs -o mode=1777,strictatime
[ 7.033822] systemd[1]: Forked /bin/mount as 128
[ 7.038985] systemd[1]: tmp.mount changed dead -> mounting
[ 7.044735] systemd[1]: Mounting Temporary Directory...
[ 7.055930] systemd[1]: no db file to read /run/udev/data/b179:2: No such file or directory
[ 7.064761] systemd[1]: sys-kernel-debug.mount changed mounting -> mounting-done
[ 7.072259] systemd[1]: Job sys-kernel-debug.mount/start finished, result=done
[ 7.079843] systemd[1]: Mounted Debug File System.
[ 7.086333] systemd[1]: dev-mqueue.mount changed mounting -> mounting-done
[ 7.094249] systemd[1]: Job dev-mqueue.mount/start finished, result=done
[ 7.102322] systemd[1]: Mounted POSIX Message Queue File System.
[ 7.110001] systemd[1]: tmp.mount changed mounting -> mounting-done
[ 7.117388] systemd[1]: Job tmp.mount/start finished, result=done
[ 7.165889] systemd[1]: Mounted Temporary Directory.
[ 7.171516] systemd[1]: Got notification message for unit systemd-journald.service
[ 7.179296] systemd[1]: systemd-journald.service: Got notification message from PID 110 (WATCHDOG=1)
[ 7.188490] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 7.194854] systemd[1]: Got notification message for unit systemd-journald.service
[ 7.202495] systemd[1]: systemd-journald.service: Got notification message from PID 110 (READY=1, STATUS=Processing requests...)
[ 7.214099] systemd[1]: systemd-journald.service: got READY=1
[ 7.220174] systemd[1]: systemd-journald.service changed start -> running
[ 7.227038] systemd[1]: Job systemd-journald.service/start finished, result=done
[ 7.255871] systemd[1]: Started Journal Service.
[ 7.260572] systemd[1]: systemd-journald.socket changed listening -> running
[ 7.275741] systemd[1]: systemd-journald.service: added fd to fd store.
[ 7.285734] systemd[1]: Got notification message for unit systemd-journald.service
[ 7.295740] systemd[1]: Child 103 (systemd-modules) died (code=exited, status=0/SUCCESS)
[ 7.931403] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 8.285758] systemd[1]: systemd-journald.service: got FDSTORE=1
[ 8.295737] systemd[1]: Got notification message for unit systemd-journald.service
[ 8.305717] systemd[1]: systemd-journald.service: got FDSTORE=1
[ 8.325740] systemd[1]: Accepted new private connection.
[ 8.482144] systemd-journald[110]: Received request to flush runtime journal from PID 1
[ 8.491542] systemd-journald[110]: Vacuuming...
[ 8.496220] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 8.705749] systemd[1]: systemd-journald.service: added fd to fd store.
[ 8.765759] systemd[1]: Got notification message for unit systemd-udevd.service
[ 8.775775] systemd[1]: systemd-udevd.service: Got notification message from PID 158 (READY=1)
[ 8.785750] systemd[1]: systemd-udevd.service: got READY=1
[ 8.795763] systemd[1]: systemd-udevd.service changed start -> running
[ 8.805760] systemd[1]: Job systemd-udevd.service/start finished, result=done
[ 8.845756] systemd[1]: Failed to send job remove signal for 19: Transport endpoint is not connected
[ 8.855740] systemd[1]: systemd-udevd-control.socket changed listening -> running
[ 8.865752] systemd[1]: Failed to send unit change signal for systemd-udevd.service: Transport endpoint is not connected
[ 8.885759] systemd[1]: Failed to send unit change signal for systemd-udevd-control.socket: Transport endpoint is not connected
[ 8.925759] systemd[1]: Got disconnect on private connection.
[ 8.965746] systemd[1]: Job var-volatile-lib.service/start finished, result=done
[ 9.045784] systemd[1]: systemd-random-seed.service changed dead -> start
[ 9.085747] systemd[1]: Job local-fs.target/start finished, result=done
[ 9.135751] systemd[1]: Starting of systemd-machine-id-commit.service requested but condition failed. Not starting unit.
[ 9.165858] systemd[1]: Forked /bin/systemd-tmpfiles as 170
[ 9.215782] systemd[1]: Starting of systemd-journal-catalog-update.service requested but condition failed. Not starting unit.
[ 9.236080] systemd[1]: Job systemd-journal-catalog-update.service/start finished, result=done
[ 9.265800] systemd[1]: ConditionNeedsUpdate=|/var failed for systemd-update-done.service.
[ 9.275788] systemd[1]: ConditionNeedsUpdate=|/etc failed for systemd-update-done.service.
[ 9.285804] systemd[1]: Starting of systemd-update-done.service requested but condition failed. Not starting unit.
[ 9.315794] systemd[1]: Child 167 (systemd-random-) died (code=exited, status=0/SUCCESS)
[ 9.325789] systemd[1]: Child 167 belongs to systemd-random-seed.service
[ 9.345829] systemd[1]: systemd-random-seed.service changed start -> exited
[ 9.355786] systemd[1]: Job systemd-random-seed.service/start finished, result=done
[ 9.425821] systemd[1]: Accepted new private connection.
[ 9.475977] systemd[1]: Accepted new private connection.
[ 9.485823] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 9.515866] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 9.545785] systemd[1]: Got disconnect on private connection.
[ 9.565852] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 9.585826] systemd[1]: Got disconnect on private connection.
[ 9.605795] systemd[1]: Got disconnect on private connection.
[ 10.705763] systemd[1]: Received SIGCHLD from PID 170 (systemd-tmpfile).
[ 10.715794] systemd[1]: Child 170 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
[ 10.725780] systemd[1]: Child 170 belongs to systemd-tmpfiles-setup.service
[ 10.745791] systemd[1]: systemd-tmpfiles-setup.service changed start -> exited
[ 10.755800] systemd[1]: Job systemd-tmpfiles-setup.service/start finished, result=done
[ 10.795892] systemd[1]: systemd-tmpfiles-setup.service: cgroup is empty
[ 10.799553] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 10.800716] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 10.800842] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 10.846011] systemd[1]: Accepted new private connection.
[ 10.855796] systemd[1]: ConditionVirtualization=no succeeded for systemd-timesyncd.service.
[ 10.875790] systemd[1]: ConditionCapability=CAP_SYS_TIME succeeded for systemd-timesyncd.service.
[ 10.905953] systemd[1]: Forked /lib/systemd/systemd-timesyncd as 182
[ 10.966090] systemd[1]: systemd-timesyncd.service changed dead -> start
[ 11.002884] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 11.010686] systemd[1]: Starting of run-postinsts.service requested but condition failed. Not starting unit.
[ 11.022014] vc4-drm soc:gpu@7e4c0000: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[ 11.033618] vc4-drm soc:gpu@7e4c0000: master bind failed: -517
[ 11.045847] systemd[1]: Forked /lib/systemd/systemd-update-utmp as 184
[ 11.051120] systemd-journald[110]: /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 11.051141] systemd-journald[110]: Rotating...
[ 11.060196] systemd-journald[110]: Reserving 9799 entries in hash table.
[ 11.061561] systemd-journald[110]: Vacuuming...
[ 11.061861] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 11.116618] bcm2708_i2c 3f805000.i2c: BSC2 Controller at 0x3f805000 (irq 83) (baudrate 100000)
[ 11.125790] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.126816] vc4-drm soc:gpu@7e4c0000: bound 3f902000.hdmi (ops vc4_hdmi_ops)
[ 11.127066] vc4-drm soc:gpu@7e4c0000: bound 3f807000.pixelvalve (ops vc4_crtc_ops)
[ 11.127222] vc4-drm soc:gpu@7e4c0000: bound 3f207000.pixelvalve (ops vc4_crtc_ops)
[ 11.127356] vc4-drm soc:gpu@7e4c0000: bound 3f206000.pixelvalve (ops vc4_crtc_ops)
[ 11.127403] vc4-drm soc:gpu@7e4c0000: bound 3f400000.hvs (ops vc4_hvs_ops)
[ 11.127755] vc4-drm soc:gpu@7e4c0000: bound 3fc00000.v3d (ops vc4_v3d_ops)
[ 11.129145] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 11.129150] [drm] No driver support for vblank timestamp query.
[ 11.129964] vc4-drm soc:gpu@7e4c0000: No connectors reported connected with modes
[ 11.129986] [drm] Cannot find any crtc or sizes - going 1024x768
[ 11.205805] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (WATCHDOG=1)
[ 11.215866] systemd[1]: systemd-timesyncd.service: got WATCHDOG=1
[ 11.233662] Console: switching to colour frame buffer device 128x48
[ 11.265409] vc4-drm soc:gpu@7e4c0000: fb0: frame buffer device
[ 11.292300] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f100000.watchdog: No such file or directory
[ 11.304593] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.305758] systemd[1]: systemd-timesyncd.service: got STATUS=Daemon is running
[ 11.315725] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.325701] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.335685] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.345695] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.354947] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.355719] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.365695] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.375710] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.385690] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.395685] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.405719] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.407329] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f200000.gpiomem: No such file or directory
[ 11.408300] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.408982] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.410296] systemd-journald[110]: no db file to read /run/udev/data/+platform:3f805000.i2c: No such file or directory
[ 11.411228] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.411899] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.412579] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.413241] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.413928] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.414588] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.415745] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.415784] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.417368] systemd-journald[110]: no db file to read /run/udev/data/+platform:soc:gpu@7e4c0000: No such file or directory
[ 11.425747] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.435790] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.445774] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.455796] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.465789] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.475791] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.485788] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.495791] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.505812] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.515791] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.525817] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.545978] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.565806] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.575781] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.585778] systemd[1]: systemd-timesyncd.service: Got notification message from PID 182 (STATUS=Idle.)
[ 11.595778] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.605805] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.615761] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.625817] systemd[1]: Got notification message for unit systemd-timesyncd.service
[ 11.635787] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 11.765765] systemd[1]: Failed to send unit change signal for dev-mmcblk0.device: Transport endpoint is not connected
[ 11.835763] systemd[1]: sys-devices-platform-soc-3f202000.sdhost-mmc_host-mmc0-mmc0:59b4-block-mmcblk0-mmcblk0p1.device changed dead -> plugged
[ 11.866283] systemd[1]: Failed to send unit change signal for dev-disk-by\x2duuid-573B\x2d1B7A.device: Transport endpoint is not connected
[ 11.905761] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=2 reply_cookie=0 error=n/a
[ 11.955772] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=14 reply_cookie=0 error=n/a
[ 11.975753] systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=15 reply_cookie=1 error=n/a
[ 11.996348] systemd[1]: Child 184 belongs to systemd-update-utmp.service
[ 12.125800] systemd[1]: Forked /usr/sbin/alsactl as 189
[ 12.275810] systemd[1]: Job systemd-tmpfiles-clean.timer/start finished, result=done
[ 12.375793] systemd[1]: alsa-restore.service changed start -> dead
[ 12.415908] systemd[1]: Child 193 belongs to sshd.socket
[ 12.425769] systemd[1]: sshd.socket got final SIGCHLD for state start-pre
[ 12.446000] systemd[1]: Job sshd.socket/start finished, result=done
[ 12.515776] systemd[1]: Accepted new private connection.
[ 12.545777] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 12.605832] systemd[1]: Job sockets.target/start finished, result=done
[ 12.665964] systemd[1]: Forked /usr/bin/dbus-daemon as 196
[ 12.715759] systemd[1]: Job dbus.service/start finished, result=done
[ 12.865785] systemd[1]: Successfully connected to API bus.
[ 13.005840] systemd[1]: connman.service changed dead -> start-pre
[ 13.065867] systemd[1]: pulseaudio.service changed dead -> running
[ 13.075956] systemd[1]: Job pulseaudio.service/start finished, result=done
[ 13.245870] systemd[1]: Forked /lib/systemd/systemd-logind as 209
[ 13.255813] systemd[1]: systemd-logind.service changed dead -> start
[ 13.295799] systemd[1]: ecryptfs.service changed dead -> running
[ 13.435857] systemd[1]: Job dlt-system.service/start finished, result=done
[ 13.566113] systemd[1]: connman.service got final SIGCHLD for state start-pre
[ 13.705799] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 13.735839] systemd[1]: systemd-journald.service: Got notification message from PID 110 (FDSTORE=1)
[ 13.758702] systemd[1]: Got notification message for unit systemd-journald.service
[ 13.775845] systemd[1]: systemd-journald.service: got FDSTORE=1
[ 13.786100] systemd[1]: Got notification message for unit systemd-journald.service
[ 13.795800] systemd[1]: systemd-journald.service: Got notification message from PID 110 (FDSTORE=1)
[ 13.825849] systemd[1]: Child 211 belongs to ecryptfs.service
[ 13.846335] systemd[1]: ecryptfs.service failed.
[ 13.856486] Bluetooth: Core ver 2.21
[ 13.860213] NET: Registered protocol family 31
[ 13.864682] Bluetooth: HCI device and connection manager initialized
[ 13.871140] Bluetooth: HCI socket layer initialized
[ 13.876157] Bluetooth: L2CAP socket layer initialized
[ 13.881303] Bluetooth: SCO socket layer initialized
[ 13.905861] systemd[1]: Got disconnect on private connection.
[ 13.956084] systemd[1]: Accepted new private connection.
[ 13.995815] systemd[1]: Accepted new private connection.
[ 14.035890] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 14.055823] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 14.075833] systemd[1]: Got disconnect on private connection.
[ 14.105898] systemd[1]: Accepted new private connection.
[ 14.115856] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 14.135815] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 14.185807] systemd[1]: dev-ttya1.device changed dead -> plugged
[ 14.196322] systemd[1]: sys-devices-virtual-tty-ttya1.device changed dead -> plugged
[ 14.205955] systemd[1]: Failed to send unit change signal for sys-devices-virtual-tty-ttya1.device: Connection reset by peer
[ 14.265870] systemd[1]: sys-devices-virtual-tty-ttya2.device changed dead -> plugged
[ 14.275891] systemd[1]: Failed to send unit change signal for sys-devices-virtual-tty-ttya2.device: Transport endpoint is not connected
[ 14.295829] systemd[1]: Got disconnect on private connection.
[ 14.366256] systemd[1]: Failed to send unit change signal for dev-ttya3.device: Transport endpoint is not connected
[ 14.435889] systemd[1]: Got disconnect on private connection.
[ 14.456027] systemd[1]: dev-ttya0.device changed dead -> plugged
[ 14.465835] systemd[1]: sys-devices-virtual-tty-ttya0.device changed dead -> plugged
[ 14.475907] systemd[1]: Failed to send unit change signal for dev-ttya0.device: Transport endpoint is not connected
[ 14.525936] systemd[1]: sys-devices-virtual-tty-ttya6.device changed dead -> plugged
[ 14.535845] systemd[1]: Failed to send unit change signal for dev-ttya6.device: Transport endpoint is not connected
[ 14.565844] systemd[1]: Failed to send unit change signal for sys-devices-virtual-tty-ttya8.device: Transport endpoint is not connected
[ 14.615837] systemd[1]: sys-devices-virtual-tty-ttya9.device changed dead -> plugged
[ 14.645839] systemd[1]: sys-devices-virtual-tty-ttyaf.device changed dead -> plugged
[ 14.685919] systemd[1]: sys-devices-virtual-tty-ttyb3.device changed dead -> plugged
[ 14.716166] systemd[1]: dev-ttyaa.device changed dead -> plugged
[ 14.726124] systemd[1]: sys-devices-virtual-tty-ttyaa.device changed dead -> plugged
[ 14.765823] systemd[1]: dev-ttybb.device changed dead -> plugged
[ 14.785822] systemd[1]: dev-ttyba.device changed dead -> plugged
[ 14.795844] systemd[1]: sys-devices-virtual-tty-ttyba.device changed dead -> plugged
[ 14.816217] systemd[1]: sys-devices-virtual-tty-ttybc.device changed dead -> plugged
[ 14.835843] systemd[1]: dev-ttybe.device changed dead -> plugged
[ 14.865848] systemd[1]: sys-devices-virtual-tty-ttyc0.device changed dead -> plugged
[ 14.885853] systemd[1]: dev-ttyc3.device changed dead -> plugged
[ 14.896370] systemd[1]: sys-devices-virtual-tty-ttyc3.device changed dead -> plugged
[ 14.965832] systemd[1]: sys-devices-virtual-tty-ttyc1.device changed dead -> plugged
[ 14.985836] systemd[1]: sys-devices-virtual-tty-ttycb.device changed dead -> plugged
[ 15.016905] systemd[1]: sys-devices-virtual-tty-ttycd.device changed dead -> plugged
[ 15.035828] systemd[1]: sys-devices-virtual-tty-ttycc.device changed dead -> plugged
[ 15.075832] systemd[1]: sys-devices-virtual-tty-ttycf.device changed dead -> plugged
[ 15.095857] systemd[1]: sys-devices-virtual-tty-ttyd3.device changed dead -> plugged
[ 15.115842] systemd[1]: sys-devices-virtual-tty-ttyd1.device changed dead -> plugged
[ 15.135993] systemd[1]: dev-ttyd5.device changed dead -> plugged
[ 15.146631] systemd[1]: sys-devices-virtual-tty-ttyd5.device changed dead -> plugged
[ 15.165832] systemd[1]: dev-ttyd4.device changed dead -> plugged
[ 15.205831] systemd[1]: dev-ttyd8.device changed dead -> plugged
[ 15.215844] systemd[1]: sys-devices-virtual-tty-ttydd.device changed dead -> plugged
[ 15.245845] systemd[1]: sys-devices-virtual-tty-ttyd9.device changed dead -> plugged
[ 15.266346] systemd[1]: dev-ttydb.device changed dead -> plugged
[ 15.286225] systemd[1]: sys-devices-virtual-tty-ttye0.device changed dead -> plugged
[ 15.325755] systemd[1]: sys-devices-virtual-tty-ttye8.device changed dead -> plugged
[ 15.385765] systemd[1]: sys-devices-virtual-tty-ttyed.device changed dead -> plugged
[ 15.847019] systemd[1]: sys-devices-virtual-tty-ttyye.device changed dead -> plugged
[ 15.866229] systemd[1]: dev-ttyyc.device changed dead -> plugged
[ 15.935837] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=7 reply_cookie=0 error=n/a
[ 15.996284] systemd[1]: Trying to enqueue job systemd-logind.service/start/replace
[ 16.015839] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=10 reply_cookie=0 error=n/a
[ 16.045844] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/69 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=12 reply_cookie=0 error=n/a
[ 16.089232] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[ 16.097237] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.225800] systemd[1]: systemd-logind.service changed start -> running
[ 16.285810] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=51 reply_cookie=0 error=n/a
[ 16.315791] systemd[1]: Failed to set cpu.cfs_period_us on /user.slice: No such file or directory
[ 16.376534] systemd[1]: Forked /lib/systemd/systemd-hostnamed as 235
[ 16.565820] systemd[1]: systemd-journald.service: Got notification message from PID 110 (FDSTORE=1)
[ 16.663035] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.668506] Bluetooth: BNEP filters: protocol multicast
[ 16.674058] Bluetooth: BNEP socket layer initialized
[ 17.701129] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 17.707921] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
[ 18.185857] systemd[1]: user@0.service: Got notification message from PID 248 (READY=1, STATUS=Startup finished in 1.311s.)
[ 18.235868] systemd[1]: systemd-journald.service: Got notification message from PID 110 (FDSTORE=1)
[ 19.205758] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=138 reply_cookie=32 error=n/a
[ 19.435770] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=165 reply_cookie=42 error=n/a
[ 19.455754] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/job/439 interface=org.freedesktop.DBus.Properties member=Get cookie=43 reply_cookie=0 error=n/a
[ 19.485806] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=166 reply_cookie=43 error=n/a
[ 23.373074] random: nonblocking pool is initialized
[ 23.715771] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 23.735766] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 23.765748] systemd[1]: Got disconnect on private connection.
[ 41.555785] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 41.565750] systemd[1]: systemd-timesyncd.service: got STATUS=Idle.
[ 41.575772] systemd[1]: systemd-logind.service: Got notification message from PID 209 (WATCHDOG=1)
[ 41.625739] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[ 41.635766] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=181 reply_cookie=0 error=n/a
[ 47.385775] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=194 reply_cookie=0 error=n/a
[ 49.245815] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=209 reply_cookie=0 error=n/a
[ 49.286048] systemd[1]: Failed to set cpu.cfs_quota_us on /user.slice/user-0.slice: No such file or directory
[ 50.675839] systemd[1]: user@0.service: got READY=1
[ 50.695841] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/user_400_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=243 reply_cookie=0 error=n/a
[ 103.475015] systemd-journald[110]: Data hash table of /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal has a fill level at 75.0 (7351 of 9799 items, 5644288 file size, 767 bytes per hash table item), suggesting rotation.
[ 103.496317] systemd-journald[110]: /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 103.511146] systemd-journald[110]: Rotating...
[ 103.523827] systemd-journald[110]: Reserving 9799 entries in hash table.
[ 103.532333] systemd-journald[110]: Vacuuming...
[ 103.537306] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 155.838705] systemd[1]: systemd-journald.service: Got notification message from PID 110 (WATCHDOG=1)
[ 313.349282] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 376.308917] systemd[1]: systemd-journald.service: Got notification message from PID 110 (WATCHDOG=1)
[ 376.318830] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 901.392237] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=247 reply_cookie=0 error=n/a
[ 901.422195] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/job/587 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=249 reply_cookie=0 error=n/a
[ 901.429573] systemd-journald[110]: /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal: Allocation limit reached, rotating.
[ 901.429599] systemd-journald[110]: Rotating...
[ 901.438112] systemd-journald[110]: Reserving 9799 entries in hash table.
[ 901.440352] systemd-journald[110]: Vacuuming...
[ 901.440920] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 901.440962] systemd-journald[110]: Retrying write.
[ 901.522154] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 901.552145] systemd[1]: Got disconnect on private connection.
[ 901.622139] systemd[1]: systemd-tmpfiles-clean.service: cgroup is empty
[ 1195.353418] systemd[1]: systemd-journald.service: Got notification message from PID 110 (WATCHDOG=1)
[ 1226.873548] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 1283.663778] systemd[1]: Child 298 belongs to session-c2.scope
[ 1283.723700] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/unit/session_2dc2_2escope interface=org.freedesktop.DBus.Properties member=Get cookie=66 reply_cookie=0 error=n/a
[ 1283.763693] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=273 reply_cookie=0 error=n/a
[ 1283.803700] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=282 reply_cookie=71 error=n/a
[ 1283.823691] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/job/592 interface=org.freedesktop.DBus.Properties member=Get cookie=73 reply_cookie=0 error=n/a
[ 1283.853706] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/job/592 interface=org.freedesktop.DBus.Properties member=Get cookie=74 reply_cookie=0 error=n/a
[ 1283.893719] systemd[1]: Accepted new private connection.
[ 1283.903695] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=286 reply_cookie=75 error=n/a
[ 1283.933693] systemd[1]: Accepted new private connection.
[ 1283.943699] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 1283.963694] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 1283.983644] systemd[1]: Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 4514.824406] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[ 4514.904445] systemd[1]: Got notification message for unit systemd-logind.service
[ 4517.554454] systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartTransientUnit cookie=83 reply_cookie=0 error=n/a
[ 4517.644540] systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=333 reply_cookie=0 error=n/a
[ 4518.945103] systemd-journald[110]: Data hash table of /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal has a fill level at 75.0 (7350 of 9799 items, 5644288 file size, 767 bytes per hash table item), suggesting rotation.
[ 4518.966160] systemd-journald[110]: /run/log/journal/0fe89ca68b4f45d4bd6b4de7b17a367e/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 4518.980866] systemd-journald[110]: Rotating...
[ 4518.994069] systemd-journald[110]: Reserving 9799 entries in hash table.
[ 4519.002891] systemd-journald[110]: Vacuuming...
[ 4519.008126] systemd-journald[110]: Vacuuming done, freed 0B of archived journals on disk.
[ 4519.034417] systemd[1]: user@0.service: Got notification message from PID 1306 (READY=1, STATUS=Startup finished in 1.331s.)
[ 4519.044482] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=347 reply_cookie=0 error=n/a
[ 4519.074624] systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=n/a object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameOwnerChanged cookie=27 reply_cookie=0 error=n/a
root@raspberrypi2:~# systemctl status -l weston
● weston.service - Weston reference Wayland compositor
Loaded: loaded (/lib/systemd/system/weston.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2016-05-11 11:23:28 UTC; 3 days ago
Process: 306 ExecStop=/usr/bin/killall -s KILL weston (code=exited, status=1/FAILURE)
Process: 230 ExecStart=/usr/bin/weston-launch -u root -- --idle-time=4294967 (code=exited, status=1/FAILURE)
Main PID: 230 (code=exited, status=1/FAILURE)
May 11 11:23:20 raspberrypi2 systemd[1]: Started Weston reference Wayland compositor.
May 11 11:23:20 raspberrypi2 systemd[1]: Starting Weston reference Wayland compositor...
May 11 11:23:20 raspberrypi2 weston-launch[230]: pam_lastlog(login:session): file /var/log/lastlog created
May 11 11:23:20 raspberrypi2 weston-launch[230]: pam_unix(login:session): session opened for user root by (uid=0)
May 11 11:23:27 raspberrypi2 weston-launch[230]: failed to restore keyboard mode: Invalid argument
May 11 11:23:27 raspberrypi2 systemd[1]: weston.service: main process exited, code=exited, status=1/FAILURE
May 11 11:23:27 raspberrypi2 systemd[306]: Executing: /usr/bin/killall -s KILL weston
May 11 11:23:28 raspberrypi2 systemd[1]: weston.service: control process exited, code=exited status=1
May 11 11:23:28 raspberrypi2 systemd[1]: Unit weston.service entered failed state.
May 11 11:23:28 raspberrypi2 killall[306]: killall: weston: no process killed
Date: 2016-05-17 UTC
[13:56:09.205] weston 1.9.0
http://wayland.freedesktop.org
Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.9.0
Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0 for the official release (2015-09-21 18:11:26 -0700)
[13:56:09.205] OS: Linux, 4.4.8, #1 SMP Wed May 11 11:48:30 UTC 2016, armv7l
[13:56:09.212] Using config file '/etc/xdg/weston/weston.ini'
[13:56:09.216] Loading module '/usr/lib/weston/drm-backend.so'
[13:56:09.294] Output repaint window is 7 ms maximum.
[13:56:09.294] initializing drm backend
[13:56:09.298] using /dev/dri/card0
[13:56:09.299] Loading module '/usr/lib/weston/gl-renderer.so'
[13:56:09.859] EGL client extensions: EGL_EXT_client_extensions
EGL_EXT_platform_base EGL_EXT_platform_wayland
EGL_EXT_platform_x11 EGL_KHR_client_get_all_proc_addresses
EGL_MESA_platform_gbm
[13:56:09.862] warning: EGL_EXT_swap_buffers_with_damage not supported. Performance could be affected.
[13:56:09.922] input device '2.4G Wireless Optical Mouse', /dev/input/event0 is tagged by udev as: Mouse
[13:56:09.922] input device '2.4G Wireless Optical Mouse', /dev/input/event0 is a pointer caps
[13:56:09.923] no available modes for HDMI-A-1
[13:56:09.923] No currently active connector found.
[13:56:09.923] failed to create output for /sys/devices/platform/soc/soc:gpu@7e4c0000/drm/card0
[13:56:09.932] fatal: failed to create compositor backend
@chbae
Copy link

chbae commented May 17, 2016

Could you attach "cat /proc/cmdline" as well? As your dmesg, "[drm] Initialized drm 1.1.0 20060810" drm is initialized.
It's different message with me. In your dmesg, there is no "ft5406" message. So I need to check whether ft5406 device tree is loaded or not.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment