Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 10.6 delay during startup

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
AngelF
Posts: 5
Joined: 2020-11-17 07:17

Debian 10.6 delay during startup

#1 Post by AngelF »

Hello,
I have been working with Debian 9.6 in a custom designed embedded board based on am335x (not graphic interface, just a tty console)
Now I want to start working with Debian 10.6, but I see that when starting the OS there is a delay of about 10-12 sg, and this seems to be the problem:
(1 of 4) A start job is running for...onnection service (23s / 1min 38s)
(2 of 4) A start job is running for login Service (25s / 1min 37s)
(3 of 4) A start job is running for...mDNS/DNS-SD Stack (27s / 1min 37s)
(4 of 4) A start job is running for WPA supplicant (28s / 1min 39s)

I have tested using the default Debian 10.6 image generated with image-builder and eewiki_minfs_debian_buster_armhf.conf file. I have also tested with kernel 4.14.67 and 4.19.94, and the result is the same in both cases.
I can customize the generated image and remove some services, but still the delay because login service is always there.

I have repeated the test with a new generated Debian 9.6 image and both kernel versions and it works fine.

Could anyone help us with this issue?
Best regards
Angel

reinob
Posts: 1196
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: Debian 10.6 delay during startup

#2 Post by reinob »

This is systemd working.. as intended :)

Best would be if you post the complete boot log ("journalctl -b").
Maybe somebody will spot where the issue is.

AngelF
Posts: 5
Joined: 2020-11-17 07:17

Re: Debian 10.6 delay during startup

#3 Post by AngelF »

Hello,
Thank you for your reply.
Yes, it is systemd, but it seems as if these services are waiting for something to happen.
The issue is that this is something that dos not happen with Debian 9.6, and it slows down the startup for 10-12sg, which is an important point for our system.
This is the log output:

-- Logs begin at Tue 2020-11-17 08:01:30 UTC, end at Tue 2020-11-17 08:02:31 UTC. --
Nov 17 08:01:30 arm kernel: Booting Linux on physical CPU 0x0
Nov 17 08:01:30 arm kernel: Linux version 4.19.94-1.0.10+ (owzafs@PCOWZAFS) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #5 SMP PREEMPT Wed Nov 11 12:39:11 CET 2020
Nov 17 08:01:30 arm kernel: CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
Nov 17 08:01:30 arm kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Nov 17 08:01:30 arm kernel: OF: fdt: Machine model: Owa4x board 1.0.14
Nov 17 08:01:30 arm kernel: Memory policy: Data cache writeback
Nov 17 08:01:30 arm kernel: efi: Getting EFI parameters from FDT:
Nov 17 08:01:30 arm kernel: efi: UEFI not found.
Nov 17 08:01:30 arm kernel: cma: Reserved 48 MiB at 0x9d000000
Nov 17 08:01:30 arm kernel: On node 0 totalpages: 131072
Nov 17 08:01:30 arm kernel: Normal zone: 1152 pages used for memmap
Nov 17 08:01:30 arm kernel: Normal zone: 0 pages reserved
Nov 17 08:01:30 arm kernel: Normal zone: 131072 pages, LIFO batch:31
Nov 17 08:01:30 arm kernel: CPU: All CPU(s) started in SVC mode.
Nov 17 08:01:30 arm kernel: AM335X ES2.1 (neon)
Nov 17 08:01:30 arm kernel: random: get_random_bytes called from start_kernel+0xa4/0x44c with crng_init=0
Nov 17 08:01:30 arm kernel: percpu: Embedded 15 pages/cpu s32524 r8192 d20724 u61440
Nov 17 08:01:30 arm kernel: pcpu-alloc: s32524 r8192 d20724 u61440 alloc=15*4096
Nov 17 08:01:30 arm kernel: pcpu-alloc: [0] 0
Nov 17 08:01:30 arm kernel: Built 1 zonelists, mobility grouping on. Total pages: 129920
Nov 17 08:01:30 arm kernel: Kernel command line: console=ttyO4,115200n8 root=ubi0:rootfs rw ubi.mtd=NAND.file-system,1024 rootfstype=ubifs rootwait=1
Nov 17 08:01:30 arm kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 17 08:01:30 arm kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Nov 17 08:01:30 arm kernel: Memory: 454804K/524288K available (9216K kernel code, 366K rwdata, 3116K rodata, 1024K init, 294K bss, 20332K reserved, 49152K cma-reserved, 0K highmem)
Nov 17 08:01:30 arm kernel: Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (10208 kB)
.init : 0x(ptrval) - 0x(ptrval) (1024 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 367 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 295 kB)
Nov 17 08:01:30 arm kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Nov 17 08:01:30 arm kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 17 08:01:30 arm kernel: rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
Nov 17 08:01:30 arm kernel: Tasks RCU enabled.
Nov 17 08:01:30 arm kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Nov 17 08:01:30 arm kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Nov 17 08:01:30 arm kernel: IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
Nov 17 08:01:30 arm kernel: OMAP clockevent source: timer2 at 24000000 Hz
Nov 17 08:01:30 arm kernel: sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
Nov 17 08:01:30 arm kernel: clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Nov 17 08:01:30 arm kernel: OMAP clocksource: timer1 at 24000000 Hz
Nov 17 08:01:30 arm kernel: timer_probe: no matching timers found
Nov 17 08:01:30 arm kernel: Console: colour dummy device 80x30
Nov 17 08:01:30 arm kernel: Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
Nov 17 08:01:30 arm kernel: pid_max: default: 32768 minimum: 301
Nov 17 08:01:30 arm kernel: Security Framework initialized
Nov 17 08:01:30 arm kernel: AppArmor: AppArmor disabled by boot time parameter
Nov 17 08:01:30 arm kernel: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Nov 17 08:01:30 arm kernel: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Nov 17 08:01:30 arm kernel: CPU: Testing write buffer coherency: ok
Nov 17 08:01:30 arm kernel: CPU0: Spectre v2: using BPIALL workaround
Nov 17 08:01:30 arm kernel: CPU0: thread -1, cpu 0, socket -1, mpidr 0
Nov 17 08:01:30 arm kernel: Setting up static identity map for 0x80100000 - 0x80100060
Nov 17 08:01:30 arm kernel: rcu: Hierarchical SRCU implementation.
Nov 17 08:01:30 arm kernel: EFI services will not be available.
Nov 17 08:01:30 arm kernel: smp: Bringing up secondary CPUs ...
Nov 17 08:01:30 arm kernel: smp: Brought up 1 node, 1 CPU
Nov 17 08:01:30 arm kernel: SMP: Total of 1 processors activated (795.44 BogoMIPS).
Nov 17 08:01:30 arm kernel: CPU: All CPU(s) started in SVC mode.
Nov 17 08:01:30 arm kernel: devtmpfs: initialized
Nov 17 08:01:30 arm kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Nov 17 08:01:30 arm kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Nov 17 08:01:30 arm kernel: futex hash table entries: 256 (order: 2, 16384 bytes)
Nov 17 08:01:30 arm kernel: pinctrl core: initialized pinctrl subsystem
Nov 17 08:01:30 arm kernel: DMI not present or invalid.
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 16
Nov 17 08:01:30 arm kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Nov 17 08:01:30 arm kernel: l4_wkup_cm:clk:0010:0: failed to disable
Nov 17 08:01:30 arm kernel: audit: initializing netlink subsys (disabled)
Nov 17 08:01:30 arm kernel: cpuidle: using governor ladder
Nov 17 08:01:30 arm kernel: cpuidle: using governor menu
Nov 17 08:01:30 arm kernel: audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
Nov 17 08:01:30 arm kernel: gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio-0-31)
Nov 17 08:01:30 arm kernel: OMAP GPIO hardware version 0.1
Nov 17 08:01:30 arm kernel: gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio-32-63)
Nov 17 08:01:30 arm kernel: gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio-64-95)
Nov 17 08:01:30 arm kernel: gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio-96-127)
Nov 17 08:01:30 arm kernel: No ATAGs?
Nov 17 08:01:30 arm kernel: hw-breakpoint: debug architecture 0x4 unsupported.
Nov 17 08:01:30 arm kernel: edma 49000000.edma: TI EDMA DMA engine driver
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@1[0]'
Nov 17 08:01:30 arm kernel: media: Linux media interface: v0.10
Nov 17 08:01:30 arm kernel: videodev: Linux video capture interface: v2.00
Nov 17 08:01:30 arm kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 17 08:01:30 arm kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 17 08:01:30 arm kernel: PTP clock support registered
Nov 17 08:01:30 arm kernel: EDAC MC: Ver: 3.0.0
Nov 17 08:01:30 arm kernel: omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
Nov 17 08:01:30 arm kernel: Advanced Linux Sound Architecture Driver Initialized.
Nov 17 08:01:30 arm kernel: clocksource: Switched to clocksource timer1
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 2
Nov 17 08:01:30 arm kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Nov 17 08:01:30 arm kernel: TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Nov 17 08:01:30 arm kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Nov 17 08:01:30 arm kernel: TCP: Hash tables configured (established 4096 bind 4096)
Nov 17 08:01:30 arm kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
Nov 17 08:01:30 arm kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 1
Nov 17 08:01:30 arm kernel: RPC: Registered named UNIX socket transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered udp transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered tcp transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 17 08:01:30 arm kernel: PCI: CLS 0 bytes, default 64
Nov 17 08:01:30 arm kernel: hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
Nov 17 08:01:30 arm kernel: Initialise system trusted keyrings
Nov 17 08:01:30 arm kernel: workingset: timestamp_bits=14 max_order=17 bucket_order=3
Nov 17 08:01:30 arm kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Nov 17 08:01:30 arm kernel: NFS: Registering the id_resolver key type
Nov 17 08:01:30 arm kernel: Key type id_resolver registered
Nov 17 08:01:30 arm kernel: Key type id_legacy registered
Nov 17 08:01:30 arm kernel: ntfs: driver 2.1.32 [Flags: R/O].
Nov 17 08:01:30 arm kernel: Key type asymmetric registered
Nov 17 08:01:30 arm kernel: Asymmetric key parser 'x509' registered
Nov 17 08:01:30 arm kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Nov 17 08:01:30 arm kernel: io scheduler noop registered
Nov 17 08:01:30 arm kernel: io scheduler deadline registered
Nov 17 08:01:30 arm kernel: io scheduler cfq registered (default)
Nov 17 08:01:30 arm kernel: io scheduler mq-deadline registered
Nov 17 08:01:30 arm kernel: io scheduler kyber registered
Nov 17 08:01:30 arm kernel: pinctrl-single 44e10800.pinmux: 142 pins, size 568
Nov 17 08:01:30 arm kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
Nov 17 08:01:30 arm kernel: Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
Nov 17 08:01:30 arm kernel: omap_uart 44e09000.serial: no wakeirq for uart0
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@44e09000[0]'
Nov 17 08:01:30 arm kernel: 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a OMAP UART0
Nov 17 08:01:30 arm kernel: omap_uart 48022000.serial: no wakeirq for uart1
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@48022000[0]'
Nov 17 08:01:30 arm kernel: 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a OMAP UART1
Nov 17 08:01:30 arm kernel: omap_uart 48024000.serial: no wakeirq for uart2
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@48024000[0]' - status (0)
Nov 17 08:01:30 arm kernel: 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a OMAP UART2
Nov 17 08:01:30 arm kernel: omap_uart 481a6000.serial: no wakeirq for uart3
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a6000[0]'
Nov 17 08:01:30 arm kernel: 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 33, base_baud = 3000000) is a OMAP UART3
Nov 17 08:01:30 arm kernel: omap_uart 481a8000.serial: no wakeirq for uart4
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a8000[0]'
Nov 17 08:01:30 arm kernel: 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 34, base_baud = 3000000) is a OMAP UART4
Nov 17 08:01:30 arm kernel: console [ttyO4] enabled
Nov 17 08:01:30 arm kernel: omap_uart 481aa000.serial: no wakeirq for uart5
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@481aa000[0]' - status (0)
Nov 17 08:01:30 arm kernel: 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 35, base_baud = 3000000) is a OMAP UART5
Nov 17 08:01:30 arm kernel: omap_rng 48310000.rng: Random Number Generator ver. 20
Nov 17 08:01:30 arm kernel: random: fast init done
Nov 17 08:01:30 arm kernel: random: crng init done
Nov 17 08:01:30 arm kernel: brd: module loaded
Nov 17 08:01:30 arm kernel: loop: module loaded
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: GPIO lookup for consumer reset
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: No GPIO consumer reset found
Nov 17 08:01:30 arm kernel: libphy: Fixed MDIO Bus: probed
Nov 17 08:01:30 arm kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: No GPIO consumer reset found
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: detected phy mask fffffffd
Nov 17 08:01:30 arm kernel: libphy: 4a101000.mdio: probed
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver SMSC LAN8710/LAN8720
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: No slave[0] phy_id, phy-handle, or fixed-link property
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: Detected MACID = 90:e2:02:56:d0:31
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: ALE Table size 1024
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
Nov 17 08:01:30 arm kernel: i2c /dev entries driver
Nov 17 08:01:30 arm kernel: IR NEC protocol handler initialized
Nov 17 08:01:30 arm kernel: IR RC5(x/sz) protocol handler initialized
Nov 17 08:01:30 arm kernel: IR RC6 protocol handler initialized
Nov 17 08:01:30 arm kernel: IR JVC protocol handler initialized
Nov 17 08:01:30 arm kernel: IR Sony protocol handler initialized
Nov 17 08:01:30 arm kernel: IR SANYO protocol handler initialized
Nov 17 08:01:30 arm kernel: IR Sharp protocol handler initialized
Nov 17 08:01:30 arm kernel: IR MCE Keyboard/mouse protocol handler initialized
Nov 17 08:01:30 arm kernel: IR XMP protocol handler initialized
Nov 17 08:01:30 arm kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
Nov 17 08:01:30 arm kernel: cpu cpu0: "syscon" is missing, cannot use OPPv2 table.
Nov 17 08:01:30 arm kernel: cpuidle: enable-method property 'ti,am3352' found operations
Nov 17 08:01:30 arm kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 17 08:01:30 arm kernel: sdhci: Copyright(c) Pierre Ossman
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: No GPIO consumer cd found
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: No GPIO consumer wp found
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.2
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer cd found
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer wp found
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.2
Nov 17 08:01:30 arm kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/yellow[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip1: Persistence not supported for GPIO 15
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/green[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip3: Persistence not supported for GPIO 7
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/red[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip2: Persistence not supported for GPIO 20
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/orange[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip1: Persistence not supported for GPIO 13
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 17 08:01:30 arm kernel: mmc0: host does not support reading read-only switch, assuming write-enable
Nov 17 08:01:30 arm kernel: omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
Nov 17 08:01:30 arm kernel: omap-aes 53500000.aes: will run requests pump with realtime priority
Nov 17 08:01:30 arm kernel: mmc0: new high speed SDHC card at address 1234
Nov 17 08:01:30 arm kernel: omap-sham 53100000.sham: hw accel on OMAP rev 4.3
Nov 17 08:01:30 arm kernel: mmcblk0: mmc0:1234 SA08G 7.41 GiB
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: wkup_m3 is available
Nov 17 08:01:30 arm kernel: mmcblk0: p1
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 10
Nov 17 08:01:30 arm kernel: Segment Routing with IPv6
Nov 17 08:01:30 arm kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 17
Nov 17 08:01:30 arm kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Nov 17 08:01:30 arm kernel: Key type dns_resolver registered
Nov 17 08:01:30 arm kernel: Registering SWP/SWPB emulation handler
Nov 17 08:01:30 arm kernel: omap_voltage_late_init: Voltage driver support not added
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: Loading compiled-in X.509 certificates
Nov 17 08:01:30 arm kernel: ima: No TPM chip found, activating TPM-bypass!
Nov 17 08:01:30 arm kernel: ima: Allocated hash algorithm: sha1
Nov 17 08:01:30 arm kernel: omap-gpmc 50000000.gpmc: GPMC revision 6.0
Nov 17 08:01:30 arm kernel: gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
Nov 17 08:01:30 arm kernel: gpiochip_find_base: found new base at 510
Nov 17 08:01:30 arm kernel: gpio gpiochip4: (omap-gpmc): added GPIO chardev (254:4)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 510 to 511 on device: gpiochip4 (omap-gpmc)
Nov 17 08:01:30 arm kernel: omap2-nand 8000000.nand: GPIO lookup for consumer rb
Nov 17 08:01:30 arm kernel: omap2-nand 8000000.nand: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rb-gpios' property of node '/ocp/gpmc@50000000/nand@0,0[0]' - status (0)
Nov 17 08:01:30 arm kernel: nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd3
Nov 17 08:01:30 arm kernel: nand: Micron MT29F8G08ABACAWP
Nov 17 08:01:30 arm kernel: nand: 1024 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
Nov 17 08:01:30 arm kernel: Using OMAP_ECC_BCH16_CODE_HW ECC scheme
Nov 17 08:01:30 arm kernel: 11 fixed-partitions partitions found on MTD device omap2-nand.0
Nov 17 08:01:30 arm kernel: Creating 11 MTD partitions on "omap2-nand.0":
Nov 17 08:01:30 arm kernel: 0x000000000000-0x000000080000 : "NAND.SPL"
Nov 17 08:01:30 arm kernel: 0x000000080000-0x000000100000 : "NAND.SPL.backup1"
Nov 17 08:01:30 arm kernel: 0x000000100000-0x000000200000 : "NAND.u-boot-backup"
Nov 17 08:01:30 arm kernel: 0x000000200000-0x000000280000 : "NAND.u-boot-spl-os"
Nov 17 08:01:30 arm kernel: 0x000000280000-0x000000380000 : "NAND.u-boot"
Nov 17 08:01:30 arm kernel: 0x000000380000-0x000000400000 : "NAND.u-boot-env"
Nov 17 08:01:30 arm kernel: 0x000000400000-0x000000480000 : "NAND.u-boot-env.backup1"
Nov 17 08:01:30 arm kernel: 0x000000480000-0x000000c80000 : "NAND.kernel"
Nov 17 08:01:30 arm kernel: 0x000000c80000-0x000001480000 : "NAND.kernel-backup"
Nov 17 08:01:30 arm kernel: 0x000001480000-0x000005480000 : "NAND.file-system.backup1"
Nov 17 08:01:30 arm kernel: 0x000005480000-0x000040000000 : "NAND.file-system"
Nov 17 08:01:30 arm kernel: omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: powering up wkup_m3
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: ubi0: attaching mtd10
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: remote processor wkup_m3 is now up
Nov 17 08:01:30 arm kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
Nov 17 08:01:30 arm kernel: ubi0: scanning is finished
Nov 17 08:01:30 arm kernel: ubi0: attached mtd10 (name "NAND.file-system", size 939 MiB)
Nov 17 08:01:30 arm kernel: ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
Nov 17 08:01:30 arm kernel: ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 1024
Nov 17 08:01:30 arm kernel: ubi0: VID header offset: 1024 (aligned 1024), data offset: 4096
Nov 17 08:01:30 arm kernel: ubi0: good PEBs: 3758, bad PEBs: 0, corrupted PEBs: 0
Nov 17 08:01:30 arm kernel: ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
Nov 17 08:01:30 arm kernel: ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1285003959
Nov 17 08:01:30 arm kernel: ubi0: available PEBs: 0, total reserved PEBs: 3758, PEBs reserved for bad PEB handling: 80
Nov 17 08:01:30 arm kernel: ubi0: background thread "ubi_bgt0d" started, PID 88
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons@0/switch@1[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip0: Persistence not supported for GPIO 3
Nov 17 08:01:30 arm kernel: input: gpio_buttons@0 as /devices/platform/gpio_buttons@0/input/input0
Nov 17 08:01:30 arm kernel: PM: no-rtc available, rtc-only mode disabled.
Nov 17 08:01:30 arm kernel: ALSA device list:
Nov 17 08:01:30 arm kernel: No soundcards found.
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 89
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): recovery needed
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): recovery completed
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): LEB size: 258048 bytes (252 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): FS size: 945487872 bytes (901 MiB, 3664 LEBs), journal size 9420800 bytes (8 MiB, 37 LEBs)
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID B55C387F-0AF5-4CB0-A550-B66A45498F82, small LPT model
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): full atime support is enabled.
Nov 17 08:01:30 arm kernel: VFS: Mounted root (ubifs filesystem) on device 0:16.
Nov 17 08:01:30 arm kernel: devtmpfs: mounted
Nov 17 08:01:30 arm kernel: Freeing unused kernel memory: 1024K
Nov 17 08:01:30 arm kernel: Run /sbin/init as init process
Nov 17 08:01:30 arm systemd[1]: System time before build time, advancing clock.
Nov 17 08:01:30 arm systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=h)
Nov 17 08:01:30 arm systemd[1]: Detected architecture arm.
Nov 17 08:01:30 arm systemd[1]: Set hostname to <arm>.
Nov 17 08:01:30 arm systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Nov 17 08:01:30 arm systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
Nov 17 08:01:30 arm systemd[1]: Created slice system-getty.slice.
Nov 17 08:01:30 arm systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 17 08:01:30 arm systemd[1]: Listening on initctl Compatibility Named Pipe.
Nov 17 08:01:30 arm systemd[1]: Listening on udev Kernel Socket.
Nov 17 08:01:30 arm systemd[1]: Listening on Journal Socket (/dev/log).
Nov 17 08:01:30 arm systemd-journald[106]: Journal started
Nov 17 08:01:30 arm systemd-journald[106]: Runtime journal (/run/log/journal/b477632d5e0c51a0b8e4ef325fb3824e) is 3.0M, max 24.6M, 21.5M free.
Nov 17 08:01:30 arm fake-hwclock[108]: Tue 17 Nov 2020 08:01:30 AM UTC
Nov 17 08:01:31 arm systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 17 08:01:31 arm systemd[1]: Started Create Static Device Nodes in /dev.
Nov 17 08:01:31 arm systemd-journald[106]: Runtime journal (/run/log/journal/b477632d5e0c51a0b8e4ef325fb3824e) is 3.0M, max 24.6M, 21.5M free.
Nov 17 08:01:31 arm systemd[1]: Starting udev Kernel Device Manager...
Nov 17 08:01:31 arm systemd[1]: Reached target Local File Systems (Pre).
Nov 17 08:01:31 arm systemd[1]: Reached target Local File Systems.
Nov 17 08:01:31 arm systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Nov 17 08:01:31 arm systemd[1]: Started Flush Journal to Persistent Storage.
Nov 17 08:01:31 arm systemd[1]: Starting Create Volatile Files and Directories...
Nov 17 08:01:32 arm systemd[1]: Started Create Volatile Files and Directories.
Nov 17 08:01:32 arm systemd[1]: Started udev Kernel Device Manager.
Nov 17 08:01:32 arm systemd[1]: Starting Network Time Synchronization...
Nov 17 08:01:32 arm systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Nov 17 08:01:33 arm systemd[1]: Started Update UTMP about System Boot/Shutdown.
Nov 17 08:01:34 arm kernel: omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
Nov 17 08:01:35 arm systemd[1]: Started udev Coldplug all Devices.
Nov 17 08:01:35 arm systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Nov 17 08:01:35 arm systemd[1]: Started Network Time Synchronization.
Nov 17 08:01:35 arm systemd[1]: Reached target System Initialization.
Nov 17 08:01:35 arm systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 17 08:01:35 arm systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 17 08:01:35 arm systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 17 08:01:35 arm systemd[1]: Reached target Sockets.
Nov 17 08:01:35 arm systemd[1]: Reached target Basic System.
Nov 17 08:01:36 arm systemd[1]: Started D-Bus System Message Bus.
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: GPIO lookup for consumer reset
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: using device tree for GPIO lookup
Nov 17 08:01:36 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Nov 17 08:01:36 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: using lookup tables for GPIO lookup
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: No GPIO consumer reset found
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply HPVDD not found, using dummy regulator
Nov 17 08:01:36 arm systemd[1]: Starting Connection service...
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: Linked as a consumer to regulator.0
Nov 17 08:01:36 arm systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 17 08:01:36 arm kernel: CAN device driver interface
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPRVDD not found, using dummy regulator
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPLVDD not found, using dummy regulator
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply AVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting System Logging Service...
Nov 17 08:01:37 arm systemd[1]: Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply IOVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting Login Service...
Nov 17 08:01:37 arm kernel: gpiochip_find_base: found new base at 508
Nov 17 08:01:37 arm kernel: gpio gpiochip5: (spi0.0): added GPIO chardev (254:5)
Nov 17 08:01:37 arm kernel: gpiochip_setup_dev: registered GPIOs 508 to 509 on device: gpiochip5 (spi0.0)
Nov 17 08:01:37 arm systemd[1]: Starting WPA supplicant...
Nov 17 08:01:37 arm kernel: mcp25xxfd spi0.0: MCP2518 successfully initialized.
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply DVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting LSB: Start busybox udhcpd at boot time...
Nov 17 08:01:37 arm systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Nov 17 08:01:37 arm kernel: gpiochip_find_base: found new base at 506
Nov 17 08:01:37 arm kernel: gpio gpiochip6: (spi1.0): added GPIO chardev (254:6)
Nov 17 08:01:37 arm kernel: gpiochip_setup_dev: registered GPIOs 506 to 507 on device: gpiochip6 (spi1.0)
Nov 17 08:01:37 arm kernel: mcp25xxfd spi1.0: MCP2518 successfully initialized.
Nov 17 08:01:38 arm systemd[1]: Started Regular background program processing daemon.
Nov 17 08:01:38 arm systemd[1]: Reached target System Time Synchronized.
Nov 17 08:01:38 arm systemd[1]: Started Daily rotation of log files.
Nov 17 08:01:38 arm systemd[1]: Reached target Timers.
Nov 17 08:01:38 arm avahi-daemon[235]: Found user 'avahi' (UID 107) and group 'avahi' (GID 113).
Nov 17 08:01:38 arm systemd[1]: Started Helper to synchronize boot up for ifupdown.
Nov 17 08:01:38 arm cron[275]: (CRON) INFO (pidfile fd = 3)
Nov 17 08:01:38 arm cron[275]: (CRON) INFO (Running @reboot jobs)
Nov 17 08:01:39 arm kernel: c_can_platform 481cc000.can: c_can_platform device registered (regs=7954eda0, irq=40)
Nov 17 08:01:39 arm kernel: c_can_platform 481d0000.can: c_can_platform device registered (regs=fe9988fb, irq=41)
Nov 17 08:01:40 arm systemd-logind[251]: New seat seat0.
Nov 17 08:01:41 arm systemd[1]: Found device /dev/ttyO4.
Nov 17 08:01:42 arm rsyslogd[240]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.1901.0]
Nov 17 08:01:42 arm rsyslogd[240]: [origin software="rsyslogd" swVersion="8.1901.0" x-pid="240" x-info="https://www.rsyslog.com"] start
Nov 17 08:01:42 arm systemd-udevd[137]: Using default interface naming scheme 'v240'.
Nov 17 08:01:43 arm wpa_supplicant[257]: Successfully initialized wpa_supplicant
Nov 17 08:01:43 arm systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:43 arm systemd[1]: Started System Logging Service.
Nov 17 08:01:43 arm udhcpd[263]: udhcpd: Disabled. Edit /etc/default/udhcpd to enable it.
Nov 17 08:01:44 arm connmand[231]: Connection Manager version 1.36
Nov 17 08:01:45 arm systemd[1]: Started LSB: Start busybox udhcpd at boot time.
Nov 17 08:01:45 arm dbus-daemon[203]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 17 08:01:45 arm systemd-udevd[136]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:45 arm systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:46 arm loadcpufreq[246]: Loading cpufreq kernel modules...done (none).
Nov 17 08:01:46 arm systemd[1]: Started LSB: Load kernel modules needed to enable cpufreq scaling.
Nov 17 08:01:47 arm connmand[231]: Checking loopback interface settings
Nov 17 08:01:47 arm connmand[231]: System hostname is arm
Nov 17 08:01:48 arm dbus-daemon[203]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=231 comm="/usr/sbin/connmand -n ")
Nov 17 08:01:48 arm connmand[231]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
Nov 17 08:01:48 arm connmand[231]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {create} index 2 type 1 <ETHER>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 4098 <DOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 2 <DOWN>
Nov 17 08:01:48 arm kernel: net eth0: initializing cpsw version 1.12 (0)
Nov 17 08:01:48 arm kernel: libphy: PHY not found
Nov 17 08:01:48 arm kernel: net eth0: phy "" not found on slave 0, err -19
Nov 17 08:01:48 arm kernel: SMSC LAN8710/LAN8720 4a101000.mdio:01: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:01, irq=POLL)
Nov 17 08:01:48 arm kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Nov 17 08:01:48 arm connmand[231]: Adding interface eth0 [ ethernet ]
Nov 17 08:01:48 arm connmand[231]: sit0 {newlink} index 3 address 00:00:00:00:08:00 mtu 1480
Nov 17 08:01:48 arm connmand[231]: sit0 {newlink} index 3 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can0 {newlink} index 4 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can0 {newlink} index 4 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can1 {newlink} index 5 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can1 {newlink} index 5 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can2 {newlink} index 6 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can2 {newlink} index 6 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 36931 <UP,RUNNING>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 0 <UNKNOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 36867 <UP>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can3 {newlink} index 7 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can3 {newlink} index 7 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: The name net.connman.vpn was not provided by any .service files
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
Nov 17 08:01:50 arm systemd-udevd[135]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
Nov 17 08:01:50 arm kernel: usbcore: registered new interface driver usbfs
Nov 17 08:01:50 arm kernel: usbcore: registered new interface driver hub
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
Nov 17 08:01:50 arm kernel: usbcore: registered new device driver usb
Nov 17 08:01:50 arm systemd-udevd[134]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm systemd-udevd[129]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm systemd-udevd[136]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.0: MUSB HDRC host driver
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
Nov 17 08:01:51 arm kernel: hub 1-0:1.0: USB hub found
Nov 17 08:01:51 arm kernel: hub 1-0:1.0: 1 port detected
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.1: MUSB HDRC host driver
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
Nov 17 08:01:51 arm kernel: hub 2-0:1.0: USB hub found
Nov 17 08:01:51 arm kernel: hub 2-0:1.0: 1 port detected
Nov 17 08:01:55 arm kernel: vdd_mpu: disabling
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully dropped root privileges.
Nov 17 08:02:00 arm avahi-daemon[235]: avahi-daemon 0.7 starting up.
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully called chroot().
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully dropped remaining capabilities.
Nov 17 08:02:00 arm avahi-daemon[235]: No service file found in /etc/avahi/services.
Nov 17 08:02:00 arm systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 17 08:02:00 arm avahi-daemon[235]: Network interface enumeration completed.
Nov 17 08:02:00 arm avahi-daemon[235]: Server startup complete. Host name is arm.local. Local service cookie is 1408320662.
Nov 17 08:02:00 arm systemd[1]: Starting Hostname Service...
Nov 17 08:02:00 arm systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 17 08:02:01 arm systemd[1]: Starting LSB: set CPUFreq kernel parameters...
Nov 17 08:02:01 arm systemd[1]: Starting Raise network interfaces...
Nov 17 08:02:01 arm systemd[1]: Started WPA supplicant.
Nov 17 08:02:01 arm systemd[1]: Started Connection service.
Nov 17 08:02:01 arm systemd[1]: Started Login Service.
Nov 17 08:02:01 arm cpufrequtils[591]: CPUFreq Utilities: Setting ondemand CPUFreq governor...disabled, governor not available...done.
Nov 17 08:02:01 arm systemd[1]: Started LSB: set CPUFreq kernel parameters.
Nov 17 08:02:01 arm dbus-daemon[203]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 17 08:02:01 arm systemd[1]: Started Hostname Service.
Nov 17 08:02:01 arm systemd[1]: Started Raise network interfaces.
Nov 17 08:02:01 arm systemd[1]: Reached target Network.
Nov 17 08:02:01 arm systemd[1]: Starting OpenBSD Secure Shell server...
Nov 17 08:02:01 arm systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Nov 17 08:02:02 arm systemd[1]: Starting Generic Board Startup...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: start
Nov 17 08:02:02 arm systemd[1]: Starting Permit User Sessions...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: ssh
Nov 17 08:02:02 arm sh[630]: generic-board-startup: efi
Nov 17 08:02:02 arm sh[630]: generic-board-startup: model
Nov 17 08:02:02 arm systemd[1]: Starting A high performance web server and a reverse proxy server...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: [model=Owa4x_board_1.0.14]
Nov 17 08:02:02 arm sh[630]: generic-board-startup: [startup script=/opt/scripts/boot/generic.sh]
Nov 17 08:02:02 arm systemd[1]: generic-board-startup.service: Succeeded.
Nov 17 08:02:02 arm systemd[1]: Started Generic Board Startup.
Nov 17 08:02:02 arm systemd[1]: Started Permit User Sessions.
Nov 17 08:02:02 arm systemd[1]: Started Serial Getty on ttyO4.
Nov 17 08:02:02 arm systemd[1]: Started Getty on tty1.
Nov 17 08:02:02 arm systemd[1]: Reached target Login Prompts.
Nov 17 08:02:03 arm sshd[642]: Server listening on 0.0.0.0 port 22.
Nov 17 08:02:03 arm sshd[642]: Server listening on :: port 22.
Nov 17 08:02:03 arm systemd[1]: Started OpenBSD Secure Shell server.
Nov 17 08:02:03 arm systemd[1]: nginx.service: Failed to parse PID from file /run/nginx.pid: Invalid argument
Nov 17 08:02:03 arm systemd[1]: Started A high performance web server and a reverse proxy server.
Nov 17 08:02:03 arm systemd[1]: Reached target Multi-User System.
Nov 17 08:02:03 arm systemd[1]: Reached target Graphical Interface.
Nov 17 08:02:04 arm systemd[1]: Starting Update UTMP about System Runlevel Changes...
Nov 17 08:02:04 arm systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Nov 17 08:02:04 arm systemd[1]: Started Update UTMP about System Runlevel Changes.
Nov 17 08:02:04 arm systemd[1]: Startup finished in 5.295s (kernel) + 37.481s (userspace) = 42.777s.
Nov 17 08:02:08 arm login[640]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Nov 17 08:02:08 arm systemd-logind[251]: New session 1 of user root.
Nov 17 08:02:08 arm systemd[1]: Created slice User Slice of UID 0.
Nov 17 08:02:08 arm systemd[1]: Starting User Runtime Directory /run/user/0...
Nov 17 08:02:09 arm systemd[1]: Started User Runtime Directory /run/user/0.
Nov 17 08:02:09 arm systemd[1]: Starting User Manager for UID 0...
Nov 17 08:02:09 arm systemd[651]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG network certificate management daemon.
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 08:02:10 arm systemd[651]: Reached target Timers.
Nov 17 08:02:10 arm systemd[651]: Reached target Sockets.
Nov 17 08:02:10 arm systemd[651]: Reached target Paths.
Nov 17 08:02:10 arm systemd[651]: Reached target Basic System.
Nov 17 08:02:10 arm systemd[1]: Started User Manager for UID 0.
Nov 17 08:02:10 arm systemd[651]: Reached target Default.
Nov 17 08:02:10 arm systemd[651]: Startup finished in 1.648s.
Nov 17 08:02:10 arm systemd[1]: Started Session 1 of user root.
Nov 17 08:02:10 arm login[661]: ROOT LOGIN on '/dev/ttyO4'
Nov 17 08:02:31 arm systemd[1]: systemd-hostnamed.service: Succeeded.


Also some more info that could help:

root@arm:/home# systemd-analyze blame
24.574s connman.service
24.121s avahi-daemon.service
23.854s systemd-logind.service
23.617s wpa_supplicant.service
8.917s loadcpufreq.service
7.423s udhcpd.service
6.460s rsyslog.service
5.744s systemd-udev-trigger.service
3.335s ifupdown-pre.service
3.061s systemd-timesyncd.service
1.761s user@0.service
1.733s nginx.service
1.630s systemd-journald.service
1.090s ssh.service
996ms systemd-update-utmp.service
787ms systemd-hostnamed.service
776ms systemd-udevd.service
750ms kmod-static-nodes.service
749ms networking.service
725ms systemd-sysusers.service
717ms dev-mqueue.mount
569ms systemd-journal-flush.service
566ms fake-hwclock.service
553ms sys-kernel-debug.mount
513ms systemd-tmpfiles-setup.service
488ms systemd-random-seed.service
473ms cpufrequtils.service
459ms systemd-remount-fs.service
458ms systemd-modules-load.service
428ms systemd-sysctl.service
377ms systemd-tmpfiles-setup-dev.service
364ms systemd-user-sessions.service
312ms generic-board-startup.service
141ms sys-kernel-config.mount
133ms user-runtime-dir@0.service
125ms systemd-update-utmp-runlevel.service
root@arm:/home#
root@arm:/home#
root@arm:/home#
root@arm:/home# systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @37.256s
└─multi-user.target @37.218s
└─nginx.service @35.445s +1.733s
└─network.target @35.196s
└─networking.service @34.404s +749ms
└─ifupdown-pre.service @8.549s +3.335s
└─systemd-udev-trigger.service @2.571s +5.744s
└─systemd-udevd-control.socket @2.536s
└─system.slice @1.933s
└─-.slice @1.933s
root@arm:/home#
root@arm:/home# systemd-analyze time
Startup finished in 5.295s (kernel) + 37.481s (userspace) = 42.777s
graphical.target reached after 37.256s in userspace

Thank you and best regards

reinob
Posts: 1196
Joined: 2014-06-30 11:42
Has thanked: 99 times
Been thanked: 47 times

Re: Debian 10.6 delay during startup

#4 Post by reinob »

Thanks for the log.

Unfortunately, I cannot see what the problem is.
Perhaps it just takes a long time until the connection is established.
From the looks of it you have an ethernet interface (eth0) managed by connman, but not connecting.
And then there's wpa_supplicant, but it's not clear whether that's managed by connman or by whom.
There's not even a log line showing any DHCP address being received.

In any case, I have no experience with connman.
I know that systemd-networkd plays well with systemd (which is kinda expected :).

Maybe somebody else has an idea?

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: Debian 10.6 delay during startup

#5 Post by sgosnell »

Please enclose output in code tags so that it's more readable and can be scrolled. Click on the Code button at the top of the input box and paste your input between the code and /code (enclosed by brackets) tags.
Take my advice, I'm not using it.

AngelF
Posts: 5
Joined: 2020-11-17 07:17

Re: Debian 10.6 delay during startup

#6 Post by AngelF »

Hello,
You are right, sorry about that. Thank you for your reply

Code: Select all

-- Logs begin at Tue 2020-11-17 08:01:30 UTC, end at Tue 2020-11-17 08:02:31 UTC. --
Nov 17 08:01:30 arm kernel: Booting Linux on physical CPU 0x0
Nov 17 08:01:30 arm kernel: Linux version 4.19.94-1.0.10+ (owzafs@PCOWZAFS) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #5 SMP PREEMPT Wed Nov 11 12:39:11 CET 2020
Nov 17 08:01:30 arm kernel: CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
Nov 17 08:01:30 arm kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Nov 17 08:01:30 arm kernel: OF: fdt: Machine model: Owa4x board 1.0.14
Nov 17 08:01:30 arm kernel: Memory policy: Data cache writeback
Nov 17 08:01:30 arm kernel: efi: Getting EFI parameters from FDT:
Nov 17 08:01:30 arm kernel: efi: UEFI not found.
Nov 17 08:01:30 arm kernel: cma: Reserved 48 MiB at 0x9d000000
Nov 17 08:01:30 arm kernel: On node 0 totalpages: 131072
Nov 17 08:01:30 arm kernel: Normal zone: 1152 pages used for memmap
Nov 17 08:01:30 arm kernel: Normal zone: 0 pages reserved
Nov 17 08:01:30 arm kernel: Normal zone: 131072 pages, LIFO batch:31
Nov 17 08:01:30 arm kernel: CPU: All CPU(s) started in SVC mode.
Nov 17 08:01:30 arm kernel: AM335X ES2.1 (neon)
Nov 17 08:01:30 arm kernel: random: get_random_bytes called from start_kernel+0xa4/0x44c with crng_init=0
Nov 17 08:01:30 arm kernel: percpu: Embedded 15 pages/cpu s32524 r8192 d20724 u61440
Nov 17 08:01:30 arm kernel: pcpu-alloc: s32524 r8192 d20724 u61440 alloc=15*4096
Nov 17 08:01:30 arm kernel: pcpu-alloc: [0] 0
Nov 17 08:01:30 arm kernel: Built 1 zonelists, mobility grouping on. Total pages: 129920
Nov 17 08:01:30 arm kernel: Kernel command line: console=ttyO4,115200n8 root=ubi0:rootfs rw ubi.mtd=NAND.file-system,1024 rootfstype=ubifs rootwait=1
Nov 17 08:01:30 arm kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Nov 17 08:01:30 arm kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Nov 17 08:01:30 arm kernel: Memory: 454804K/524288K available (9216K kernel code, 366K rwdata, 3116K rodata, 1024K init, 294K bss, 20332K reserved, 49152K cma-reserved, 0K highmem)
Nov 17 08:01:30 arm kernel: Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (10208 kB)
.init : 0x(ptrval) - 0x(ptrval) (1024 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 367 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 295 kB)
Nov 17 08:01:30 arm kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Nov 17 08:01:30 arm kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 17 08:01:30 arm kernel: rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
Nov 17 08:01:30 arm kernel: Tasks RCU enabled.
Nov 17 08:01:30 arm kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Nov 17 08:01:30 arm kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Nov 17 08:01:30 arm kernel: IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
Nov 17 08:01:30 arm kernel: OMAP clockevent source: timer2 at 24000000 Hz
Nov 17 08:01:30 arm kernel: sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
Nov 17 08:01:30 arm kernel: clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Nov 17 08:01:30 arm kernel: OMAP clocksource: timer1 at 24000000 Hz
Nov 17 08:01:30 arm kernel: timer_probe: no matching timers found
Nov 17 08:01:30 arm kernel: Console: colour dummy device 80x30
Nov 17 08:01:30 arm kernel: Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
Nov 17 08:01:30 arm kernel: pid_max: default: 32768 minimum: 301
Nov 17 08:01:30 arm kernel: Security Framework initialized
Nov 17 08:01:30 arm kernel: AppArmor: AppArmor disabled by boot time parameter
Nov 17 08:01:30 arm kernel: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Nov 17 08:01:30 arm kernel: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Nov 17 08:01:30 arm kernel: CPU: Testing write buffer coherency: ok
Nov 17 08:01:30 arm kernel: CPU0: Spectre v2: using BPIALL workaround
Nov 17 08:01:30 arm kernel: CPU0: thread -1, cpu 0, socket -1, mpidr 0
Nov 17 08:01:30 arm kernel: Setting up static identity map for 0x80100000 - 0x80100060
Nov 17 08:01:30 arm kernel: rcu: Hierarchical SRCU implementation.
Nov 17 08:01:30 arm kernel: EFI services will not be available.
Nov 17 08:01:30 arm kernel: smp: Bringing up secondary CPUs ...
Nov 17 08:01:30 arm kernel: smp: Brought up 1 node, 1 CPU
Nov 17 08:01:30 arm kernel: SMP: Total of 1 processors activated (795.44 BogoMIPS).
Nov 17 08:01:30 arm kernel: CPU: All CPU(s) started in SVC mode.
Nov 17 08:01:30 arm kernel: devtmpfs: initialized
Nov 17 08:01:30 arm kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Nov 17 08:01:30 arm kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Nov 17 08:01:30 arm kernel: futex hash table entries: 256 (order: 2, 16384 bytes)
Nov 17 08:01:30 arm kernel: pinctrl core: initialized pinctrl subsystem
Nov 17 08:01:30 arm kernel: DMI not present or invalid.
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 16
Nov 17 08:01:30 arm kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Nov 17 08:01:30 arm kernel: l4_wkup_cm:clk:0010:0: failed to disable
Nov 17 08:01:30 arm kernel: audit: initializing netlink subsys (disabled)
Nov 17 08:01:30 arm kernel: cpuidle: using governor ladder
Nov 17 08:01:30 arm kernel: cpuidle: using governor menu
Nov 17 08:01:30 arm kernel: audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
Nov 17 08:01:30 arm kernel: gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio-0-31)
Nov 17 08:01:30 arm kernel: OMAP GPIO hardware version 0.1
Nov 17 08:01:30 arm kernel: gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio-32-63)
Nov 17 08:01:30 arm kernel: gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio-64-95)
Nov 17 08:01:30 arm kernel: gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio-96-127)
Nov 17 08:01:30 arm kernel: No ATAGs?
Nov 17 08:01:30 arm kernel: hw-breakpoint: debug architecture 0x4 unsupported.
Nov 17 08:01:30 arm kernel: edma 49000000.edma: TI EDMA DMA engine driver
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@1[0]'
Nov 17 08:01:30 arm kernel: media: Linux media interface: v0.10
Nov 17 08:01:30 arm kernel: videodev: Linux video capture interface: v2.00
Nov 17 08:01:30 arm kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 17 08:01:30 arm kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 17 08:01:30 arm kernel: PTP clock support registered
Nov 17 08:01:30 arm kernel: EDAC MC: Ver: 3.0.0
Nov 17 08:01:30 arm kernel: omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
Nov 17 08:01:30 arm kernel: Advanced Linux Sound Architecture Driver Initialized.
Nov 17 08:01:30 arm kernel: clocksource: Switched to clocksource timer1
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 2
Nov 17 08:01:30 arm kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Nov 17 08:01:30 arm kernel: TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Nov 17 08:01:30 arm kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Nov 17 08:01:30 arm kernel: TCP: Hash tables configured (established 4096 bind 4096)
Nov 17 08:01:30 arm kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
Nov 17 08:01:30 arm kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 1
Nov 17 08:01:30 arm kernel: RPC: Registered named UNIX socket transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered udp transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered tcp transport module.
Nov 17 08:01:30 arm kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 17 08:01:30 arm kernel: PCI: CLS 0 bytes, default 64
Nov 17 08:01:30 arm kernel: hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
Nov 17 08:01:30 arm kernel: Initialise system trusted keyrings
Nov 17 08:01:30 arm kernel: workingset: timestamp_bits=14 max_order=17 bucket_order=3
Nov 17 08:01:30 arm kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Nov 17 08:01:30 arm kernel: NFS: Registering the id_resolver key type
Nov 17 08:01:30 arm kernel: Key type id_resolver registered
Nov 17 08:01:30 arm kernel: Key type id_legacy registered
Nov 17 08:01:30 arm kernel: ntfs: driver 2.1.32 [Flags: R/O].
Nov 17 08:01:30 arm kernel: Key type asymmetric registered
Nov 17 08:01:30 arm kernel: Asymmetric key parser 'x509' registered
Nov 17 08:01:30 arm kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Nov 17 08:01:30 arm kernel: io scheduler noop registered
Nov 17 08:01:30 arm kernel: io scheduler deadline registered
Nov 17 08:01:30 arm kernel: io scheduler cfq registered (default)
Nov 17 08:01:30 arm kernel: io scheduler mq-deadline registered
Nov 17 08:01:30 arm kernel: io scheduler kyber registered
Nov 17 08:01:30 arm kernel: pinctrl-single 44e10800.pinmux: 142 pins, size 568
Nov 17 08:01:30 arm kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
Nov 17 08:01:30 arm kernel: Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
Nov 17 08:01:30 arm kernel: omap_uart 44e09000.serial: no wakeirq for uart0
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@44e09000[0]'
Nov 17 08:01:30 arm kernel: 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a OMAP UART0
Nov 17 08:01:30 arm kernel: omap_uart 48022000.serial: no wakeirq for uart1
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@48022000[0]'
Nov 17 08:01:30 arm kernel: 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a OMAP UART1
Nov 17 08:01:30 arm kernel: omap_uart 48024000.serial: no wakeirq for uart2
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@48024000[0]' - status (0)
Nov 17 08:01:30 arm kernel: 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a OMAP UART2
Nov 17 08:01:30 arm kernel: omap_uart 481a6000.serial: no wakeirq for uart3
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a6000[0]'
Nov 17 08:01:30 arm kernel: 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 33, base_baud = 3000000) is a OMAP UART3
Nov 17 08:01:30 arm kernel: omap_uart 481a8000.serial: no wakeirq for uart4
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a8000[0]'
Nov 17 08:01:30 arm kernel: 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 34, base_baud = 3000000) is a OMAP UART4
Nov 17 08:01:30 arm kernel: console [ttyO4] enabled
Nov 17 08:01:30 arm kernel: omap_uart 481aa000.serial: no wakeirq for uart5
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@481aa000[0]' - status (0)
Nov 17 08:01:30 arm kernel: 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 35, base_baud = 3000000) is a OMAP UART5
Nov 17 08:01:30 arm kernel: omap_rng 48310000.rng: Random Number Generator ver. 20
Nov 17 08:01:30 arm kernel: random: fast init done
Nov 17 08:01:30 arm kernel: random: crng init done
Nov 17 08:01:30 arm kernel: brd: module loaded
Nov 17 08:01:30 arm kernel: loop: module loaded
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: GPIO lookup for consumer reset
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: mdio_bus fixed-0: No GPIO consumer reset found
Nov 17 08:01:30 arm kernel: libphy: Fixed MDIO Bus: probed
Nov 17 08:01:30 arm kernel: tun: Universal TUN/TAP device driver, 1.6
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: mdio_bus 4a101000.mdio: No GPIO consumer reset found
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: detected phy mask fffffffd
Nov 17 08:01:30 arm kernel: libphy: 4a101000.mdio: probed
Nov 17 08:01:30 arm kernel: davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver SMSC LAN8710/LAN8720
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: No slave[0] phy_id, phy-handle, or fixed-link property
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: Detected MACID = 90:e2:02:56:d0:31
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: ALE Table size 1024
Nov 17 08:01:30 arm kernel: cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
Nov 17 08:01:30 arm kernel: i2c /dev entries driver
Nov 17 08:01:30 arm kernel: IR NEC protocol handler initialized
Nov 17 08:01:30 arm kernel: IR RC5(x/sz) protocol handler initialized
Nov 17 08:01:30 arm kernel: IR RC6 protocol handler initialized
Nov 17 08:01:30 arm kernel: IR JVC protocol handler initialized
Nov 17 08:01:30 arm kernel: IR Sony protocol handler initialized
Nov 17 08:01:30 arm kernel: IR SANYO protocol handler initialized
Nov 17 08:01:30 arm kernel: IR Sharp protocol handler initialized
Nov 17 08:01:30 arm kernel: IR MCE Keyboard/mouse protocol handler initialized
Nov 17 08:01:30 arm kernel: IR XMP protocol handler initialized
Nov 17 08:01:30 arm kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
Nov 17 08:01:30 arm kernel: cpu cpu0: "syscon" is missing, cannot use OPPv2 table.
Nov 17 08:01:30 arm kernel: cpuidle: enable-method property 'ti,am3352' found operations
Nov 17 08:01:30 arm kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 17 08:01:30 arm kernel: sdhci: Copyright(c) Pierre Ossman
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: No GPIO consumer cd found
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: No GPIO consumer wp found
Nov 17 08:01:30 arm kernel: omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.2
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer cd found
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer wp found
Nov 17 08:01:30 arm kernel: omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.2
Nov 17 08:01:30 arm kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/yellow[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip1: Persistence not supported for GPIO 15
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/green[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip3: Persistence not supported for GPIO 7
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/red[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip2: Persistence not supported for GPIO 20
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/orange[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip1: Persistence not supported for GPIO 13
Nov 17 08:01:30 arm kernel: no flags found for gpios
Nov 17 08:01:30 arm kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 17 08:01:30 arm kernel: mmc0: host does not support reading read-only switch, assuming write-enable
Nov 17 08:01:30 arm kernel: omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
Nov 17 08:01:30 arm kernel: omap-aes 53500000.aes: will run requests pump with realtime priority
Nov 17 08:01:30 arm kernel: mmc0: new high speed SDHC card at address 1234
Nov 17 08:01:30 arm kernel: omap-sham 53100000.sham: hw accel on OMAP rev 4.3
Nov 17 08:01:30 arm kernel: mmcblk0: mmc0:1234 SA08G 7.41 GiB
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: wkup_m3 is available
Nov 17 08:01:30 arm kernel: mmcblk0: p1
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 10
Nov 17 08:01:30 arm kernel: Segment Routing with IPv6
Nov 17 08:01:30 arm kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Nov 17 08:01:30 arm kernel: NET: Registered protocol family 17
Nov 17 08:01:30 arm kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Nov 17 08:01:30 arm kernel: Key type dns_resolver registered
Nov 17 08:01:30 arm kernel: Registering SWP/SWPB emulation handler
Nov 17 08:01:30 arm kernel: omap_voltage_late_init: Voltage driver support not added
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: Loading compiled-in X.509 certificates
Nov 17 08:01:30 arm kernel: ima: No TPM chip found, activating TPM-bypass!
Nov 17 08:01:30 arm kernel: ima: Allocated hash algorithm: sha1
Nov 17 08:01:30 arm kernel: omap-gpmc 50000000.gpmc: GPMC revision 6.0
Nov 17 08:01:30 arm kernel: gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
Nov 17 08:01:30 arm kernel: gpiochip_find_base: found new base at 510
Nov 17 08:01:30 arm kernel: gpio gpiochip4: (omap-gpmc): added GPIO chardev (254:4)
Nov 17 08:01:30 arm kernel: gpiochip_setup_dev: registered GPIOs 510 to 511 on device: gpiochip4 (omap-gpmc)
Nov 17 08:01:30 arm kernel: omap2-nand 8000000.nand: GPIO lookup for consumer rb
Nov 17 08:01:30 arm kernel: omap2-nand 8000000.nand: using device tree for GPIO lookup
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'rb-gpios' property of node '/ocp/gpmc@50000000/nand@0,0[0]' - status (0)
Nov 17 08:01:30 arm kernel: nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd3
Nov 17 08:01:30 arm kernel: nand: Micron MT29F8G08ABACAWP
Nov 17 08:01:30 arm kernel: nand: 1024 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
Nov 17 08:01:30 arm kernel: Using OMAP_ECC_BCH16_CODE_HW ECC scheme
Nov 17 08:01:30 arm kernel: 11 fixed-partitions partitions found on MTD device omap2-nand.0
Nov 17 08:01:30 arm kernel: Creating 11 MTD partitions on "omap2-nand.0":
Nov 17 08:01:30 arm kernel: 0x000000000000-0x000000080000 : "NAND.SPL"
Nov 17 08:01:30 arm kernel: 0x000000080000-0x000000100000 : "NAND.SPL.backup1"
Nov 17 08:01:30 arm kernel: 0x000000100000-0x000000200000 : "NAND.u-boot-backup"
Nov 17 08:01:30 arm kernel: 0x000000200000-0x000000280000 : "NAND.u-boot-spl-os"
Nov 17 08:01:30 arm kernel: 0x000000280000-0x000000380000 : "NAND.u-boot"
Nov 17 08:01:30 arm kernel: 0x000000380000-0x000000400000 : "NAND.u-boot-env"
Nov 17 08:01:30 arm kernel: 0x000000400000-0x000000480000 : "NAND.u-boot-env.backup1"
Nov 17 08:01:30 arm kernel: 0x000000480000-0x000000c80000 : "NAND.kernel"
Nov 17 08:01:30 arm kernel: 0x000000c80000-0x000001480000 : "NAND.kernel-backup"
Nov 17 08:01:30 arm kernel: 0x000001480000-0x000005480000 : "NAND.file-system.backup1"
Nov 17 08:01:30 arm kernel: 0x000005480000-0x000040000000 : "NAND.file-system"
Nov 17 08:01:30 arm kernel: omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: powering up wkup_m3
Nov 17 08:01:30 arm kernel: PM: Cannot get wkup_m3_ipc handle
Nov 17 08:01:30 arm kernel: ubi0: attaching mtd10
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888
Nov 17 08:01:30 arm kernel: remoteproc remoteproc0: remote processor wkup_m3 is now up
Nov 17 08:01:30 arm kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
Nov 17 08:01:30 arm kernel: ubi0: scanning is finished
Nov 17 08:01:30 arm kernel: ubi0: attached mtd10 (name "NAND.file-system", size 939 MiB)
Nov 17 08:01:30 arm kernel: ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
Nov 17 08:01:30 arm kernel: ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 1024
Nov 17 08:01:30 arm kernel: ubi0: VID header offset: 1024 (aligned 1024), data offset: 4096
Nov 17 08:01:30 arm kernel: ubi0: good PEBs: 3758, bad PEBs: 0, corrupted PEBs: 0
Nov 17 08:01:30 arm kernel: ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
Nov 17 08:01:30 arm kernel: ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1285003959
Nov 17 08:01:30 arm kernel: ubi0: available PEBs: 0, total reserved PEBs: 3758, PEBs reserved for bad PEB handling: 80
Nov 17 08:01:30 arm kernel: ubi0: background thread "ubi_bgt0d" started, PID 88
Nov 17 08:01:30 arm kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons@0/switch@1[0]' - status (0)
Nov 17 08:01:30 arm kernel: gpio gpiochip0: Persistence not supported for GPIO 3
Nov 17 08:01:30 arm kernel: input: gpio_buttons@0 as /devices/platform/gpio_buttons@0/input/input0
Nov 17 08:01:30 arm kernel: PM: no-rtc available, rtc-only mode disabled.
Nov 17 08:01:30 arm kernel: ALSA device list:
Nov 17 08:01:30 arm kernel: No soundcards found.
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 89
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): recovery needed
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): recovery completed
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): LEB size: 258048 bytes (252 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): FS size: 945487872 bytes (901 MiB, 3664 LEBs), journal size 9420800 bytes (8 MiB, 37 LEBs)
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID B55C387F-0AF5-4CB0-A550-B66A45498F82, small LPT model
Nov 17 08:01:30 arm kernel: UBIFS (ubi0:0): full atime support is enabled.
Nov 17 08:01:30 arm kernel: VFS: Mounted root (ubifs filesystem) on device 0:16.
Nov 17 08:01:30 arm kernel: devtmpfs: mounted
Nov 17 08:01:30 arm kernel: Freeing unused kernel memory: 1024K
Nov 17 08:01:30 arm kernel: Run /sbin/init as init process
Nov 17 08:01:30 arm systemd[1]: System time before build time, advancing clock.
Nov 17 08:01:30 arm systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=h)
Nov 17 08:01:30 arm systemd[1]: Detected architecture arm.
Nov 17 08:01:30 arm systemd[1]: Set hostname to <arm>.
Nov 17 08:01:30 arm systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Nov 17 08:01:30 arm systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
Nov 17 08:01:30 arm systemd[1]: Created slice system-getty.slice.
Nov 17 08:01:30 arm systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 17 08:01:30 arm systemd[1]: Listening on initctl Compatibility Named Pipe.
Nov 17 08:01:30 arm systemd[1]: Listening on udev Kernel Socket.
Nov 17 08:01:30 arm systemd[1]: Listening on Journal Socket (/dev/log).
Nov 17 08:01:30 arm systemd-journald[106]: Journal started
Nov 17 08:01:30 arm systemd-journald[106]: Runtime journal (/run/log/journal/b477632d5e0c51a0b8e4ef325fb3824e) is 3.0M, max 24.6M, 21.5M free.
Nov 17 08:01:30 arm fake-hwclock[108]: Tue 17 Nov 2020 08:01:30 AM UTC
Nov 17 08:01:31 arm systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 17 08:01:31 arm systemd[1]: Started Create Static Device Nodes in /dev.
Nov 17 08:01:31 arm systemd-journald[106]: Runtime journal (/run/log/journal/b477632d5e0c51a0b8e4ef325fb3824e) is 3.0M, max 24.6M, 21.5M free.
Nov 17 08:01:31 arm systemd[1]: Starting udev Kernel Device Manager...
Nov 17 08:01:31 arm systemd[1]: Reached target Local File Systems (Pre).
Nov 17 08:01:31 arm systemd[1]: Reached target Local File Systems.
Nov 17 08:01:31 arm systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Nov 17 08:01:31 arm systemd[1]: Started Flush Journal to Persistent Storage.
Nov 17 08:01:31 arm systemd[1]: Starting Create Volatile Files and Directories...
Nov 17 08:01:32 arm systemd[1]: Started Create Volatile Files and Directories.
Nov 17 08:01:32 arm systemd[1]: Started udev Kernel Device Manager.
Nov 17 08:01:32 arm systemd[1]: Starting Network Time Synchronization...
Nov 17 08:01:32 arm systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Nov 17 08:01:33 arm systemd[1]: Started Update UTMP about System Boot/Shutdown.
Nov 17 08:01:34 arm kernel: omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
Nov 17 08:01:35 arm systemd[1]: Started udev Coldplug all Devices.
Nov 17 08:01:35 arm systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Nov 17 08:01:35 arm systemd[1]: Started Network Time Synchronization.
Nov 17 08:01:35 arm systemd[1]: Reached target System Initialization.
Nov 17 08:01:35 arm systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 17 08:01:35 arm systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 17 08:01:35 arm systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 17 08:01:35 arm systemd[1]: Reached target Sockets.
Nov 17 08:01:35 arm systemd[1]: Reached target Basic System.
Nov 17 08:01:36 arm systemd[1]: Started D-Bus System Message Bus.
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: GPIO lookup for consumer reset
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: using device tree for GPIO lookup
Nov 17 08:01:36 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Nov 17 08:01:36 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: using lookup tables for GPIO lookup
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: No GPIO consumer reset found
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply HPVDD not found, using dummy regulator
Nov 17 08:01:36 arm systemd[1]: Starting Connection service...
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: Linked as a consumer to regulator.0
Nov 17 08:01:36 arm systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 17 08:01:36 arm kernel: CAN device driver interface
Nov 17 08:01:36 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPRVDD not found, using dummy regulator
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPLVDD not found, using dummy regulator
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply AVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting System Logging Service...
Nov 17 08:01:37 arm systemd[1]: Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply IOVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting Login Service...
Nov 17 08:01:37 arm kernel: gpiochip_find_base: found new base at 508
Nov 17 08:01:37 arm kernel: gpio gpiochip5: (spi0.0): added GPIO chardev (254:5)
Nov 17 08:01:37 arm kernel: gpiochip_setup_dev: registered GPIOs 508 to 509 on device: gpiochip5 (spi0.0)
Nov 17 08:01:37 arm systemd[1]: Starting WPA supplicant...
Nov 17 08:01:37 arm kernel: mcp25xxfd spi0.0: MCP2518 successfully initialized.
Nov 17 08:01:37 arm kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply DVDD not found, using dummy regulator
Nov 17 08:01:37 arm systemd[1]: Starting LSB: Start busybox udhcpd at boot time...
Nov 17 08:01:37 arm systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Nov 17 08:01:37 arm kernel: gpiochip_find_base: found new base at 506
Nov 17 08:01:37 arm kernel: gpio gpiochip6: (spi1.0): added GPIO chardev (254:6)
Nov 17 08:01:37 arm kernel: gpiochip_setup_dev: registered GPIOs 506 to 507 on device: gpiochip6 (spi1.0)
Nov 17 08:01:37 arm kernel: mcp25xxfd spi1.0: MCP2518 successfully initialized.
Nov 17 08:01:38 arm systemd[1]: Started Regular background program processing daemon.
Nov 17 08:01:38 arm systemd[1]: Reached target System Time Synchronized.
Nov 17 08:01:38 arm systemd[1]: Started Daily rotation of log files.
Nov 17 08:01:38 arm systemd[1]: Reached target Timers.
Nov 17 08:01:38 arm avahi-daemon[235]: Found user 'avahi' (UID 107) and group 'avahi' (GID 113).
Nov 17 08:01:38 arm systemd[1]: Started Helper to synchronize boot up for ifupdown.
Nov 17 08:01:38 arm cron[275]: (CRON) INFO (pidfile fd = 3)
Nov 17 08:01:38 arm cron[275]: (CRON) INFO (Running @reboot jobs)
Nov 17 08:01:39 arm kernel: c_can_platform 481cc000.can: c_can_platform device registered (regs=7954eda0, irq=40)
Nov 17 08:01:39 arm kernel: c_can_platform 481d0000.can: c_can_platform device registered (regs=fe9988fb, irq=41)
Nov 17 08:01:40 arm systemd-logind[251]: New seat seat0.
Nov 17 08:01:41 arm systemd[1]: Found device /dev/ttyO4.
Nov 17 08:01:42 arm rsyslogd[240]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.1901.0]
Nov 17 08:01:42 arm rsyslogd[240]: [origin software="rsyslogd" swVersion="8.1901.0" x-pid="240" x-info="https://www.rsyslog.com"] start
Nov 17 08:01:42 arm systemd-udevd[137]: Using default interface naming scheme 'v240'.
Nov 17 08:01:43 arm wpa_supplicant[257]: Successfully initialized wpa_supplicant
Nov 17 08:01:43 arm systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:43 arm systemd[1]: Started System Logging Service.
Nov 17 08:01:43 arm udhcpd[263]: udhcpd: Disabled. Edit /etc/default/udhcpd to enable it.
Nov 17 08:01:44 arm connmand[231]: Connection Manager version 1.36
Nov 17 08:01:45 arm systemd[1]: Started LSB: Start busybox udhcpd at boot time.
Nov 17 08:01:45 arm dbus-daemon[203]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 17 08:01:45 arm systemd-udevd[136]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:45 arm systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:46 arm loadcpufreq[246]: Loading cpufreq kernel modules...done (none).
Nov 17 08:01:46 arm systemd[1]: Started LSB: Load kernel modules needed to enable cpufreq scaling.
Nov 17 08:01:47 arm connmand[231]: Checking loopback interface settings
Nov 17 08:01:47 arm connmand[231]: System hostname is arm
Nov 17 08:01:48 arm dbus-daemon[203]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=231 comm="/usr/sbin/connmand -n ")
Nov 17 08:01:48 arm connmand[231]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
Nov 17 08:01:48 arm connmand[231]: lo {newlink} index 1 operstate 0 <UNKNOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {create} index 2 type 1 <ETHER>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 4098 <DOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 2 <DOWN>
Nov 17 08:01:48 arm kernel: net eth0: initializing cpsw version 1.12 (0)
Nov 17 08:01:48 arm kernel: libphy: PHY not found
Nov 17 08:01:48 arm kernel: net eth0: phy "" not found on slave 0, err -19
Nov 17 08:01:48 arm kernel: SMSC LAN8710/LAN8720 4a101000.mdio:01: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:01, irq=POLL)
Nov 17 08:01:48 arm kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Nov 17 08:01:48 arm connmand[231]: Adding interface eth0 [ ethernet ]
Nov 17 08:01:48 arm connmand[231]: sit0 {newlink} index 3 address 00:00:00:00:08:00 mtu 1480
Nov 17 08:01:48 arm connmand[231]: sit0 {newlink} index 3 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can0 {newlink} index 4 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can0 {newlink} index 4 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can1 {newlink} index 5 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can1 {newlink} index 5 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can2 {newlink} index 6 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can2 {newlink} index 6 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 36931 <UP,RUNNING>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 0 <UNKNOWN>
Nov 17 08:01:48 arm connmand[231]: eth0 {update} flags 36867 <UP>
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 address 90:E2:02:56:D0:31 mtu 1500
Nov 17 08:01:48 arm connmand[231]: eth0 {newlink} index 2 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: can3 {newlink} index 7 address 00:00:00:00:00:00 mtu 16
Nov 17 08:01:48 arm connmand[231]: can3 {newlink} index 7 operstate 2 <DOWN>
Nov 17 08:01:48 arm connmand[231]: The name net.connman.vpn was not provided by any .service files
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
Nov 17 08:01:50 arm systemd-udevd[135]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
Nov 17 08:01:50 arm kernel: usbcore: registered new interface driver usbfs
Nov 17 08:01:50 arm kernel: usbcore: registered new interface driver hub
Nov 17 08:01:50 arm kernel: am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
Nov 17 08:01:50 arm kernel: usbcore: registered new device driver usb
Nov 17 08:01:50 arm systemd-udevd[134]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm systemd-udevd[129]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm systemd-udevd[136]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.0: MUSB HDRC host driver
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
Nov 17 08:01:51 arm kernel: hub 1-0:1.0: USB hub found
Nov 17 08:01:51 arm kernel: hub 1-0:1.0: 1 port detected
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.1: MUSB HDRC host driver
Nov 17 08:01:51 arm kernel: musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
Nov 17 08:01:51 arm kernel: hub 2-0:1.0: USB hub found
Nov 17 08:01:51 arm kernel: hub 2-0:1.0: 1 port detected
Nov 17 08:01:55 arm kernel: vdd_mpu: disabling
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully dropped root privileges.
Nov 17 08:02:00 arm avahi-daemon[235]: avahi-daemon 0.7 starting up.
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully called chroot().
Nov 17 08:02:00 arm avahi-daemon[235]: Successfully dropped remaining capabilities.
Nov 17 08:02:00 arm avahi-daemon[235]: No service file found in /etc/avahi/services.
Nov 17 08:02:00 arm systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 17 08:02:00 arm avahi-daemon[235]: Network interface enumeration completed.
Nov 17 08:02:00 arm avahi-daemon[235]: Server startup complete. Host name is arm.local. Local service cookie is 1408320662.
Nov 17 08:02:00 arm systemd[1]: Starting Hostname Service...
Nov 17 08:02:00 arm systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 17 08:02:01 arm systemd[1]: Starting LSB: set CPUFreq kernel parameters...
Nov 17 08:02:01 arm systemd[1]: Starting Raise network interfaces...
Nov 17 08:02:01 arm systemd[1]: Started WPA supplicant.
Nov 17 08:02:01 arm systemd[1]: Started Connection service.
Nov 17 08:02:01 arm systemd[1]: Started Login Service.
Nov 17 08:02:01 arm cpufrequtils[591]: CPUFreq Utilities: Setting ondemand CPUFreq governor...disabled, governor not available...done.
Nov 17 08:02:01 arm systemd[1]: Started LSB: set CPUFreq kernel parameters.
Nov 17 08:02:01 arm dbus-daemon[203]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 17 08:02:01 arm systemd[1]: Started Hostname Service.
Nov 17 08:02:01 arm systemd[1]: Started Raise network interfaces.
Nov 17 08:02:01 arm systemd[1]: Reached target Network.
Nov 17 08:02:01 arm systemd[1]: Starting OpenBSD Secure Shell server...
Nov 17 08:02:01 arm systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Nov 17 08:02:02 arm systemd[1]: Starting Generic Board Startup...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: start
Nov 17 08:02:02 arm systemd[1]: Starting Permit User Sessions...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: ssh
Nov 17 08:02:02 arm sh[630]: generic-board-startup: efi
Nov 17 08:02:02 arm sh[630]: generic-board-startup: model
Nov 17 08:02:02 arm systemd[1]: Starting A high performance web server and a reverse proxy server...
Nov 17 08:02:02 arm sh[630]: generic-board-startup: [model=Owa4x_board_1.0.14]
Nov 17 08:02:02 arm sh[630]: generic-board-startup: [startup script=/opt/scripts/boot/generic.sh]
Nov 17 08:02:02 arm systemd[1]: generic-board-startup.service: Succeeded.
Nov 17 08:02:02 arm systemd[1]: Started Generic Board Startup.
Nov 17 08:02:02 arm systemd[1]: Started Permit User Sessions.
Nov 17 08:02:02 arm systemd[1]: Started Serial Getty on ttyO4.
Nov 17 08:02:02 arm systemd[1]: Started Getty on tty1.
Nov 17 08:02:02 arm systemd[1]: Reached target Login Prompts.
Nov 17 08:02:03 arm sshd[642]: Server listening on 0.0.0.0 port 22.
Nov 17 08:02:03 arm sshd[642]: Server listening on :: port 22.
Nov 17 08:02:03 arm systemd[1]: Started OpenBSD Secure Shell server.
Nov 17 08:02:03 arm systemd[1]: nginx.service: Failed to parse PID from file /run/nginx.pid: Invalid argument
Nov 17 08:02:03 arm systemd[1]: Started A high performance web server and a reverse proxy server.
Nov 17 08:02:03 arm systemd[1]: Reached target Multi-User System.
Nov 17 08:02:03 arm systemd[1]: Reached target Graphical Interface.
Nov 17 08:02:04 arm systemd[1]: Starting Update UTMP about System Runlevel Changes...
Nov 17 08:02:04 arm systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Nov 17 08:02:04 arm systemd[1]: Started Update UTMP about System Runlevel Changes.
Nov 17 08:02:04 arm systemd[1]: Startup finished in 5.295s (kernel) + 37.481s (userspace) = 42.777s.
Nov 17 08:02:08 arm login[640]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Nov 17 08:02:08 arm systemd-logind[251]: New session 1 of user root.
Nov 17 08:02:08 arm systemd[1]: Created slice User Slice of UID 0.
Nov 17 08:02:08 arm systemd[1]: Starting User Runtime Directory /run/user/0...
Nov 17 08:02:09 arm systemd[1]: Started User Runtime Directory /run/user/0.
Nov 17 08:02:09 arm systemd[1]: Starting User Manager for UID 0...
Nov 17 08:02:09 arm systemd[651]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG network certificate management daemon.
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 08:02:10 arm systemd[651]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 08:02:10 arm systemd[651]: Reached target Timers.
Nov 17 08:02:10 arm systemd[651]: Reached target Sockets.
Nov 17 08:02:10 arm systemd[651]: Reached target Paths.
Nov 17 08:02:10 arm systemd[651]: Reached target Basic System.
Nov 17 08:02:10 arm systemd[1]: Started User Manager for UID 0.
Nov 17 08:02:10 arm systemd[651]: Reached target Default.
Nov 17 08:02:10 arm systemd[651]: Startup finished in 1.648s.
Nov 17 08:02:10 arm systemd[1]: Started Session 1 of user root.
Nov 17 08:02:10 arm login[661]: ROOT LOGIN on '/dev/ttyO4'
Nov 17 08:02:31 arm systemd[1]: systemd-hostnamed.service: Succeeded.
I hope this is better
Best regards

AngelF
Posts: 5
Joined: 2020-11-17 07:17

Re: Debian 10.6 delay during startup

#7 Post by AngelF »

Hello again,

More log info, maybe this can show someone what is happening. At this point seems to be the delay

Code: Select all

Feb 14 11:12:07 A10M9C systemd[1]: Found device /dev/ttyO4.
Feb 14 11:12:07 A10M9C systemd-networkd[132]: Enumeration completed
Feb 14 11:12:07 A10M9C systemd[1]: Started Update UTMP about System Boot/Shutdown.
Feb 14 11:12:07 A10M9C systemd[1]: Started Network Service.
Feb 14 11:12:08 A10M9C systemd-udevd[129]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 14 11:12:08 A10M9C systemd-udevd[128]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 14 11:12:08 A10M9C systemd[1]: Started Network Time Synchronization.
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Feb 14 11:12:10 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Feb 14 11:12:10 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Feb 14 11:12:10 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Feb 14 11:12:10 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
Feb 14 11:12:10 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Feb 14 11:12:11 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Feb 14 11:12:11 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Feb 14 11:12:11 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Feb 14 11:12:11 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
Feb 14 11:12:11 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
Feb 14 11:12:11 A10M9C kernel: usbcore: registered new interface driver usbfs
Feb 14 11:12:11 A10M9C kernel: usbcore: registered new interface driver hub
Feb 14 11:12:11 A10M9C kernel: usbcore: registered new device driver usb
Feb 14 11:12:11 A10M9C kernel: c_can_platform 481d0000.can rename5: renamed from can1
Feb 14 11:12:11 A10M9C kernel: c_can_platform 481cc000.can can1: renamed from can0
Feb 14 11:12:11 A10M9C kernel: mcp25xxfd spi0.0 can3: renamed from can2
Feb 14 11:12:11 A10M9C kernel: c_can_platform 481d0000.can can2: renamed from rename5
Feb 14 11:12:11 A10M9C systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 14 11:12:11 A10M9C systemd-udevd[129]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 14 11:12:11 A10M9C systemd-udevd[125]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 14 11:12:11 A10M9C systemd-networkd[132]: can1: Interface name change detected, can1 has been renamed to rename5.
Feb 14 11:12:11 A10M9C kernel: musb-hdrc musb-hdrc.0: MUSB HDRC host driver
Feb 14 11:12:11 A10M9C kernel: musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
Feb 14 11:12:11 A10M9C kernel: hub 1-0:1.0: USB hub found
Feb 14 11:12:11 A10M9C kernel: hub 1-0:1.0: 1 port detected
Feb 14 11:12:11 A10M9C kernel: musb-hdrc musb-hdrc.1: MUSB HDRC host driver
Feb 14 11:12:11 A10M9C kernel: musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
Feb 14 11:12:11 A10M9C kernel: hub 2-0:1.0: USB hub found
Feb 14 11:12:11 A10M9C kernel: hub 2-0:1.0: 1 port detected
Feb 14 11:12:11 A10M9C systemd-networkd[132]: can0: Interface name change detected, can0 has been renamed to can1.
Feb 14 11:12:11 A10M9C systemd-networkd[132]: can2: Interface name change detected, can2 has been renamed to can3.
Feb 14 11:12:11 A10M9C systemd-networkd[132]: rename5: Interface name change detected, rename5 has been renamed to can2.
Feb 14 11:12:12 A10M9C systemd-udevd[128]: Process '/sbin/crda' failed with exit code 249.
Feb 14 11:12:12 A10M9C systemd-udevd[128]: Process '/sbin/crda' failed with exit code 249.
Feb 14 11:12:19 A10M9C systemd[1]: Condition check resulted in /sys/subsystem/net/devices/eth0 being skipped.
Feb 14 11:12:19 A10M9C systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 14 11:12:19 A10M9C systemd[1]: Started ifup for eth0.
Feb 14 11:12:19 A10M9C systemd[1]: Reached target System Time Synchronized.
Feb 14 11:12:19 A10M9C systemd[1]: Starting Network Name Resolution...
Feb 14 11:12:19 A10M9C systemd[1]: Reached target System Initialization.


I hope someone can help me
Best regards

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: Debian 10.6 delay during startup

#8 Post by sgosnell »

i don't see an unusual delay anywhere. The last log posted went for all of 12 seconds. Using systemd, 30 some-odd seconds to a desktop isn't unreasonable. You might be able to reduce that somewhat, but it wouldn't be worth the trouble to me.
Take my advice, I'm not using it.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Debian 10.6 delay during startup

#9 Post by Head_on_a_Stick »

Disable connman and stick to /etc/network/interfaces (ifupdown). I'll pay some attention to the logs once they are enclosed in code tags...
deadbang

AngelF
Posts: 5
Joined: 2020-11-17 07:17

Re: Debian 10.6 delay during startup

#10 Post by AngelF »

Hello,
Sorry for this so late reply. I have not been able to work on this issue for the last weeks, but now I am trying again to understand the problem.
Also sorry about the logs. I enclose in code tags the output from "journalctl -b", and now connman is not enabled.
This startup in Debian10.6 takes about 10seconds more than in our previous Debian9.6, and for our embedded system is something important to consider.
Ther is a 9 secs gap at this point:
Jan 18 17:33:49 A10M9C kernel: c_can_platform 481d0000.can can2: renamed from rename5
Jan 18 17:33:58 A10M9C systemd[1]: Condition check resulted in /sys/subsystem/net/devices/eth0 being skipped.

I hope now you can have a look to this log

Code: Select all

-- Logs begin at Thu 2019-02-14 11:12:01 CET, end at Tue 2021-01-19 09:15:11 CET. --
Feb 14 11:12:01 A10M9C kernel: Booting Linux on physical CPU 0x0
Feb 14 11:12:01 A10M9C kernel: Linux version 4.19.94-1.0.10+ (owzafs@PCOWZAFS) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #5 SMP PREEMPT Wed Nov 11 12:39:11 CET 2020
Feb 14 11:12:01 A10M9C kernel: CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
Feb 14 11:12:01 A10M9C kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Feb 14 11:12:01 A10M9C kernel: OF: fdt: Machine model: Owa4x board 1.0.14
Feb 14 11:12:01 A10M9C kernel: Memory policy: Data cache writeback
Feb 14 11:12:01 A10M9C kernel: efi: Getting EFI parameters from FDT:
Feb 14 11:12:01 A10M9C kernel: efi: UEFI not found.
Feb 14 11:12:01 A10M9C kernel: cma: Reserved 48 MiB at 0x9d000000
Feb 14 11:12:01 A10M9C kernel: On node 0 totalpages: 131072
Feb 14 11:12:01 A10M9C kernel:   Normal zone: 1152 pages used for memmap
Feb 14 11:12:01 A10M9C kernel:   Normal zone: 0 pages reserved
Feb 14 11:12:01 A10M9C kernel:   Normal zone: 131072 pages, LIFO batch:31
Feb 14 11:12:01 A10M9C kernel: CPU: All CPU(s) started in SVC mode.
Feb 14 11:12:01 A10M9C kernel: AM335X ES2.1 (neon)
Feb 14 11:12:01 A10M9C kernel: random: get_random_bytes called from start_kernel+0xa4/0x44c with crng_init=0
Feb 14 11:12:01 A10M9C kernel: percpu: Embedded 15 pages/cpu s32524 r8192 d20724 u61440
Feb 14 11:12:01 A10M9C kernel: pcpu-alloc: s32524 r8192 d20724 u61440 alloc=15*4096
Feb 14 11:12:01 A10M9C kernel: pcpu-alloc: [0] 0 
Feb 14 11:12:01 A10M9C kernel: Built 1 zonelists, mobility grouping on.  Total pages: 129920
Feb 14 11:12:01 A10M9C kernel: Kernel command line: console=ttyO4,115200n8 root=ubi0:rootfs rw ubi.mtd=NAND.file-system,1024 rootfstype=ubifs rootwait=1 quiet
Feb 14 11:12:01 A10M9C kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 14 11:12:01 A10M9C kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Feb 14 11:12:01 A10M9C kernel: Memory: 454804K/524288K available (9216K kernel code, 366K rwdata, 3116K rodata, 1024K init, 294K bss, 20332K reserved, 49152K cma-reserved, 0K highmem)
Feb 14 11:12:01 A10M9C kernel: Virtual kernel memory layout:
                                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                   vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
                                   lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
                                   pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
                                   modules : 0xbf000000 - 0xbfe00000   (  14 MB)
                                     .text : 0x(ptrval) - 0x(ptrval)   (10208 kB)
                                     .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                                     .data : 0x(ptrval) - 0x(ptrval)   ( 367 kB)
                                      .bss : 0x(ptrval) - 0x(ptrval)   ( 295 kB)
Feb 14 11:12:01 A10M9C kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Feb 14 11:12:01 A10M9C kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 14 11:12:01 A10M9C kernel: rcu:         RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
Feb 14 11:12:01 A10M9C kernel:         Tasks RCU enabled.
Feb 14 11:12:01 A10M9C kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Feb 14 11:12:01 A10M9C kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Feb 14 11:12:01 A10M9C kernel: IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
Feb 14 11:12:01 A10M9C kernel: OMAP clockevent source: timer2 at 24000000 Hz
Feb 14 11:12:01 A10M9C kernel: sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
Feb 14 11:12:01 A10M9C kernel: clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Feb 14 11:12:01 A10M9C kernel: OMAP clocksource: timer1 at 24000000 Hz
Feb 14 11:12:01 A10M9C kernel: timer_probe: no matching timers found
Feb 14 11:12:01 A10M9C kernel: Console: colour dummy device 80x30
Feb 14 11:12:01 A10M9C kernel: Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216)
Feb 14 11:12:01 A10M9C kernel: pid_max: default: 32768 minimum: 301
Feb 14 11:12:01 A10M9C kernel: Security Framework initialized
Feb 14 11:12:01 A10M9C kernel: AppArmor: AppArmor disabled by boot time parameter
Feb 14 11:12:01 A10M9C kernel: Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Feb 14 11:12:01 A10M9C kernel: Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Feb 14 11:12:01 A10M9C kernel: CPU: Testing write buffer coherency: ok
Feb 14 11:12:01 A10M9C kernel: CPU0: Spectre v2: using BPIALL workaround
Feb 14 11:12:01 A10M9C kernel: CPU0: thread -1, cpu 0, socket -1, mpidr 0
Feb 14 11:12:01 A10M9C kernel: Setting up static identity map for 0x80100000 - 0x80100060
Feb 14 11:12:01 A10M9C kernel: rcu: Hierarchical SRCU implementation.
Feb 14 11:12:01 A10M9C kernel: EFI services will not be available.
Feb 14 11:12:01 A10M9C kernel: smp: Bringing up secondary CPUs ...
Feb 14 11:12:01 A10M9C kernel: smp: Brought up 1 node, 1 CPU
Feb 14 11:12:01 A10M9C kernel: SMP: Total of 1 processors activated (795.44 BogoMIPS).
Feb 14 11:12:01 A10M9C kernel: CPU: All CPU(s) started in SVC mode.
Feb 14 11:12:01 A10M9C kernel: devtmpfs: initialized
Feb 14 11:12:01 A10M9C kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
Feb 14 11:12:01 A10M9C kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Feb 14 11:12:01 A10M9C kernel: futex hash table entries: 256 (order: 2, 16384 bytes)
Feb 14 11:12:01 A10M9C kernel: pinctrl core: initialized pinctrl subsystem
Feb 14 11:12:01 A10M9C kernel: DMI not present or invalid.
Feb 14 11:12:01 A10M9C kernel: NET: Registered protocol family 16
Feb 14 11:12:01 A10M9C kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Feb 14 11:12:01 A10M9C kernel: l4_wkup_cm:clk:0010:0: failed to disable
Feb 14 11:12:01 A10M9C kernel: audit: initializing netlink subsys (disabled)
Feb 14 11:12:01 A10M9C kernel: cpuidle: using governor ladder
Feb 14 11:12:01 A10M9C kernel: cpuidle: using governor menu
Feb 14 11:12:01 A10M9C kernel: audit: type=2000 audit(0.320:1): state=initialized audit_enabled=0 res=1
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip0: (gpio-0-31): added GPIO chardev (254:0)
Feb 14 11:12:01 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 0 to 31 on device: gpiochip0 (gpio-0-31)
Feb 14 11:12:01 A10M9C kernel: OMAP GPIO hardware version 0.1
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip1: (gpio-32-63): added GPIO chardev (254:1)
Feb 14 11:12:01 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio-32-63)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip2: (gpio-64-95): added GPIO chardev (254:2)
Feb 14 11:12:01 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio-64-95)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip3: (gpio-96-127): added GPIO chardev (254:3)
Feb 14 11:12:01 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio-96-127)
Feb 14 11:12:01 A10M9C kernel: No ATAGs?
Feb 14 11:12:01 A10M9C kernel: hw-breakpoint: debug architecture 0x4 unsupported.
Feb 14 11:12:01 A10M9C kernel: edma 49000000.edma: TI EDMA DMA engine driver
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@0[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'gpio' property of node '/fixedregulator@1[0]'
Feb 14 11:12:01 A10M9C kernel: media: Linux media interface: v0.10
Feb 14 11:12:01 A10M9C kernel: videodev: Linux video capture interface: v2.00
Feb 14 11:12:01 A10M9C kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 14 11:12:01 A10M9C kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 14 11:12:01 A10M9C kernel: PTP clock support registered
Feb 14 11:12:01 A10M9C kernel: EDAC MC: Ver: 3.0.0
Feb 14 11:12:01 A10M9C kernel: omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
Feb 14 11:12:01 A10M9C kernel: Advanced Linux Sound Architecture Driver Initialized.
Feb 14 11:12:01 A10M9C kernel: clocksource: Switched to clocksource timer1
Feb 14 11:12:01 A10M9C kernel: NET: Registered protocol family 2
Feb 14 11:12:01 A10M9C kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
Feb 14 11:12:01 A10M9C kernel: TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Feb 14 11:12:01 A10M9C kernel: TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Feb 14 11:12:01 A10M9C kernel: TCP: Hash tables configured (established 4096 bind 4096)
Feb 14 11:12:01 A10M9C kernel: UDP hash table entries: 256 (order: 1, 8192 bytes)
Feb 14 11:12:01 A10M9C kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Feb 14 11:12:01 A10M9C kernel: NET: Registered protocol family 1
Feb 14 11:12:01 A10M9C kernel: RPC: Registered named UNIX socket transport module.
Feb 14 11:12:01 A10M9C kernel: RPC: Registered udp transport module.
Feb 14 11:12:01 A10M9C kernel: RPC: Registered tcp transport module.
Feb 14 11:12:01 A10M9C kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 14 11:12:01 A10M9C kernel: PCI: CLS 0 bytes, default 64
Feb 14 11:12:01 A10M9C kernel: hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
Feb 14 11:12:01 A10M9C kernel: Initialise system trusted keyrings
Feb 14 11:12:01 A10M9C kernel: workingset: timestamp_bits=14 max_order=17 bucket_order=3
Feb 14 11:12:01 A10M9C kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Feb 14 11:12:01 A10M9C kernel: NFS: Registering the id_resolver key type
Feb 14 11:12:01 A10M9C kernel: Key type id_resolver registered
Feb 14 11:12:01 A10M9C kernel: Key type id_legacy registered
Feb 14 11:12:01 A10M9C kernel: ntfs: driver 2.1.32 [Flags: R/O].
Feb 14 11:12:01 A10M9C kernel: Key type asymmetric registered
Feb 14 11:12:01 A10M9C kernel: Asymmetric key parser 'x509' registered
Feb 14 11:12:01 A10M9C kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Feb 14 11:12:01 A10M9C kernel: io scheduler noop registered
Feb 14 11:12:01 A10M9C kernel: io scheduler deadline registered
Feb 14 11:12:01 A10M9C kernel: io scheduler cfq registered (default)
Feb 14 11:12:01 A10M9C kernel: io scheduler mq-deadline registered
Feb 14 11:12:01 A10M9C kernel: io scheduler kyber registered
Feb 14 11:12:01 A10M9C kernel: pinctrl-single 44e10800.pinmux: 142 pins, size 568
Feb 14 11:12:01 A10M9C kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
Feb 14 11:12:01 A10M9C kernel: Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
Feb 14 11:12:01 A10M9C kernel: omap_uart 44e09000.serial: no wakeirq for uart0
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@44e09000[0]'
Feb 14 11:12:01 A10M9C kernel: 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a OMAP UART0
Feb 14 11:12:01 A10M9C kernel: omap_uart 48022000.serial: no wakeirq for uart1
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@48022000[0]'
Feb 14 11:12:01 A10M9C kernel: 48022000.serial: ttyO1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a OMAP UART1
Feb 14 11:12:01 A10M9C kernel: omap_uart 48024000.serial: no wakeirq for uart2
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@48024000[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: 48024000.serial: ttyO2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a OMAP UART2
Feb 14 11:12:01 A10M9C kernel: omap_uart 481a6000.serial: no wakeirq for uart3
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a6000[0]'
Feb 14 11:12:01 A10M9C kernel: 481a6000.serial: ttyO3 at MMIO 0x481a6000 (irq = 33, base_baud = 3000000) is a OMAP UART3
Feb 14 11:12:01 A10M9C kernel: omap_uart 481a8000.serial: no wakeirq for uart4
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'rts-gpio' property of node '/ocp/serial@481a8000[0]'
Feb 14 11:12:01 A10M9C kernel: 481a8000.serial: ttyO4 at MMIO 0x481a8000 (irq = 34, base_baud = 3000000) is a OMAP UART4
Feb 14 11:12:01 A10M9C kernel: console [ttyO4] enabled
Feb 14 11:12:01 A10M9C kernel: omap_uart 481aa000.serial: no wakeirq for uart5
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'rts-gpio' property of node '/ocp/serial@481aa000[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: 481aa000.serial: ttyO5 at MMIO 0x481aa000 (irq = 35, base_baud = 3000000) is a OMAP UART5
Feb 14 11:12:01 A10M9C kernel: omap_rng 48310000.rng: Random Number Generator ver. 20
Feb 14 11:12:01 A10M9C kernel: random: fast init done
Feb 14 11:12:01 A10M9C kernel: random: crng init done
Feb 14 11:12:01 A10M9C kernel: brd: module loaded
Feb 14 11:12:01 A10M9C kernel: loop: module loaded
Feb 14 11:12:01 A10M9C kernel: mdio_bus fixed-0: GPIO lookup for consumer reset
Feb 14 11:12:01 A10M9C kernel: mdio_bus fixed-0: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: mdio_bus fixed-0: No GPIO consumer reset found
Feb 14 11:12:01 A10M9C kernel: libphy: Fixed MDIO Bus: probed
Feb 14 11:12:01 A10M9C kernel: tun: Universal TUN/TAP device driver, 1.6
Feb 14 11:12:01 A10M9C kernel: mdio_bus 4a101000.mdio: GPIO lookup for consumer reset
Feb 14 11:12:01 A10M9C kernel: mdio_bus 4a101000.mdio: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/ethernet@4a100000/mdio@4a101000[0]'
Feb 14 11:12:01 A10M9C kernel: mdio_bus 4a101000.mdio: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: mdio_bus 4a101000.mdio: No GPIO consumer reset found
Feb 14 11:12:01 A10M9C kernel: davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
Feb 14 11:12:01 A10M9C kernel: davinci_mdio 4a101000.mdio: detected phy mask fffffffd
Feb 14 11:12:01 A10M9C kernel: libphy: 4a101000.mdio: probed
Feb 14 11:12:01 A10M9C kernel: davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver SMSC LAN8710/LAN8720
Feb 14 11:12:01 A10M9C kernel: cpsw 4a100000.ethernet: No slave[0] phy_id, phy-handle, or fixed-link property
Feb 14 11:12:01 A10M9C kernel: cpsw 4a100000.ethernet: Detected MACID = a8:10:87:e5:4f:b3
Feb 14 11:12:01 A10M9C kernel: cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
Feb 14 11:12:01 A10M9C kernel: cpsw 4a100000.ethernet: ALE Table size 1024
Feb 14 11:12:01 A10M9C kernel: cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
Feb 14 11:12:01 A10M9C kernel: i2c /dev entries driver
Feb 14 11:12:01 A10M9C kernel: IR NEC protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR RC5(x/sz) protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR RC6 protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR JVC protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR Sony protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR SANYO protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR Sharp protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR MCE Keyboard/mouse protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: IR XMP protocol handler initialized
Feb 14 11:12:01 A10M9C kernel: device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
Feb 14 11:12:01 A10M9C kernel: cpu cpu0: "syscon" is missing, cannot use OPPv2 table.
Feb 14 11:12:01 A10M9C kernel: cpuidle: enable-method property 'ti,am3352' found operations
Feb 14 11:12:01 A10M9C kernel: sdhci: Secure Digital Host Controller Interface driver
Feb 14 11:12:01 A10M9C kernel: sdhci: Copyright(c) Pierre Ossman
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer cd
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@48060000[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@48060000[0]'
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: No GPIO consumer cd found
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: GPIO lookup for consumer wp
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@48060000[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@48060000[0]'
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: No GPIO consumer wp found
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.2
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer cd
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'cd-gpios' property of node '/ocp/mmc@481d8000[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'cd-gpio' property of node '/ocp/mmc@481d8000[0]'
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer cd found
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: GPIO lookup for consumer wp
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/ocp/mmc@481d8000[0]'
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/ocp/mmc@481d8000[0]'
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: using lookup tables for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: No GPIO consumer wp found
Feb 14 11:12:01 A10M9C kernel: omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.2
Feb 14 11:12:01 A10M9C kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/yellow[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip1: Persistence not supported for GPIO 15
Feb 14 11:12:01 A10M9C kernel: no flags found for gpios
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/green[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip3: Persistence not supported for GPIO 7
Feb 14 11:12:01 A10M9C kernel: no flags found for gpios
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/red[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip2: Persistence not supported for GPIO 20
Feb 14 11:12:01 A10M9C kernel: no flags found for gpios
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/leds/orange[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip1: Persistence not supported for GPIO 13
Feb 14 11:12:01 A10M9C kernel: no flags found for gpios
Feb 14 11:12:01 A10M9C kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 14 11:12:01 A10M9C kernel: omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
Feb 14 11:12:01 A10M9C kernel: omap-aes 53500000.aes: will run requests pump with realtime priority
Feb 14 11:12:01 A10M9C kernel: omap-sham 53100000.sham: hw accel on OMAP rev 4.3
Feb 14 11:12:01 A10M9C kernel: remoteproc remoteproc0: wkup_m3 is available
Feb 14 11:12:01 A10M9C kernel: NET: Registered protocol family 10
Feb 14 11:12:01 A10M9C kernel: Segment Routing with IPv6
Feb 14 11:12:01 A10M9C kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Feb 14 11:12:01 A10M9C kernel: NET: Registered protocol family 17
Feb 14 11:12:01 A10M9C kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Feb 14 11:12:01 A10M9C kernel: Key type dns_resolver registered
Feb 14 11:12:01 A10M9C kernel: Registering SWP/SWPB emulation handler
Feb 14 11:12:01 A10M9C kernel: omap_voltage_late_init: Voltage driver support not added
Feb 14 11:12:01 A10M9C kernel: PM: Cannot get wkup_m3_ipc handle
Feb 14 11:12:01 A10M9C kernel: Loading compiled-in X.509 certificates
Feb 14 11:12:01 A10M9C kernel: ima: No TPM chip found, activating TPM-bypass!
Feb 14 11:12:01 A10M9C kernel: ima: Allocated hash algorithm: sha1
Feb 14 11:12:01 A10M9C kernel: omap-gpmc 50000000.gpmc: GPMC revision 6.0
Feb 14 11:12:01 A10M9C kernel: gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
Feb 14 11:12:01 A10M9C kernel: gpiochip_find_base: found new base at 510
Feb 14 11:12:01 A10M9C kernel: gpio gpiochip4: (omap-gpmc): added GPIO chardev (254:4)
Feb 14 11:12:01 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 510 to 511 on device: gpiochip4 (omap-gpmc)
Feb 14 11:12:01 A10M9C kernel: omap2-nand 8000000.nand: GPIO lookup for consumer rb
Feb 14 11:12:01 A10M9C kernel: omap2-nand 8000000.nand: using device tree for GPIO lookup
Feb 14 11:12:01 A10M9C kernel: of_get_named_gpiod_flags: parsed 'rb-gpios' property of node '/ocp/gpmc@50000000/nand@0,0[0]' - status (0)
Feb 14 11:12:01 A10M9C kernel: nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xd3
Feb 14 11:12:01 A10M9C kernel: nand: Micron MT29F8G08ABACAWP
Feb 14 11:12:01 A10M9C kernel: nand: 1024 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB size: 224
Feb 14 11:12:01 A10M9C kernel: Using OMAP_ECC_BCH16_CODE_HW ECC scheme
Feb 14 11:12:01 A10M9C kernel: 11 fixed-partitions partitions found on MTD device omap2-nand.0
Feb 14 11:12:01 A10M9C kernel: Creating 11 MTD partitions on "omap2-nand.0":
Feb 14 11:12:01 A10M9C kernel: 0x000000000000-0x000000080000 : "NAND.SPL"
Feb 14 11:12:01 A10M9C kernel: 0x000000080000-0x000000100000 : "NAND.SPL.backup1"
Feb 14 11:12:01 A10M9C kernel: 0x000000100000-0x000000200000 : "NAND.u-boot-backup"
Feb 14 11:12:01 A10M9C kernel: 0x000000200000-0x000000280000 : "NAND.u-boot-spl-os"
Feb 14 11:12:01 A10M9C kernel: 0x000000280000-0x000000380000 : "NAND.u-boot"
Feb 14 11:12:01 A10M9C kernel: 0x000000380000-0x000000400000 : "NAND.u-boot-env"
Feb 14 11:12:01 A10M9C kernel: 0x000000400000-0x000000480000 : "NAND.u-boot-env.backup1"
Feb 14 11:12:01 A10M9C kernel: 0x000000480000-0x000000c80000 : "NAND.kernel"
Feb 14 11:12:01 A10M9C kernel: 0x000000c80000-0x000001480000 : "NAND.kernel-backup"
Feb 14 11:12:01 A10M9C kernel: 0x000001480000-0x000005480000 : "NAND.file-system.backup1"
Feb 14 11:12:01 A10M9C kernel: 0x000005480000-0x000040000000 : "NAND.file-system"
Feb 14 11:12:01 A10M9C kernel: omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
Feb 14 11:12:01 A10M9C kernel: PM: Cannot get wkup_m3_ipc handle
Feb 14 11:12:01 A10M9C kernel: remoteproc remoteproc0: powering up wkup_m3
Feb 14 11:12:01 A10M9C kernel: remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888
Feb 14 11:12:01 A10M9C kernel: remoteproc remoteproc0: remote processor wkup_m3 is now up
Feb 14 11:12:01 A10M9C kernel: wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
Feb 14 11:12:02 A10M9C kernel: PM: no-rtc available, rtc-only mode disabled.
Feb 14 11:12:02 A10M9C kernel: ubi0: attaching mtd10
Feb 14 11:12:02 A10M9C kernel: ubi0: scanning is finished
Feb 14 11:12:02 A10M9C kernel: ubi0: attached mtd10 (name "NAND.file-system", size 939 MiB)
Feb 14 11:12:02 A10M9C kernel: ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 258048 bytes
Feb 14 11:12:02 A10M9C kernel: ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 1024
Feb 14 11:12:02 A10M9C kernel: ubi0: VID header offset: 1024 (aligned 1024), data offset: 4096
Feb 14 11:12:02 A10M9C kernel: ubi0: good PEBs: 3758, bad PEBs: 0, corrupted PEBs: 0
Feb 14 11:12:02 A10M9C kernel: ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
Feb 14 11:12:02 A10M9C kernel: ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 1138485519
Feb 14 11:12:02 A10M9C kernel: ubi0: available PEBs: 0, total reserved PEBs: 3758, PEBs reserved for bad PEB handling: 80
Feb 14 11:12:02 A10M9C kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio_buttons@0/switch@1[0]' - status (0)
Feb 14 11:12:02 A10M9C kernel: gpio gpiochip0: Persistence not supported for GPIO 3
Feb 14 11:12:02 A10M9C kernel: input: gpio_buttons@0 as /devices/platform/gpio_buttons@0/input/input0
Feb 14 11:12:02 A10M9C kernel: ALSA device list:
Feb 14 11:12:02 A10M9C kernel:   No soundcards found.
Feb 14 11:12:02 A10M9C kernel: ubi0: background thread "ubi_bgt0d" started, PID 85
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 86
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): LEB size: 258048 bytes (252 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): FS size: 945487872 bytes (901 MiB, 3664 LEBs), journal size 9420800 bytes (8 MiB, 37 LEBs)
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID D3C3FE61-2C48-4364-B78F-C6B63C1ACF99, small LPT model
Feb 14 11:12:02 A10M9C kernel: UBIFS (ubi0:0): full atime support is enabled.
Feb 14 11:12:02 A10M9C kernel: VFS: Mounted root (ubifs filesystem) on device 0:16.
Feb 14 11:12:02 A10M9C kernel: devtmpfs: mounted
Feb 14 11:12:02 A10M9C kernel: Freeing unused kernel memory: 1024K
Feb 14 11:12:02 A10M9C kernel: Run /sbin/init as init process
Feb 14 11:12:02 A10M9C systemd[1]: System time before build time, advancing clock.
Feb 14 11:12:02 A10M9C systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
Feb 14 11:12:02 A10M9C systemd[1]: Detected architecture arm.
Feb 14 11:12:02 A10M9C systemd[1]: Set hostname to <A10M9C>.
Feb 14 11:12:02 A10M9C systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Feb 14 11:12:02 A10M9C systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
Feb 14 11:12:02 A10M9C systemd[1]: Created slice User and Session Slice.
Feb 14 11:12:02 A10M9C systemd[1]: Listening on udev Kernel Socket.
Feb 14 11:12:02 A10M9C systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 14 11:12:02 A10M9C systemd[1]: Created slice system-getty.slice.
Feb 14 11:12:02 A10M9C systemd[1]: Listening on udev Control Socket.
Feb 14 11:12:02 A10M9C kernel: PPP generic driver version 2.4.2
Feb 14 11:12:02 A10M9C kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 14 11:12:02 A10M9C kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 14 11:12:02 A10M9C kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 14 11:12:02 A10M9C kernel: platform regulatory.0: Falling back to syfs fallback for: regulatory.db
Feb 14 11:12:02 A10M9C kernel: mlan: loading out-of-tree module taints kernel.
Feb 14 11:12:02 A10M9C kernel: wlan: Loading MWLAN driver
Feb 14 11:12:02 A10M9C systemd-journald[106]: Journal started
Feb 14 11:12:02 A10M9C systemd-journald[106]: Runtime journal (/run/log/journal/b1945d840d5aba9198047a506005a3d3) is 5.0M, max 24.6M, 19.6M free.
Feb 14 11:12:02 A10M9C kernel: wlan: Driver loaded successfully
Feb 14 11:12:02 A10M9C systemd-modules-load[102]: Inserted module 'owa4x_gpio'
Feb 14 11:12:02 A10M9C systemd-modules-load[102]: Inserted module 'ppp_generic'
Feb 14 11:12:02 A10M9C systemd-modules-load[102]: Inserted module 'sd8xxx'
Feb 14 11:12:02 A10M9C systemd[1]: Started Load Kernel Modules.
Feb 14 11:12:02 A10M9C systemd[1]: Starting Apply Kernel Variables...
Feb 14 11:12:02 A10M9C systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Feb 14 11:12:02 A10M9C systemd[1]: Mounting Kernel Configuration File System...
Feb 14 11:12:02 A10M9C systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 14 11:12:02 A10M9C systemd[1]: Mounted Kernel Configuration File System.
Feb 14 11:12:02 A10M9C systemd[1]: Started Create Static Device Nodes in /dev.
Feb 14 11:12:02 A10M9C systemd[1]: Reached target Local File Systems (Pre).
Feb 14 11:12:02 A10M9C systemd[1]: Reached target Local File Systems.
Feb 14 11:12:02 A10M9C systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Feb 14 11:12:02 A10M9C systemd[1]: Starting udev Kernel Device Manager...
Feb 14 11:12:02 A10M9C systemd[1]: Started Apply Kernel Variables.
Feb 14 11:12:02 A10M9C systemd-journald[106]: Runtime journal (/run/log/journal/b1945d840d5aba9198047a506005a3d3) is 5.0M, max 24.6M, 19.6M free.
Feb 14 11:12:02 A10M9C systemd[1]: Started Flush Journal to Persistent Storage.
Feb 14 11:12:02 A10M9C systemd[1]: Starting Create Volatile Files and Directories...
Feb 14 11:12:03 A10M9C systemd[1]: Started udev Kernel Device Manager.
Feb 14 11:12:03 A10M9C systemd[1]: Started Create Volatile Files and Directories.
Feb 14 11:12:03 A10M9C systemd[1]: Starting Network Time Synchronization...
Feb 14 11:12:03 A10M9C systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Feb 14 11:12:03 A10M9C kernel: cfg80211: failed to load regulatory.db
Feb 14 11:12:04 A10M9C systemd[1]: Started Update UTMP about System Boot/Shutdown.
Feb 14 11:12:04 A10M9C systemd-timesyncd[134]: System clock time unset or jumped backwards, restoring from recorded timestamp: Mon 2021-01-18 17:33:45 CET
Jan 18 17:33:45 A10M9C systemd[1]: Started Network Time Synchronization.
Jan 18 17:33:45 A10M9C systemd[1]: Reached target System Time Synchronized.
Jan 18 17:33:45 A10M9C kernel: omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: GPIO lookup for consumer reset
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: using device tree for GPIO lookup
Jan 18 17:33:45 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Jan 18 17:33:45 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/i2c@4802a000/tlv320aic3100@18[0]'
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: using lookup tables for GPIO lookup
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: No GPIO consumer reset found
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply HPVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: Linked as a consumer to regulator.0
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPRVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply SPLVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply AVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply IOVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: tlv320aic31xx-codec 1-0018: 1-0018 supply DVDD not found, using dummy regulator
Jan 18 17:33:45 A10M9C kernel: CAN device driver interface
Jan 18 17:33:45 A10M9C kernel: c_can_platform 481cc000.can: c_can_platform device registered (regs=d71d5019, irq=40)
Jan 18 17:33:45 A10M9C kernel: c_can_platform 481d0000.can: c_can_platform device registered (regs=22940260, irq=41)
Jan 18 17:33:45 A10M9C kernel: gpiochip_find_base: found new base at 508
Jan 18 17:33:45 A10M9C kernel: gpio gpiochip5: (spi0.0): added GPIO chardev (254:5)
Jan 18 17:33:45 A10M9C kernel: gpiochip_setup_dev: registered GPIOs 508 to 509 on device: gpiochip5 (spi0.0)
Jan 18 17:33:45 A10M9C kernel: mcp25xxfd spi0.0: MCP2518 successfully initialized.
Jan 18 17:33:46 A10M9C systemd-udevd[128]: Using default interface naming scheme 'v240'.
Jan 18 17:33:46 A10M9C systemd-udevd[128]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:46 A10M9C systemd[1]: Started udev Coldplug all Devices.
Jan 18 17:33:46 A10M9C systemd[1]: Found device /dev/ttyO4.
Jan 18 17:33:47 A10M9C systemd-udevd[132]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:47 A10M9C systemd-udevd[126]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer reset
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer reset found
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: GPIO lookup for consumer vbus-detect
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using device tree for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401300[0]'
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: using lookup tables for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: No GPIO consumer vbus-detect found
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer reset
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'reset-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer reset found
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: GPIO lookup for consumer vbus-detect
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using device tree for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpios' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Jan 18 17:33:47 A10M9C kernel: of_get_named_gpiod_flags: can't parse 'vbus-detect-gpio' property of node '/ocp/usb@47400000/usb-phy@47401b00[0]'
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: using lookup tables for GPIO lookup
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: No GPIO consumer vbus-detect found
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
Jan 18 17:33:47 A10M9C kernel: am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
Jan 18 17:33:47 A10M9C kernel: usbcore: registered new interface driver usbfs
Jan 18 17:33:47 A10M9C kernel: usbcore: registered new interface driver hub
Jan 18 17:33:47 A10M9C kernel: usbcore: registered new device driver usb
Jan 18 17:33:48 A10M9C kernel: musb-hdrc musb-hdrc.0: MUSB HDRC host driver
Jan 18 17:33:48 A10M9C kernel: musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
Jan 18 17:33:48 A10M9C kernel: hub 1-0:1.0: USB hub found
Jan 18 17:33:48 A10M9C kernel: hub 1-0:1.0: 1 port detected
Jan 18 17:33:48 A10M9C kernel: musb-hdrc musb-hdrc.1: MUSB HDRC host driver
Jan 18 17:33:48 A10M9C kernel: musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
Jan 18 17:33:48 A10M9C kernel: hub 2-0:1.0: USB hub found
Jan 18 17:33:48 A10M9C kernel: hub 2-0:1.0: 1 port detected
Jan 18 17:33:49 A10M9C systemd-udevd[137]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:49 A10M9C systemd-udevd[136]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:49 A10M9C kernel: c_can_platform 481cc000.can rename4: renamed from can0
Jan 18 17:33:49 A10M9C kernel: c_can_platform 481d0000.can rename5: renamed from can1
Jan 18 17:33:49 A10M9C kernel: c_can_platform 481cc000.can can1: renamed from rename4
Jan 18 17:33:49 A10M9C systemd-udevd[132]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 18 17:33:49 A10M9C kernel: mcp25xxfd spi0.0 can3: renamed from can2
Jan 18 17:33:49 A10M9C kernel: c_can_platform 481d0000.can can2: renamed from rename5
Jan 18 17:33:58 A10M9C systemd[1]: Condition check resulted in /sys/subsystem/net/devices/eth0 being skipped.
Jan 18 17:33:58 A10M9C systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 18 17:33:58 A10M9C systemd[1]: Started ifup for eth0.
Jan 18 17:33:58 A10M9C systemd[1]: Starting Helper to synchronize boot up for ifupdown...
Jan 18 17:33:58 A10M9C systemd[1]: Reached target System Initialization.
Jan 18 17:33:58 A10M9C systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 18 17:33:58 A10M9C systemd[1]: logrotate.timer: Not using persistent file timestamp Tue 2021-01-19 09:09:52 CET as it is in the future.
Jan 18 17:33:58 A10M9C systemd[1]: Started Daily rotation of log files.
Jan 18 17:33:58 A10M9C systemd[1]: Started Discard unused blocks once a week.
Jan 18 17:33:58 A10M9C systemd[1]: apt-daily.timer: Not using persistent file timestamp Tue 2021-01-19 09:09:52 CET as it is in the future.
Jan 18 17:33:58 A10M9C systemd[1]: Started Daily apt download activities.
Jan 18 17:33:58 A10M9C systemd[1]: apt-daily-upgrade.timer: Not using persistent file timestamp Tue 2021-01-19 09:09:52 CET as it is in the future.
Jan 18 17:33:58 A10M9C systemd[1]: Started Daily apt upgrade and clean activities.
Jan 18 17:33:58 A10M9C systemd[1]: Reached target Timers.
Jan 18 17:33:58 A10M9C systemd[1]: Listening on OpenBSD Secure Shell server socket.
Jan 18 17:33:58 A10M9C systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 18 17:33:58 A10M9C systemd[1]: Reached target Sockets.
Jan 18 17:33:58 A10M9C systemd[1]: Reached target Basic System.
Jan 18 17:33:58 A10M9C systemd[1]: Started Regular background program processing daemon.
Jan 18 17:33:58 A10M9C systemd[1]: Started D-Bus System Message Bus.
Jan 18 17:33:58 A10M9C cron[186]: (CRON) INFO (pidfile fd = 3)
Jan 18 17:33:58 A10M9C cron[186]: (CRON) INFO (Running @reboot jobs)
Jan 18 17:33:58 A10M9C systemd[1]: Starting Login Service...
Jan 18 17:33:58 A10M9C systemd[1]: Started pmsrv service.
Jan 18 17:33:58 A10M9C systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped.
Jan 18 17:33:58 A10M9C systemd[1]: Started Sytem maintenance service.
Jan 18 17:33:58 A10M9C systemd[1]: Starting LSB: Start busybox udhcpd at boot time...
Jan 18 17:33:58 A10M9C systemd[1]: Starting System Logging Service...
Jan 18 17:33:58 A10M9C systemd[1]: Started Helper to synchronize boot up for ifupdown.
Jan 18 17:33:58 A10M9C systemd[1]: Starting Raise network interfaces...
Jan 18 17:33:59 A10M9C systemd-logind[191]: New seat seat0.
Jan 18 17:33:59 A10M9C system_maintenance.sh[194]: HW file does exist
Jan 18 17:34:00 A10M9C systemd[1]: Started Login Service.
Jan 18 17:34:00 A10M9C system_maintenance.sh[194]: HW environment variable does exist
Jan 18 17:34:00 A10M9C systemd[1]: Started Raise network interfaces.
Jan 18 17:34:00 A10M9C rsyslogd[197]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.1901.0]
Jan 18 17:34:00 A10M9C rsyslogd[197]:  [origin software="rsyslogd" swVersion="8.1901.0" x-pid="197" x-info="https://www.rsyslog.com"] start
Jan 18 17:34:00 A10M9C dhclient[232]: Internet Systems Consortium DHCP Client 4.4.1
Jan 18 17:34:00 A10M9C dhclient[232]: Copyright 2004-2018 Internet Systems Consortium.
Jan 18 17:34:00 A10M9C sh[179]: Internet Systems Consortium DHCP Client 4.4.1
Jan 18 17:34:00 A10M9C sh[179]: Copyright 2004-2018 Internet Systems Consortium.
Jan 18 17:34:00 A10M9C sh[179]: All rights reserved.
Jan 18 17:34:00 A10M9C sh[179]: For info, please visit https://www.isc.org/software/dhcp/
Jan 18 17:34:00 A10M9C systemd[1]: Started System Logging Service.
Jan 18 17:34:00 A10M9C dhclient[232]: All rights reserved.
Jan 18 17:34:00 A10M9C dhclient[232]: For info, please visit https://www.isc.org/software/dhcp/
Jan 18 17:34:00 A10M9C dhclient[232]: 
Jan 18 17:34:00 A10M9C systemd[1]: Reached target Network.
Jan 18 17:34:00 A10M9C systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped.
Jan 18 17:34:00 A10M9C udhcpd[195]: udhcpd: Disabled. Edit /etc/default/udhcpd to enable it.
Jan 18 17:34:00 A10M9C system_maintenance.sh[194]: PARTITION:mtd3
Jan 18 17:34:00 A10M9C systemd[1]: Starting Generic Board Startup...
Jan 18 17:34:00 A10M9C systemd[1]: Starting Permit User Sessions...
Jan 18 17:34:00 A10M9C systemd[1]: Started LSB: Start busybox udhcpd at boot time.
Jan 18 17:34:00 A10M9C systemd[1]: generic-board-startup.service: Succeeded.
Jan 18 17:34:00 A10M9C systemd[1]: Started Generic Board Startup.
Jan 18 17:34:00 A10M9C kernel: net eth0: initializing cpsw version 1.12 (0)
Jan 18 17:34:00 A10M9C kernel: libphy: PHY  not found
Jan 18 17:34:00 A10M9C kernel: net eth0: phy "" not found on slave 0, err -19
Jan 18 17:34:00 A10M9C system_maintenance.sh[194]: Local devicetree file exists
Jan 18 17:34:01 A10M9C kernel: SMSC LAN8710/LAN8720 4a101000.mdio:01: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=4a101000.mdio:01, irq=POLL)
Jan 18 17:34:01 A10M9C kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 18 17:34:01 A10M9C systemd[1]: Started Permit User Sessions.
Jan 18 17:34:01 A10M9C systemd[1]: Started Getty on tty1.
Jan 18 17:34:01 A10M9C dhclient[232]: Listening on LPF/eth0/a8:10:87:e5:4f:b3
Jan 18 17:34:01 A10M9C sh[179]: Listening on LPF/eth0/a8:10:87:e5:4f:b3
Jan 18 17:34:01 A10M9C sh[179]: Sending on   LPF/eth0/a8:10:87:e5:4f:b3
Jan 18 17:34:01 A10M9C dhclient[232]: Sending on   LPF/eth0/a8:10:87:e5:4f:b3
Jan 18 17:34:01 A10M9C dhclient[232]: Sending on   Socket/fallback
Jan 18 17:34:01 A10M9C sh[179]: Sending on   Socket/fallback
Jan 18 17:34:01 A10M9C dhclient[232]: DHCPREQUEST for 192.168.0.11 on eth0 to 255.255.255.255 port 67
Jan 18 17:34:01 A10M9C systemd[1]: Started Serial Getty on ttyO4.
Jan 18 17:34:01 A10M9C sh[179]: DHCPREQUEST for 192.168.0.11 on eth0 to 255.255.255.255 port 67
Jan 18 17:34:01 A10M9C systemd[1]: Reached target Login Prompts.
Jan 18 17:34:01 A10M9C systemd[1]: Reached target Multi-User System.
Jan 18 17:34:01 A10M9C systemd[1]: Reached target Graphical Interface.
Jan 18 17:34:01 A10M9C systemd[1]: Starting Update UTMP about System Runlevel Changes...
Jan 18 17:34:01 A10M9C systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Jan 18 17:34:01 A10M9C systemd[1]: Started Update UTMP about System Runlevel Changes.
Jan 18 17:34:01 A10M9C systemd[1]: Startup finished in 3.672s (kernel) + 23.504s (userspace) = 27.177s.
Jan 19 09:14:58 A10M9C systemd[1]: Starting Rotate log files...
Jan 19 09:14:58 A10M9C systemd[1]: Starting Daily apt download activities...
Jan 19 09:14:59 A10M9C systemd[1]: system_maintenance.service: Succeeded.
Jan 19 09:15:03 A10M9C dhclient[232]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Jan 19 09:15:03 A10M9C sh[179]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Jan 19 09:15:03 A10M9C login[265]: pam_env(login:session): Unable to open env file: /etc/default/locale: No such file or directory
Jan 19 09:15:03 A10M9C kernel: vdd_mpu: disabling
Jan 19 09:15:03 A10M9C kernel: vmmcsd_fixed: disabling
Jan 19 09:15:03 A10M9C login[265]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
Jan 19 09:15:03 A10M9C systemd[1]: Created slice User Slice of UID 0.
Jan 19 09:15:03 A10M9C systemd[1]: Starting User Runtime Directory /run/user/0...
Jan 19 09:15:04 A10M9C systemd-logind[191]: New session 1 of user root.
Jan 19 09:15:04 A10M9C systemd[1]: Started User Runtime Directory /run/user/0.
Jan 19 09:15:04 A10M9C systemd[1]: Starting User Manager for UID 0...
Jan 19 09:15:04 A10M9C systemd[300]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
Jan 19 09:15:07 A10M9C systemd[300]: Reached target Timers.
Jan 19 09:15:07 A10M9C systemd[300]: Listening on GnuPG network certificate management daemon.
Jan 19 09:15:07 A10M9C systemd[300]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 19 09:15:07 A10M9C systemd[300]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 19 09:15:07 A10M9C systemd[300]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 19 09:15:07 A10M9C systemd[300]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 19 09:15:07 A10M9C systemd[300]: Reached target Sockets.
Jan 19 09:15:07 A10M9C systemd[300]: Reached target Paths.
Jan 19 09:15:07 A10M9C systemd[300]: Reached target Basic System.
Jan 19 09:15:07 A10M9C systemd[1]: Started User Manager for UID 0.
Jan 19 09:15:07 A10M9C systemd[300]: Reached target Default.
Jan 19 09:15:07 A10M9C systemd[300]: Startup finished in 2.693s.
Jan 19 09:15:07 A10M9C systemd[1]: Started Session 1 of user root.
Jan 19 09:15:07 A10M9C login[310]: ROOT LOGIN  on '/dev/ttyO4'
Jan 19 09:15:09 A10M9C systemd[1]: logrotate.service: Succeeded.
Jan 19 09:15:09 A10M9C systemd[1]: Started Rotate log files.
Jan 19 09:15:11 A10M9C dhclient[232]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
Jan 19 09:15:11 A10M9C sh[179]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14
Thank you for your help and best regards
Angel

Post Reply