Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created August 1, 2023 06:17
Show Gist options
  • Save DhruvaG2000/8410fac048c677c40cd94f5169b5b0b4 to your computer and use it in GitHub Desktop.
Save DhruvaG2000/8410fac048c677c40cd94f5169b5b0b4 to your computer and use it in GitHub Desktop.
ð
[2023-08-01 11:43:06] U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
[2023-08-01 11:43:06] SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[2023-08-01 11:43:06] SPL initial stack usage: 13376 bytes
[2023-08-01 11:43:06] Trying to boot from MMC2
[2023-08-01 11:43:06] Authentication passed
[2023-08-01 11:43:06] Authentication passed
[2023-08-01 11:43:06] Authentication passed
[2023-08-01 11:43:06] Authentication passed
[2023-08-01 11:43:06] Authentication passed
[2023-08-01 11:43:06] Starting ATF on ARM64 core...
[2023-08-01 11:43:06]
[2023-08-01 11:43:06] NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
[2023-08-01 11:43:06] NOTICE: BL31: Built : 00:42:57, Jan 13 2023
[2023-08-01 11:43:06]
[2023-08-01 11:43:06] U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
[2023-08-01 11:43:06] SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[2023-08-01 11:43:06] SPL initial stack usage: 1856 bytes
[2023-08-01 11:43:06] Trying to boot from MMC2
[2023-08-01 11:43:07] Authentication passed
[2023-08-01 11:43:07] Authentication passed
[2023-08-01 11:43:07]
[2023-08-01 11:43:07]
[2023-08-01 11:43:07] U-Boot 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
[2023-08-01 11:43:07]
[2023-08-01 11:43:07] SoC: AM62X SR1.0 HS-FS
[2023-08-01 11:43:07] Model: Texas Instruments AM625 SK
[2023-08-01 11:43:07] EEPROM not available at 80, trying to read at 81
[2023-08-01 11:43:07] Board: AM62B-SKEVM rev A
[2023-08-01 11:43:07] DRAM: 2 GiB
[2023-08-01 11:43:08] Core: 71 devices, 31 uclasses, devicetree: separate
[2023-08-01 11:43:08] MMC: mmc@fa10000: 0, mmc@fa00000: 1
[2023-08-01 11:43:08] Loading Environment from nowhere... OK
[2023-08-01 11:43:08] In: serial
[2023-08-01 11:43:08] Out: serial
[2023-08-01 11:43:08] Err: serial
[2023-08-01 11:43:08] Net: eth0: ethernet@8000000port@1
[2023-08-01 11:43:08] Hit any key to stop autoboot: 2  1  0
[2023-08-01 11:43:10] switch to partitions #0, OK
[2023-08-01 11:43:10] mmc1 is current device
[2023-08-01 11:43:10] SD/MMC found on device 1
[2023-08-01 11:43:10] Failed to load 'boot.scr'
[2023-08-01 11:43:10] 574 bytes read in 13 ms (43 KiB/s)
[2023-08-01 11:43:10] Loaded env from uEnv.txt
[2023-08-01 11:43:10] Importing environment from mmc1 ...
[2023-08-01 11:43:10] ## Error: "main_cpsw0_qsgmii_phyinit" not defined
[2023-08-01 11:43:11] 41163264 bytes read in 447 ms (87.8 MiB/s)
[2023-08-01 11:43:11] 35088 bytes read in 15 ms (2.2 MiB/s)
[2023-08-01 11:43:11] Working FDT set to 88000000
[2023-08-01 11:43:11] ## Flattened Device Tree blob at 88000000
[2023-08-01 11:43:11] Booting using the fdt blob at 0x88000000
[2023-08-01 11:43:11] Working FDT set to 88000000
[2023-08-01 11:43:11] Loading Device Tree to 000000008fef4000, end 000000008fffffff ... OK
[2023-08-01 11:43:11] Working FDT set to 8fef4000
[2023-08-01 11:43:11]
[2023-08-01 11:43:11] Starting kernel ...
[2023-08-01 11:43:11]
[2023-08-01 11:43:11] [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[2023-08-01 11:43:11] [ 0.000000] Linux version 6.5.0-rc4-next-20230731-00004-g8fa2dff132ec (dhruva@dhruva) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #50 SMP PREEMPT Tue Aug 1 11:35:22 IST 2023
[2023-08-01 11:43:11] [ 0.000000] KASLR disabled due to lack of seed
[2023-08-01 11:43:11] [ 0.000000] Machine model: Texas Instruments AM625 SK
[2023-08-01 11:43:11] [ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[2023-08-01 11:43:11] [ 0.000000] printk: bootconsole [ns16550a0] enabled
[2023-08-01 11:43:11] [ 0.000000] efi: UEFI not found.
[2023-08-01 11:43:11] [ 0.000000] OF: reserved mem: 0x000000009ca00000..0x000000009cafffff (1024 KiB) map non-reusable ramoops@9ca00000
[2023-08-01 11:43:11] [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[2023-08-01 11:43:11] [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9db00000, compatible id shared-dma-pool
[2023-08-01 11:43:11] [ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-dma-memory@9db00000
[2023-08-01 11:43:11] [ 0.000000] OF: reserved mem: 0x000000009e780000..0x000000009e7fffff (512 KiB) nomap non-reusable tfa@9e780000
[2023-08-01 11:43:11] [ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[2023-08-01 11:43:11] [ 0.000000] NUMA: No NUMA configuration found
[2023-08-01 11:43:11] [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[2023-08-01 11:43:11] [ 0.000000] NUMA: NODE_DATA [mem 0xffbe19c0-0xffbe3fff]
[2023-08-01 11:43:11] [ 0.000000] Zone ranges:
[2023-08-01 11:43:11] [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[2023-08-01 11:43:11] [ 0.000000] DMA32 empty
[2023-08-01 11:43:11] [ 0.000000] Normal empty
[2023-08-01 11:43:11] [ 0.000000] Movable zone start for each node
[2023-08-01 11:43:11] [ 0.000000] Early memory node ranges
[2023-08-01 11:43:11] [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009dafffff]
[2023-08-01 11:43:11] [ 0.000000] node 0: [mem 0x000000009db00000-0x000000009e6fffff]
[2023-08-01 11:43:11] [ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[2023-08-01 11:43:11] [ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[2023-08-01 11:43:11] [ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[2023-08-01 11:43:11] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[2023-08-01 11:43:11] [ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000
[2023-08-01 11:43:11] [ 0.000000] psci: probing for conduit method from DT.
[2023-08-01 11:43:11] [ 0.000000] psci: PSCIv1.1 detected in firmware.
[2023-08-01 11:43:11] [ 0.000000] psci: Using standard PSCI v0.2 function IDs
[2023-08-01 11:43:11] [ 0.000000] psci: Trusted OS migration not required
[2023-08-01 11:43:11] [ 0.000000] psci: SMC Calling Convention v1.2
[2023-08-01 11:43:11] [ 0.000000] percpu: Embedded 22 pages/cpu s50536 r8192 d31384 u90112
[2023-08-01 11:43:11] [ 0.000000] Detected VIPT I-cache on CPU0
[2023-08-01 11:43:11] [ 0.000000] CPU features: detected: GIC system register CPU interface
[2023-08-01 11:43:11] [ 0.000000] CPU features: detected: ARM erratum 845719
[2023-08-01 11:43:11] [ 0.000000] alternatives: applying boot alternatives
[2023-08-01 11:43:11] [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=062ca3dc-02 rw rootfstype=ext4 rootwait
[2023-08-01 11:43:11] [ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system)", will be passed to user space.
[2023-08-01 11:43:11] [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[2023-08-01 11:43:11] [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[2023-08-01 11:43:11] [ 0.000000] Fallback order for Node 0: 0
[2023-08-01 11:43:11] [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[2023-08-01 11:43:11] [ 0.000000] Policy zone: DMA
[2023-08-01 11:43:11] [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[2023-08-01 11:43:11] [ 0.000000] software IO TLB: area num 4.
[2023-08-01 11:43:11] [ 0.000000] software IO TLB: mapped [mem 0x00000000f7800000-0x00000000fb800000] (64MB)
[2023-08-01 11:43:11] [ 0.000000] Memory: 1878340K/2097152K available (16256K kernel code, 4230K rwdata, 10544K rodata, 9024K init, 615K bss, 186044K reserved, 32768K cma-reserved)
[2023-08-01 11:43:11] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[2023-08-01 11:43:11] [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[2023-08-01 11:43:11] [ 0.000000] rcu: RCU event tracing is enabled.
[2023-08-01 11:43:11] [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[2023-08-01 11:43:11] [ 0.000000] Trampoline variant of Tasks RCU enabled.
[2023-08-01 11:43:11] [ 0.000000] Tracing variant of Tasks RCU enabled.
[2023-08-01 11:43:11] [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[2023-08-01 11:43:11] [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[2023-08-01 11:43:11] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[2023-08-01 11:43:11] [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[2023-08-01 11:43:11] [ 0.000000] GICv3: 256 SPIs implemented
[2023-08-01 11:43:11] [ 0.000000] GICv3: 0 Extended SPIs implemented
[2023-08-01 11:43:11] [ 0.000000] Root IRQ handler: gic_handle_irq
[2023-08-01 11:43:11] [ 0.000000] GICv3: GICv3 features: 16 PPIs
[2023-08-01 11:43:11] [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[2023-08-01 11:43:11] [ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[2023-08-01 11:43:11] [ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[2023-08-01 11:43:11] [ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[2023-08-01 11:43:11] [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
[2023-08-01 11:43:12] [ 0.000000] ITS: using cache flushing for cmd queue
[2023-08-01 11:43:12] [ 0.000000] GICv3: using LPI property table @0x0000000080040000
[2023-08-01 11:43:12] [ 0.000000] GIC: using cache flushing for LPI property table
[2023-08-01 11:43:12] [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
[2023-08-01 11:43:12] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[2023-08-01 11:43:12] [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[2023-08-01 11:43:12] [ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[2023-08-01 11:43:12] [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[2023-08-01 11:43:12] [ 0.009400] Console: colour dummy device 80x25
[2023-08-01 11:43:12] [ 0.014051] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[2023-08-01 11:43:12] [ 0.024743] pid_max: default: 32768 minimum: 301
[2023-08-01 11:43:12] [ 0.029550] LSM: initializing lsm=capability,integrity
[2023-08-01 11:43:12] [ 0.034935] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[2023-08-01 11:43:12] [ 0.042519] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[2023-08-01 11:43:12] [ 0.052681] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[2023-08-01 11:43:12] [ 0.060052] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[2023-08-01 11:43:12] [ 0.068051] rcu: Hierarchical SRCU implementation.
[2023-08-01 11:43:12] [ 0.072960] rcu: Max phase no-delay instances is 1000.
[2023-08-01 11:43:12] [ 0.078604] Platform MSI: msi-controller@1820000 domain created
[2023-08-01 11:43:12] [ 0.084865] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[2023-08-01 11:43:12] [ 0.094126] fsl-mc MSI: msi-controller@1820000 domain created
[2023-08-01 11:43:12] [ 0.101556] EFI services will not be available.
[2023-08-01 11:43:12] [ 0.106568] smp: Bringing up secondary CPUs ...
[2023-08-01 11:43:12] [ 0.112024] Detected VIPT I-cache on CPU1
[2023-08-01 11:43:12] [ 0.112130] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[2023-08-01 11:43:12] [ 0.112148] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[2023-08-01 11:43:12] [ 0.112218] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[2023-08-01 11:43:12] [ 0.113081] Detected VIPT I-cache on CPU2
[2023-08-01 11:43:12] [ 0.113153] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[2023-08-01 11:43:12] [ 0.113171] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
[2023-08-01 11:43:12] [ 0.113214] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[2023-08-01 11:43:12] [ 0.113955] Detected VIPT I-cache on CPU3
[2023-08-01 11:43:12] [ 0.114027] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[2023-08-01 11:43:12] [ 0.114042] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
[2023-08-01 11:43:12] [ 0.114081] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[2023-08-01 11:43:12] [ 0.114166] smp: Brought up 1 node, 4 CPUs
[2023-08-01 11:43:12] [ 0.193932] SMP: Total of 4 processors activated.
[2023-08-01 11:43:12] [ 0.198749] CPU features: detected: 32-bit EL0 Support
[2023-08-01 11:43:12] [ 0.204022] CPU features: detected: 32-bit EL1 Support
[2023-08-01 11:43:12] [ 0.209288] CPU features: detected: CRC32 instructions
[2023-08-01 11:43:12] [ 0.214638] CPU: All CPU(s) started at EL2
[2023-08-01 11:43:12] [ 0.218851] alternatives: applying system-wide alternatives
[2023-08-01 11:43:12] [ 0.227512] devtmpfs: initialized
[2023-08-01 11:43:12] [ 0.237812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[2023-08-01 11:43:12] [ 0.247852] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[2023-08-01 11:43:12] [ 0.256370] pinctrl core: initialized pinctrl subsystem
[2023-08-01 11:43:12] [ 0.264058] DMI not present or invalid.
[2023-08-01 11:43:12] [ 0.268938] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[2023-08-01 11:43:12] [ 0.276302] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[2023-08-01 11:43:12] [ 0.283717] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[2023-08-01 11:43:12] [ 0.291794] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[2023-08-01 11:43:12] [ 0.300016] audit: initializing netlink subsys (disabled)
[2023-08-01 11:43:12] [ 0.305835] audit: type=2000 audit(0.184:1): state=initialized audit_enabled=0 res=1
[2023-08-01 11:43:12] [ 0.307357] thermal_sys: Registered thermal governor 'step_wise'
[2023-08-01 11:43:12] [ 0.313788] thermal_sys: Registered thermal governor 'power_allocator'
[2023-08-01 11:43:12] [ 0.320031] cpuidle: using governor menu
[2023-08-01 11:43:12] [ 0.331135] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[2023-08-01 11:43:12] [ 0.338214] ASID allocator initialised with 65536 entries
[2023-08-01 11:43:12] [ 0.346132] Serial: AMBA PL011 UART driver
[2023-08-01 11:43:12] [ 0.373537] Modules: 22544 pages in range for non-PLT usage
[2023-08-01 11:43:12] [ 0.373567] Modules: 514064 pages in range for PLT usage
[2023-08-01 11:43:12] [ 0.380303] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[2023-08-01 11:43:12] [ 0.392705] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[2023-08-01 11:43:12] [ 0.399115] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[2023-08-01 11:43:12] [ 0.406057] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[2023-08-01 11:43:12] [ 0.412466] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[2023-08-01 11:43:12] [ 0.419406] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[2023-08-01 11:43:12] [ 0.425814] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[2023-08-01 11:43:12] [ 0.432754] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[2023-08-01 11:43:12] [ 0.441303] ACPI: Interpreter disabled.
[2023-08-01 11:43:12] [ 0.447697] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[2023-08-01 11:43:12] [ 0.457258] iommu: Default domain type: Translated
[2023-08-01 11:43:12] [ 0.462203] iommu: DMA domain TLB invalidation policy: strict mode
[2023-08-01 11:43:12] [ 0.468904] SCSI subsystem initialized
[2023-08-01 11:43:12] [ 0.473172] usbcore: registered new interface driver usbfs
[2023-08-01 11:43:12] [ 0.478820] usbcore: registered new interface driver hub
[2023-08-01 11:43:12] [ 0.484278] usbcore: registered new device driver usb
[2023-08-01 11:43:12] [ 0.490733] pps_core: LinuxPPS API ver. 1 registered
[2023-08-01 11:43:12] [ 0.495817] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[2023-08-01 11:43:12] [ 0.505169] PTP clock support registered
[2023-08-01 11:43:12] [ 0.509351] EDAC MC: Ver: 3.0.0
[2023-08-01 11:43:12] [ 0.513603] scmi_core: SCMI protocol bus registered
[2023-08-01 11:43:12] [ 0.519557] FPGA manager framework
[2023-08-01 11:43:12] [ 0.523164] Advanced Linux Sound Architecture Driver Initialized.
[2023-08-01 11:43:12] [ 0.530790] vgaarb: loaded
[2023-08-01 11:43:12] [ 0.534701] clocksource: Switched to clocksource arch_sys_counter
[2023-08-01 11:43:12] [ 0.541312] VFS: Disk quotas dquot_6.6.0
[2023-08-01 11:43:12] [ 0.545366] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[2023-08-01 11:43:12] [ 0.552619] pnp: PnP ACPI: disabled
[2023-08-01 11:43:12] [ 0.563176] NET: Registered PF_INET protocol family
[2023-08-01 11:43:12] [ 0.568515] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[2023-08-01 11:43:12] [ 0.577717] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[2023-08-01 11:43:12] [ 0.586554] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[2023-08-01 11:43:12] [ 0.594497] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[2023-08-01 11:43:12] [ 0.602718] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[2023-08-01 11:43:12] [ 0.610869] TCP: Hash tables configured (established 16384 bind 16384)
[2023-08-01 11:43:12] [ 0.617832] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[2023-08-01 11:43:12] [ 0.624773] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[2023-08-01 11:43:12] [ 0.632330] NET: Registered PF_UNIX/PF_LOCAL protocol family
[2023-08-01 11:43:12] [ 0.638786] RPC: Registered named UNIX socket transport module.
[2023-08-01 11:43:12] [ 0.644869] RPC: Registered udp transport module.
[2023-08-01 11:43:12] [ 0.649679] RPC: Registered tcp transport module.
[2023-08-01 11:43:12] [ 0.654489] RPC: Registered tcp-with-tls transport module.
[2023-08-01 11:43:12] [ 0.660099] RPC: Registered tcp NFSv4.1 backchannel transport module.
[2023-08-01 11:43:12] [ 0.666708] PCI: CLS 0 bytes, default 64
[2023-08-01 11:43:12] [ 0.671353] kvm [1]: IPA Size Limit: 40 bits
[2023-08-01 11:43:12] [ 0.677896] kvm [1]: vgic-v2@100010000
[2023-08-01 11:43:12] [ 0.681775] kvm [1]: GIC system register CPU interface enabled
[2023-08-01 11:43:12] [ 0.687782] kvm [1]: vgic interrupt IRQ9
[2023-08-01 11:43:12] [ 0.691820] kvm [1]: Hyp mode initialized successfully
[2023-08-01 11:43:12] [ 0.698874] Initialise system trusted keyrings
[2023-08-01 11:43:12] [ 0.703768] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[2023-08-01 11:43:12] [ 0.710807] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[2023-08-01 11:43:12] [ 0.717134] NFS: Registering the id_resolver key type
[2023-08-01 11:43:12] [ 0.722345] Key type id_resolver registered
[2023-08-01 11:43:12] [ 0.726627] Key type id_legacy registered
[2023-08-01 11:43:12] [ 0.730749] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[2023-08-01 11:43:12] [ 0.737609] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[2023-08-01 11:43:12] [ 0.745405] 9p: Installing v9fs 9p2000 file system support
[2023-08-01 11:43:12] [ 0.772968] Key type asymmetric registered
[2023-08-01 11:43:12] [ 0.777168] Asymmetric key parser 'x509' registered
[2023-08-01 11:43:12] [ 0.782240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[2023-08-01 11:43:12] [ 0.789821] io scheduler mq-deadline registered
[2023-08-01 11:43:12] [ 0.794456] io scheduler kyber registered
[2023-08-01 11:43:12] [ 0.798601] io scheduler bfq registered
[2023-08-01 11:43:12] [ 0.811488] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[2023-08-01 11:43:12] [ 0.817867] pinctrl-single f4000.pinctrl: 171 pins, size 684
[2023-08-01 11:43:12] [ 0.832749] EINJ: ACPI disabled.
[2023-08-01 11:43:12] [ 0.868198] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[2023-08-01 11:43:12] [ 0.879676] SuperH (H)SCI(F) driver initialized
[2023-08-01 11:43:12] [ 0.885033] msm_serial: driver initialized
[2023-08-01 11:43:12] [ 0.890235] STM32 USART driver initialized
[2023-08-01 11:43:12] [ 0.903934] loop: module loaded
[2023-08-01 11:43:12] [ 0.908963] megasas: 07.725.01.00-rc1
[2023-08-01 11:43:12] [ 0.921901] tun: Universal TUN/TAP device driver, 1.6
[2023-08-01 11:43:12] [ 0.928660] thunder_xcv, ver 1.0
[2023-08-01 11:43:12] [ 0.932047] thunder_bgx, ver 1.0
[2023-08-01 11:43:12] [ 0.935375] nicpf, ver 1.0
[2023-08-01 11:43:12] [ 0.939881] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[2023-08-01 11:43:12] [ 0.947291] hns3: Copyright (c) 2017 Huawei Corporation.
[2023-08-01 11:43:13] [ 0.952789] hclge is initializing
[2023-08-01 11:43:13] [ 0.956208] e1000: Intel(R) PRO/1000 Network Driver
[2023-08-01 11:43:13] [ 0.961201] e1000: Copyright (c) 1999-2006 Intel Corporation.
[2023-08-01 11:43:13] [ 0.967122] e1000e: Intel(R) PRO/1000 Network Driver
[2023-08-01 11:43:13] [ 0.972199] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[2023-08-01 11:43:13] [ 0.978278] igb: Intel(R) Gigabit Ethernet Network Driver
[2023-08-01 11:43:13] [ 0.983799] igb: Copyright (c) 2007-2014 Intel Corporation.
[2023-08-01 11:43:13] [ 0.989528] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[2023-08-01 11:43:13] [ 0.995945] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[2023-08-01 11:43:13] [ 1.002562] sky2: driver version 1.30
[2023-08-01 11:43:13] [ 1.008313] VFIO - User Level meta-driver version: 0.3
[2023-08-01 11:43:13] [ 1.017709] usbcore: registered new interface driver usb-storage
[2023-08-01 11:43:13] [ 1.028183] i2c_dev: i2c /dev entries driver
[2023-08-01 11:43:13] [ 1.045957] sdhci: Secure Digital Host Controller Interface driver
[2023-08-01 11:43:13] [ 1.052379] sdhci: Copyright(c) Pierre Ossman
[2023-08-01 11:43:13] [ 1.058110] Synopsys Designware Multimedia Card Interface Driver
[2023-08-01 11:43:13] [ 1.065692] sdhci-pltfm: SDHCI platform and OF driver helper
[2023-08-01 11:43:13] [ 1.074739] ledtrig-cpu: registered to indicate activity on CPUs
[2023-08-01 11:43:13] [ 1.082402] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[2023-08-01 11:43:13] [ 1.090486] usbcore: registered new interface driver usbhid
[2023-08-01 11:43:13] [ 1.096222] usbhid: USB HID core driver
[2023-08-01 11:43:13] [ 1.105693] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[2023-08-01 11:43:13] [ 1.117469] optee: probing for conduit method.
[2023-08-01 11:43:13] [ 1.122105] optee: revision 3.20 (8e74d476)
[2023-08-01 11:43:13] [ 1.122575] optee: dynamic shared memory is enabled
[2023-08-01 11:43:13] [ 1.132166] optee: initialized driver
[2023-08-01 11:43:13] [ 1.141682] NET: Registered PF_PACKET protocol family
[2023-08-01 11:43:13] [ 1.147040] 9pnet: Installing 9P2000 support
[2023-08-01 11:43:13] [ 1.151526] Key type dns_resolver registered
[2023-08-01 11:43:13] [ 1.166205] registered taskstats version 1
[2023-08-01 11:43:13] [ 1.170594] Loading compiled-in X.509 certificates
[2023-08-01 11:43:13] [ 1.249679] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[2023-08-01 11:43:13] [ 1.347240] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[2023-08-01 11:43:13] [ 1.355529] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[2023-08-01 11:43:13] [ 1.362472] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[2023-08-01 11:43:13] [ 1.371550] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[2023-08-01 11:43:13] [ 1.381393] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[2023-08-01 11:43:13] [ 1.392062] ti-udma 485c0100.dma-controller: Number of rings: 82
[2023-08-01 11:43:13] [ 1.401025] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[2023-08-01 11:43:13] [ 1.414502] ti-udma 485c0000.dma-controller: Number of rings: 150
[2023-08-01 11:43:13] [ 1.425825] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[2023-08-01 11:43:13] [ 1.439094] printk: console [ttyS2] disabled
[2023-08-01 11:43:13] [ 1.443911] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 236, base_baud = 3000000) is a 8250
[2023-08-01 11:43:13] [ 1.452845] printk: console [ttyS2] enabled
[2023-08-01 11:43:13] [ 1.452845] printk: console [ttyS2] enabled
[2023-08-01 11:43:13] [ 1.461312] printk: bootconsole [ns16550a0] disabled
[2023-08-01 11:43:13] [ 1.461312] printk: bootconsole [ns16550a0] disabled
[2023-08-01 11:43:13] [ 1.481033] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[2023-08-01 11:43:13] [ 1.487062] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[2023-08-01 11:43:13] [ 1.494065] Creating 7 MTD partitions on "fc40000.spi.0":
[2023-08-01 11:43:13] [ 1.499467] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[2023-08-01 11:43:13] [ 1.506573] 0x000000080000-0x000000280000 : "ospi.tispl"
[2023-08-01 11:43:13] [ 1.513239] 0x000000280000-0x000000680000 : "ospi.u-boot"
[2023-08-01 11:43:13] [ 1.520038] 0x000000680000-0x0000006c0000 : "ospi.env"
[2023-08-01 11:43:13] [ 1.526490] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[2023-08-01 11:43:13] [ 1.533545] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[2023-08-01 11:43:13] [ 1.540263] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[2023-08-01 11:43:13] [ 1.554422] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[2023-08-01 11:43:13] [ 1.598753] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[2023-08-01 11:43:13] [ 1.610610] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[2023-08-01 11:43:13] [ 1.618730] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[2023-08-01 11:43:13] [ 1.626876] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[2023-08-01 11:43:13] [ 1.639790] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[2023-08-01 11:43:13] [ 1.646920] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[2023-08-01 11:43:13] [ 1.654571] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[2023-08-01 11:43:13] [ 1.677742] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[2023-08-01 11:43:13] [ 1.683308] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[2023-08-01 11:43:13] [ 1.691137] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[2023-08-01 11:43:13] [ 1.697144] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000000010
[2023-08-01 11:43:13] [ 1.706600] xhci-hcd xhci-hcd.0.auto: irq 239, io mem 0x31100000
[2023-08-01 11:43:13] [ 1.713726] hub 1-0:1.0: USB hub found
[2023-08-01 11:43:13] [ 1.717538] hub 1-0:1.0: 1 port detected
[2023-08-01 11:43:13] [ 1.733258] mmc0: CQHCI version 5.10
[2023-08-01 11:43:13] [ 1.752521] pca953x 1-0022: supply vcc not found, using dummy regulator
[2023-08-01 11:43:13] [ 1.759371] pca953x 1-0022: using AI
[2023-08-01 11:43:13] [ 1.777395] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[2023-08-01 11:43:13] [ 1.813936] mmc1: CQHCI version 5.10
[2023-08-01 11:43:13] [ 1.815734] clk: Disabling unused clocks
[2023-08-01 11:43:13] [ 1.830160] ALSA device list:
[2023-08-01 11:43:13] [ 1.833166] No soundcards found.
[2023-08-01 11:43:13] [ 1.859143] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[2023-08-01 11:43:13] [ 1.867134] Waiting for root device PARTUUID=062ca3dc-02...
[2023-08-01 11:43:13] [ 1.880000] mmc0: Command Queue Engine enabled
[2023-08-01 11:43:13] [ 1.884546] mmc0: new HS200 MMC card at address 0001
[2023-08-01 11:43:13] [ 1.890950] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[2023-08-01 11:43:13] [ 1.897787] mmcblk0: p1 p2
[2023-08-01 11:43:13] [ 1.901606] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[2023-08-01 11:43:13] [ 1.907900] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[2023-08-01 11:43:13] [ 1.913974] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (234:0)
[2023-08-01 11:43:13] [ 1.918339] mmc1: new ultra high speed SDR104 SDHC card at address 5048
[2023-08-01 11:43:13] [ 1.927906] mmcblk1: mmc1:5048 SD32G 29.7 GiB
[2023-08-01 11:43:13] [ 1.935262] mmcblk1: p1 p2
[2023-08-01 11:43:14] [ 2.012585] EXT4-fs (mmcblk1p2): recovery complete
[2023-08-01 11:43:14] [ 2.047104] EXT4-fs (mmcblk1p2): mounted filesystem 69d8bcff-b8a8-430f-8372-22e10d1ecc1b r/w with ordered data mode. Quota mode: none.
[2023-08-01 11:43:14] [ 2.059405] VFS: Mounted root (ext4 filesystem) on device 179:98.
[2023-08-01 11:43:14] [ 2.066727] devtmpfs: mounted
[2023-08-01 11:43:14] [ 2.077529] Freeing unused kernel memory: 9024K
[2023-08-01 11:43:14] [ 2.082269] Run /sbin/init as init process
[2023-08-01 11:43:14] [ 2.259209] systemd[1]: System time before build time, advancing clock.
[2023-08-01 11:43:14] [ 2.395795] NET: Registered PF_INET6 protocol family
[2023-08-01 11:43:14] [ 2.403111] Segment Routing with IPv6
[2023-08-01 11:43:14] [ 2.406911] In-situ OAM (IOAM) with IPv6
[2023-08-01 11:43:14] [ 2.442523] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[2023-08-01 11:43:14] [ 2.474734] systemd[1]: Detected architecture arm64.
[2023-08-01 11:43:14]
[2023-08-01 11:43:14] Welcome to Arago 2023.04!
[2023-08-01 11:43:14]
[2023-08-01 11:43:14] [ 2.568683] systemd[1]: Hostname set to <am62xx-evm>.
[2023-08-01 11:43:14] [ 2.691386] systemd-sysv-generator[99]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.718607] systemd-sysv-generator[99]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.743725] systemd-sysv-generator[99]: SysV service '/etc/init.d/docker.init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.768117] systemd-sysv-generator[99]: SysV service '/etc/init.d/netperf' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.792475] systemd-sysv-generator[99]: SysV service '/etc/init.d/psplash.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.816465] systemd-sysv-generator[99]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.841311] systemd-sysv-generator[99]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.874094] systemd-sysv-generator[99]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:14] [ 2.898827] systemd-sysv-generator[99]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[2023-08-01 11:43:15] [ 3.195793] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2023-08-01 11:43:15] [ 3.257287] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[2023-08-01 11:43:15] [ 3.336609] systemd[1]: Queued start job for default target Graphical Interface.
[2023-08-01 11:43:15] [ 3.402383] systemd[1]: Created slice Slice /system/getty.
[2023-08-01 11:43:15] [ OK ] Created slice Slice /system/getty.
[2023-08-01 11:43:15] [ 3.426184] systemd[1]: Created slice Slice /system/modprobe.
[2023-08-01 11:43:15] [ OK ] Created slice Slice /system/modprobe.
[2023-08-01 11:43:15] [ 3.450375] systemd[1]: Created slice Slice /system/serial-getty.
[2023-08-01 11:43:15] [ OK ] Created slice Slice /system/serial-getty.
[2023-08-01 11:43:15] [ 3.473948] systemd[1]: Created slice User and Session Slice.
[2023-08-01 11:43:15] [ OK ] Created slice User and Session Slice.
[2023-08-01 11:43:15] [ 3.495505] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[2023-08-01 11:43:15] [ OK ] Started Dispatch Password âts to Console Directory Watch.
[2023-08-01 11:43:15] [ 3.520238] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[2023-08-01 11:43:15] [ OK ] Started Forward Password Râuests to Wall Directory Watch.
[2023-08-01 11:43:15] [ 3.543760] systemd[1]: Reached target Path Units.
[2023-08-01 11:43:15] [ OK ] Reached target Path Units.
[2023-08-01 11:43:15] [ 3.559075] systemd[1]: Reached target Remote File Systems.
[2023-08-01 11:43:15] [ OK ] Reached target Remote File Systems.
[2023-08-01 11:43:15] [ 3.579016] systemd[1]: Reached target Slice Units.
[2023-08-01 11:43:15] [ OK ] Reached target Slice Units.
[2023-08-01 11:43:15] [ 3.595151] systemd[1]: Reached target Swaps.
[2023-08-01 11:43:15] [ OK ] Reached target Swaps.
[2023-08-01 11:43:15] [ 3.679358] systemd[1]: Listening on RPCbind Server Activation Socket.
[2023-08-01 11:43:15] [ OK ] Listening on RPCbind Server Activation Socket.
[2023-08-01 11:43:15] [ 3.703455] systemd[1]: Reached target RPC Port Mapper.
[2023-08-01 11:43:15] [ OK ] Reached target RPC Port Mapper.
[2023-08-01 11:43:15] [ 3.745782] systemd[1]: Listening on Process Core Dump Socket.
[2023-08-01 11:43:15] [ OK ] Listening on Process Core Dump Socket.
[2023-08-01 11:43:15] [ 3.768145] systemd[1]: Listening on initctl Compatibility Named Pipe.
[2023-08-01 11:43:15] [ OK ] Listening on initctl Compatibility Named Pipe.
[2023-08-01 11:43:15] [ 3.793083] systemd[1]: Listening on Journal Audit Socket.
[2023-08-01 11:43:15] [ OK ] Listening on Journal Audit Socket.
[2023-08-01 11:43:15] [ 3.818007] systemd[1]: Listening on Journal Socket (/dev/log).
[2023-08-01 11:43:15] [ OK ] Listening on Journal Socket (/dev/log).
[2023-08-01 11:43:15] [ 3.842085] systemd[1]: Listening on Journal Socket.
[2023-08-01 11:43:15] [ OK ] Listening on Journal Socket.
[2023-08-01 11:43:15] [ 3.867611] systemd[1]: Listening on Network Service Netlink Socket.
[2023-08-01 11:43:15] [ OK ] Listening on Network Service Netlink Socket.
[2023-08-01 11:43:15] [ 3.894362] systemd[1]: Listening on udev Control Socket.
[2023-08-01 11:43:15] [ OK ] Listening on udev Control Socket.
[2023-08-01 11:43:15] [ 3.917197] systemd[1]: Listening on udev Kernel Socket.
[2023-08-01 11:43:15] [ OK ] Listening on udev Kernel Socket.
[2023-08-01 11:43:16] [ 3.941768] systemd[1]: Listening on User Database Manager Socket.
[2023-08-01 11:43:16] [ OK ] Listening on User Database Manager Socket.
[2023-08-01 11:43:16] [ 4.007497] systemd[1]: Mounting Huge Pages File System...
[2023-08-01 11:43:16] Mounting Huge Pages File System...
[2023-08-01 11:43:16] [ 4.036113] systemd[1]: Mounting POSIX Message Queue File System...
[2023-08-01 11:43:16] Mounting POSIX Message Queue File System...
[2023-08-01 11:43:16] [ 4.069008] systemd[1]: Mounting Kernel Debug File System...
[2023-08-01 11:43:16] Mounting Kernel Debug File System...
[2023-08-01 11:43:16] [ 4.087757] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[2023-08-01 11:43:16] [ 4.112293] systemd[1]: Mounting Temporary Directory /tmp...
[2023-08-01 11:43:16] Mounting Temporary Directory /tmp...
[2023-08-01 11:43:16] [ 4.159888] systemd[1]: Starting Create List of Static Device Nodes...
[2023-08-01 11:43:16] Starting Create List of Static Device Nodes...
[2023-08-01 11:43:16] [ 4.192736] systemd[1]: Starting Load Kernel Module configfs...
[2023-08-01 11:43:16] Starting Load Kernel Module configfs...
[2023-08-01 11:43:16] [ 4.220979] systemd[1]: Starting Load Kernel Module drm...
[2023-08-01 11:43:16] Starting Load Kernel Module drm...
[2023-08-01 11:43:16] [ 4.250249] systemd[1]: Starting Load Kernel Module fuse...
[2023-08-01 11:43:16] Starting Load Kernel Module fuse...
[2023-08-01 11:43:16] [ 4.317165] fuse: init (API version 7.38)
[2023-08-01 11:43:16] [ 4.340302] systemd[1]: Starting Start psplash boot splash screen...
[2023-08-01 11:43:16] Starting Start psplash boot splash screen...
[2023-08-01 11:43:16] [ 4.380968] systemd[1]: Starting RPC Bind...
[2023-08-01 11:43:16] Starting RPC Bind...
[2023-08-01 11:43:16] [ 4.399509] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[2023-08-01 11:43:16] [ 4.440154] systemd[1]: Starting Journal Service...
[2023-08-01 11:43:16] Starting Journal Service...
[2023-08-01 11:43:16] [ 4.471353] systemd[1]: Starting Load Kernel Modules...
[2023-08-01 11:43:16] Starting Load Kernel Modules...
[2023-08-01 11:43:16] [ 4.499754] systemd[1]: Starting Generate network units from Kernel command line...
[2023-08-01 11:43:16] Starting Generate network âts from Kernel command line...
[2023-08-01 11:43:16] [ 4.530417] systemd[1]: Starting Remount Root and Kernel File Systems...
[2023-08-01 11:43:16] Starting Remount Root and Kernel File Systems...
[2023-08-01 11:43:16] [ 4.567554] systemd[1]: Starting Coldplug All udev Devices...
[2023-08-01 11:43:16] [ 4.567602] EXT4-fs (mmcblk1p2): re-mounted 69d8bcff-b8a8-430f-8372-22e10d1ecc1b r/w. Quota mode: none.
[2023-08-01 11:43:16] Starting Coldplug All udev Devices...
[2023-08-01 11:43:16] [ 4.611448] systemd[1]: Started RPC Bind.
[2023-08-01 11:43:16] [ OK ] Started RPC Bind.
[2023-08-01 11:43:16] [ 4.632039] systemd[1]: Started Journal Service.
[2023-08-01 11:43:16] [ OK ] Started Journal Service.
[2023-08-01 11:43:16] [ OK ] Mounted Huge Pages File System.
[2023-08-01 11:43:16] [ OK ] Mounted POSIX Message Queue File System.
[2023-08-01 11:43:16] [ OK ] Mounted Kernel Debug File System.
[2023-08-01 11:43:16] [ OK ] Mounted Temporary Directory /tmp.
[2023-08-01 11:43:16] [ OK ] Finished Create List of Static Device Nodes.
[2023-08-01 11:43:16] [ OK ] Finished Load Kernel Module configfs.
[2023-08-01 11:43:16] [ OK ] Finished Load Kernel Module drm.
[2023-08-01 11:43:16] [ OK ] Finished Load Kernel Module fuse.
[2023-08-01 11:43:16] [FAILED] Failed to start Start psplash boot splash screen.
[2023-08-01 11:43:16] See 'systemctl status psplash-start.service' for details.
[2023-08-01 11:43:16] [DEPEND] Dependency failed for Starâprogress communication helper.
[2023-08-01 11:43:16] [ OK ] Finished Load Kernel Modules.
[2023-08-01 11:43:16] [ OK ] Finished Generate network units from Kernel command line.
[2023-08-01 11:43:16] [ OK ] Finished Remount Root and Kernel File Systems.
[2023-08-01 11:43:16] Mounting FUSE Control File System...
[2023-08-01 11:43:17] Mounting Kernel Configuration File System...
[2023-08-01 11:43:17] Starting Flush Journal to Persistent Storage...
[2023-08-01 11:43:17] [ 5.022110] systemd-journald[116]: Received client request to flush runtime journal.
[2023-08-01 11:43:17] Starting Apply Kernel Variables...
[2023-08-01 11:43:17] Starting Create Static Device Nodes in /dev...
[2023-08-01 11:43:17] [ OK ] Mounted FUSE Control File System.
[2023-08-01 11:43:17] [ OK ] Mounted Kernel Configuration File System.
[2023-08-01 11:43:17] [ OK ] Finished Flush Journal to Persistent Storage.
[2023-08-01 11:43:17] [ OK ] Finished Apply Kernel Variables.
[2023-08-01 11:43:17] [ OK ] Finished Create Static Device Nodes in /dev.
[2023-08-01 11:43:17] [ OK ] Reached target Preparation for Local File Systems.
[2023-08-01 11:43:17] Mounting /media/ram...
[2023-08-01 11:43:17] Mounting /var/volatile...
[2023-08-01 11:43:17] [ 5.268963] audit: type=1334 audit(1651167748.008:2): prog-id=5 op=LOAD
[2023-08-01 11:43:17] [ 5.275779] audit: type=1334 audit(1651167748.016:3): prog-id=6 op=LOAD
[2023-08-01 11:43:17] Starting Rule-based Manageâfor Device Events and Files...
[2023-08-01 11:43:17] [ OK ] Mounted /media/ram.
[2023-08-01 11:43:17] [ OK ] Mounted /var/volatile.
[2023-08-01 11:43:17] Starting Load/Save Random Seed...
[2023-08-01 11:43:17] [ OK ] Finished Coldplug All udev Devices.
[2023-08-01 11:43:17] [ OK ] Started Rule-based Manager for Device Events and Files.
[2023-08-01 11:43:18] [ 6.310774] random: crng init done
[2023-08-01 11:43:18] [ OK ] Finished Load/Save Random Seed.
[2023-08-01 11:43:18] [ 6.481729] at24 0-0051: supply vcc not found, using dummy regulator
[2023-08-01 11:43:18] [ OK ] Found device /dev/ttyS2.
[2023-08-01 11:43:18] [ 6.535773] tps6598x 0-003f: Unable to find the interrupt, switching to polling
[2023-08-01 11:43:18] [ 6.543565] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[2023-08-01 11:43:18] [ 6.754345] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[2023-08-01 11:43:18] [ 6.776760] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:12 UTC (12)
[2023-08-01 11:43:18] [ 6.786450] systemd-journald[116]: Time jumped backwards, rotating.
[2023-08-01 11:43:19] [ OK ] Reached target Hardware activated USB gadget.
[2023-08-01 11:43:19] Starting Start psplash boot splash screen...
[2023-08-01 11:43:20] [FAILED] Failed to start Start psplash boot splash screen.
[2023-08-01 11:43:20] See 'systemctl status psplash-start.service' for details.
[2023-08-01 11:43:20] [DEPEND] Dependency failed for Starâprogress communication helper.
[2023-08-01 11:43:20] [ OK ] Created slice Slice /system/systemd-fsck.
[2023-08-01 11:43:20] [ OK ] Found device /dev/mmcblk0p1.
[2023-08-01 11:43:20] Starting File System Check on /dev/mmcblk0p1...
[2023-08-01 11:43:20] [ OK ] Finished File System Check on /dev/mmcblk0p1.
[2023-08-01 11:43:20] Mounting /run/media/mmcblk0p1...
[2023-08-01 11:43:20] [ OK ] Mounted /run/media/mmcblk0p1.
[2023-08-01 11:43:20] [ OK ] Found device /dev/disk/by-uuid/7EBF-12B4.
[2023-08-01 11:43:20] Mounting /boot...
[2023-08-01 11:43:20] [ 8.726767] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[2023-08-01 11:43:20] [ OK ] Mounted /boot.
[2023-08-01 11:43:20] [ OK ] Reached target Local File Systems.
[2023-08-01 11:43:20] Starting Create Volatile Files and Directories...
[2023-08-01 11:43:20] [ OK ] Finished Create Volatile Files and Directories.
[2023-08-01 11:43:20] Starting Network Time Synchronization...
[2023-08-01 11:43:21] Starting Record System Boot/Shutdown in UTMP...
[2023-08-01 11:43:21] [ OK ] Finished Record System Boot/Shutdown in UTMP.
[2023-08-01 11:43:21] [ 9.227442] systemd-journald[116]: Oldest entry in /run/log/journal/1f329710ce3846f6a0dfc76fd444d73c/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[2023-08-01 11:43:21] [ 9.245418] systemd-journald[116]: /run/log/journal/1f329710ce3846f6a0dfc76fd444d73c/system.journal: Journal header limits reached or header out-of-date, rotating.
[2023-08-01 11:43:21] [ OK ] Started Network Time Synchronization.
[2023-08-01 11:43:21] [ OK ] Reached target System Initialization.
[2023-08-01 11:43:21] [ OK ] Started Daily Cleanup of Temporary Directories.
[2023-08-01 11:43:21] [ OK ] Reached target System Time Set.
[2023-08-01 11:43:21] [ OK ] Started Daily rotation of log files.
[2023-08-01 11:43:21] [ OK ] Reached target Timer Units.
[2023-08-01 11:43:21] [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[2023-08-01 11:43:21] [ OK ] Listening on D-Bus System Message Bus Socket.
[2023-08-01 11:43:21] Starting Docker Socket for the API...
[2023-08-01 11:43:21] [ OK ] Listening on dropbear.socket.
[2023-08-01 11:43:21] Starting Weston socket...
[2023-08-01 11:43:21] Starting D-Bus System Message Bus...
[2023-08-01 11:43:21] Starting Reboot and dump vmcore via kexec...
[2023-08-01 11:43:21] [ OK ] Listening on Docker Socket for the API.
[2023-08-01 11:43:21] [ OK ] Listening on Weston socket.
[2023-08-01 11:43:21] [ OK ] Finished Reboot and dump vmcore via kexec.
[2023-08-01 11:43:21] [ OK ] Reached target Socket Units.
[2023-08-01 11:43:21] [ OK ] Started D-Bus System Message Bus.
[2023-08-01 11:43:21] [ OK ] Reached target Basic System.
[2023-08-01 11:43:21] [ 9.676920] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=517 'dbus-broker-lau'
[2023-08-01 11:43:21] Starting Save/Restore Sound Card State...
[2023-08-01 11:43:21] [ OK ] Started Job spooling tools.
[2023-08-01 11:43:21] [ OK ] Started Periodic Command Scheduler.
[2023-08-01 11:43:21] Starting Print notice about GPLv3 packages...
[2023-08-01 11:43:21] Starting IPv6 Packet Filtering Framework...
[2023-08-01 11:43:21] Starting IPv4 Packet Filtering Framework...
[2023-08-01 11:43:21] [ OK ] Started irqbalance daemon.
[2023-08-01 11:43:21] [ 9.842607] audit: type=1334 audit(1651168422.510:4): prog-id=7 op=LOAD
[2023-08-01 11:43:21] [ 9.851197] audit: type=1334 audit(1651168422.518:5): prog-id=8 op=LOAD
[2023-08-01 11:43:21] Starting User Login Management...
[2023-08-01 11:43:21] [ OK ] Started TEE Supplicant.
[2023-08-01 11:43:21] Starting telnetd.service...
[2023-08-01 11:43:21] [ OK ] Finished Save/Restore Sound Card State.
[2023-08-01 11:43:21] [ OK ] Finished IPv6 Packet Filtering Framework.
[2023-08-01 11:43:21] [ OK ] Finished IPv4 Packet Filtering Framework.
[2023-08-01 11:43:21] [ OK ] Reached target Preparation for Network.
[2023-08-01 11:43:21] [ OK ] Reached target Sound Card.
[2023-08-01 11:43:21] Starting Network Configuration...
[2023-08-01 11:43:21] [ OK ] Started telnetd.service.
[2023-08-01 11:43:22] [ OK ] Started User Login Management.
[2023-08-01 11:43:22] [ OK ] Listening on Load/Save RF âitch Status /dev/rfkill Watch.
[2023-08-01 11:43:22] [ 10.227489] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[2023-08-01 11:43:22] [ 10.248102] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[2023-08-01 11:43:22] [ OK ] Started Network Configuration.
[2023-08-01 11:43:22] [ 10.331035] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:43:22] [ 10.340527] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:43:22] Starting Wait for Network to be Configured...
[2023-08-01 11:43:22] [ 10.364011] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:43:22] [ 10.373679] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:43:22] Starting Network Name Resolution...
[2023-08-01 11:43:22] [ OK ] Started Network Name Resolution.
[2023-08-01 11:43:22] [ OK ] Reached target Network.
[2023-08-01 11:43:22] [ OK ] Reached target Host and Network Name Lookups.
[2023-08-01 11:43:22] Starting Avahi mDNS/DNS-SD Stack...
[2023-08-01 11:43:22] Starting Enable and configure wl18xx bluetooth stack...
[2023-08-01 11:43:22] Starting containerd container runtime...
[2023-08-01 11:43:22] [ OK ] Started Netperf Benchmark Server.
[2023-08-01 11:43:22] [ OK ] Started NFS status monitor for NFSv2/3 locking..
[2023-08-01 11:43:22] Starting Permit User Sessions...
[2023-08-01 11:43:22] [ OK ] Finished Enable and configure wl18xx bluetooth stack.
[2023-08-01 11:43:22] [ OK ] Finished Permit User Sessions.
[2023-08-01 11:43:22] [ OK ] Started Avahi mDNS/DNS-SD Stack.
[2023-08-01 11:43:22] [ OK ] Started Getty on tty1.
[2023-08-01 11:43:22] [ OK ] Started Serial Getty on ttyS2.
[2023-08-01 11:43:22] [ OK ] Reached target Login Prompts.
[2023-08-01 11:43:22] Starting Synchronize System and HW clocks...
[2023-08-01 11:43:23] Starting Weston, a Waylandâositor, as a system service...
[2023-08-01 11:43:23] [ 11.088591] audit: type=1334 audit(1651168423.758:6): prog-id=9 op=LOAD
[2023-08-01 11:43:23] [ 11.095726] audit: type=1334 audit(1651168423.766:7): prog-id=10 op=LOAD
[2023-08-01 11:43:23] Starting User Database Manager...
[2023-08-01 11:43:23] [ OK ] Finished Synchronize System and HW clocks.
[2023-08-01 11:43:23] [ OK ] Started User Database Manager.
[2023-08-01 11:43:23] [ OK ] Created slice User Slice of UID 1000.
[2023-08-01 11:43:23] Starting User Runtime Directory /run/user/1000...
[2023-08-01 11:43:23] [ OK ] Finished User Runtime Directory /run/user/1000.
[2023-08-01 11:43:23] Starting User Manager for UID 1000...
[2023-08-01 11:43:23] [ 11.544726] audit: type=1006 audit(1651168424.214:8): pid=581 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[2023-08-01 11:43:23] [ 11.557530] audit: type=1300 audit(1651168424.214:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff12b6de8 a2=4 a3=ffffbdf37020 items=0 ppid=1 pid=581 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[2023-08-01 11:43:23] [ 11.584170] audit: type=1327 audit(1651168424.214:8): proctitle="(systemd)"
[2023-08-01 11:43:24] [ OK ] Finished Print notice about GPLv3 packages.
[2023-08-01 11:43:24] [ OK ] Started User Manager for UID 1000.
[2023-08-01 11:43:24] [ OK ] Started Session c1 of User weston.
[2023-08-01 11:43:24] [ 12.202313] audit: type=1006 audit(1651168424.870:9): pid=570 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[2023-08-01 11:43:24] [ 12.218788] audit: type=1300 audit(1651168424.870:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff12b6de8 a2=4 a3=ffffbdf37020 items=0 ppid=1 pid=570 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[2023-08-01 11:43:24] [ 12.245219] audit: type=1327 audit(1651168424.870:9): proctitle="(weston)"
[2023-08-01 11:43:24] [ OK ] Started containerd container runtime.
[2023-08-01 11:43:24] [FAILED] Failed to start Weston, a âmpositor, as a system service.
[2023-08-01 11:43:24] See 'systemctl status weston.service' for details.
[2023-08-01 11:43:29]
[2023-08-01 11:43:29] _____ _____ _ _
[2023-08-01 11:43:29] | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
[2023-08-01 11:43:29] | | _| .'| . | . | | __| _| . | | | -_| _| _|
[2023-08-01 11:43:29] |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
[2023-08-01 11:43:29] |___| |___|
[2023-08-01 11:43:29]
[2023-08-01 11:43:29] Arago Project am62xx-evm -
[2023-08-01 11:43:29]
[2023-08-01 11:43:29] Arago 2023.04 am62xx-evm -
[2023-08-01 11:43:29]
[2023-08-01 11:43:29] am62xx-evm login:
[2023-08-01 11:43:30] am62xx-evm login: root
[2023-08-01 11:43:31] [ 19.442789] audit: type=1006 audit(1651168432.110:10): pid=596 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[2023-08-01 11:43:31] [ 19.455358] audit: type=1300 audit(1651168432.110:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff12b6de8 a2=1 a3=ffffbdf37020 items=0 ppid=1 pid=596 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[2023-08-01 11:43:31] [ 19.481897] audit: type=1327 audit(1651168432.110:10): proctitle="(systemd)"
[2023-08-01 11:43:31] [ 19.489062] audit: type=1334 audit(1651168432.126:11): prog-id=11 op=LOAD
[2023-08-01 11:43:31] [ 19.496211] audit: type=1300 audit(1651168432.126:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe2423d50 a2=78 a3=0 items=0 ppid=1 pid=596 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[2023-08-01 11:43:31] [ 19.521739] audit: type=1327 audit(1651168432.126:11): proctitle="(systemd)"
[2023-08-01 11:43:31] [ 19.529018] audit: type=1334 audit(1651168432.150:12): prog-id=11 op=UNLOAD
[2023-08-01 11:43:31] [ 19.536095] audit: type=1334 audit(1651168432.150:13): prog-id=12 op=LOAD
[2023-08-01 11:43:31] [ 19.543132] audit: type=1300 audit(1651168432.150:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe2423df0 a2=78 a3=0 items=0 ppid=1 pid=596 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
[2023-08-01 11:43:31] [ 19.568597] audit: type=1327 audit(1651168432.150:13): proctitle="(systemd)"
[2023-08-01 11:43:32] root@am62xx-evm:~#
[2023-08-01 11:43:32] root@am62xx-evm:~#
[2023-08-01 11:43:32] root@am62xx-evm:~#
[2023-08-01 11:43:32] root@am62xx-evm:~# lsmod
[2023-08-01 11:43:34] Module Size Used by
[2023-08-01 11:43:34] overlay 135168 0
[2023-08-01 11:43:34] cfg80211 409600 0
[2023-08-01 11:43:34] rfkill 28672 2 cfg80211
[2023-08-01 11:43:34] snd_soc_simple_card 16384 0
[2023-08-01 11:43:34] crct10dif_ce 12288 1
[2023-08-01 11:43:34] snd_soc_simple_card_utils 28672 1 snd_soc_simple_card
[2023-08-01 11:43:34] rtc_ti_k3 12288 1
[2023-08-01 11:43:34] snd_soc_tlv320aic3x_i2c 12288 1
[2023-08-01 11:43:34] sa2ul 32768 0
[2023-08-01 11:43:34] snd_soc_tlv320aic3x 81920 1 snd_soc_tlv320aic3x_i2c
[2023-08-01 11:43:34] sha256_generic 12288 1 sa2ul
[2023-08-01 11:43:34] at24 16384 0
[2023-08-01 11:43:34] snd_soc_davinci_mcasp 32768 2
[2023-08-01 11:43:34] libsha256 12288 1 sha256_generic
[2023-08-01 11:43:34] authenc 12288 1 sa2ul
[2023-08-01 11:43:34] snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp
[2023-08-01 11:43:34] snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp
[2023-08-01 11:43:34] snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp
[2023-08-01 11:43:34] tps6598x 16384 0
[2023-08-01 11:43:34] typec 81920 1 tps6598x
[2023-08-01 11:43:34] fuse 126976 1
[2023-08-01 11:43:34] drm 589824 0
[2023-08-01 11:43:34] ipv6 458752 38
[2023-08-01 11:43:34] root@am62xx-evm:~#
[2023-08-01 11:43:34] root@am62xx-evm:~#
[2023-08-01 11:43:35] root@am62xx-evm:~# uname -a
[2023-08-01 11:43:36] Linux am62xx-evm 6.5.0-rc4-next-20230731-00004-g8fa2dff132ec #50 SMP PREEMPT Tue Aug 1 11:35:22 IST 2023 aarch64 aarch64 aarch64 GNU/Linux
[2023-08-01 11:43:36] root@am62xx-evm:~#
[2023-08-01 11:43:39] root@am62xx-evm:~#
[2023-08-01 11:43:40] root@am62xx-evm:~# rtcwake -s 10 -m mem
[2023-08-01 11:43:53] rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Apr 28 17:54:25 2022
[2023-08-01 11:43:53] [ 41.883221] PM: suspend entry (deep)
[2023-08-01 11:43:53] [ 41.887040] Filesystems sync: 0.000 seconds
[2023-08-01 11:43:53] [ 41.894344] Freezing user space processes
[2023-08-01 11:43:53] [ 41.900952] Freezing user space processes completed (elapsed 0.002 seconds)
[2023-08-01 11:43:53] [ 41.908036] OOM killer disabled.
[2023-08-01 11:43:53] [ 41.911279] Freezing remaining freezable tasks
[2023-08-01 11:43:53] [ 41.917179] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[2023-08-01 11:43:53] [ 41.924646] printk: Suspending console(s) (use no_console_suspend to debug)
[2023-08-01 11:44:04] [ 41.952113] omap8250 2800000.serial: PM domain pd:146 will not be powered off
[2023-08-01 11:44:04] [ 41.959902] Disabling non-boot CPUs ...
[2023-08-01 11:44:04] [ 41.962359] psci: CPU1 killed (polled 0 ms)
[2023-08-01 11:44:04] [ 41.966057] psci: CPU2 killed (polled 0 ms)
[2023-08-01 11:44:04] [ 41.969213] psci: CPU3 killed (polled 0 ms)
[2023-08-01 11:44:04] [ 41.970876] Enabling non-boot CPUs ...
[2023-08-01 11:44:04] [ 41.971295] Detected VIPT I-cache on CPU1
[2023-08-01 11:44:04] [ 41.971352] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[2023-08-01 11:44:04] [ 41.971422] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[2023-08-01 11:44:04] [ 41.972419] CPU1 is up
[2023-08-01 11:44:04] [ 41.972669] Detected VIPT I-cache on CPU2
[2023-08-01 11:44:04] [ 41.972699] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[2023-08-01 11:44:04] [ 41.972743] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[2023-08-01 11:44:04] [ 41.973467] CPU2 is up
[2023-08-01 11:44:04] [ 41.973727] Detected VIPT I-cache on CPU3
[2023-08-01 11:44:04] [ 41.973759] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[2023-08-01 11:44:04] [ 41.973804] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[2023-08-01 11:44:04] [ 41.974560] CPU3 is up
[2023-08-01 11:44:04] [ 41.980169] ti-udma 485c0000.dma-controller: PSI-L pairing failed: 0x7506 -> 0x9016
[2023-08-01 11:44:04] [ 41.980294] ti-udma 485c0000.dma-controller: PM: dpm_run_callback(): udma_pm_resume+0x0/0xb4 returns -22
[2023-08-01 11:44:04] [ 41.980319] ti-udma 485c0000.dma-controller: PM: failed to resume early: error -22
[2023-08-01 11:44:04] [ 41.983983] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[2023-08-01 11:44:04] [ 41.992834] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:44:04] [ 41.992861] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:44:04] [ 41.999627] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:44:04] [ 41.999639] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:44:04] [ 42.262672] OOM killer enabled.
[2023-08-01 11:44:04] [ 42.265810] Restarting tasks ... done.
[2023-08-01 11:44:04] [ 42.274085] random: crng reseeded on system resumption
[2023-08-01 11:44:04] [ 42.279402] PM: suspend exit
[2023-08-01 11:44:04] root@am62xx-evm:~#
[2023-08-01 11:45:16] root@am62xx-evm:~# rtcwake -s 10 -m mem
[2023-08-01 11:45:18] rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Apr 28 17:55:49 2022
[2023-08-01 11:45:18] [ 115.467496] PM: suspend entry (deep)
[2023-08-01 11:45:18] [ 115.471272] Filesystems sync: 0.000 seconds
[2023-08-01 11:45:18] [ 115.476670] Freezing user space processes
[2023-08-01 11:45:18] [ 115.482552] Freezing user space processes completed (elapsed 0.001 seconds)
[2023-08-01 11:45:18] [ 115.489557] OOM killer disabled.
[2023-08-01 11:45:18] [ 115.492794] Freezing remaining freezable tasks
[2023-08-01 11:45:18] [ 115.498682] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[2023-08-01 11:45:18] [ 115.506102] printk: Suspending console(s) (use no_console_suspend to debug)
[2023-08-01 11:45:28] [ 115.532922] Disabling non-boot CPUs ...
[2023-08-01 11:45:28] [ 115.534668] psci: CPU1 killed (polled 4 ms)
[2023-08-01 11:45:28] [ 115.537633] psci: CPU2 killed (polled 0 ms)
[2023-08-01 11:45:28] [ 115.540388] psci: CPU3 killed (polled 0 ms)
[2023-08-01 11:45:28] [ 115.541098] Enabling non-boot CPUs ...
[2023-08-01 11:45:28] [ 115.541510] Detected VIPT I-cache on CPU1
[2023-08-01 11:45:28] [ 115.541568] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[2023-08-01 11:45:28] [ 115.541636] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[2023-08-01 11:45:28] [ 115.542687] CPU1 is up
[2023-08-01 11:45:28] [ 115.542944] Detected VIPT I-cache on CPU2
[2023-08-01 11:45:28] [ 115.542976] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[2023-08-01 11:45:28] [ 115.543019] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[2023-08-01 11:45:28] [ 115.543785] CPU2 is up
[2023-08-01 11:45:28] [ 115.544039] Detected VIPT I-cache on CPU3
[2023-08-01 11:45:28] [ 115.544071] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[2023-08-01 11:45:28] [ 115.544116] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[2023-08-01 11:45:28] [ 115.544948] CPU3 is up
[2023-08-01 11:45:28] [ 115.550051] ti-udma 485c0000.dma-controller: pktdma_alloc_chan_resources: chan0 invalid direction (0)
[2023-08-01 11:45:28] [ 115.550075] ti-udma 485c0000.dma-controller: PM: dpm_run_callback(): udma_pm_resume+0x0/0xb4 returns -22
[2023-08-01 11:45:28] [ 115.550101] ti-udma 485c0000.dma-controller: PM: failed to resume early: error -22
[2023-08-01 11:45:28] [ 115.553390] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[2023-08-01 11:45:28] [ 115.562208] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:45:28] [ 115.562236] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:45:28] [ 115.568888] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:45:28] [ 115.568899] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:45:28] [ 115.826613] OOM killer enabled.
[2023-08-01 11:45:28] [ 115.829751] Restarting tasks ... done.
[2023-08-01 11:45:28] [ 115.834837] random: crng reseeded on system resumption
[2023-08-01 11:45:28] [ 115.840256] PM: suspend exit
[2023-08-01 11:45:28] root@am62xx-evm:~#
[2023-08-01 11:45:30] root@am62xx-evm:~#
[2023-08-01 11:45:30] root@am62xx-evm:~#
[2023-08-01 11:45:31] root@am62xx-evm:~# rtcwake -s 10 -m memrtcwake -s 10 -m mem
[2023-08-01 11:45:37] rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Apr 28 17:56:08 2022
[2023-08-01 11:45:37] [ 124.043219] PM: suspend entry (deep)
[2023-08-01 11:45:37] [ 124.046983] Filesystems sync: 0.000 seconds
[2023-08-01 11:45:37] [ 124.052052] Freezing user space processes
[2023-08-01 11:45:37] [ 124.056889] Freezing user space processes completed (elapsed 0.004 seconds)
[2023-08-01 11:45:37] [ 124.063897] OOM killer disabled.
[2023-08-01 11:45:37] [ 124.067176] Freezing remaining freezable tasks
[2023-08-01 11:45:37] [ 124.073044] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[2023-08-01 11:45:37] [ 124.080463] printk: Suspending console(s) (use no_console_suspend to debug)
[2023-08-01 11:45:47] [ 124.105626] Disabling non-boot CPUs ...
[2023-08-01 11:45:47] [ 124.107880] psci: CPU1 killed (polled 0 ms)
[2023-08-01 11:45:47] [ 124.110604] psci: CPU2 killed (polled 4 ms)
[2023-08-01 11:45:47] [ 124.113219] psci: CPU3 killed (polled 0 ms)
[2023-08-01 11:45:47] [ 124.113976] Enabling non-boot CPUs ...
[2023-08-01 11:45:47] [ 124.114394] Detected VIPT I-cache on CPU1
[2023-08-01 11:45:47] [ 124.114453] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[2023-08-01 11:45:47] [ 124.114524] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[2023-08-01 11:45:47] [ 124.115614] CPU1 is up
[2023-08-01 11:45:47] [ 124.115874] Detected VIPT I-cache on CPU2
[2023-08-01 11:45:47] [ 124.115906] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[2023-08-01 11:45:47] [ 124.115952] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[2023-08-01 11:45:47] [ 124.116715] CPU2 is up
[2023-08-01 11:45:47] [ 124.116976] Detected VIPT I-cache on CPU3
[2023-08-01 11:45:47] [ 124.117008] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[2023-08-01 11:45:47] [ 124.117052] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[2023-08-01 11:45:47] [ 124.117850] CPU3 is up
[2023-08-01 11:45:47] [ 124.123002] ti-udma 485c0000.dma-controller: pktdma_alloc_chan_resources: chan0 invalid direction (0)
[2023-08-01 11:45:47] [ 124.123026] ti-udma 485c0000.dma-controller: PM: dpm_run_callback(): udma_pm_resume+0x0/0xb4 returns -22
[2023-08-01 11:45:47] [ 124.123051] ti-udma 485c0000.dma-controller: PM: failed to resume early: error -22
[2023-08-01 11:45:47] [ 124.126029] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[2023-08-01 11:45:47] [ 124.134877] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:45:47] [ 124.134905] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:45:47] [ 124.141623] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:45:47] [ 124.141633] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:45:47] [ 124.398545] OOM killer enabled.
[2023-08-01 11:45:47] [ 124.401681] Restarting tasks ... done.
[2023-08-01 11:45:47] [ 124.407072] random: crng reseeded on system resumption
[2023-08-01 11:45:47] [ 124.412616] PM: suspend exit
[2023-08-01 11:45:47] root@am62xx-evm:~#
[2023-08-01 11:45:49] root@am62xx-evm:~#
[2023-08-01 11:45:49] root@am62xx-evm:~#
[2023-08-01 11:45:49] root@am62xx-evm:~#
[2023-08-01 11:45:49] root@am62xx-evm:~# rtcwake -s 10 -m mem
[2023-08-01 11:45:51] rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Apr 28 17:56:23 2022
[2023-08-01 11:45:51] [ 128.491215] PM: suspend entry (deep)
[2023-08-01 11:45:51] [ 128.494985] Filesystems sync: 0.000 seconds
[2023-08-01 11:45:51] [ 128.500040] Freezing user space processes
[2023-08-01 11:45:51] [ 128.504858] Freezing user space processes completed (elapsed 0.004 seconds)
[2023-08-01 11:45:51] [ 128.511868] OOM killer disabled.
[2023-08-01 11:45:51] [ 128.515110] Freezing remaining freezable tasks
[2023-08-01 11:45:51] [ 128.520967] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[2023-08-01 11:45:51] [ 128.528384] printk: Suspending console(s) (use no_console_suspend to debug)
[2023-08-01 11:46:02] [ 128.555428] Disabling non-boot CPUs ...
[2023-08-01 11:46:02] [ 128.557683] psci: CPU1 killed (polled 0 ms)
[2023-08-01 11:46:02] [ 128.560431] psci: CPU2 killed (polled 0 ms)
[2023-08-01 11:46:02] [ 128.563087] psci: CPU3 killed (polled 4 ms)
[2023-08-01 11:46:02] [ 128.563930] Enabling non-boot CPUs ...
[2023-08-01 11:46:02] [ 128.564342] Detected VIPT I-cache on CPU1
[2023-08-01 11:46:02] [ 128.564401] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[2023-08-01 11:46:02] [ 128.564469] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[2023-08-01 11:46:02] [ 128.565523] CPU1 is up
[2023-08-01 11:46:02] [ 128.565776] Detected VIPT I-cache on CPU2
[2023-08-01 11:46:02] [ 128.565808] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[2023-08-01 11:46:02] [ 128.565847] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[2023-08-01 11:46:02] [ 128.566647] CPU2 is up
[2023-08-01 11:46:02] [ 128.566912] Detected VIPT I-cache on CPU3
[2023-08-01 11:46:02] [ 128.566945] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[2023-08-01 11:46:02] [ 128.566994] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[2023-08-01 11:46:02] [ 128.567836] CPU3 is up
[2023-08-01 11:46:02] [ 128.572866] ti-udma 485c0000.dma-controller: pktdma_alloc_chan_resources: chan0 invalid direction (0)
[2023-08-01 11:46:02] [ 128.572892] ti-udma 485c0000.dma-controller: PM: dpm_run_callback(): udma_pm_resume+0x0/0xb4 returns -22
[2023-08-01 11:46:02] [ 128.572917] ti-udma 485c0000.dma-controller: PM: failed to resume early: error -22
[2023-08-01 11:46:02] [ 128.575852] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[2023-08-01 11:46:02] [ 128.584677] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:46:02] [ 128.584702] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:46:02] [ 128.591414] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
[2023-08-01 11:46:02] [ 128.591426] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
[2023-08-01 11:46:02] [ 128.846578] OOM killer enabled.
[2023-08-01 11:46:02] [ 128.849751] Restarting tasks ... done.
[2023-08-01 11:46:02] [ 128.855868] random: crng reseeded on system resumption
[2023-08-01 11:46:02] [ 128.861235] PM: suspend exit
[2023-08-01 11:46:02] root@am62xx-evm:~#
[2023-08-01 11:46:06] root@am62xx-evm:~# poweroff
[2023-08-01 11:46:09] Stopping Session c2 of User root...
[2023-08-01 11:46:09] [ OK ] Removed slice Slice /system/modprobe.
[2023-08-01 11:46:09] [ OK ] Stopped target Graphical Interface.
[2023-08-01 11:46:09] [ OK ] Stopped target Multi-User System.
[2023-08-01 11:46:09] [ OK ] Stopped target Login Prompts.
[2023-08-01 11:46:09] [ OK ] Stopped target RPC Port Mapper.
[2023-08-01 11:46:09] [ OK ] Stopped target Sound Card.
[2023-08-01 11:46:09] [ OK ] Stopped target Timer Units.
[2023-08-01 11:46:09] [ OK ] Stopped Daily rotation of log files.
[2023-08-01 11:46:09] [ OK ] Stopped Daily Cleanup of Temporary Directories.
[2023-08-01 11:46:09] [ OK ] Stopped target System Time Set.
[2023-08-01 11:46:09] [ OK ] Stopped target Hardware activated USB gadget.
[2023-08-01 11:46:09] [ OK ] Closed Process Core Dump Socket.
[2023-08-01 11:46:09] [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
[2023-08-01 11:46:09] Stopping Save/Restore Sound Card State...
[2023-08-01 11:46:09] Stopping Job spooling tools...
[2023-08-01 11:46:09] Stopping Avahi mDNS/DNS-SD Stack...
[2023-08-01 11:46:09] Stopping containerd container runtime...
[2023-08-01 11:46:09] Stopping Periodic Command Scheduler...
[2023-08-01 11:46:09] Stopping Getty on tty1...
[2023-08-01 11:46:09] Stopping irqbalance daemon...
[2023-08-01 11:46:09] Stopping Reboot and dump vmcore via kexec...
[2023-08-01 11:46:09] Stopping Lighttpd Daemon...
[2023-08-01 11:46:09] Stopping Netperf Benchmark Server...
[2023-08-01 11:46:09] Stopping NFS status monitor for NFSv2/3 locking....
[2023-08-01 11:46:09] Stopping Serial Getty on ttyS2...
[2023-08-01 11:46:09] Stopping Load/Save Random Seed...
[2023-08-01 11:46:09] Stopping TEE Supplicant...
[2023-08-01 11:46:09] Stopping thermal-zone-init.service...
[2023-08-01 11:46:09] [ OK ] Stopped Job spooling tools.
[2023-08-01 11:46:09] [ OK ] Stopped Periodic Command Scheduler.
[2023-08-01 11:46:09] [ OK ] Stopped irqbalance daemon.
[2023-08-01 11:46:09] [ OK ] Stopped TEE Supplicant.
[2023-08-01 11:46:09] [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
[2023-08-01 11:46:09] [ OK ] Stopped Netperf Benchmark Server.
[2023-08-01 11:46:09] [ OK ] Stopped NFS status monitor for NFSv2/3 locking..
[2023-08-01 11:46:09] [ OK ] Stopped containerd container runtime.
[2023-08-01 11:46:10] [ OK ] Stopped Getty on tty1.
[2023-08-01 11:46:10] [ OK ] Stopped Serial Getty on ttyS2.
[2023-08-01 11:46:10] [ OK ] Stopped Lighttpd Daemon.
[2023-08-01 11:46:10] [ OK ] Stopped Save/Restore Sound Card State.
[2023-08-01 11:46:10] [ OK ] Stopped Reboot and dump vmcore via kexec.
[2023-08-01 11:46:10] [ OK ] Stopped Load/Save Random Seed.
[2023-08-01 11:46:10] [ OK ] Stopped thermal-zone-init.service.
[2023-08-01 11:46:10] [ OK ] Stopped Session c2 of User root.
[2023-08-01 11:46:10] [ OK ] Removed slice Slice /system/getty.
[2023-08-01 11:46:10] [ OK ] Removed slice Slice /system/serial-getty.
[2023-08-01 11:46:10] Stopping LSB: network benchmark...
[2023-08-01 11:46:10] Stopping User Login Management...
[2023-08-01 11:46:10] Stopping User Manager for UID 0...
[2023-08-01 11:46:10] [ OK ] Stopped LSB: network benchmark.
[2023-08-01 11:46:10] [ OK ] Stopped User Manager for UID 0.
[2023-08-01 11:46:10] [ OK ] Stopped target Network is Online.
[2023-08-01 11:46:10] [ OK ] Stopped target Host and Network Name Lookups.
[2023-08-01 11:46:10] Stopping telnetd.service...
[2023-08-01 11:46:10] Stopping User Runtime Directory /run/user/0...
[2023-08-01 11:46:10] [ OK ] Unmounted /run/user/0.
[2023-08-01 11:46:10] [ OK ] Stopped telnetd.service.
[2023-08-01 11:46:10] [ OK ] Stopped User Runtime Directory /run/user/0.
[2023-08-01 11:46:10] [ OK ] Removed slice User Slice of UID 0.
[2023-08-01 11:46:10] Stopping Permit User Sessions...
[2023-08-01 11:46:10] [ OK ] Stopped User Login Management.
[2023-08-01 11:46:10] [ OK ] Stopped Permit User Sessions.
[2023-08-01 11:46:10] [ OK ] Stopped target Network.
[2023-08-01 11:46:10] [ OK ] Stopped target Remote File Systems.
[2023-08-01 11:46:10] Stopping Network Name Resolution...
[2023-08-01 11:46:10] [ OK ] Stopped Network Name Resolution.
[2023-08-01 11:46:10] Stopping Network Configuration...
[2023-08-01 11:46:10] [ OK ] Stopped Network Configuration.
[2023-08-01 11:46:10] [ OK ] Stopped target Preparation for Network.
[2023-08-01 11:46:10] [ OK ] Stopped IPv6 Packet Filtering Framework.
[2023-08-01 11:46:10] [ OK ] Stopped IPv4 Packet Filtering Framework.
[2023-08-01 11:46:10] [ OK ] Stopped target Basic System.
[2023-08-01 11:46:10] [ OK ] Stopped target Path Units.
[2023-08-01 11:46:10] [ OK ] Stopped Dispatch Password âts to Console Directory Watch.
[2023-08-01 11:46:10] [ OK ] Stopped Forward Password Râuests to Wall Directory Watch.
[2023-08-01 11:46:10] [ OK ] Stopped target Slice Units.
[2023-08-01 11:46:10] [ OK ] Removed slice User and Session Slice.
[2023-08-01 11:46:11] [ OK ] Stopped target Socket Units.
[2023-08-01 11:46:11] [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
[2023-08-01 11:46:11] [ OK ] Closed Docker Socket for the API.
[2023-08-01 11:46:11] [ OK ] Closed dropbear.socket.
[2023-08-01 11:46:11] [ OK ] Closed Network Service Netlink Socket.
[2023-08-01 11:46:11] [ OK ] Closed Weston socket.
[2023-08-01 11:46:11] Stopping D-Bus System Message Bus...
[2023-08-01 11:46:11] [ OK ] Stopped D-Bus System Message Bus.
[2023-08-01 11:46:11] [ OK ] Closed D-Bus System Message Bus Socket.
[2023-08-01 11:46:11] [ OK ] Stopped target System Initialization.
[2023-08-01 11:46:11] [ OK ] Stopped Apply Kernel Variables.
[2023-08-01 11:46:11] [ OK ] Stopped Load Kernel Modules.
[2023-08-01 11:46:11] Stopping Network Time Synchronization...
[2023-08-01 11:46:11] Stopping Record System Boot/Shutdown in UTMP...
[2023-08-01 11:46:11] [ OK ] Stopped Network Time Synchronization.
[2023-08-01 11:46:11] [ OK ] Stopped Record System Boot/Shutdown in UTMP.
[2023-08-01 11:46:11] [ OK ] Stopped Create Volatile Files and Directories.
[2023-08-01 11:46:11] [ OK ] Stopped target Local File Systems.
[2023-08-01 11:46:11] Unmounting /boot...
[2023-08-01 11:46:11] Unmounting /media/ram...
[2023-08-01 11:46:11] Unmounting /run/media/mmcblk0p1...
[2023-08-01 11:46:11] Unmounting Temporary Directory /tmp...
[2023-08-01 11:46:11] Unmounting /var/volatile...
[2023-08-01 11:46:11] [ OK ] Unmounted /boot.
[2023-08-01 11:46:11] [ OK ] Unmounted /media/ram.
[2023-08-01 11:46:11] [ OK ] Unmounted /run/media/mmcblk0p1.
[2023-08-01 11:46:11] [ OK ] Unmounted Temporary Directory /tmp.
[2023-08-01 11:46:11] [ OK ] Unmounted /var/volatile.
[2023-08-01 11:46:11] [ OK ] Stopped target Swaps.
[2023-08-01 11:46:11] [ OK ] Reached target Unmount All Filesystems.
[2023-08-01 11:46:11] [ OK ] Stopped File System Check on /dev/mmcblk0p1.
[2023-08-01 11:46:11] [ OK ] Removed slice Slice /system/systemd-fsck.
[2023-08-01 11:46:11] [ OK ] Stopped target Preparation for Local File Systems.
[2023-08-01 11:46:11] [ OK ] Stopped Remount Root and Kernel File Systems.
[2023-08-01 11:46:11] [ OK ] Stopped Create Static Device Nodes in /dev.
[2023-08-01 11:46:11] [ OK ] Reached target System Shutdown.
[2023-08-01 11:46:11] [ OK ] Reached target Late Shutdown Services.
[2023-08-01 11:46:11] [ OK ] Finished System Power Off.
[2023-08-01 11:46:11] [ OK ] Reached target System Power Off.
[2023-08-01 11:46:11] [ 137.907073] kauditd_printk_skb: 1 callbacks suppressed
[2023-08-01 11:46:11] [ 137.907101] audit: type=1334 audit(1651168551.156:15): prog-id=6 op=UNLOAD
[2023-08-01 11:46:11] [ 137.919428] audit: type=1334 audit(1651168551.156:16): prog-id=5 op=UNLOAD
[2023-08-01 11:46:11] [ 137.934624] audit: type=1334 audit(1651168551.184:17): prog-id=8 op=UNLOAD
[2023-08-01 11:46:11] [ 137.941689] audit: type=1334 audit(1651168551.184:18): prog-id=7 op=UNLOAD
[2023-08-01 11:46:11] [ 137.948767] audit: type=1334 audit(1651168551.192:19): prog-id=10 op=UNLOAD
[2023-08-01 11:46:11] [ 137.955909] audit: type=1334 audit(1651168551.192:20): prog-id=9 op=UNLOAD
[2023-08-01 11:46:11] [ 137.962915] audit: type=1334 audit(1651168551.204:21): prog-id=4 op=UNLOAD
[2023-08-01 11:46:11] [ 137.969875] audit: type=1334 audit(1651168551.204:22): prog-id=3 op=UNLOAD
[2023-08-01 11:46:12] [ 138.036625] systemd-shutdown[1]: Syncing filesystems and block devices.
[2023-08-01 11:46:12] [ 138.044954] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[2023-08-01 11:46:12] [ 138.075937] systemd-journald[116]: Received SIGTERM from PID 1 (systemd-shutdow).
[2023-08-01 11:46:12] [ 138.087055] audit: type=1335 audit(1651168551.336:23): pid=116 uid=0 auid=4294967295 tty=(none) ses=4294967295 comm="systemd-journal" exe="/lib/systemd/systemd-journald" nl-mcgrp=1 op=disconnect res=1
[2023-08-01 11:46:12] [ 138.090281] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[2023-08-01 11:46:12] [ 138.126349] systemd-shutdown[1]: Unmounting file systems.
[2023-08-01 11:46:12] [ 138.135062] [698]: Remounting '/' read-only with options 'n/a'.
[2023-08-01 11:46:12] [ 138.156452] EXT4-fs (mmcblk1p2): re-mounted 69d8bcff-b8a8-430f-8372-22e10d1ecc1b ro. Quota mode: none.
[2023-08-01 11:46:12] [ 138.174467] systemd-shutdown[1]: All filesystems unmounted.
[2023-08-01 11:46:12] [ 138.180143] systemd-shutdown[1]: Deactivating swaps.
[2023-08-01 11:46:12] [ 138.185439] systemd-shutdown[1]: All swaps deactivated.
[2023-08-01 11:46:12] [ 138.190680] systemd-shutdown[1]: Detaching loop devices.
[2023-08-01 11:46:12] [ 138.199526] systemd-shutdown[1]: All loop devices detached.
[2023-08-01 11:46:12] [ 138.205164] systemd-shutdown[1]: Stopping MD devices.
[2023-08-01 11:46:12] [ 138.210634] systemd-shutdown[1]: All MD devices stopped.
[2023-08-01 11:46:12] [ 138.215956] systemd-shutdown[1]: Detaching DM devices.
[2023-08-01 11:46:12] [ 138.221332] systemd-shutdown[1]: All DM devices detached.
[2023-08-01 11:46:12] [ 138.226749] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD devices and DM devices detached.
[2023-08-01 11:46:12] [ 138.243696] systemd-shutdown[1]: Syncing filesystems and block devices.
[2023-08-01 11:46:12] [ 138.250553] systemd-shutdown[1]: Powering off.
[2023-08-01 11:46:12] [ 138.303682] kvm: exiting hardware virtualization
[2023-08-01 11:46:12] [ 138.308386] reboot: Power down
[2023-08-01 11:46:12] ERROR: System Off: operation not handled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment