Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created September 30, 2024 06:11
Show Gist options
  • Save DhruvaG2000/40b80cc04a9ac90c86445d6e67ece4cb to your computer and use it in GitHub Desktop.
Save DhruvaG2000/40b80cc04a9ac90c86445d6e67ece4cb to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.12.0-rc1-next-20240930-00002-g1c598b0d11f7 (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) #52 SMP PREEMPT Mon Sep 30 11:27:30 IST 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.5
[ 0.000000] percpu: Embedded 22 pages/cpu s51736 r8192 d30184 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 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs-01/autofs/882e3a69048a2609f5c16aaddbe5dca1,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", 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.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008787] Console: colour dummy device 80x25
[ 0.013415] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024106] pid_max: default: 32768 minimum: 301
[ 0.028935] LSM: initializing lsm=capability
[ 0.033486] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041081] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.061675] rcu: Hierarchical SRCU implementation.
[ 0.066633] rcu: Max phase no-delay instances is 1000.
[ 0.072207] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.081073] EFI services will not be available.
[ 0.086061] smp: Bringing up secondary CPUs ...
[ 0.091519] Detected VIPT I-cache on CPU1
[ 0.091648] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.091668] GICv3: CPU1: using allocated LPI pending table @0x0000000080470000
[ 0.091739] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.092720] Detected VIPT I-cache on CPU2
[ 0.092824] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.092839] GICv3: CPU2: using allocated LPI pending table @0x0000000080480000
[ 0.092880] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.093724] Detected VIPT I-cache on CPU3
[ 0.093806] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.093821] GICv3: CPU3: using allocated LPI pending table @0x0000000080490000
[ 0.093860] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.094011] smp: Brought up 1 node, 4 CPUs
[ 0.173799] SMP: Total of 4 processors activated.
[ 0.178618] CPU: All CPU(s) started at EL2
[ 0.182836] CPU features: detected: 32-bit EL0 Support
[ 0.188106] CPU features: detected: CRC32 instructions
[ 0.193429] alternatives: applying system-wide alternatives
[ 0.200036] Memory: 1842908K/2097152K available (13056K kernel code, 1286K rwdata, 5008K rodata, 2944K init, 605K bss, 114284K reserved, 131072K cma-reserved)
[ 0.216117] devtmpfs: initialized
[ 0.228486] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.238527] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.250787] 26992 pages in range for non-PLT usage
[ 0.250828] 518512 pages in range for PLT usage
[ 0.256154] pinctrl core: initialized pinctrl subsystem
[ 0.266852] DMI not present or invalid.
[ 0.273606] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.281346] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.289364] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.298309] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.307046] audit: initializing netlink subsys (disabled)
[ 0.313032] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.313695] thermal_sys: Registered thermal governor 'step_wise'
[ 0.320981] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.327191] cpuidle: using governor menu
[ 0.338151] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.345223] ASID allocator initialised with 65536 entries
[ 0.364035] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 0.375475] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 0.387931] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.394956] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.401379] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.408323] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.414734] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.421675] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.428087] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.435028] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.444174] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.453531] iommu: Default domain type: Translated
[ 0.458477] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.465448] SCSI subsystem initialized
[ 0.469859] usbcore: registered new interface driver usbfs
[ 0.475516] usbcore: registered new interface driver hub
[ 0.480982] usbcore: registered new device driver usb
[ 0.486920] pps_core: LinuxPPS API ver. 1 registered
[ 0.492009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.501363] PTP clock support registered
[ 0.505411] EDAC MC: Ver: 3.0.0
[ 0.509081] scmi_core: SCMI protocol bus registered
[ 0.514657] FPGA manager framework
[ 0.518274] Advanced Linux Sound Architecture Driver Initialized.
[ 0.525697] vgaarb: loaded
[ 0.529029] clocksource: Switched to clocksource arch_sys_counter
[ 0.535676] VFS: Disk quotas dquot_6.6.0
[ 0.539721] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.554695] NET: Registered PF_INET protocol family
[ 0.560040] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.569363] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.578189] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.586136] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.594361] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.602482] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.609463] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.616407] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.623979] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.630489] RPC: Registered named UNIX socket transport module.
[ 0.636586] RPC: Registered udp transport module.
[ 0.641398] RPC: Registered tcp transport module.
[ 0.646226] RPC: Registered tcp-with-tls transport module.
[ 0.651838] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.658442] PCI: CLS 0 bytes, default 64
[ 0.664223] Initialise system trusted keyrings
[ 0.669127] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.676182] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.682553] NFS: Registering the id_resolver key type
[ 0.687770] Key type id_resolver registered
[ 0.692051] Key type id_legacy registered
[ 0.696173] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.703031] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.710924] 9p: Installing v9fs 9p2000 file system support
[ 0.769843] Key type asymmetric registered
[ 0.774053] Asymmetric key parser 'x509' registered
[ 0.779125] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.786699] io scheduler mq-deadline registered
[ 0.791341] io scheduler kyber registered
[ 0.795492] io scheduler bfq registered
[ 0.802888] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.809339] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.817713] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.831297] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.840788] STM32 USART driver initialized
[ 0.852884] loop: module loaded
[ 0.857194] megasas: 07.727.03.00-rc1
[ 0.865579] tun: Universal TUN/TAP device driver, 1.6
[ 0.871678] thunder_xcv, ver 1.0
[ 0.875034] thunder_bgx, ver 1.0
[ 0.878371] nicpf, ver 1.0
[ 0.881571] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.888964] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.894471] hclge is initializing
[ 0.897919] e1000: Intel(R) PRO/1000 Network Driver
[ 0.902924] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.908839] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.913923] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.920005] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.925535] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.931258] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.937676] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.943896] sky2: driver version 1.30
[ 0.948756] VFIO - User Level meta-driver version: 0.3
[ 0.955425] usbcore: registered new interface driver usb-storage
[ 0.962664] i2c_dev: i2c /dev entries driver
[ 0.970025] sdhci: Secure Digital Host Controller Interface driver
[ 0.976434] sdhci: Copyright(c) Pierre Ossman
[ 0.981465] Synopsys Designware Multimedia Card Interface Driver
[ 0.988048] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.995056] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.002436] usbcore: registered new interface driver usbhid
[ 1.008253] usbhid: USB HID core driver
[ 1.014397] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
[ 1.024670] optee: probing for conduit method.
[ 1.029284] optee: revision 4.2 (12d7c4ee)
[ 1.029708] optee: dynamic shared memory is enabled
[ 1.039804] optee: initialized driver
[ 1.039916] random: crng init done
[ 1.046204] NET: Registered PF_PACKET protocol family
[ 1.052361] 9pnet: Installing 9P2000 support
[ 1.056818] Key type dns_resolver registered
[ 1.070798] registered taskstats version 1
[ 1.075244] Loading compiled-in X.509 certificates
[ 1.094552] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
[ 1.175377] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.183549] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 1.193581] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 1.203357] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi
[ 1.210111] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[ 1.218025] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.225580] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.231694] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.241080] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.252571] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.261831] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.273483] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.285276] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.296286] printk: legacy console [ttyS2] disabled
[ 1.301756] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 237, base_baud = 3000000) is a 8250
[ 1.310725] printk: legacy console [ttyS2] enabled
[ 1.310725] printk: legacy console [ttyS2] enabled
[ 1.320554] printk: legacy bootconsole [ns16550a0] disabled
[ 1.320554] printk: legacy bootconsole [ns16550a0] disabled
[ 1.337801] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.344814] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.350231] 0x000000000000-0x000000080000 : "ospi.tiboot3"
[ 1.357399] 0x000000080000-0x000000280000 : "ospi.tispl"
[ 1.364329] 0x000000280000-0x000000680000 : "ospi.u-boot"
[ 1.371112] 0x000000680000-0x0000006c0000 : "ospi.env"
[ 1.377669] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
[ 1.384741] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.391466] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.400570] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.441035] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.452639] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.460752] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.468895] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[ 1.481895] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.488302] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.495434] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
[ 1.516669] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.528875] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
[ 1.544508] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.550103] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 1.557933] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 1.563938] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
[ 1.573395] xhci-hcd xhci-hcd.0.auto: irq 241, io mem 0x31100000
[ 1.580440] hub 1-0:1.0: USB hub found
[ 1.584264] hub 1-0:1.0: 1 port detected
[ 1.590596] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
[ 1.604627] mmc0: CQHCI version 5.10
[ 1.645598] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.664973] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 1.674362] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 1.741114] mmc0: Command Queue Engine enabled
[ 1.745608] mmc0: new HS200 MMC card at address 0001
[ 1.751846] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 1.758729] mmcblk0: p1 p2
[ 1.762513] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 1.768990] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 1.775334] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 1.841134] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 1.991042] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 1.999323] scsi host0: usb-storage 1-1:1.0
[ 3.048635] scsi 0:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 4
[ 4.096424] sd 0:0:0:0: [sda] 7587264 512-byte logical blocks: (3.88 GB/3.62 GiB)
[ 4.104833] sd 0:0:0:0: [sda] Write Protect is off
[ 4.110403] sd 0:0:0:0: [sda] No Caching mode page found
[ 4.115844] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 4.147892] sda: sda1 sda2 sda3
[ 4.152600] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 5.776782] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 5.793117] Sending DHCP requests ., OK
[ 5.817384] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.79
[ 5.825174] IP-Config: Complete:
[ 5.828424] device=eth0, hwaddr=1c:63:49:1f:da:d0, ipaddr=192.168.0.79, mask=255.255.255.0, gw=192.168.0.1
[ 5.838626] host=192.168.0.79, domain=ti.com, nis-domain=(none)
[ 5.845053] bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
[ 5.845090] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 5.858415] clk: Disabling unused clocks
[ 5.874737] PM: genpd: Disabling unused power domains
[ 5.880276] ALSA device list:
[ 5.883601] No soundcards found.
[ 5.924716] VFS: Mounted root (nfs filesystem) on device 0:22.
[ 5.931440] devtmpfs: mounted
[ 5.936981] Freeing unused kernel memory: 2944K
[ 5.941733] Run /sbin/init as init process
[ 6.524088] systemd[1]: System time before build time, advancing clock.
[ 6.679916] NET: Registered PF_INET6 protocol family
[ 6.690780] Segment Routing with IPv6
[ 6.694632] In-situ OAM (IOAM) with IPv6
[ 6.787424] systemd[1]: systemd 255.4^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 6.819531] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 6.856712] systemd[1]: Hostname set to <am62xx-evm>.
[ 7.648891] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 7.825367] 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.
[ 7.949328] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.026339] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.048458] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.068711] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.087719] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.105949] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
[ 8.125712] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Requests to Wall Directory Watch[0m.
[ 8.145520] systemd[1]: Expecting device /dev/ttyS2...
Expecting device [0;1;39m/dev/ttyS2[0m...
[ 8.161672] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.177443] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.193317] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.209370] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.288724] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 8.309921] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 8.353691] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 8.374548] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 8.397369] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 8.420360] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 8.439528] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 8.460751] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 8.486581] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 8.507076] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 8.527997] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 8.577888] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 8.604553] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 8.657836] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 8.673980] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.697541] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 8.721231] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 8.754315] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 8.769394] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 8.794006] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 8.826356] systemd[1]: Starting Start psplash boot splash screen...
Starting [0;1;39mStart psplash boot splash screen[0m...
[ 8.863924] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 8.878885] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 8.922192] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 8.930776] fuse: init (API version 7.41)
[ 9.031572] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.069210] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network units from Kernel command line[0m...
[ 9.105493] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.166219] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.197964] systemd[1]: Started RPC Bind.
[ 9.199851] systemd-journald[121]: Collecting audit messages is enabled.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.218998] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 9.243314] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 9.266656] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 9.288095] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 9.307512] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 9.326288] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[[0;1;31mFAILED[0m] Failed to start [0;1;39mStart psplash boot splash screen[0m.
See 'systemctl status psplash-start.service' for details.
[[0;1;38;5;185mDEPEND[0m] Dependency failed for [0;1;39mStart psplastemd progress communication helper[0m.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[[0;32m OK [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
[[0;32m OK [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
Mounting [0;1;39mFUSE Control File System[0m...
Mounting [0;1;39mKernel Configuration File System[0m...
Starting [0;1;39mFlush Journal to Persistent Storage[0m...
Starting [0;1;39mApply Kernel Variables[0m...
Starting [0;1;39mCreate Static Device Nodes in /dev gracefully[0m...
[[0;32m OK [0m] Mounted [0;1;39mFUSE Control File System[0m.
[[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m.
[ 9.720593] systemd-journald[121]: Received client request to flush runtime journal.
[[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
[[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev gracefully[0m.
Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
[[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
Mounting [0;1;39m/var/volatile[0m...
[ 10.097136] audit: type=1334 audit(1709054767.568:2): prog-id=6 op=LOAD
[ 10.103962] audit: type=1334 audit(1709054767.576:3): prog-id=7 op=LOAD
Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save OS Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
[[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
[[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m.
[ 10.641221] audit: type=1334 audit(1709054768.112:4): prog-id=8 op=LOAD
Starting [0;1;39mNetwork Name Resolution[0m...
[ 10.721252] audit: type=1334 audit(1709054768.192:5): prog-id=9 op=LOAD
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 10.919353] audit: type=1334 audit(1709054768.392:6): prog-id=10 op=LOAD
[ 10.929360] audit: type=1334 audit(1709054768.400:7): prog-id=11 op=LOAD
[ 10.938132] audit: type=1334 audit(1709054768.400:8): prog-id=12 op=LOAD
Starting [0;1;39mUser Database Manager[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m.
[[0;32m OK [0m] Started [0;1;39mDaily rotation of log files[0m.
[[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
[[0;32m OK [0m] Reached target [0;1;39mTimer Units[0m.
[[0;32m OK [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
Starting [0;1;39mDocker Socket for the API[0m...
[[0;32m OK [0m] Listening on [0;1;39mdropbear.socket[0m.
[[0;32m OK [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
Starting [0;1;39mWeston socket[0m...
[ 12.302139] audit: type=1334 audit(1727676246.337:9): prog-id=13 op=LOAD
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[[0;32m OK [0m] Listening on [0;1;39mDocker Socket for the API[0m.
[[0;32m OK [0m] Listening on [0;1;39mWeston socket[0m.
[[0;32m OK [0m] Reached target [0;1;39mSocket Units[0m.
[[0;32m OK [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
Starting [0;1;39mPrint notice about GPLv3 packages[0m...
Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
[ 13.063276] audit: type=1334 audit(1727676247.101:10): prog-id=14 op=LOAD
[ 13.075414] audit: type=1334 audit(1727676247.109:11): prog-id=15 op=LOAD
Starting [0;1;39mUser Login Management[0m...
Starting [0;1;39mTelnet Server[0m...
Starting [0;1;39mRotate log files[0m...
[ 13.188696] pstore: Using crash dump compression: deflate
[ 13.205173] pstore: Registered ramoops as persistent store backend
[ 13.211942] ramoops: using 0x100000@0x9ca00000, ecc: 0
[ 13.258871] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 13.355230] at24 0-0051: supply vcc not found, using dummy regulator
[[0;32m OK [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
[[0;32m OK [0m] Finished [0;1;39mTelnet Server[0m.
[ 13.425433] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
[ 13.463252] tps6598x 0-003f: Unable to find the interrupt, switching to polling
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
[ 14.200355] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
[ 14.211374] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:28 UTC (28)
[ 14.213411] systemd-journald[121]: Time jumped backwards, rotating.
[ 14.281732] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 14.376368] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.386169] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 14.594859] powervr fd00000.gpu: Direct firmware load for powervr/rogue_33.15.11.3_v1.fw failed with error -2
[ 14.609505] powervr fd00000.gpu: [drm] *ERROR* failed to load firmware powervr/rogue_33.15.11.3_v1.fw (err=-2)
[ 14.623654] powervr fd00000.gpu: probe with driver powervr failed with error -2
Starting [0;1;39mRotate log files[0m...
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
Starting [0;1;39mcontainerd container runtime[0m...
[[0;32m OK [0m] Started [0;1;39mNetperf Benchmark Server[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;32m OK [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
[[0;32m OK [0m] Finished [0;1;39mPermit User Sessions[0m.
[[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m.
[[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
[[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m.
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Wayland compositor, as a system service[0m...
[[0;32m OK [0m] Finished [0;1;39mRotate log files[0m.
[ 15.350383] kauditd_printk_skb: 5 callbacks suppressed
[ 15.350427] audit: type=1334 audit(1727676249.389:17): prog-id=19 op=UNLOAD
Starting [0;1;39mVirtual Console Setup[0m...
[[0;32m OK [0m] Finished [0;1;39mSynchronize System and HW clocks[0m.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
Expecting device [0;1;39m/dev/mmcblk0p2[0m...
Starting [0;1;39mSave/Restore Sound Card State[0m...
Expecting device [0;1;39m/dev/mmcblk0p1[0m...
[[0;32m OK [0m] Created slice [0;1;39mUser Slice of UID 1000[0m.
Starting [0;1;39mUser Runtime Directory /run/user/1000[0m...
[[0;32m OK [0m] Finished [0;1;39mSave/Restore Sound Card State[0m.
[[0;32m OK [0m] Reached target [0;1;39mSound Card[0m.
Expecting device [0;1;39m/dev/sda1[0m...
[[0;32m OK [0m] Found device [0;1;39mPatriot_Memory boot[0m.
[[0;32m OK [0m] Finished [0;1;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mFile System Check on /dev/sda1[0m...
Starting [0;1;39mUser Manager for UID 1000[0m...
[[0;32m OK [0m] Finished [0;1;39mVirtual Console Setup[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/sda1[0m.
Mounting [0;1;39m/run/media/boot-sda1[0m...
[ 17.014804] audit: type=1006 audit(1727676251.053:18): pid=640 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 17.028994] audit: type=1300 audit(1727676251.053:18): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc3f78da8 a2=4 a3=1 items=0 ppid=1 pid=640 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[ 17.056357] audit: type=1327 audit(1727676251.053:18): proctitle="(systemd)"
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
Mounting [0;1;39m/run/media/mmcblk0p1[0m...
Mounting [0;1;39m/run/media/mmcblk0p2[0m...
[ 17.216847] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 17.217625] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/boot-sda1[0m.
[ 17.256732] EXT4-fs (mmcblk0p2): mounting ext2 file system using the ext4 subsystem
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
[ 17.271210] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 17.286828] EXT4-fs (mmcblk0p2): mounted filesystem 4e800032-0ed1-444c-ae17-1ecb8afe0f47 r/w without journal. Quota mode: none.
[[0;32m OK [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
[[0;32m OK [0m] Started [0;1;39mcontainerd container runtime[0m.
[[0;32m OK [0m] Started [0;1;39mUser Manager for UID 1000[0m.
[[0;32m OK [0m] Started [0;1;39mSession c1 of User weston[0m.
[ 18.311817] audit: type=1006 audit(1727676252.349:19): pid=538 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 18.324909] audit: type=1300 audit(1727676252.349:19): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc4fd8218 a2=4 a3=1 items=0 ppid=1 pid=538 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
[ 18.351584] audit: type=1327 audit(1727676252.349:19): proctitle="(weston)"
[[0;1;31mFAILED[0m] Failed to start [0;1;39mWeston, a Wayland compositor, as a system service[0m.
See 'systemctl status weston.service' for details.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am62xx-evm ttyS2
Arago 2023.10 am62xx-evm ttyS2
am62xx-evm login: ***************************************************************
***************************************************************
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
qtconnectivititdeclarative-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
***************************************************************
***************************************************************
root
[ 21.862066] audit: type=1006 audit(1727676255.901:20): pid=1015 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 21.874636] audit: type=1300 audit(1727676255.901:20): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffef7746f8 a2=1 a3=1 items=0 ppid=1 pid=1015 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)
[ 21.901305] audit: type=1327 audit(1727676255.901:20): proctitle="(systemd)"
[ 21.913555] audit: type=1334 audit(1727676255.953:21): prog-id=20 op=LOAD
[ 21.920423] audit: type=1300 audit(1727676255.953:21): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff0617268 a2=90 a3=0 items=0 ppid=1 pid=1015 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)
[ 21.946334] audit: type=1327 audit(1727676255.953:21): proctitle="(systemd)"
[ 21.953491] audit: type=1334 audit(1727676255.953:22): prog-id=20 op=UNLOAD
[ 21.960584] audit: type=1300 audit(1727676255.953:22): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffac42bc60 items=0 ppid=1 pid=1015 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)
[ 21.986257] audit: type=1327 audit(1727676255.953:22): proctitle="(systemd)"
[ 21.993373] audit: type=1334 audit(1727676255.953:23): prog-id=21 op=LOAD
7[r[999;999H[6n[ 24.727524] i2c 1-003b: deferred probe pending: i2c: supplier 1-0022 not ready
[ 24.734974] platform regulator-3: deferred probe pending: platform: supplier 1-0022 not ready
[ 24.743620] platform fa00000.mmc: deferred probe pending: platform: supplier regulator-3 not ready
[ 24.752907] platform 30200000.dss: deferred probe pending: tidss: port 1 probe failed
[ 24.761134] i2c 1-0022: deferred probe pending: (reason unknown)
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.12.0-rc1-next-20240930-00002-g1c598b0d11f7 #52 SMP PREEMPT Mon Sep 30 11:27:30 IST 2024 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs-01/autofs/882e3a69048a2609f5c16aaddbe5dca1,nolock,v3,tcp,rsize=4096,wsize=4096
root@am62xx-evm:~# uname -a
Linux am62xx-evm 6.12.0-rc1-next-20240930-00002-g1c598b0d11f7 #52 SMP PREEMPT Mon Sep 30 11:27:30 IST 2024 aarch64 GNU/Linux
root@am62xx-evm:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00080000 00040000 "ospi.tiboot3"
mtd1: 00200000 00040000 "ospi.tispl"
mtd2: 00400000 00040000 "ospi.u-boot"
mtd3: 00040000 00040000 "ospi.env"
mtd4: 00040000 00040000 "ospi.env.backup"
mtd5: 037c0000 00040000 "ospi.rootfs"
mtd6: 00040000 00040000 "ospi.phypattern"
root@am62xx-evm:~# grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
[ 42.230259] kauditd_printk_skb: 5 callbacks suppressed
[ 42.230281] audit: type=1334 audit(1727676276.269:25): prog-id=22 op=LOAD
[ 42.242587] audit: type=1334 audit(1727676276.273:26): prog-id=8 op=UNLOAD
root@am62xx-evm:~# ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 28168
-rw-r--r-- 1 root root 2040 Mar 9 2018 LICENCE.ibt_firmware
-rw-r--r-- 1 root root 2046 Mar 9 2018 LICENCE.iwlwifi_firmware
lrwxrwxrwx 1 root root 72 Mar 9 2018 am62-mcu-m4f0_0-fw -> /usr/lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 79 Mar 9 2018 am62-mcu-m4f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am62xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 51 Mar 9 2018 am62x-pru0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0.out
lrwxrwxrwx 1 root root 51 Mar 9 2018 am62x-pru1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1.out
-rw-r--r-- 1 root root 478568 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4429024 Mar 9 2018 bl32.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 intel
-rw-r--r-- 1 root root 918268 Mar 9 2018 iwlwifi-3160-17.ucode
-rw-r--r-- 1 root root 2448976 Mar 9 2018 iwlwifi-8000C-34.ucode
-rw-r--r-- 1 root root 2428004 Mar 9 2018 iwlwifi-8000C-36.ucode
-rw-r--r-- 1 root root 2440780 Mar 9 2018 iwlwifi-8265-34.ucode
-rw-r--r-- 1 root root 2436632 Mar 9 2018 iwlwifi-8265-36.ucode
-rw-r--r-- 1 root root 2678092 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2521412 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
-rw-r--r-- 1 root root 1490508 Mar 9 2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
drwxr-xr-x 2 root root 4096 Mar 9 2018 pru
-rw-r--r-- 1 root root 4936 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1085 Mar 9 2018 regulatory.db.p7s
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3
-rw-r--r-- 1 root root 126976 Mar 9 2018 rgx.fw.33.15.11.3.64k
-rw-r--r-- 1 root root 387952 Mar 9 2018 rgx.sh.33.15.11.3
-rw-r--r-- 1 root root 28 Mar 9 2018 tee-header_v2.bin
-rw-r--r-- 1 root root 0 Mar 9 2018 tee-pageable_v2.bin
-rw-r--r-- 1 root root 478568 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478568 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478596 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4429024 Mar 9 2018 tee.elf
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-connectivity
drwxr-xr-x 3 root root 4096 Mar 9 2018 ti-ipc
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am62xx-evm:~# cat /proc/diskstats
7 0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
7 7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
31 0 mtdblock0 22 0 176 186 0 0 0 0 0 184 186 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 256 0 0 0 0 0 252 256 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 488 0 0 0 0 0 484 488 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 149 0 0 0 0 0 156 149 0 0 0 0 0 0
31 4 mtdblock4 20 0 160 145 0 0 0 0 0 140 145 0 0 0 0 0 0
31 5 mtdblock5 78 0 624 212 0 0 0 0 0 204 212 0 0 0 0 0 0
31 6 mtdblock6 20 0 160 217 0 0 0 0 0 216 217 0 0 0 0 0 0
179 0 mmcblk0 783 31 27403 1181 1 0 8 2 0 256 1183 0 0 0 0 0 0
179 1 mmcblk0p1 249 0 5289 117 0 0 0 0 0 88 117 0 0 0 0 0 0
179 2 mmcblk0p2 495 31 20906 1037 1 0 8 2 0 164 1039 0 0 0 0 0 0
179 32 mmcblk0boot0 68 0 1344 96 0 0 0 0 0 92 96 0 0 0 0 0 0
179 64 mmcblk0boot1 68 0 1344 37 0 0 0 0 0 40 37 0 0 0 0 0 0
8 0 sda 607 0 30661 2027 0 0 0 0 0 1176 2027 0 0 0 0 0 0
8 1 sda1 345 0 16801 1095 0 0 0 0 0 764 1095 0 0 0 0 0 0
8 2 sda2 112 0 6324 397 0 0 0 0 0 288 397 0 0 0 0 0 0
8 3 sda3 108 0 6336 438 0 0 0 0 0 292 438 0 0 0 0 0 0
root@am62xx-evm:~# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3
11: 5515 5030 5086 6384 GICv3 30 Level arch_timer
14: 0 0 0 0 GICv3 23 Level arm-pmu
15: 3199 0 0 0 GICv3 66 Level 4d000000.mailbox thr_012
24: 718 0 0 0 GICv3 193 Level 20000000.i2c
25: 0 0 0 0 GICv3 194 Level 20010000.i2c
26: 0 0 0 0 GICv3 195 Level 20020000.i2c
27: 2199 0 0 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
45: 0 0 0 0 MSI-INTA 1714176 Edge 485c0100.dma-controller chan1
57: 0 0 0 0 MSI-INTA 1714688 Level 485c0100.dma-controller chan1
75: 0 0 0 0 MSI-INTA 1715718 Edge 485c0100.dma-controller chan2
93: 0 0 0 0 MSI-INTA 1716230 Level 485c0100.dma-controller chan2
115: 7 0 0 0 MSI-INTA 1970707 Level 8000000.ethernet-tx0
123: 1 0 0 0 MSI-INTA 1970715 Level 8000000.ethernet-tx1
131: 36318 0 0 0 MSI-INTA 1970723 Level 8000000.ethernet-tx2
139: 8 0 0 0 MSI-INTA 1970731 Level 8000000.ethernet-tx3
147: 4 0 0 0 MSI-INTA 1970739 Level 8000000.ethernet-tx4
155: 6 0 0 0 MSI-INTA 1970747 Level 8000000.ethernet-tx5
163: 7 0 0 0 MSI-INTA 1970755 Level 8000000.ethernet-tx6
171: 18 0 0 0 MSI-INTA 1970763 Level 8000000.ethernet-tx7
187: 0 0 0 0 MSI-INTA 1970779 Level 485c0000.dma-controller chan2
205: 47791 0 0 0 MSI-INTA 1971731 Level 8000000.ethernet-rx0
229: 0 0 0 0 MSI-INTA 1971755 Level 485c0000.dma-controller chan0
230: 0 0 0 0 MSI-INTA 1971756 Level 485c0000.dma-controller chan1
237: 652 0 0 0 GICv3 210 Level 2800000.serial
238: 2 0 0 0 GICv3 171 Level fc40000.spi
241: 2166 0 0 0 GICv3 258 Level xhci-hcd:usb1
244: 1116 0 0 0 GICv3 165 Level mmc0
254: 0 0 0 0 GICv3 269 Level 2b10000.audio-controller_rx
255: 0 0 0 0 GICv3 270 Level 2b10000.audio-controller_tx
256: 0 0 0 0 GICv3 132 Level 2b1f0000.rtc
IPI0: 3188 4990 6423 6470 Rescheduling interrupts
IPI1: 8282 13633 14574 14819 Function call interrupts
IPI2: 0 0 0 0 CPU stop interrupts
IPI3: 0 0 0 0 CPU stop NMIs
IPI4: 0 0 0 0 Timer broadcast interrupts
IPI5: 267 301 278 260 IRQ work interrupts
IPI6: 0 0 0 0 CPU backtrace interrupts
IPI7: 0 0 0 0 KGDB roundup interrupts
Err: 0
root@am62xx-evm:~# cat /proc/softirqs
CPU0 CPU1 CPU2 CPU3
HI: 2 0 0 3
TIMER: 1663 1299 1421 1850
NET_TX: 66 4 6 3
NET_RX: 44901 0 17 5
BLOCK: 851 0 0 0
IRQ_POLL: 0 0 0 0
TASKLET: 6400 2 12 11
SCHED: 2935 2224 2367 2688
HRTIMER: 0 0 0 0
RCU: 4566 5157 5832 5546
root@am62xx-evm:~# ls -lR /run/media/mmcblk0p1
/run/media/mmcblk0p1:
total 2
-rwxrwx--- 1 root disk 512 May 13 2023 flashTestFile
root@am62xx-evm:~# opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am62xx-evm:~# opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.0
ti-test-extras - 1.0-r0.0
0
root@am62xx-evm:~# lsmod
Module Size Used by
overlay 139264 0
powervr 176128 0
drm_gpuvm 32768 1 powervr
drm_exec 12288 2 drm_gpuvm,powervr
snd_soc_simple_card 16384 0
crct10dif_ce 12288 1
snd_soc_simple_card_utils 28672 1 snd_soc_simple_card
drm_shmem_helper 24576 1 powervr
gpu_sched 40960 1 powervr
display_connector 12288 0
cfg80211 409600 0
rfkill 28672 2 cfg80211
k3_j72xx_bandgap 12288 0
rtc_ti_k3 12288 1
rti_wdt 12288 0
tidss 49152 0
drm_display_helper 172032 1 tidss
drm_dma_helper 20480 1 tidss
sii902x 16384 0
sa2ul 32768 0
snd_soc_davinci_mcasp 32768 2
drm_kms_helper 180224 6 sii902x,drm_dma_helper,display_connector,drm_shmem_helper,drm_display_helper,tidss
snd_soc_ti_udma 12288 1 snd_soc_davinci_mcasp
authenc 12288 1 sa2ul
snd_soc_ti_edma 12288 1 snd_soc_davinci_mcasp
tps6598x 24576 0
snd_soc_tlv320aic3x_i2c 12288 1
snd_soc_ti_sdma 12288 1 snd_soc_davinci_mcasp
snd_soc_tlv320aic3x 73728 1 snd_soc_tlv320aic3x_i2c
typec 77824 1 tps6598x
at24 24576 0
omap_mailbox 12288 0
ramoops 24576 0
reed_solomon 16384 1 ramoops
drm 548864 11 gpu_sched,sii902x,drm_kms_helper,drm_exec,drm_dma_helper,display_connector,drm_gpuvm,powervr,drm_shmem_helper,drm_display_helper,tidss
fuse 139264 1
drm_panel_orientation_quirks 28672 1 drm
backlight 20480 2 drm_display_helper,drm
ipv6 454656 32
root@am62xx-evm:~# export IPERFHOST=192.168.0.1
root@am62xx-evm:~# export NFS_SERVER=192.168.0.1
root@am62xx-evm:~# export NFS_ROOT_PATH=/opt/NFS_exports/linux/am62xx_sk-fs-01
root@am62xx-evm:~# export AP_SSID=
root@am62xx-evm:~# mkdir -p -m 777 /test
root@am62xx-evm:~# cd /test
root@am62xx-evm:/test# cat > test.sh << EOF
> failtest() {
> echo 1 >&3
> }
> timeout=600
>
> # Start of user's script logic
> cd /opt/ltp
> ./runltp -P am62xx_sk-fs -f ddt/powermgr_cpufreq -s "POWERMGR_S_FUNC_CPUFREQ_BA
ASIC "
> EOF
root@am62xx-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.79 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::1e63:49ff:fe1f:dad0 prefixlen 64 scopeid 0x20<link>
ether 1c:63:49:1f:da:d0 txqueuelen 1000 (Ethernet)
RX packets 115955 bytes 149339798 (142.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 43064 bytes 9258392 (8.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am62xx-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.79 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::1e63:49ff:fe1f:dad0 prefixlen 64 scopeid 0x20<link>
ether 1c:63:49:1f:da:d0 txqueuelen 1000 (Ethernet)
RX packets 115976 bytes 149343620 (142.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 43090 bytes 9262628 (8.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am62xx-evm:/test# cd /test
root@am62xx-evm:/test# chmod +x test.sh
root@am62xx-evm:/test# ./test.sh 2>&1 3> result.log
INFO: Filtering testscenarios based on am62xx_sk-fs capabilities
Checking for required user/group ids
'root' user id and group found.
'nobody' user id and group found.
'bin' user id and group found.
'daemon' user id and group found.
Users group found.
Sys group found.
Required users/groups exist.
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
/etc/os-release
ID=arago
NAME="Arago"
VERSION="2023.10"
VERSION_ID=2023.10
VERSION_CODENAME="${DISTRO_CODENAME}"
PRETTY_NAME="Arago 2023.10"
CPE_NAME="cpe:/o:openembedded:arago:2023.10"
uname:
Linux am62xx-evm 6.12.0-rc1-next-20240930-00002-g1c598b0d11f7 #52 SMP PREEMPT Mon Sep 30 11:27:30 IST 2024 aarch64 GNU/Linux
/proc/cmdline
console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs-01/autofs/882e3a69048a2609f5c16aaddbe5dca1,nolock,v3,tcp,rsize=4096,wsize=4096
Gnu C gcc (GCC) 13.3.0
Clang
Gnu make 4.4.1
util-linux 2.39.3
mount mount, statx, assert, debug)
modutils 31
e2fsprogs 1.47.0
Linux C Library x 1 root root 1650968 Mar 9 2018 /usr/lib/libc.so.6
Dynamic linker (ldd) 2.39
Linux C++ Library 6.0.32
Procps 4.0.4-dirty
Net-tools 2.10
iproute2 iproute2-6.7.0
iputils 20240117
ethtool 6.7
Sh-utils 9.4
Modules Loaded overlay powervr drm_gpuvm drm_exec snd_soc_simple_card crct10dif_ce snd_soc_simple_card_utils drm_shmem_helper gpu_sched display_connector cfg80211 rfkill k3_j72xx_bandgap rtc_ti_k3 rti_wdt tidss drm_display_helper drm_dma_helper sii902x sa2ul snd_soc_davinci_mcasp drm_kms_helper snd_soc_ti_udma authenc snd_soc_ti_edma tps6598x snd_soc_tlv320aic3x_i2c snd_soc_ti_sdma snd_soc_tlv320aic3x typec at24 omap_mailbox ramoops reed_solomon drm fuse drm_panel_orientation_quirks backlight ipv6
cpuinfo:
Architecture: aarch64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: ARM
Model name: Cortex-A53
Model: 4
Thread(s) per core: 1
Core(s) per cluster: 4
Socket(s): -
Cluster(s): 1
Stepping: r0p4
CPU(s) scaling MHz: 89%
CPU max MHz: 1400.0000
CPU min MHz: 200.0000
BogoMIPS: 400.00
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Caches (sum of all):
L1d: 128 KiB (4 instances)
L1i: 128 KiB (4 instances)
L2: 512 KiB (1 instance)
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Not affected
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Not affected
Srbds: Not affected
Tsx async abort: Not affected
free reports:
total used free shared buff/cache available
Mem: 1985812 196240 1691968 10144 178320 1789572
Swap: 0 0 0
memory (/proc/meminfo):
MemTotal: 1985812 kB
MemFree: 1691968 kB
MemAvailable: 1789732 kB
Buffers: 1144 kB
Cached: 160636 kB
SwapCached: 0 kB
Active: 26380 kB
Inactive: 178284 kB
Active(anon): 1240 kB
Inactive(anon): 51852 kB
Active(file): 25140 kB
Inactive(file): 126432 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 42988 kB
Mapped: 47220 kB
Shmem: 10144 kB
KReclaimable: 16540 kB
Slab: 37760 kB
SReclaimable: 16540 kB
SUnreclaim: 21220 kB
KernelStack: 2336 kB
PageTables: 2148 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 992904 kB
Committed_AS: 205340 kB
VmallocTotal: 135288315904 kB
VmallocUsed: 8776 kB
VmallocChunk: 0 kB
Percpu: 1024 kB
HardwareCorrupted: 0 kB
AnonHugePages: 10240 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 131072 kB
CmaFree: 128560 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
available filesystems:
9p autofs bdev bpf cgroup cgroup2 configfs debugfs devpts devtmpfs efivarfs ext2 ext3 ext4 fuse fuseblk fusectl hugetlbfs mqueue nfs nfs4 overlay pipefs proc pstore ramfs rpc_pipefs securityfs sockfs squashfs sysfs tmpfs vfat
mounted filesystems (/proc/mounts):
192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs-01/autofs/882e3a69048a2609f5c16aaddbe5dca1 / nfs rw,relatime,vers=3,rsize=4096,wsize=4096,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.0.1,mountvers=3,mountproto=tcp,local_lock=all,addr=192.168.0.1 0 0
devtmpfs /dev devtmpfs rw,relatime,size=925896k,nr_inodes=231474,mode=755 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=397164k,nr_inodes=819200,mode=755 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,nosuid,nodev,relatime,pagesize=2M 0 0
mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime 0 0
debugfs /sys/kernel/debug debugfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,size=992908k,nr_inodes=1048576 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /var/volatile tmpfs rw,relatime 0 0
/dev/sda1 /run/media/boot-sda1 vfat rw,relatime,gid=6,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/mmcblk0p1 /run/media/mmcblk0p1 vfat rw,relatime,gid=6,fmask=0007,dmask=0007,allow_utime=0020,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0
/dev/mmcblk0p2 /run/media/mmcblk0p2 ext2 rw,relatime 0 0
tmpfs /run/user/0 tmpfs rw,nosuid,nodev,relatime,size=198580k,nr_inodes=49645,mode=700 0 0
mounted filesystems (df):
Filesystem Type Size Used Avail Use% Mounted on
192.168.0.1:/opt/NFS_exports/linux/am62xx_sk-fs-01/autofs/882e3a69048a2609f5c16aaddbe5dca1 nfs 916G 593G 277G 69% /
devtmpfs devtmpfs 905M 4.0K 905M 1% /dev
tmpfs tmpfs 970M 0 970M 0% /dev/shm
tmpfs tmpfs 388M 9.9M 378M 3% /run
tmpfs tmpfs 970M 20K 970M 1% /tmp
tmpfs tmpfs 970M 4.0K 970M 1% /var/volatile
/dev/sda1 vfat 97M 0 97M 0% /run/media/boot-sda1
/dev/mmcblk0p1 vfat 16M 2.0K 16M 1% /run/media/mmcblk0p1
/dev/mmcblk0p2 [ 64.098904] LTP: starting POWERMGR_S_FUNC_CPUFREQ_BASIC (source 'common.sh'; echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor || die "unable to set to userspace governer"; powermgr_cpufreq.sh -d 2 -l 10; powermgr_cpufreq.sh -r true -d 2 -l 10)
ext2 30G 24K 28G 1% /run/media/mmcblk0p2
tmpfs tmpfs 194M 4.0K 194M 1% /run/user/0
AppArmor disabled
SELinux mode: unknown
no big block device was specified on commandline.
Tests which require a big block device are disabled.
You can specify it with option -z
COMMAND: /opt/ltp/bin/ltp-pan -e -S -a 1083 -n 1083 -p -f /tmp/ltp-DQIhS1eR4D/alltests -l /tmp/tmp.qlH22ysNlt -C /opt/ltp/output/LTP_RUN_ON-tmp.qlH22ysNlt.failed -T /opt/ltp/output/LTP_RUN_ON-tmp.qlH22ysNlt.tconf
INFO: Restricted to POWERMGR_S_FUNC_CPUFREQ_BASIC
LOG File: /tmp/tmp.qlH22ysNlt
FAILED COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.qlH22ysNlt.failed
TCONF COMMAND File: /opt/ltp/output/LTP_RUN_ON-tmp.qlH22ysNlt.tconf
Running tests.......
<<<test_start>>>
tag=POWERMGR_S_FUNC_CPUFREQ_BASIC stime=1727676298
cmdline="source 'common.sh'; echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor || die "unable to set to userspace governer"; powermgr_cpufreq.sh -d 2 -l 10; powermgr_cpufreq.sh -r true -d 2 -l 10"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
|TRACE LOG|cpufreq trace log|
|TRACE LOG|OPP to be switched for 10 loops with 2 seconds delay between each OPP transition|
============ LOOP: 0============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 1============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 2============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 3============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 4============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 5============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 6============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 7============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 8============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
============ LOOP: 9============
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
Checking assertion for index 0
Checking assertion for index 1
Checking assertion for index 2
Checking assertion for index 3
Checking assertion for index 4
Checking assertion for index 5
Checking assertion for index 6
|TRACE LOG|cpufreq trace log|
|TRACE LOG|OPP to be switched for 10 loops with 2 seconds delay between each OPP transition|
============ LOOP: 0============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 1============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 2============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 3============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 4============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 5============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 6============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 7============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 8============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
============ LOOP: 9============
|TRACE LOG|Inside do_cmd:CMD=echo 1400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1250000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1250000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 1000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 1000000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 800000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 600000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 400000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 400000 KHz uV|
|TRACE LOG|Inside do_cmd:CMD=echo 200000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed|
cat: /sys/class/regulator/regulator.0/microvolts: No such file or directory
|TRACE LOG|OPP set for: 200000 KHz uV|
Checking assertion for index 0
Checking assertion for index 1
Checking assertion for index 2
Checking assertion for index 3
Checking assertion for index 4
Checking assertion for index 5
Checking assertion for index 6
<<<execution_status>>>
initiation_status="ok"
duration=291 termination_type=exited termination_id=0 corefile=no
cutime=240 cstime=862
<<<test_end>>>
INFO: ltp-pan reported all tests PASS
LTP Version: 20240129-2854-gfcd964975
###############################################################"
Done executing testcases."
LTP Version: 20240129-2854-gfcd964975
Result log is in the /tmp/tmp.qlH22ysNlt "
###############################################################"
Test Start Time: Mon Sep 30 06:04:58 2024
-----------------------------------------
Testcase Result Exit Value
-------- ------ ----------
POWERMGR_S_FUNC_CPUFREQ_BASIC PASS 0
-----------------------------------------------
Total Tests: 1
Total Skipped Tests: 0
Total Failures: 0
Kernel Version: 6.12.0-rc1-next-20240930-00002-g1c598b0d11f7
Machine Architecture: aarch64
Hostname: am62xx-evm
root@am62xx-evm:/test# echo $?
0
root@am62xx-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.79 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::1e63:49ff:fe1f:dad0 prefixlen 64 scopeid 0x20<link>
ether 1c:63:49:1f:da:d0 txqueuelen 1000 (Ethernet)
RX packets 130613 bytes 160047675 (152.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 53685 bytes 11253545 (10.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am62xx-evm:/test# eth=`ls /sys/class/net/ | awk '/.*eth.*/{print $1}' | head
d -1`;ifconfig $eth
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.79 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::1e63:49ff:fe1f:dad0 prefixlen 64 scopeid 0x20<link>
ether 1c:63:49:1f:da:d0 txqueuelen 1000 (Ethernet)
RX packets 130633 bytes 160051315 (152.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 53707 bytes 11257397 (10.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@am62xx-evm:/test# cat result.log
root@am62xx-evm:/test# cd /test
root@am62xx-evm:/test#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment