Created
August 20, 2024 07:43
-
-
Save DhruvaG2000/658d0d4683b13ab41025df19a8eafc2f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000) | |
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') | |
SPL initial stack usage: 13392 bytes | |
Trying to boot from MMC2 | |
Authentication passed | |
Authentication passed | |
Authentication passed | |
Authentication passed | |
Authentication passed | |
Starting ATF on ARM64 core... | |
NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty | |
NOTICE: BL31: Built : 16:09:05, Feb 9 2024 | |
U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000) | |
SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') | |
SPL initial stack usage: 1904 bytes | |
Trying to boot from MMC2 | |
Authentication passed | |
Authentication passed | |
U-Boot 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000) | |
SoC: AM62X SR1.0 HS-FS | |
Model: Texas Instruments AM625 SK | |
EEPROM not available at 0x50, trying to read at 0x51 | |
Reading on-board EEPROM at 0x51 failed -121 | |
DRAM: 2 GiB | |
Core: 81 devices, 31 uclasses, devicetree: separate | |
MMC: mmc@fa10000: 0, mmc@fa00000: 1 | |
Loading Environment from nowhere... OK | |
In: serial | |
Out: serial | |
Err: serial | |
EEPROM not available at 0x50, trying to read at 0x51 | |
Net: eth0: ethernet@8000000port@1 | |
Hit any key to stop autoboot: 0 | |
switch to partitions #0, OK | |
mmc1 is current device | |
SD/MMC found on device 1 | |
627 bytes read in 21 ms (28.3 KiB/s) | |
Loaded env from uEnv.txt | |
Importing environment from mmc1 ... | |
22833664 bytes read in 265 ms (82.2 MiB/s) | |
53280 bytes read in 24 ms (2.1 MiB/s) | |
Working FDT set to 88000000 | |
## Flattened Device Tree blob at 88000000 | |
Booting using the fdt blob at 0x88000000 | |
Working FDT set to 88000000 | |
Loading Device Tree to 000000008feef000, end 000000008fffffff ... OK | |
Working FDT set to 8feef000 | |
Starting kernel ... | |
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
[ 0.000000] Linux version 6.11.0-rc4-next-20240820-00007-gb31c6a28561c (dhruva@lcpd911) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 12.3.Rel1 (Build arm- | |
12.35)) 12.3.1 20230626, GNU ld (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 2.40.0.20230627) #7 SMP PREEMPT Tue Aug 20 11:04:51 +0530 2024 | |
[ 0.000000] KASLR disabled due to lack of seed | |
[ 0.000000] Machine model: Texas Instruments AM625 SK | |
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '') | |
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled | |
[ 0.000000] efi: UEFI not found. | |
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB | |
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] OF: reserved mem: 0x00000000f7600000..0x00000000ff5fffff (131072 KiB) map reusable linux,cma | |
[ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000 | |
[ 0.000000] OF: reserved mem: 0x000000009ca00000..0x000000009cafffff (1024 KiB) map non-reusable ramoops@9ca00000 | |
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB | |
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9db00000, compatible id shared-dma-pool | |
[ 0.000000] OF: reserved mem: 0x000000009db00000..0x000000009e6fffff (12288 KiB) nomap non-reusable r5f-dma-memory@9db00000 | |
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000 | |
[ 0.000000] OF: reserved mem: 0x00000000ff700000..0x00000000ffffffff (9216 KiB) nomap non-reusable framebuffer@ff700000 | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] | |
[ 0.000000] DMA32 empty | |
[ 0.000000] Normal empty | |
[ 0.000000] Movable zone start for each node | |
[ 0.000000] Early memory node ranges | |
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000008007ffff] | |
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009dafffff] | |
[ 0.000000] node 0: [mem 0x000000009db00000-0x000000009e6fffff] | |
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff] | |
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff] | |
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ff6fffff] | |
[ 0.000000] node 0: [mem 0x00000000ff700000-0x00000000ffffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff] | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: Trusted OS migration not required | |
[ 0.000000] psci: SMC Calling Convention v1.4 | |
[ 0.000000] percpu: Embedded 22 pages/cpu s51480 r8192 d30440 u90112 | |
[ 0.000000] Detected VIPT I-cache on CPU0 | |
[ 0.000000] CPU features: detected: GIC system register CPU interface | |
[ 0.000000] CPU features: detected: ARM erratum 845719 | |
[ 0.000000] alternatives: applying boot alternatives | |
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4 | |
m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern) root=PARTUUID=076c4a2a-02 rw | |
rootfstype=ext4 rootwait | |
[ 0.000000] Unknown kernel command line parameters "mtdparts=spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env), | |
256k(ospi_nand.env.backup),98048k@32m(ospi_nand.rootfs),256k@130816k(ospi_nand.phypattern)", will be passed to user space. | |
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 524288 | |
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off | |
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB | |
[ 0.000000] software IO TLB: area num 4. | |
[ 0.000000] software IO TLB: mapped [mem 0x00000000f4c00000-0x00000000f4e00000] (2MB) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] rcu: Preemptible hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU event tracing is enabled. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4. | |
[ 0.000000] Trampoline variant of Tasks RCU enabled. | |
[ 0.000000] Tracing variant of Tasks RCU enabled. | |
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. | |
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 | |
[ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. | |
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. | |
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode | |
[ 0.000000] GICv3: 256 SPIs implemented | |
[ 0.000000] GICv3: 0 Extended SPIs implemented | |
[ 0.000000] Root IRQ handler: gic_handle_irq | |
[ 0.000000] GICv3: GICv3 features: 16 PPIs | |
[ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 | |
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000 | |
[ 0.000000] ITS [mem 0x01820000-0x0182ffff] | |
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS | |
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19 | |
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80c00000 (flat, esz 8, psz 64K, shr 0) | |
[ 0.000000] ITS: using cache flushing for cmd queue | |
[ 0.000000] GICv3: using LPI property table @0x0000000080450000 | |
[ 0.000000] GIC: using cache flushing for LPI property table | |
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080460000 | |
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. | |
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys). | |
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns | |
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns | |
[ 0.008800] Console: colour dummy device 80x25 | |
[ 0.013424] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000) | |
[ 0.024115] pid_max: default: 32768 minimum: 301 | |
[ 0.028956] LSM: initializing lsm=capability | |
[ 0.033481] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.041072] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 0.057844] rcu: Hierarchical SRCU implementation. | |
[ 0.062798] rcu: Max phase no-delay instances is 1000. | |
[ 0.068412] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level | |
[ 0.077317] EFI services will not be available. | |
[ 0.086016] smp: Bringing up secondary CPUs ... | |
[ 0.095099] Detected VIPT I-cache on CPU1 | |
[ 0.095235] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 | |
[ 0.095253] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000 | |
[ 0.095325] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 0.103103] Detected VIPT I-cache on CPU2 | |
[ 0.103196] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 | |
[ 0.103211] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000 | |
[ 0.103263] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 0.107225] Detected VIPT I-cache on CPU3 | |
[ 0.107326] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 | |
[ 0.107340] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000 | |
[ 0.107382] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 0.107541] smp: Brought up 1 node, 4 CPUs | |
[ 0.187306] SMP: Total of 4 processors activated. | |
[ 0.192124] CPU: All CPU(s) started at EL2 | |
[ 0.196326] CPU features: detected: 32-bit EL0 Support | |
[ 0.201583] CPU features: detected: CRC32 instructions | |
[ 0.206904] alternatives: applying system-wide alternatives | |
[ 0.213551] Memory: 1843040K/2097152K available (12992K kernel code, 1306K rwdata, 4948K rodata, 2944K init, 601K bss, 114152K reserved, 131072K cma-reserve | |
d) | |
[ 0.229557] devtmpfs: initialized | |
[ 0.241921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns | |
[ 0.251961] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.264131] 27024 pages in range for non-PLT usage | |
[ 0.264168] 518544 pages in range for PLT usage | |
[ 0.269530] pinctrl core: initialized pinctrl subsystem | |
[ 0.280251] DMI not present or invalid. | |
[ 0.287179] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.294971] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.303186] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.312200] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.321116] audit: initializing netlink subsys (disabled) | |
[ 0.327154] audit: type=2000 audit(0.212:1): state=initialized audit_enabled=0 res=1 | |
[ 0.327801] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.335096] thermal_sys: Registered thermal governor 'power_allocator' | |
[ 0.341301] cpuidle: using governor menu | |
[ 0.352248] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.359328] ASID allocator initialised with 65536 entries | |
[ 0.377545] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b | |
[ 0.389005] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b | |
[ 0.401381] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.408376] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page | |
[ 0.414804] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.421746] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page | |
[ 0.428159] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.435100] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page | |
[ 0.441510] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.448450] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page | |
[ 0.457560] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected | |
[ 0.466924] iommu: Default domain type: Translated | |
[ 0.471865] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 0.478850] SCSI subsystem initialized | |
[ 0.483319] usbcore: registered new interface driver usbfs | |
[ 0.488972] usbcore: registered new interface driver hub | |
[ 0.494441] usbcore: registered new device driver usb | |
[ 0.500349] pps_core: LinuxPPS API ver. 1 registered | |
[ 0.505433] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.514789] PTP clock support registered | |
[ 0.518840] EDAC MC: Ver: 3.0.0 | |
[ 0.522518] scmi_core: SCMI protocol bus registered | |
[ 0.528096] FPGA manager framework | |
[ 0.531714] Advanced Linux Sound Architecture Driver Initialized. | |
[ 0.539096] vgaarb: loaded | |
[ 0.542380] clocksource: Switched to clocksource arch_sys_counter | |
[ 0.548997] VFS: Disk quotas dquot_6.6.0 | |
[ 0.553048] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.568013] NET: Registered PF_INET protocol family | |
[ 0.573369] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.582685] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) | |
[ 0.591512] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 0.599456] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) | |
[ 0.607682] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) | |
[ 0.615817] TCP: Hash tables configured (established 16384 bind 16384) | |
[ 0.622809] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.629760] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) | |
[ 0.637338] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 0.643864] RPC: Registered named UNIX socket transport module. | |
[ 0.649955] RPC: Registered udp transport module. | |
[ 0.654767] RPC: Registered tcp transport module. | |
[ 0.659593] RPC: Registered tcp-with-tls transport module. | |
[ 0.665208] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.671820] PCI: CLS 0 bytes, default 64 | |
[ 0.677592] Initialise system trusted keyrings | |
[ 0.682526] workingset: timestamp_bits=46 max_order=19 bucket_order=0 | |
[ 0.689580] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 0.695916] NFS: Registering the id_resolver key type | |
[ 0.701147] Key type id_resolver registered | |
[ 0.705430] Key type id_legacy registered | |
[ 0.709557] nfs4filelayout_init: NFSv4 File Layout Driver Registering... | |
[ 0.716415] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... | |
[ 0.724315] 9p: Installing v9fs 9p2000 file system support | |
[ 0.783321] Key type asymmetric registered | |
[ 0.787537] Asymmetric key parser 'x509' registered | |
[ 0.792608] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) | |
[ 0.800178] io scheduler mq-deadline registered | |
[ 0.804813] io scheduler kyber registered | |
[ 0.808967] io scheduler bfq registered | |
[ 0.816201] pinctrl-single 4084000.pinctrl: 34 pins, size 136 | |
[ 0.822650] pinctrl-single f4000.pinctrl: 171 pins, size 684 | |
[ 0.837657] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 0.847234] STM32 USART driver initialized | |
[ 0.859577] loop: module loaded | |
[ 0.863832] megasas: 07.727.03.00-rc1 | |
[ 0.872157] tun: Universal TUN/TAP device driver, 1.6 | |
[ 0.878295] thunder_xcv, ver 1.0 | |
[ 0.881664] thunder_bgx, ver 1.0 | |
[ 0.885001] nicpf, ver 1.0 | |
[ 0.888202] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version | |
[ 0.895605] hns3: Copyright (c) 2017 Huawei Corporation. | |
[ 0.901100] hclge is initializing | |
[ 0.904572] e1000: Intel(R) PRO/1000 Network Driver | |
[ 0.909563] e1000: Copyright (c) 1999-2006 Intel Corporation. | |
[ 0.915475] e1000e: Intel(R) PRO/1000 Network Driver | |
[ 0.920553] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. | |
[ 0.926638] igb: Intel(R) Gigabit Ethernet Network Driver | |
[ 0.932162] igb: Copyright (c) 2007-2014 Intel Corporation. | |
[ 0.937894] igbvf: Intel(R) Gigabit Virtual Function Network Driver | |
[ 0.944307] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. | |
[ 0.950533] sky2: driver version 1.30 | |
[ 0.955371] VFIO - User Level meta-driver version: 0.3 | |
[ 0.961944] usbcore: registered new interface driver usb-storage | |
[ 0.969129] i2c_dev: i2c /dev entries driver | |
[ 0.976305] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.982675] sdhci: Copyright(c) Pierre Ossman | |
[ 0.987687] Synopsys Designware Multimedia Card Interface Driver | |
[ 0.994318] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 1.001463] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 1.008090] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... | |
[ 1.015474] usbcore: registered new interface driver usbhid | |
[ 1.021193] usbhid: USB HID core driver | |
[ 1.027115] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available | |
[ 1.037508] optee: probing for conduit method. | |
[ 1.042100] optee: revision 4.2 (12d7c4ee) | |
[ 1.042738] optee: dynamic shared memory is enabled | |
[ 1.052828] optee: initialized driver | |
[ 1.052940] random: crng init done | |
[ 1.059305] NET: Registered PF_PACKET protocol family | |
[ 1.065404] 9pnet: Installing 9P2000 support | |
[ 1.069879] Key type dns_resolver registered | |
[ 1.083819] registered taskstats version 1 | |
[ 1.088253] Loading compiled-in X.509 certificates | |
[ 1.107297] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)') | |
[ 1.187381] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz | |
[ 1.194969] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b | |
[ 1.204994] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b | |
[ 1.214761] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi | |
[ 1.221494] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000 | |
[ 1.229400] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz | |
[ 1.237000] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz | |
[ 1.243122] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created | |
[ 1.252506] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created | |
[ 1.263655] ti-udma 485c0100.dma-controller: Number of rings: 82 | |
[ 1.272926] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18) | |
[ 1.284552] ti-udma 485c0000.dma-controller: Number of rings: 150 | |
[ 1.296256] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15) | |
[ 1.307297] printk: legacy console [ttyS2] disabled | |
[ 1.312890] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250 | |
[ 1.321813] printk: legacy console [ttyS2] enabled | |
[ 1.321813] printk: legacy console [ttyS2] enabled | |
[ 1.331564] printk: legacy bootconsole [ns16550a0] disabled | |
[ 1.331564] printk: legacy bootconsole [ns16550a0] disabled | |
[ 1.351172] 7 fixed-partitions partitions found on MTD device fc40000.spi.0 | |
[ 1.358185] Creating 7 MTD partitions on "fc40000.spi.0": | |
[ 1.363584] 0x000000000000-0x000000080000 : "ospi.tiboot3" | |
[ 1.370691] 0x000000080000-0x000000280000 : "ospi.tispl" | |
[ 1.377446] 0x000000280000-0x000000680000 : "ospi.u-boot" | |
[ 1.384214] 0x000000680000-0x0000006c0000 : "ospi.env" | |
[ 1.390799] 0x0000006c0000-0x000000700000 : "ospi.env.backup" | |
[ 1.397859] 0x000000800000-0x000003fc0000 : "ospi.rootfs" | |
[ 1.404638] 0x000003fc0000-0x000004000000 : "ospi.phypattern" | |
[ 1.413770] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode | |
[ 1.458389] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000 | |
[ 1.470058] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867 | |
[ 1.478172] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867 | |
[ 1.486301] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002 | |
[ 1.499299] am65-cpsw-nuss 8000000.ethernet: Use random MAC address | |
[ 1.505574] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5 | |
[ 1.512705] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512 | |
[ 1.530437] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 | |
[ 1.542111] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz | |
[ 1.555972] mmc0: CQHCI version 5.10 | |
[ 1.564515] pca953x 1-0022: supply vcc not found, using dummy regulator | |
[ 1.571370] pca953x 1-0022: using AI | |
[ 1.598932] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit | |
[ 1.609812] clk: Disabling unused clocks | |
[ 1.612219] mmc1: CQHCI version 5.10 | |
[ 1.622159] PM: genpd: Disabling unused power domains | |
[ 1.627455] ALSA device list: | |
[ 1.630444] No soundcards found. | |
[ 1.656987] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit | |
[ 1.664816] Waiting for root device PARTUUID=076c4a2a-02... | |
[ 1.700976] mmc0: Command Queue Engine enabled | |
[ 1.705505] mmc0: new HS200 MMC card at address 0001 | |
[ 1.711898] mmcblk0: mmc0:0001 S0J56X 14.8 GiB | |
[ 1.722412] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 | |
[ 1.724891] mmc1: new ultra high speed SDR104 SDHC card at address aaaa | |
[ 1.731272] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.737412] mmcblk1: mmc1:aaaa SC16G 14.8 GiB | |
[ 1.742270] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB | |
[ 1.751392] mmcblk1: p1 p2 | |
[ 1.751432] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0) | |
[ 1.971626] EXT4-fs (mmcblk1p2): mounted filesystem 9f169873-bf89-4d80-87f5-ca23c3048186 r/w with ordered data mode. Quota mode: none. | |
[ 1.984087] VFS: Mounted root (ext4 filesystem) on device 179:66. | |
[ 1.992910] devtmpfs: mounted | |
[ 1.998258] Freeing unused kernel memory: 2944K | |
[ 2.002944] Run /sbin/init as init process | |
[ 2.237304] systemd[1]: System time before build time, advancing clock. | |
[ 2.354680] NET: Registered PF_INET6 protocol family | |
[ 2.361587] Segment Routing with IPv6 | |
[ 2.365363] In-situ OAM (IOAM) with IPv6 | |
[ 2.415263] systemd[1]: systemd 255.4^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CUR | |
L -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOM | |
MON +UTMP +SYSVINIT default-hierarchy=unified) | |
[ 2.447251] systemd[1]: Detected architecture arm64. | |
Welcome to Arago 2023.10! | |
[ 2.475319] systemd[1]: Hostname set to <am62xx-evm>. | |
[ 2.988026] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please upda | |
te your unit file, and consider removing the setting altogether. | |
[ 3.111020] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please updat | |
e your unit file, and consider removing the setting altogether. | |
[ 3.200569] systemd[1]: Queued start job for default target Graphical Interface. | |
[ 3.258830] systemd[1]: Created slice Slice /system/getty. | |
[ OK ] Created slice Slice /system/getty. | |
[ 3.286040] systemd[1]: Created slice Slice /system/modprobe. | |
[ OK ] Created slice Slice /system/modprobe. | |
[ 3.309986] systemd[1]: Created slice Slice /system/serial-getty. | |
[ OK ] Created slice Slice /system/serial-getty. | |
[ 3.333069] systemd[1]: Created slice User and Session Slice. | |
[ OK ] Created slice User and Session Slice. | |
[ 3.355225] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ OK ] Started Dispatch Password Requests to Console Directory Watch. | |
[ 3.379130] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
[ OK ] Started Forward Password Requests to Wall Directory Watch. | |
[ 3.402843] systemd[1]: Expecting device /dev/ttyS2... | |
Expecting device /dev/ttyS2... | |
[ 3.418962] systemd[1]: Reached target Path Units. | |
[ OK ] Reached target Path Units. | |
[ 3.434741] systemd[1]: Reached target Remote File Systems. | |
[ OK ] Reached target Remote File Systems. | |
[ 3.454869] systemd[1]: Reached target Slice Units. | |
[ OK ] Reached target Slice Units. | |
[ 3.470716] systemd[1]: Reached target Swaps. | |
[ OK ] Reached target Swaps. | |
[ 3.546144] systemd[1]: Listening on RPCbind Server Activation Socket. | |
[ OK ] Listening on RPCbind Server Activation Socket. | |
[ 3.571293] systemd[1]: Reached target RPC Port Mapper. | |
[ OK ] Reached target RPC Port Mapper. | |
[ 3.618024] systemd[1]: Listening on Process Core Dump Socket. | |
[ OK ] Listening on Process Core Dump Socket. | |
[ 3.639885] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[ OK ] Listening on initctl Compatibility Named Pipe. | |
[ 3.667434] systemd[1]: Listening on Journal Audit Socket. | |
[ OK ] Listening on Journal Audit Socket. | |
[ 3.693986] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ OK ] Listening on Journal Socket (/dev/log). | |
[ 3.718350] systemd[1]: Listening on Journal Socket. | |
[ OK ] Listening on Journal Socket. | |
[ 3.741023] systemd[1]: Listening on Network Service Netlink Socket. | |
[ OK ] Listening on Network Service Netlink Socket. | |
[ 3.770042] systemd[1]: Listening on udev Control Socket. | |
[ OK ] Listening on udev Control Socket. | |
[ 3.792307] systemd[1]: Listening on udev Kernel Socket. | |
[ OK ] Listening on udev Kernel Socket. | |
[ 3.816430] systemd[1]: Listening on User Database Manager Socket. | |
[ OK ] Listening on User Database Manager Socket. | |
[ 3.879064] systemd[1]: Mounting Huge Pages File System... | |
Mounting Huge Pages File System... | |
[ 3.901274] systemd[1]: Mounting POSIX Message Queue File System... | |
Mounting POSIX Message Queue File System... | |
[ 3.929181] systemd[1]: Mounting Kernel Debug File System... | |
Mounting Kernel Debug File System... | |
[ 3.947531] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). | |
[ 3.970354] systemd[1]: Mounting Temporary Directory /tmp... | |
Mounting Temporary Directory /tmp... | |
[ 3.995118] systemd[1]: Starting Create List of Static Device Nodes... | |
Starting Create List of Static Device Nodes... | |
[ 4.025334] systemd[1]: Starting Load Kernel Module configfs... | |
Starting Load Kernel Module configfs... | |
[ 4.049497] systemd[1]: Starting Load Kernel Module drm... | |
Starting Load Kernel Module drm... | |
[ 4.073473] systemd[1]: Starting Load Kernel Module fuse... | |
Starting Load Kernel Module fuse... | |
[ 4.098845] systemd[1]: Starting Start psplash boot splash screen... | |
Starting Start psplash boot splash screen... | |
[ 4.142173] systemd[1]: Starting RPC Bind... | |
Starting RPC Bind... | |
[ 4.159271] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). | |
[ 4.172331] fuse: init (API version 7.40) | |
[ 4.184170] systemd[1]: Starting Journal Service... | |
Starting Journal Service... | |
[ 4.239492] systemd[1]: Starting Load Kernel Modules... | |
Starting Load Kernel Modules... | |
[ 4.263179] systemd[1]: Starting Generate network units from Kernel command line... | |
Starting Generate network units from Kernel command line... | |
[ 4.298050] systemd[1]: Starting Remount Root and Kernel File Systems... | |
Starting Remount Root and Kernel File Systems... | |
[ 4.322682] systemd-journald[124]: Collecting audit messages is enabled. | |
[ 4.329368] systemd[1]: Starting Coldplug All udev Devices... | |
Starting Coldplug All udev Devices... | |
[ 4.366662] systemd[1]: Started RPC Bind. | |
[ OK ] Started RPC Bind. | |
[ 4.380151] systemd[1]: Mounted Huge Pages File System. | |
[ OK ] Mounted Huge Pages File System. | |
[ 4.405932] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 4.411164] EXT4-fs (mmcblk1p2): re-mounted 9f169873-bf89-4d80-87f5-ca23c3048186 r/w. Quota mode: none. | |
[ OK ] Mounted POSIX Message Queue File System. | |
[ 4.445535] systemd[1]: Started Journal Service. | |
[ OK ] Started Journal Service. | |
[ OK ] Mounted Kernel Debug File System. | |
[ OK ] Mounted Temporary Directory /tmp. | |
[ OK ] Finished Create List of Static Device Nodes. | |
[ OK ] Finished Load Kernel Module configfs. | |
[ OK ] Finished Load Kernel Module drm. | |
[ OK ] Finished Load Kernel Module fuse. | |
[FAILED] Failed to start Start psplash boot splash screen. | |
See 'systemctl status psplash-start.service' for details. | |
[DEPEND] Dependency failed for Start psplas…temd progress communication helper. | |
[ OK ] Finished Load Kernel Modules. | |
[ OK ] Finished Generate network units from Kernel command line. | |
[ OK ] Finished Remount Root and Kernel File Systems. | |
Mounting FUSE Control File System... | |
Mounting Kernel Configuration File System... | |
Starting Flush Journal to Persistent Storage... | |
Starting Apply Kernel Variables... | |
[ 4.911106] systemd-journald[124]: Received client request to flush runtime journal. | |
Starting Create Static Device Nodes in /dev gracefully... | |
[ OK ] Mounted FUSE Control File System. | |
[ OK ] Mounted Kernel Configuration File System. | |
[ OK ] Finished Flush Journal to Persistent Storage. | |
[ OK ] Finished Apply Kernel Variables. | |
[ OK ] Finished Coldplug All udev Devices. | |
[ OK ] Finished Create Static Device Nodes in /dev gracefully. | |
Starting Create Static Device Nodes in /dev... | |
[ OK ] Finished Create Static Device Nodes in /dev. | |
[ OK ] Reached target Preparation for Local File Systems. | |
Mounting /var/volatile... | |
[ 5.286320] audit: type=1334 audit(1709054767.044:2): prog-id=6 op=LOAD | |
[ 5.293661] audit: type=1334 audit(1709054767.052:3): prog-id=7 op=LOAD | |
Starting Rule-based Manager for Device Events and Files... | |
[ OK ] Mounted /var/volatile. | |
Starting Load/Save OS Random Seed... | |
[ OK ] Reached target Local File Systems. | |
Starting Create Volatile Files and Directories... | |
[ OK ] Finished Load/Save OS Random Seed. | |
[ OK ] Started Rule-based Manager for Device Events and Files. | |
[ OK ] Finished Create Volatile Files and Directories. | |
[ 5.598538] audit: type=1334 audit(1709054767.356:4): prog-id=8 op=LOAD | |
Starting Network Name Resolution... | |
[ 5.658002] audit: type=1334 audit(1709054767.416:5): prog-id=9 op=LOAD | |
Starting Network Time Synchronization... | |
Starting Record System Boot/Shutdown in UTMP... | |
[ OK ] Found device /dev/ttyS2. | |
[ 5.857727] audit: type=1334 audit(1709054767.616:6): prog-id=10 op=LOAD | |
[ 5.870685] audit: type=1334 audit(1709054767.628:7): prog-id=11 op=LOAD | |
[ 5.880929] audit: type=1334 audit(1709054767.628:8): prog-id=12 op=LOAD | |
Starting User Database Manager... | |
[ OK ] Finished Record System Boot/Shutdown in UTMP. | |
[ OK ] Started User Database Manager. | |
[ OK ] Started Network Time Synchronization. | |
[ OK ] Reached target System Time Set. | |
[ OK ] Started Network Name Resolution. | |
[ OK ] Reached target Host and Network Name Lookups. | |
[ OK ] Reached target System Initialization. | |
[ OK ] Started Daily rotation of log files. | |
[ OK ] Started Daily Cleanup of Temporary Directories. | |
[ OK ] Reached target Timer Units. | |
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. | |
[ OK ] Listening on D-Bus System Message Bus Socket. | |
Starting Docker Socket for the API... | |
[ OK ] Listening on dropbear.socket. | |
[ OK ] Listening on PC/SC Smart Card Daemon Activation Socket. | |
Starting Weston socket... | |
[ 6.998992] audit: type=1334 audit(1709054768.756:9): prog-id=13 op=LOAD | |
Starting D-Bus System Message Bus... | |
Starting Reboot and dump vmcore via kexec... | |
[ OK ] Listening on Docker Socket for the API. | |
[ OK ] Listening on Weston socket. | |
[ OK ] Finished Reboot and dump vmcore via kexec. | |
[ OK ] Started D-Bus System Message Bus. | |
[ OK ] Reached target Socket Units. | |
[ OK ] Reached target Basic System. | |
[ OK ] Started Job spooling tools. | |
Starting Avahi mDNS/DNS-SD Stack... | |
[ OK ] Started Periodic Command Scheduler. | |
Starting Print notice about GPLv3 packages... | |
Starting IPv6 Packet Filtering Framework... | |
Starting IPv4 Packet Filtering Framework... | |
[ OK ] Started irqbalance daemon. | |
[ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf. | |
[ 7.790600] audit: type=1334 audit(1709054769.548:10): prog-id=14 op=LOAD | |
[ 7.802580] audit: type=1334 audit(1709054769.556:11): prog-id=15 op=LOAD | |
[ 7.809531] audit: type=1334 audit(1709054769.560:12): prog-id=16 op=LOAD | |
Starting User Login Management... | |
Starting Telnet Server... | |
[ OK ] Finished IPv6 Packet Filtering Framework. | |
[ OK ] Finished IPv4 Packet Filtering Framework. | |
[ OK ] Finished Telnet Server. | |
[ OK ] Started Avahi mDNS/DNS-SD Stack. | |
[ OK ] Reached target Preparation for Network. | |
[ 8.055044] audit: type=1334 audit(1709054769.816:13): prog-id=17 op=LOAD | |
Starting Network Configuration... | |
[ OK ] Started User Login Management. | |
[ 8.736408] cfg80211: Loading compiled-in X.509 certificates for regulatory database | |
[ 8.769861] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 8.777060] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' | |
[ OK ] Started Network Configuration. | |
[ OK ] Reached target Network. | |
[ 8.921616] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 8.931469] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
Starting Enable and configure wl18xx bluetooth stack... | |
Starting containerd container runtime... | |
[ 8.961782] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) | |
[ 8.972405] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode | |
[ OK ] Started Netperf Benchmark Server. | |
Starting Permit User Sessions... | |
[ OK ] Finished Enable and configure wl18xx bluetooth stack. | |
[ OK ] Finished Permit User Sessions. | |
[ OK ] Started Getty on tty1. | |
[ OK ] Started Serial Getty on ttyS2. | |
[ OK ] Reached target Login Prompts. | |
Starting Synchronize System and HW clocks... | |
Starting Weston, a Wayland compositor, as a system service... | |
[FAILED] Failed to start Synchronize System and HW clocks. | |
See 'systemctl status sync-clocks.service' for details. | |
[ 9.303839] pstore: Using crash dump compression: deflate | |
[ 9.315017] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100 | |
[ 9.316657] pstore: Registered ramoops as persistent store backend | |
[ 9.328197] ramoops: using 0x100000@0x9ca00000, ecc: 0 | |
[ 9.383522] at24 0-0051: supply vcc not found, using dummy regulator | |
[ 9.412419] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write | |
[ 9.485979] tps6598x 0-003f: Unable to find the interrupt, switching to polling | |
[ OK ] Created slice User Slice of UID 1000. | |
Starting User Runtime Directory /run/user/1000... | |
[ OK ] Finished User Runtime Directory /run/user/1000. | |
Starting User Manager for UID 1000... | |
[ 9.730888] rtc-ti-k3 2b1f0000.rtc: registered as rtc0 | |
[ 9.768897] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:16 UTC (16) | |
[ 9.770740] systemd-journald[124]: Time jumped backwards, rotating. | |
[ 9.959413] sii902x 1-003b: supply iovcc not found, using dummy regulator | |
[ 9.971441] sii902x 1-003b: supply cvcc12 not found, using dummy regulator | |
[ 9.986818] i2c i2c-1: Added multiplexed i2c bus 3 | |
[ 10.000821] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0 | |
[ 10.010556] tidss 30200000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.018299] tidss 30200000.dss: [drm] Cannot find any crtc or sizes | |
[ 10.249863] powervr fd00000.gpu: Direct firmware load for powervr/rogue_33.15.11.3_v1.fw failed with error -2 | |
[ 10.262715] powervr fd00000.gpu: [drm] *ERROR* failed to load firmware powervr/rogue_33.15.11.3_v1.fw (err=-2) | |
[ 10.279394] powervr fd00000.gpu: probe with driver powervr failed with error -2 | |
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. | |
Starting Virtual Console Setup... | |
[ OK ] Finished Virtual Console Setup. | |
[ OK ] Created slice Slice /system/systemd-fsck. | |
Expecting device /dev/mmcblk0p12... | |
[ OK ] Found device /dev/mmcblk0p12. | |
Starting File System Check on /dev/mmcblk0p12... | |
Expecting device /dev/mmcblk0p1... | |
Expecting device /dev/mmcblk0p13... | |
[ OK ] Found device /dev/mmcblk0p13. | |
Starting File System Check on /dev/mmcblk0p13... | |
Expecting device /dev/mmcblk1p1... | |
Starting Save/Restore Sound Card State... | |
[ OK ] Finished File System Check on /dev/mmcblk0p12. | |
[ OK ] Found device /dev/mmcblk0p1. | |
[ OK ] Finished File System Check on /dev/mmcblk0p13. | |
[ OK ] Finished Save/Restore Sound Card State. | |
[ OK ] Reached target Sound Card. | |
Mounting /run/media/metadata-mmcblk0p12... | |
Mounting /run/media/mnt/vendor/pers-mmcblk0p13... | |
Starting File System Check on /dev/mmcblk0p1... | |
[ OK ] Started User Manager for UID 1000. | |
[ OK ] Started Session c1 of User weston. | |
[ 11.491162] EXT4-fs (mmcblk0p12): mounted filesystem 7aef8eed-1cae-4f03-a662-b91e74dab696 r/w with ordered data mode. Quota mode: none. | |
[ 11.493266] EXT4-fs (mmcblk0p13): mounted filesystem d07a9cda-4c00-4590-acde-fb8bb0dab821 r/w with ordered data mode. Quota mode: none. | |
[ 11.513445] kauditd_printk_skb: 3 callbacks suppressed | |
[ 11.513467] audit: type=1006 audit(18.232:15): pid=725 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1 | |
[ 11.533029] audit: type=1300 audit(18.232:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdac891d8 a2=4 a3=1 items=0 ppid=1 pid=725 auid=1000 u | |
id=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null) | |
[ 11.533066] audit: type=1327 audit(18.232:15): proctitle="(weston)" | |
[ OK ] Mounted /run/media/metadata-mmcblk0p12. | |
[ OK ] Mounted /run/media/mnt/vendor/pers-mmcblk0p13. | |
[ OK ] Found device /dev/mmcblk1p1. | |
[ OK ] Finished File System Check on /dev/mmcblk0p1. | |
Mounting /run/media/bootloader-mmcblk0p1... | |
Starting File System Check on /dev/mmcblk1p1... | |
[ OK ] Mounted /run/media/bootloader-mmcblk0p1. | |
[ OK ] Finished File System Check on /dev/mmcblk1p1. | |
Mounting /run/media/boot-mmcblk1p1... | |
[ OK ] Started containerd container runtime. | |
[ OK ] Mounted /run/media/boot-mmcblk1p1. | |
[FAILED] Failed to start Weston, a Wayland compositor, as a system service. | |
See 'systemctl status weston.service' for details. | |
*************************************************************** | |
*************************************************************** | |
NOTICE: This file system contains the following GPL-3.0 packages: | |
adwaita-icon-theme-symbolic | |
autoconf | |
bash | |
bc | |
binutils | |
cifs-utils | |
coreutils-stdbuf | |
coreutils | |
cpio | |
cpp-symlinks | |
cpp | |
dosfstools | |
elfutils | |
findutils | |
g++-symlinks | |
g++ | |
gawk | |
gcc-symlinks | |
gcc | |
gdb | |
gdbserver | |
gettext | |
glmark2 | |
gnu-config | |
grub-common | |
grub-editenv | |
grub-efi | |
gzip | |
kbd-keymaps-pine | |
less | |
libasm1 | |
libatomic-dev | |
libatomic1 | |
libbfd | |
libdebuginfod1 | |
libdw1 | |
libelf1 | |
libgcc-s-dev | |
libgcc1 | |
libgdbm-compat4 | |
libgdbm6 | |
libgettextlib | |
libgettextsrc | |
libgmp10 | |
libidn2-0 | |
libmpc3 | |
libmpfr6 | |
libopcodes | |
libqt5charts-examples | |
libqt5charts-plugins | |
libqt5charts-qmlplugins | |
libqt5charts5 | |
libqt5serialport-examples | |
libqt5serialport-plugins | |
libqt5serialport-qmlplugins | |
libqt5serialport5 | |
libqt5svg-examples | |
libqt5svg-plugins | |
libqt5svg-qmlplugins | |
libqt5svg5 | |
libqt5virtualkeyboard-plugins | |
libqt5virtualkeyboard-qmlplugins | |
libqt5virtualkeyboard5 | |
libreadline8 | |
libstdc++-dev | |
libstdc++6 | |
libunistring5 | |
m4 | |
make | |
nettle | |
parted | |
piglit | |
qt3d-plugins | |
qt3d-qmlplugins | |
qt3d | |
qtbase-examples | |
qtbase-plugins | |
qtbase-qmlplugins | |
qtbase | |
qtconnectivity-plugins | |
qtconnectivity-qmlplugins | |
qtconnectivity | |
qtdeclarative-plugins | |
qtdeclarative-qmlplugins | |
qtdeclarative-tools | |
qtdeclarative | |
qtgraphicaleffects-qmlplugins | |
qtlocation-examples | |
qtlocation-plugins | |
qtlocation-qmlplugins | |
qtlocation | |
qtmultimedia-examples | |
qtmultimedia-plugins | |
qtmultimedia-qmlplugins | |
qtmultimedia | |
qtquics-qmlplugins.control | |
qtquics2-plugins.control | |
qtquics2-qmlplugins.control | |
qtquics2.control | |
qtscript-examples | |
qtscript-plugins | |
qtscript-qmlplugins | |
qtscript | |
qtwayland-examples | |
qtwayland-plugins | |
qtwayland-qmlplugins | |
qtwayland | |
tar | |
which | |
If you do not wish to distribute GPL-3.0 components please remove | |
the above packages prior to distribution. This can be done using | |
the opkg remove command. i.e.: | |
opkg remove <package> | |
Where <package> is the name printed in the list above | |
NOTE: If the package is a dependency of another package you | |
will be notified of the dependent packages. You should | |
use the --force-removal-of-dependent-packages option to | |
also remove the dependent packages as well | |
*************************************************************** | |
*************************************************************** | |
[ OK ] Finished Print notice about GPLv3 packages. | |
[ OK ] Reached target Multi-User System. | |
[ OK ] Reached target Graphical Interface. | |
Starting Record Runlevel Change in UTMP... | |
[ OK ] Finished Record Runlevel Change in UTMP. | |
_____ _____ _ _ | |
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | |
| | _| .'| . | . | | __| _| . | | | -_| _| _| | |
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| | |
|___| |___| | |
Arago Project am62xx-evm ttyS2 | |
Arago 2023.10 am62xx-evm ttyS2 | |
am62xx-evm login: root | |
[ 29.797052] audit: type=1006 audit(36.524:16): pid=1267 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 | |
[ 29.808961] audit: type=1300 audit(36.524:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe4bab4b8 a2=1 a3=1 items=0 ppid=1 pid=1267 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="/usr/lib/systemd/systemd-executor" key=(null) | |
[ 29.834903] audit: type=1327 audit(36.524:16): proctitle="(systemd)" | |
[ 29.841318] audit: type=1334 audit(36.556:17): prog-id=18 op=LOAD | |
[ 29.847494] audit: type=1300 audit(36.556:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd556e898 a2=90 a3=0 items=0 ppid=1 pid=1267 auid=0 u | |
id=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null) | |
[ 29.872662] audit: type=1327 audit(36.556:17): proctitle="(systemd)" | |
[ 29.879084] audit: type=1334 audit(36.564:18): prog-id=18 op=UNLOAD | |
[ 29.885409] audit: type=1300 audit(36.564:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb0854c60 items=0 ppid=1 pid=1267 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="/usr/lib/systemd/systemd" key=(null) | |
[ 29.910408] audit: type=1327 audit(36.564:18): proctitle="(systemd)" | |
[ 29.916887] audit: type=1334 audit(36.564:19): prog-id=19 op=LOAD | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# lsmod | |
Module Size Used by | |
snd_soc_hdmi_codec 16384 0 | |
powervr 176128 0 | |
drm_gpuvm 32768 1 powervr | |
drm_exec 12288 2 drm_gpuvm,powervr | |
drm_shmem_helper 24576 1 powervr | |
crct10dif_ce 12288 1 | |
snd_soc_simple_card 16384 0 | |
gpu_sched 40960 1 powervr | |
snd_soc_simple_card_utils 28672 1 snd_soc_simple_card | |
display_connector 12288 0 | |
k3_j72xx_bandgap 12288 0 | |
rti_wdt 12288 0 | |
rtc_ti_k3 12288 1 | |
tidss 49152 0 | |
sa2ul 32768 0 | |
drm_dma_helper 20480 1 tidss | |
snd_soc_davinci_mcasp 32768 2 | |
sii902x 16384 0 | |
tps6598x 24576 0 | |
snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp | |
snd_soc_tlv320aic3x_i2c 12288 1 | |
authenc 12288 1 sa2ul | |
snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp | |
drm_kms_helper 184320 5 sii902x,drm_dma_helper,display_connector,drm_shmem_helper,tidss | |
at24 24576 0 | |
typec 77824 1 tps6598x | |
snd_soc_tlv320aic3x 73728 1 snd_soc_tlv320aic3x_i2c | |
snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp | |
omap_mailbox 12288 0 | |
ramoops 24576 0 | |
reed_solomon 16384 1 ramoops | |
overlay 139264 0 | |
cfg80211 409600 0 | |
rfkill 28672 2 cfg80211 | |
fuse 139264 1 | |
drm 548864 11 gpu_sched,sii902x,drm_kms_helper,drm_exec,drm_dma_helper,display_connector,drm_gpuvm,powervr,drm_shmem_helper,tidss | |
drm_panel_orientation_quirks 28672 1 drm | |
backlight 20480 1 drm | |
ipv6 454656 30 | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# uname -a | |
Linux am62xx-evm 6.11.0-rc4-next-20240820-00007-gb31c6a28561c #7 SMP PREEMPT Tue Aug 20 11:04:51 +0530 2024 aarch64 GNU/Linux | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# rtcwake -s 5 -m mem | |
rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Jan 1 00:00:52 1970 | |
[ 40.412873] PM: suspend entry (deep) | |
[ 40.416948] Filesystems sync: 0.000 seconds | |
[ 40.423132] Freezing user space processes | |
[ 40.428929] Freezing user space processes completed (elapsed 0.001 seconds) | |
[ 40.435953] OOM killer disabled. | |
[ 40.439202] Freezing remaining freezable tasks | |
[ 40.444997] Freezing remaining freezable tasks completed (elapsed 0.001 seconds) | |
[ 40.452410] printk: Suspending console(s) (use no_console_suspend to debug) | |
[ 40.489383] Disabling non-boot CPUs ... | |
[ 40.491942] psci: CPU3 killed (polled 0 ms) | |
[ 40.494437] psci: CPU2 killed (polled 4 ms) | |
[ 40.498220] psci: CPU1 killed (polled 0 ms) | |
[ 40.499537] Enabling non-boot CPUs ... | |
[ 40.499988] Detected VIPT I-cache on CPU1 | |
[ 40.500046] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 | |
[ 40.500111] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 40.501255] CPU1 is up | |
[ 40.501539] Detected VIPT I-cache on CPU2 | |
[ 40.501568] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 | |
[ 40.501613] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 40.502638] CPU2 is up | |
[ 40.503948] Detected VIPT I-cache on CPU3 | |
[ 40.503987] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 | |
[ 40.504045] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 40.505332] CPU3 is up | |
[ 40.505962] ti-sci 44043000.system-controller: ti_sci: wakeup source:0x50, pin:0xff, mode:0x0 | |
[ 40.525818] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 | |
[ 40.535134] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 40.535160] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 40.541878] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) | |
[ 40.541890] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode | |
[ 40.676591] OOM killer enabled. | |
[ 40.679738] Restarting tasks ... done. | |
[ 40.684863] random: crng reseeded on system resumption | |
[ 40.690460] PM: suspend exit | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# rtcwake -s 15 -m mem | |
rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Jan 1 00:01:29 1970 | |
[ 62.090744] PM: suspend entry (deep) | |
[ 62.094760] Filesystems sync: 0.000 seconds | |
[ 62.100178] Freezing user space processes | |
[ 62.105968] Freezing user space processes completed (elapsed 0.001 seconds) | |
[ 62.112991] OOM killer disabled. | |
[ 62.116232] Freezing remaining freezable tasks | |
[ 62.122129] Freezing remaining freezable tasks completed (elapsed 0.001 seconds) | |
[ 62.129549] printk: Suspending console(s) (use no_console_suspend to debug) | |
[ 62.157733] Disabling non-boot CPUs ... | |
[ 62.160294] psci: CPU3 killed (polled 0 ms) | |
[ 62.163662] psci: CPU2 killed (polled 0 ms) | |
[ 62.166345] psci: CPU1 killed (polled 4 ms) | |
[ 62.167650] Enabling non-boot CPUs ... | |
[ 62.168094] Detected VIPT I-cache on CPU1 | |
[ 62.168155] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 | |
[ 62.168220] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 62.169387] CPU1 is up | |
[ 62.169669] Detected VIPT I-cache on CPU2 | |
[ 62.169698] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 | |
[ 62.169741] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 62.170752] CPU2 is up | |
[ 62.171056] Detected VIPT I-cache on CPU3 | |
[ 62.171092] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 | |
[ 62.171144] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 62.172438] CPU3 is up | |
[ 62.173048] ti-sci 44043000.system-controller: ti_sci: wakeup source:0x50, pin:0xff, mode:0x0 | |
[ 62.192435] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 | |
[ 62.201814] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 62.201841] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 62.208617] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) | |
[ 62.208630] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode | |
[ 62.342811] OOM killer enabled. | |
[ 62.345947] Restarting tasks ... done. | |
[ 62.350406] random: crng reseeded on system resumption | |
[ 62.356098] PM: suspend exit | |
root@am62xx-evm:~# echo 100 > /sys/devices/system/cpu/cpu0/power/pm_qos_resume_latency_us | |
root@am62xx-evm:~# rtcwake -s 15 -m mem | |
rtcwake: wakeup from "mem" using /dev/rtc0 at Thu Jan 1 00:06:55 1970 | |
[ 372.300724] PM: suspend entry (deep) | |
[ 372.304794] Filesystems sync: 0.000 seconds | |
[ 372.310292] Freezing user space processes | |
[ 372.315939] Freezing user space processes completed (elapsed 0.001 seconds) | |
[ 372.322956] OOM killer disabled. | |
[ 372.326176] Freezing remaining freezable tasks | |
[ 372.331903] Freezing remaining freezable tasks completed (elapsed 0.001 seconds) | |
[ 372.339319] printk: Suspending console(s) (use no_console_suspend to debug) | |
[ 372.371530] Disabling non-boot CPUs ... | |
[ 372.374090] psci: CPU3 killed (polled 0 ms) | |
[ 372.377909] psci: CPU2 killed (polled 0 ms) | |
[ 372.381165] psci: CPU1 killed (polled 0 ms) | |
[ 372.381866] Enabling non-boot CPUs ... | |
[ 372.382315] Detected VIPT I-cache on CPU1 | |
[ 372.382375] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000 | |
[ 372.382443] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 372.383612] CPU1 is up | |
[ 372.383907] Detected VIPT I-cache on CPU2 | |
[ 372.383938] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000 | |
[ 372.383987] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 372.384953] CPU2 is up | |
[ 372.385246] Detected VIPT I-cache on CPU3 | |
[ 372.385279] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000 | |
[ 372.385328] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 372.386552] CPU3 is up | |
[ 372.387184] ti-sci 44043000.system-controller: ti_sci: wakeup source:0x50, pin:0xff, mode:0x1 | |
[ 372.407021] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19 | |
[ 372.416391] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL) | |
[ 372.416423] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode | |
[ 372.423222] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL) | |
[ 372.423234] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode | |
[ 372.557027] OOM killer enabled. | |
[ 372.560173] Restarting tasks ... done. | |
[ 372.564715] random: crng reseeded on system resumption | |
[ 372.570144] PM: suspend exit | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# | |
root@am62xx-evm:~# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment