Skip to content

Instantly share code, notes, and snippets.

@devarsht
Created September 8, 2023 10:23
Show Gist options
  • Save devarsht/2bac56933847d3e954d6ee275d711e27 to your computer and use it in GitHub Desktop.
Save devarsht/2bac56933847d3e954d6ee275d711e27 to your computer and use it in GitHub Desktop.
am65 uboot boot logs
U-Boot SPL 2023.04-g68ff7809d0 (Aug 30 2023 - 13:46:57 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
Trying to boot from MMC2
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
U-Boot 2023.10-rc4-00242-g515e0af77b-dirty (Sep 08 2023 - 15:46:16 +0530)
SoC: AM65X SR2.0 GP
Model: Texas Instruments AM654 Base Board
Board: AM6-COMPROCEVM rev B
DRAM: 4 GiB
Core: 118 devices, 31 uclasses, devicetree: separate
MMC: mmc@4f80000: 0, mmc@4fa0000: 1
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: No input devices available!
Out: No output devices available!
Err: No error devices available!
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00102 cpsw_ver: 0x6BA80102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
624 bytes read in 27 ms (22.5 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
## Error: "main_cpsw0_qsgmii_phyinit" not defined
20920832 bytes read in 246 ms (81.1 MiB/s)
66413 bytes read in 29 ms (2.2 MiB/s)
Working FDT set to 88000000
2236 bytes read in 29 ms (75.2 KiB/s)
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008feec000, end 000000008fffffff ... OK
Working FDT set to 8feec000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.46-g95ce32cb05 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Aug 30 04:36:13 UTC 2023
[ 0.000000] Machine model: Texas Instruments AM654 Base Board
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000008ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a20fffff]
[ 0.000000] node 0: [mem 0x00000000a2100000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000
[ 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.2
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 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] Built 1 zonelists, mobility grouping on. Total pages: 1032192
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(os
pi.sysfw),-@8m(ospi.rootfs) root=PARTUUID=420ad320-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3935412K/4194304K available (12480K kernel code, 1294K rwdata, 4356K rodata, 2176K init, 498K bss, 226124K reserved, 32768K cma-reserved)
[ 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=256 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 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: 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 @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
[ 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.008727] Console: colour dummy device 80x25
[ 0.013354] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024083] pid_max: default: 32768 minimum: 301
[ 0.028896] LSM: Security Framework initializing
[ 0.033794] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041424] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.051705] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.059179] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.065529] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072962] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.079437] rcu: Hierarchical SRCU implementation.
[ 0.084368] rcu: Max phase no-delay instances is 1000.
[ 0.090100] Platform MSI: msi-controller@1820000 domain created
[ 0.096462] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.106944] EFI services will not be available.
[ 0.111903] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 0.125743] Detected VIPT I-cache on CPU1
[ 0.125878] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.125899] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
[ 0.125960] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.135353] Detected VIPT I-cache on CPU2
[ 0.135584] GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
[ 0.135606] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
[ 0.135667] CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.144923] Detected VIPT I-cache on CPU3
[ 0.145022] GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
[ 0.145038] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
[ 0.145073] CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.145191] smp: Brought up 1 node, 4 CPUs
[ 0.225598] SMP: Total of 4 processors activated.
[ 0.230436] CPU features: detected: 32-bit EL0 Support
[ 0.235732] CPU features: detected: CRC32 instructions
[ 0.241104] CPU: All CPU(s) started at EL2
[ 0.245312] alternatives: applying system-wide alternatives
[ 0.253298] devtmpfs: initialized
[ 0.270178] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.280227] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.288659] pinctrl core: initialized pinctrl subsystem
[ 0.294760] DMI not present or invalid.
[ 0.299499] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.306970] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.314610] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.322881] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.331082] audit: initializing netlink subsys (disabled)
[ 0.336810] audit: type=2000 audit(0.224:1): state=initialized audit_enabled=0 res=1
[ 0.337361] thermal_sys: Registered thermal governor 'step_wise'
[ 0.344797] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.351011] cpuidle: using governor menu
[ 0.361947] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.369040] ASID allocator initialised with 65536 entries
[ 0.393864] platform display0: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.404799] KASLR disabled due to lack of seed
[ 0.419526] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.426519] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.432993] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.439961] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.446399] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.453367] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.459805] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.466774] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.475401] k3-chipinfo 43000014.chipid: Family:AM65X rev:SR2.0 JTAGID[0x1bb5a02f] Detected
[ 0.485233] iommu: Default domain type: Translated
[ 0.490257] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.497034] SCSI subsystem initialized
[ 0.501349] usbcore: registered new interface driver usbfs
[ 0.507036] usbcore: registered new interface driver hub
[ 0.512525] usbcore: registered new device driver usb
[ 0.518347] pps_core: LinuxPPS API ver. 1 registered
[ 0.523451] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.532849] PTP clock support registered
[ 0.537049] EDAC MC: Ver: 3.0.0
[ 0.541581] FPGA manager framework
[ 0.545183] Advanced Linux Sound Architecture Driver Initialized.
[ 0.552637] clocksource: Switched to clocksource arch_sys_counter
[ 0.559179] VFS: Disk quotas dquot_6.6.0
[ 0.563262] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.578906] NET: Registered PF_INET protocol family
[ 0.584328] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.596244] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.605150] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.613125] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.621580] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.630441] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.637401] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.644459] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.652113] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.658547] RPC: Registered named UNIX socket transport module.
[ 0.664648] RPC: Registered udp transport module.
[ 0.669483] RPC: Registered tcp transport module.
[ 0.674314] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.680934] NET: Registered PF_XDP protocol family
[ 0.685870] PCI: CLS 0 bytes, default 64
[ 0.690925] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.701412] Initialise system trusted keyrings
[ 0.706225] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.721211] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.728079] NFS: Registering the id_resolver key type
[ 0.733333] Key type id_resolver registered
[ 0.737635] Key type id_legacy registered
[ 0.741848] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.748736] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.756549] 9p: Installing v9fs 9p2000 file system support
[ 0.815457] Key type asymmetric registered
[ 0.819671] Asymmetric key parser 'x509' registered
[ 0.824755] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.832528] io scheduler mq-deadline registered
[ 0.837196] io scheduler kyber registered
[ 0.845673] pinctrl-single 4301c000.pinctrl: 70 pins, size 280
[ 0.852570] pinctrl-single 11c000.pinctrl: 185 pins, size 740
[ 0.858823] pinctrl-single 11c2e8.pinctrl: 9 pins, size 36
[ 0.875197] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.892801] loop: module loaded
[ 0.897656] megasas: 07.719.03.00-rc1
[ 0.907029] tun: Universal TUN/TAP device driver, 1.6
[ 0.913182] thunder_xcv, ver 1.0
[ 0.916534] thunder_bgx, ver 1.0
[ 0.919896] nicpf, ver 1.0
[ 0.923265] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.930686] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.936204] hclge is initializing
[ 0.939631] e1000: Intel(R) PRO/1000 Network Driver
[ 0.944642] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.950591] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.955690] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.961808] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.967353] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.973113] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.979549] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.985792] sky2: driver version 1.30
[ 0.990523] VFIO - User Level meta-driver version: 0.3
[ 0.996735] usbcore: registered new interface driver usb-storage
[ 1.003920] i2c_dev: i2c /dev entries driver
[ 1.010391] sdhci: Secure Digital Host Controller Interface driver
[ 1.016753] sdhci: Copyright(c) Pierre Ossman
[ 1.021896] Synopsys Designware Multimedia Card Interface Driver
[ 1.028694] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.035802] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.042203] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.049234] usbcore: registered new interface driver usbhid
[ 1.054964] usbhid: USB HID core driver
[ 1.060674] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.065268] optee: revision 3.20 (8e74d476)
[ 1.081940] optee: dynamic shared memory is enabled
[ 1.091773] optee: initialized driver
[ 1.097906] Initializing XFRM netlink socket
[ 1.102361] NET: Registered PF_PACKET protocol family
[ 1.107719] 9pnet: Installing 9P2000 support
[ 1.112239] Key type dns_resolver registered
[ 1.117120] registered taskstats version 1
[ 1.121375] Loading compiled-in X.509 certificates
[ 1.139518] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.202231] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.209179] omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.216111] pca953x 2-0021: supply vcc not found, using dummy regulator
[ 1.223057] pca953x 2-0021: using no AI
[ 1.249443] omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.256394] omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
[ 1.263171] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
[ 1.269198] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 156 domain created
[ 1.277932] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 100 domain created
[ 1.287474] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 182 domain created
[ 1.296370] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 179 created
[ 1.307844] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,32] sci-dev-id:195
[ 1.317802] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.324597] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.335813] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,100] sci-dev-id:187
[ 1.345941] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.352745] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66348100, num_proxies:64
[ 1.361396] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 153, base_baud = 6000000) is a 8250
[ 1.371705] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 154, base_baud = 3000000) is a 8250
[ 1.380673] printk: console [ttyS2] enabled
[ 1.380673] printk: console [ttyS2] enabled
[ 1.389164] printk: bootconsole [ns16550a0] disabled
[ 1.389164] printk: bootconsole [ns16550a0] disabled
[ 1.405650] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.452655] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.461929] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.470257] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.483155] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.490381] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.497400] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.510198] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.521408] mmc0: CQHCI version 5.10
[ 1.533205] pca953x 0-0039: supply vcc not found, using dummy regulator
[ 1.540001] pca953x 0-0039: using no AI
[ 1.561232] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 1.570423] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[ 1.577437] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[ 1.585866] ti-udma 285c0000.dma-controller: Channels: 28 (tchan: 14, rchan: 14, gp-rflow: 16)
[ 1.601030] ti-udma 31150000.dma-controller: Channels: 119 (tchan: 53, rchan: 66, gp-rflow: 64)
[ 1.621384] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
[ 1.626714] 7 cmdlinepart partitions found on MTD device 47040000.spi.0
[ 1.633337] Creating 7 MTD partitions on "47040000.spi.0":
[ 1.638830] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.646119] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.652932] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.658750] mmc0: Command Queue Engine enabled
[ 1.659802] 0x000000680000-0x0000006a0000 : "ospi.env"
[ 1.663246] mmc0: new HS200 MMC card at address 0001
[ 1.669756] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
[ 1.674244] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 1.680558] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
[ 1.685859] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 1.690644] 0x000000800000-0x000004000000 : "ospi.rootfs"
[ 1.695445] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 1.705835] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
[ 1.714960] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
[ 1.760659] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.770022] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 1.778349] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00102, cpsw version 0x6BA80102 Ports: 2 quirks:00000000
[ 1.791252] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 1.798478] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 1.805364] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 1.816646] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 1.828478] debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
[ 1.829059] mmc1: CQHCI version 5.10
[ 1.835862] debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
[ 1.848972] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.870661] ALSA device list:
[ 1.873659] No soundcards found.
[ 1.880853] mmc1: SDHCI controller on 4fa0000.mmc [4fa0000.mmc] using ADMA 64-bit
[ 1.888589] Waiting for root device PARTUUID=420ad320-02...
[ 2.142314] mmc1: new ultra high speed SDR104 SDHC card at address e624
[ 2.149859] mmcblk1: mmc1:e624 SL16G 14.8 GiB
[ 2.160461] mmcblk1: p1 p2
[ 2.268945] EXT4-fs (mmcblk1p2): recovery complete
[ 2.274571] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 2.283182] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 2.292676] devtmpfs: mounted
[ 2.297151] Freeing unused kernel memory: 2176K
[ 2.301873] Run /sbin/init as init process
[ 2.459507] systemd[1]: System time before build time, advancing clock.
[ 2.506696] NET: Registered PF_INET6 protocol family
[ 2.513167] Segment Routing with IPv6
[ 2.516897] In-situ OAM (IOAM) with IPv6
[ 2.551545] 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 -LIBCRYPTS
ETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 2.583689] systemd[1]: Detected architecture arm64.
Welcome to Arago 2023.04!
[ 2.664476] systemd[1]: Hostname set to <am65xx-evm>.
[ 2.770828] systemd-sysv-generator[159]: 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.
[ 2.799349] systemd-sysv-generator[159]: 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.
[ 2.824305] systemd-sysv-generator[159]: 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.
[ 2.848317] systemd-sysv-generator[159]: 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.
[ 3.182212] 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 alt
ogether.
[ 3.267085] 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.
[ 3.374176] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.467123] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 3.492607] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 3.516379] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 3.539583] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 3.561155] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 3.584992] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 3.609237] systemd[1]: Reached target Path Units.
[ OK ] Reached target Path Units.
[ 3.624808] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 3.644784] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 3.660826] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 3.726141] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 3.748960] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 3.780817] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 3.801167] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 3.825733] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 3.849397] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 3.873424] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 3.889709] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 3.913504] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 3.937252] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 3.957351] systemd[1]: Listening on User Database Manager Socket.
[ OK ] Listening on User Database Manager Socket.
[ 4.009384] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 4.031106] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 4.059111] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 4.077391] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.100323] systemd[1]: Mounting Temporary Directory /tmp...
Mounting Temporary Directory /tmp...
[ 4.124705] systemd[1]: Starting Create List of Static Device Nodes...
Starting Create List of Static Device Nodes...
[ 4.154840] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 4.178786] systemd[1]: Starting Load Kernel Module drm...
Starting Load Kernel Module drm...
[ 4.203480] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 4.224116] fuse: init (API version 7.37)
[ 4.234913] systemd[1]: Starting Start psplash boot splash screen...
Starting Start psplash boot splash screen...
[ 4.264920] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 4.281135] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 4.333736] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 4.361385] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 4.384768] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.391387] cryptodev: loading out-of-tree module taints kernel.
Starting Generate network …ts from Kernel co[ 4.400944] cryptodev: driver 1.12 loaded.
mmand line...
[ 4.424576] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 4.450955] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
[ 4.456991] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 4.488053] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 4.505661] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages File System.
[ 4.529528] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted POSIX Message Queue File System.
[ 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 Star…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.929830] systemd-journald[174]: Received client request to flush runtime journal.
Starting Create Static Device Nodes in /dev...
[ 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 Create Static Device Nodes in /dev.
[ OK ] Reached target Preparation for Local File Systems.
Mounting /media/ram...
Mounting /var/volatile...
[ 5.191678] audit: type=1334 audit(1651167747.728:2): prog-id=5 op=LOAD
[ 5.198455] audit: type=1334 audit(1651167747.736:3): prog-id=6 op=LOAD
Starting Rule-based Manage…for Device Events and Files...
[ OK ] Mounted /media/ram.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Finished Coldplug All udev Devices.
[ OK ] Started Rule-based Manager for Device Events and Files.
[ 5.735337] random: crng init done
[ OK ] Finished Load/Save Random Seed.
[ 5.803410] pwm-backlight backlight: supply power not found, using dummy regulator
[ OK ] Found device /dev/ttyS2.
[ 5.854517] Goodix-TS 3-0014: supply AVDD28 not found, using dummy regulator
[ 5.893317] Goodix-TS 3-0014: supply VDDIO not found, using dummy regulator
[ 5.955280] spi-nor spi2.0: n25q128a13 (16384 Kbytes)
[ 6.037349] Goodix-TS 3-0014: ID 928, version: 1060
[ 6.046267] Goodix-TS 3-0014: Direct firmware load for goodix_928_cfg.bin failed with error -2
[ 6.059978] input: Goodix Capacitive TouchScreen as /devices/platform/bus@100000/2010000.i2c/i2c-3/3-0014/input/input1
[ 6.078595] davinci_mdio b232400.mdio: Configuring MDIO in manual mode
[ 6.124693] davinci_mdio b232400.mdio: davinci mdio revision 1.7, bus freq 1000000
[ 6.208281] davinci_mdio b232400.mdio: phy[0]: device b232400.mdio:00, driver TI DP83867
[ 6.236128] davinci_mdio b232400.mdio: phy[3]: device b232400.mdio:03, driver TI DP83867
[ 6.269873] platform 41000000.r5f: configured R5F for remoteproc mode
[ 6.285666] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 6.300949] remoteproc remoteproc0: 41000000.r5f is available
[ 6.313783] remoteproc remoteproc0: powering up 41000000.r5f
[ 6.319687] remoteproc remoteproc0: Booting fw image am65x-mcu-r5f0_0-fw, size 82412
[ 6.333326] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 6.343386] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 6.349119] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
[ 6.358297] remoteproc remoteproc0: remote processor 41000000.r5f is now up
[ 6.365632] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 6.373462] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 6.532942] panel-simple display0: supply power not found, using dummy regulator
[ 6.582388] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
[ 6.611450] remoteproc remoteproc1: b00a000.txpru is available
[ 6.757128] remoteproc remoteproc2: b00c000.txpru is available
[ 6.862579] remoteproc remoteproc3: b10a000.txpru is available
[ 6.876463] remoteproc remoteproc4: b10c000.txpru is available
[ 6.877211] remoteproc remoteproc5: b20a000.txpru is available
[ 6.884428] remoteproc remoteproc6: b20c000.txpru is available
[ 7.081451] Console: switching to colour frame buffer device 160x50
[ 7.143459] tidss 4a00000.dss: [drm] fb0: tidssdrmfb frame buffer device
[ OK ] Created slice Slice /system/systemd-backlight.
[ 7.335219] remoteproc remoteproc7: b034000.pru is available
[ 7.372970] remoteproc remoteproc8: b004000.rtu is available
Starting Load/Save Screen …ness of backlight[ 7.420297] remoteproc remoteproc9: b038000.pru is available
:backlight...
[ 7.515084] remoteproc remoteproc10: b006000.rtu is available
[ 7.560251] remoteproc remoteproc11: b134000.pru is available
[ OK ] Finished Load/Save Screen …htness of backlight:backlight.
[ 7.607710] remoteproc remoteproc12: b104000.rtu is available
[ 7.666422] remoteproc remoteproc13: b138000.pru is available
[ 7.701207] remoteproc remoteproc14: b106000.rtu is available
[ 7.729292] remoteproc remoteproc15: b234000.pru is available
[ 7.737546] remoteproc remoteproc16: b204000.rtu is available
[ 7.750784] remoteproc remoteproc17: b238000.pru is available
[ 7.761994] remoteproc remoteproc18: b206000.rtu is available
[ OK ] Found device /dev/disk/by-uuid/DEEB-6ECC.
Mounting /boot...
[ 8.522998] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ OK ] Mounted /boot.
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
[ OK ] Finished Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Record System Boot/Shutdown in UTMP...
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ 9.119563] systemd-journald[174]: Oldest entry in /run/log/journal/e0bb1a68fe004b4ea5c0765667bdba78/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 9.137442] systemd-journald[174]: /run/log/journal/e0bb1a68fe004b4ea5c0765667bdba78/system.journal: Journal header limits reached or header out-of-date, rotating.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Started Daily rotation of log files.
[ 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.
Starting Weston socket...
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 ] Reached target Socket Units.
[ OK ] Started D-Bus System Message Bus.
[ OK ] Reached target Basic System.
[ OK ] Started Job spooling tools.
[ 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.
Starting Lighttpd Daemon...
[ OK ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
[ 9.761799] audit: type=1334 audit(1694168424.421:4): prog-id=7 op=LOAD
[ 9.768665] audit: type=1334 audit(1694168424.425:5): prog-id=8 op=LOAD
Starting User Login Management...
[ OK ] Started TEE Supplicant.
[FAILED] Failed to start Print notice about GPLv3 packages.
See 'systemctl status gplv3-notice.service' for details.
[ OK ] Finished IPv6 Packet Filtering Framework.
[ OK ] Finished IPv4 Packet Filtering Framework.
[ OK ] Started Lighttpd Daemon.
[ OK ] Reached target Preparation for Network.
Starting Network Configuration...
[ OK ] Started User Login Management.
[ 10.283844] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ 10.304868] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ OK ] Started Network Configuration.
[ 10.378818] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 10.388592] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
Starting Network Name Resolution...
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
Starting Avahi mDNS/DNS-SD Stack...
Starting Enable and configure wl18xx bluetooth stack...
Starting containerd container runtime...
[ OK ] Started Netperf Benchmark Server.
[ OK ] Started NFS status monitor for NFSv2/3 locking..
Starting Permit User Sessions...
[FAILED] Failed to start Enable and…figure wl18xx bluetooth stack.
See 'systemctl status bt-enable.service' for details.
[ OK ] Finished Permit User Sessions.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ 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…ositor, as a system service...
[FAILED] Failed to start Synchronize System and HW clocks.
See 'systemctl status sync-clocks.service' for details.
[ 11.478599] audit: type=1334 audit(1694168426.137:6): prog-id=9 op=LOAD
[ 11.485493] audit: type=1334 audit(1694168426.145:7): prog-id=10 op=LOAD
Starting User Database Manager...
[ OK ] Started User Database Manager.
[ 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...
[ 11.968010] audit: type=1006 audit(1694168426.625:8): pid=598 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 11.980694] audit: type=1300 audit(1694168426.625:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc286d028 a2=4 a3=ffffbaa2c020 items=0 ppid=1 pid=598 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 e
gid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 12.007329] audit: type=1327 audit(1694168426.625:8): proctitle="(systemd)"
[ 12.442072] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 12.451118] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ OK ] Started containerd container runtime.
[ OK ] Started User Manager for UID 1000.
[ OK ] Started Session c1 of User weston.
[ 12.802847] audit: type=1006 audit(1694168427.461:9): pid=586 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 12.815424] audit: type=1300 audit(1694168427.461:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc286d028 a2=4 a3=ffffbaa2c020 items=0 ppid=1 pid=586 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 e
gid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[ 12.841809] audit: type=1327 audit(1694168427.461:9): proctitle="(weston)"
Starting Hostname Service...
[ OK ] Started Weston, a Wayland …mpositor, as a system service.
Starting Matrix GUI...
[FAILED] Failed to start Matrix GUI.
See 'systemctl status matrix-gui-2.0.service' for details.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Record Runlevel Change in UTMP...
[ OK ] Finished Record Runlevel Change in UTMP.
[ OK ] Started Hostname Service.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am65xx-evm -
Arago 2023.04 am65xx-evm -
am65xx-evm login: root
[ 17.890299] kauditd_printk_skb: 2 callbacks suppressed
[ 17.890322] audit: type=1006 audit(1694168432.549:12): pid=617 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 17.908089] audit: type=1300 audit(1694168432.549:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc286d028 a2=1 a3=ffffbaa2c020 items=0 ppid=1 pid=617 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egi
d=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 17.935600] audit: type=1327 audit(1694168432.549:12): proctitle="(systemd)"
[ 17.942809] audit: type=1334 audit(1694168432.581:13): prog-id=13 op=LOAD
[ 17.949740] audit: type=1300 audit(1694168432.581:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff54c3ac0 a2=78 a3=0 items=0 ppid=1 pid=617 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)
[ 17.975495] audit: type=1327 audit(1694168432.581:13): proctitle="(systemd)"
[ 17.982649] audit: type=1334 audit(1694168432.593:14): prog-id=13 op=UNLOAD
[ 17.989678] audit: type=1334 audit(1694168432.593:15): prog-id=14 op=LOAD
[ 17.996517] audit: type=1300 audit(1694168432.593:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff54c3b60 a2=78 a3=0 items=0 ppid=1 pid=617 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)
[ 18.022019] audit: type=1327 audit(1694168432.593:15): proctitle="(systemd)"
[ 18.096594] TI DP83867 b232400.mdio:00: attached PHY driver (mii_bus:phy_addr=b232400.mdio:00, irq=POLL)
[ 18.118988] TI DP83867 b232400.mdio:03: attached PHY driver (mii_bus:phy_addr=b232400.mdio:03, irq=POLL)
[ 18.136780] icssg-prueth icssg2-eth: TI PRU ethernet driver initialized: dual EMAC mode
[ 18.147641] platform 4030000.usb: deferred probe pending
[ 18.248504] remoteproc remoteproc15: powering up b234000.pru
[ 18.259642] remoteproc remoteproc15: Booting fw image ti-pruss/am65x-sr2-pru0-prueth-fw.elf, size 38800
[ 18.269286] remoteproc remoteproc15: unsupported resource 5
[ 18.276420] remoteproc remoteproc15: remote processor b234000.pru is now up
[ 18.283613] remoteproc remoteproc16: powering up b204000.rtu
[ 18.294124] remoteproc remoteproc16: Booting fw image ti-pruss/am65x-sr2-rtu0-prueth-fw.elf, size 30968
[ 18.303801] remoteproc remoteproc16: remote processor b204000.rtu is now up
[ 18.310863] remoteproc remoteproc5: powering up b20a000.txpru
[ 18.321035] remoteproc remoteproc5: Booting fw image ti-pruss/am65x-sr2-txpru0-prueth-fw.elf, size 37328
[ 18.330697] remoteproc remoteproc5: remote processor b20a000.txpru is now up
[ 18.340156] pps pps0: new PPS source ptp2
[ 18.364856] remoteproc remoteproc17: powering up b238000.pru
[ 18.374968] remoteproc remoteproc17: Booting fw image ti-pruss/am65x-sr2-pru1-prueth-fw.elf, size 39072
[ 18.384746] remoteproc remoteproc17: unsupported resource 5
[ 18.390451] remoteproc remoteproc17: remote processor b238000.pru is now up
[ 18.398217] remoteproc remoteproc18: powering up b206000.rtu
[ 18.408207] remoteproc remoteproc18: Booting fw image ti-pruss/am65x-sr2-rtu1-prueth-fw.elf, size 30204
[ 18.417694] remoteproc remoteproc18: remote processor b206000.rtu is now up
[ 18.424824] remoteproc remoteproc6: powering up b20c000.txpru
[ 18.434745] remoteproc remoteproc6: Booting fw image ti-pruss/am65x-sr2-txpru1-prueth-fw.elf, size 35836
[ 18.444329] remoteproc remoteproc6: remote processor b20c000.txpru is now uproot@am65xx-evm:~# kmstest
Could not get DRM master permission. Card already in use?
root@am65xx-evm:~# kmstest
Could not get DRM master permission. Card already in use?
root@am65xx-evm:~# kmstest
Could not get DRM master permission. Card already in use?
root@am65xx-evm:~# kmstest
Could not get DRM master permission. Card already in use?
root@am65xx-evm:~# systemctl stop weston.service
Warning: Stopping weston.service, but it can still be activated by:
weston.socket
root@am65xx-evm:~# kmstest
Connector 0/@40: LVDS-1
Crtc 0/@38: 1280x800@59.99 71.100 1280/48/32/80/? 800/2/5/16/? 60 (59.99) 0x0 0x48
Plane 0/@31: 0,0-1280x800
Fb 49 1280x800-XR24
press enter to exit
[ 44.121201] kauditd_printk_skb: 1 callbacks suppressed
[ 44.121227] audit: type=1334 audit(1694168458.781:17): prog-id=12 op=UNLOAD
[ 44.133398] audit: type=1334 audit(1694168458.781:18): prog-id=11 op=UNLOA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment