Skip to content

Instantly share code, notes, and snippets.

@DhruvaG2000
Created February 27, 2024 11:57
Show Gist options
  • Save DhruvaG2000/78ef6f2953b0940ef8ea38797f2ec6cb to your computer and use it in GitHub Desktop.
Save DhruvaG2000/78ef6f2953b0940ef8ea38797f2ec6cb 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.8.0-rc6-next-20240227-g22ba90670a51 (yoctouser@fllvdckhpci061) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Tue Feb 27 07:28:57 UTC 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM642 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
[ 0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xffbfb9c0-0xffbfdfff]
[ 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-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000a3ffffff]
[ 0.000000] node 0: [mem 0x00000000a4000000-0x00000000a4ffffff]
[ 0.000000] node 0: [mem 0x00000000a5000000-0x00000000a57fffff]
[ 0.000000] node 0: [mem 0x00000000a5800000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 24 pages/cpu s58088 r8192 d32024 u98304
[ 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=10.24.69.48:/opt/NFS_exports/linux/am64xx_sk-fs-02/autofs/385411275648e64aee1723d47818deaa,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] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA
[ 0.000000] mem auto-init: stack:off, 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 2.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fb500000-0x00000000fb700000] (2MB)
[ 0.000000] Memory: 1879060K/2097152K available (16704K kernel code, 4784K rwdata, 11400K rodata, 9984K init, 615K bss, 185324K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[ 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=2
[ 0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
[ 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: CPU0: found redistributor 0 region 0:0x0000000001840000
[ 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 @80800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000080040000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010080] Console: colour dummy device 80x25
[ 0.014734] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.025417] pid_max: default: 32768 minimum: 301
[ 0.030225] LSM: initializing lsm=capability
[ 0.034734] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.042318] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.053005] rcu: Hierarchical SRCU implementation.
[ 0.057987] rcu: Max phase no-delay instances is 1000.
[ 0.063857] Platform MSI: msi-controller@1820000 domain created
[ 0.070271] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.079633] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.088140] EFI services will not be available.
[ 0.093174] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
[ 0.106916] Detected VIPT I-cache on CPU1
[ 0.107037] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
[ 0.107058] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
[ 0.107125] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.107292] smp: Brought up 1 node, 2 CPUs
[ 0.136681] SMP: Total of 2 processors activated.
[ 0.141490] CPU: All CPU(s) started at EL2
[ 0.145732] CPU features: detected: 32-bit EL0 Support
[ 0.150987] CPU features: detected: 32-bit EL1 Support
[ 0.156243] CPU features: detected: CRC32 instructions
[ 0.161547] alternatives: applying system-wide alternatives
[ 0.170221] devtmpfs: initialized
[ 0.183587] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.193626] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.202185] pinctrl core: initialized pinctrl subsystem
[ 0.210414] DMI not present or invalid.
[ 0.215665] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.223250] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.230748] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.238969] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.247300] audit: initializing netlink subsys (disabled)
[ 0.253252] audit: type=2000 audit(0.156:1): state=initialized audit_enabled=0 res=1
[ 0.255151] thermal_sys: Registered thermal governor 'step_wise'
[ 0.261238] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.267514] cpuidle: using governor menu
[ 0.278755] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.285788] ASID allocator initialised with 65536 entries
[ 0.294475] Serial: AMBA PL011 UART driver
[ 0.342059] Modules: 21824 pages in range for non-PLT usage
[ 0.342089] Modules: 513344 pages in range for PLT usage
[ 0.349029] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.361427] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.367833] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.374769] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.381174] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.388110] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.394516] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.401452] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.408579] Demotion targets for Node 0: null
[ 0.415245] ACPI: Interpreter disabled.
[ 0.422103] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
[ 0.432439] iommu: Default domain type: Translated
[ 0.437415] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.444232] SCSI subsystem initialized
[ 0.448712] usbcore: registered new interface driver usbfs
[ 0.454401] usbcore: registered new interface driver hub
[ 0.459877] usbcore: registered new device driver usb
[ 0.466759] pps_core: LinuxPPS API ver. 1 registered
[ 0.471878] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.481235] PTP clock support registered
[ 0.485475] EDAC MC: Ver: 3.0.0
[ 0.490105] scmi_core: SCMI protocol bus registered
[ 0.497178] FPGA manager framework
[ 0.500884] Advanced Linux Sound Architecture Driver Initialized.
[ 0.508797] vgaarb: loaded
[ 0.512787] clocksource: Switched to clocksource arch_sys_counter
[ 0.519499] VFS: Disk quotas dquot_6.6.0
[ 0.523587] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.530886] pnp: PnP ACPI: disabled
[ 0.543292] NET: Registered PF_INET protocol family
[ 0.548643] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.558229] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.567100] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.575051] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.583280] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.591391] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.598424] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.605380] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.612935] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.619423] RPC: Registered named UNIX socket transport module.
[ 0.625549] RPC: Registered udp transport module.
[ 0.630360] RPC: Registered tcp transport module.
[ 0.635169] RPC: Registered tcp-with-tls transport module.
[ 0.640777] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.647379] PCI: CLS 0 bytes, default 64
[ 0.656575] kvm [1]: nv: 477 coarse grained trap handlers
[ 0.662653] kvm [1]: IPA Size Limit: 40 bits
[ 0.669776] kvm [1]: vgic-v2@100020000
[ 0.673641] kvm [1]: GIC system register CPU interface enabled
[ 0.679647] kvm [1]: vgic interrupt IRQ9
[ 0.683682] kvm [1]: Hyp mode (nVHE) initialized successfully
[ 0.691459] Initialise system trusted keyrings
[ 0.696488] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[ 0.703607] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.710083] NFS: Registering the id_resolver key type
[ 0.715344] Key type id_resolver registered
[ 0.719624] Key type id_legacy registered
[ 0.723769] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.730624] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.738545] 9p: Installing v9fs 9p2000 file system support
[ 0.795219] Key type asymmetric registered
[ 0.799438] Asymmetric key parser 'x509' registered
[ 0.804540] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.812110] io scheduler mq-deadline registered
[ 0.816745] io scheduler kyber registered
[ 0.820895] io scheduler bfq registered
[ 0.836670] pinctrl-single 4084000.pinctrl: 33 pins, size 132
[ 0.843255] pinctrl-single f4000.pinctrl: 180 pins, size 720
[ 0.850999] pinctrl-single a40000.pinctrl: 512 pins, size 2048
[ 0.868429] EINJ: ACPI disabled.
[ 0.921748] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.935723] msm_serial: driver initialized
[ 0.940835] SuperH (H)SCI(F) driver initialized
[ 0.945970] STM32 USART driver initialized
[ 0.963041] loop: module loaded
[ 0.968695] megasas: 07.727.03.00-rc1
[ 0.986196] tun: Universal TUN/TAP device driver, 1.6
[ 0.993968] thunder_xcv, ver 1.0
[ 0.997481] thunder_bgx, ver 1.0
[ 1.000848] nicpf, ver 1.0
[ 1.006650] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.014106] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.019672] hclge is initializing
[ 1.023129] e1000: Intel(R) PRO/1000 Network Driver
[ 1.028120] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.034033] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.039108] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.045187] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.050707] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.056439] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.062847] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.069899] sky2: driver version 1.30
[ 1.076737] VFIO - User Level meta-driver version: 0.3
[ 1.089347] usbcore: registered new interface driver usb-storage
[ 1.102999] i2c_dev: i2c /dev entries driver
[ 1.125991] sdhci: Secure Digital Host Controller Interface driver
[ 1.132404] sdhci: Copyright(c) Pierre Ossman
[ 1.139098] Synopsys Designware Multimedia Card Interface Driver
[ 1.147802] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.159032] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.167262] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.176251] usbcore: registered new interface driver usbhid
[ 1.181996] usbhid: USB HID core driver
[ 1.195118] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.209711] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.214348] optee: revision 3.20 (8e74d476)
[ 1.231229] optee: dynamic shared memory is enabled
[ 1.241627] random: crng init done
[ 1.245329] optee: initialized driver
[ 1.258465] NET: Registered PF_PACKET protocol family
[ 1.263822] 9pnet: Installing 9P2000 support
[ 1.268295] Key type dns_resolver registered
[ 1.285755] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.295282] registered taskstats version 1
[ 1.299707] Loading compiled-in X.509 certificates
[ 1.362622] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
[ 1.569655] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.578123] pca953x 1-0070: supply vcc not found, using dummy regulator
[ 1.585118] pca953x 1-0070: using no AI
[ 1.613955] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.621052] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.631446] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.642635] ti-udma 485c0100.dma-controller: Number of rings: 68
[ 1.650667] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
[ 1.663073] ti-udma 485c0000.dma-controller: Number of rings: 288
[ 1.681094] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
[ 1.695172] printk: legacy console [ttyS2] disabled
[ 1.700714] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 314, base_baud = 3000000) is a 8250
[ 1.709829] printk: legacy console [ttyS2] enabled
[ 1.709829] printk: legacy console [ttyS2] enabled
[ 1.719548] printk: legacy bootconsole [ns16550a0] disabled
[ 1.719548] printk: legacy bootconsole [ns16550a0] disabled
[ 1.741173] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
[ 1.748201] Creating 7 MTD partitions on "fc40000.spi.0":
[ 1.753622] 0x000000000000-0x000000100000 : "ospi.tiboot3"
[ 1.760885] 0x000000100000-0x000000300000 : "ospi.tispl"
[ 1.767800] 0x000000300000-0x000000700000 : "ospi.u-boot"
[ 1.774883] 0x000000700000-0x000000740000 : "ospi.env"
[ 1.781695] 0x000000740000-0x000000780000 : "ospi.env.backup"
[ 1.789176] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
[ 1.796261] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
[ 1.810831] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.856794] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.869203] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.877327] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.885471] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000002
[ 1.898414] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
[ 1.905554] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.923825] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
[ 1.981290] mmc0: CQHCI version 5.10
[ 1.981309] mmc1: CQHCI version 5.10
[ 2.017382] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 2.024800] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 2.041053] sdhci-am654 fa10000.mmc: card claims to support voltages below defined range
[ 2.052694] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[ 2.062092] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[ 2.079825] mmc0: new SDIO card at address 0001
[ 2.111923] mmc1: new ultra high speed SDR104 SDHC card at address b368
[ 2.119575] mmcblk1: mmc1:b368 USD00 14.7 GiB
[ 2.126423] mmcblk1: p1 p2 p3
[ 6.169651] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.196787] Sending DHCP requests ., OK
[ 6.216665] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.81
[ 6.224350] IP-Config: Complete:
[ 6.227579] device=eth0, hwaddr=34:08:e1:80:ac:e2, ipaddr=192.168.0.81, mask=255.255.255.0, gw=192.168.0.1
[ 6.237668] host=192.168.0.81, domain=ti.com, nis-domain=(none)
[ 6.244016] bootserver=192.168.0.1, rootserver=10.24.69.48, rootpath=
[ 6.244025] nameserver0=192.0.2.2, nameserver1=192.0.2.3
[ 6.256977] clk: Disabling unused clocks
[ 6.287500] PM: genpd: Disabling unused power domains
[ 6.292691] ALSA device list:
[ 6.295775] No soundcards found.
[ 6.685761] VFS: Mounted root (nfs filesystem) on device 0:22.
[ 6.692236] devtmpfs: mounted
[ 6.702269] Freeing unused kernel memory: 9984K
[ 6.707013] Run /sbin/init as init process
[ 6.961089] systemd[1]: System time before build time, advancing clock.
[ 7.190595] NET: Registered PF_INET6 protocol family
[ 7.202556] Segment Routing with IPv6
[ 7.206320] In-situ OAM (IOAM) with IPv6
[ 7.292385] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[ 7.324461] systemd[1]: Detected architecture arm64.
Welcome to [1mArago 2023.10[0m!
[ 7.395330] systemd[1]: Hostname set to <am64xx-evm>.
[ 7.408101] systemd[1]: Initializing machine ID from random generator.
[ 7.649365] systemd[76]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
[ 7.668121] systemd-sysv-generator[85]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.694142] systemd-sysv-generator[85]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 7.719456] systemd-sysv-generator[85]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[ 8.352083] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ 8.481379] 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.
[ 8.631241] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.706258] systemd[1]: Created slice Slice /system/getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/getty[0m.
[ 8.732749] systemd[1]: Created slice Slice /system/modprobe.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
[ 8.757151] systemd[1]: Created slice Slice /system/serial-getty.
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
[ 8.783984] systemd[1]: Created slice User and Session Slice.
[[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m.
[ 8.805535] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[[0;32m OK [0m] Started [0;1;39mDispatch Password ts to Console Directory Watch[0m.
[ 8.829461] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Started [0;1;39mForward Password Ruests to Wall Directory Watch[0m.
[ 8.853541] systemd[1]: Reached target Path Units.
[[0;32m OK [0m] Reached target [0;1;39mPath Units[0m.
[ 8.873123] systemd[1]: Reached target Remote File Systems.
[[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m.
[ 8.893088] systemd[1]: Reached target Slice Units.
[[0;32m OK [0m] Reached target [0;1;39mSlice Units[0m.
[ 8.913138] systemd[1]: Reached target Swaps.
[[0;32m OK [0m] Reached target [0;1;39mSwaps[0m.
[ 8.977107] systemd[1]: Listening on RPCbind Server Activation Socket.
[[0;32m OK [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
[ 9.001145] systemd[1]: Reached target RPC Port Mapper.
[[0;32m OK [0m] Reached target [0;1;39mRPC Port Mapper[0m.
[ 9.033110] systemd[1]: Listening on Process Core Dump Socket.
[[0;32m OK [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
[ 9.057630] systemd[1]: Listening on initctl Compatibility Named Pipe.
[[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
[ 9.083617] systemd[1]: Listening on Journal Audit Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Audit Socket[0m.
[ 9.107159] systemd[1]: Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m.
[ 9.130040] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m.
[ 9.147203] systemd[1]: Listening on Network Service Netlink Socket.
[[0;32m OK [0m] Listening on [0;1;39mNetwork Service Netlink Socket[0m.
[ 9.173730] systemd[1]: Listening on udev Control Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m.
[ 9.197813] systemd[1]: Listening on udev Kernel Socket.
[[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m.
[ 9.222766] systemd[1]: Listening on User Database Manager Socket.
[[0;32m OK [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
[ 9.273568] systemd[1]: Mounting Huge Pages File System...
Mounting [0;1;39mHuge Pages File System[0m...
[ 9.298234] systemd[1]: Mounting POSIX Message Queue File System...
Mounting [0;1;39mPOSIX Message Queue File System[0m...
[ 9.345685] systemd[1]: Mounting Kernel Debug File System...
Mounting [0;1;39mKernel Debug File System[0m...
[ 9.361847] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[ 9.384593] systemd[1]: Mounting Temporary Directory /tmp...
Mounting [0;1;39mTemporary Directory /tmp[0m...
[ 9.430034] systemd[1]: Starting Create List of Static Device Nodes...
Starting [0;1;39mCreate List of Static Device Nodes[0m...
[ 9.460226] systemd[1]: Starting Load Kernel Module configfs...
Starting [0;1;39mLoad Kernel Module configfs[0m...
[ 9.486702] systemd[1]: Starting Load Kernel Module drm...
Starting [0;1;39mLoad Kernel Module drm[0m...
[ 9.530481] systemd[1]: Starting Load Kernel Module fuse...
Starting [0;1;39mLoad Kernel Module fuse[0m...
[ 9.601195] systemd[1]: Starting RPC Bind...
Starting [0;1;39mRPC Bind[0m...
[ 9.623309] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[ 9.721649] systemd[1]: Starting Journal Service...
Starting [0;1;39mJournal Service[0m...
[ 9.751998] fuse: init (API version 7.40)
[ 9.798576] systemd[1]: Starting Load Kernel Modules...
Starting [0;1;39mLoad Kernel Modules[0m...
[ 9.834889] systemd[1]: Starting Generate network units from Kernel command line...
Starting [0;1;39mGenerate network ts from Kernel command line[0m...
[ 9.866437] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting [0;1;39mRemount Root and Kernel File Systems[0m...
[ 9.928182] systemd[1]: Starting Coldplug All udev Devices...
Starting [0;1;39mColdplug All udev Devices[0m...
[ 9.964602] systemd[1]: Started RPC Bind.
[[0;32m OK [0m] Started [0;1;39mRPC Bind[0m.
[ 9.990234] systemd[1]: Mounted Huge Pages File System.
[[0;32m OK [0m] Mounted [0;1;39mHuge Pages File System[0m.
[ 10.014754] systemd[1]: Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
[ 10.042758] systemd[1]: Mounted Kernel Debug File System.
[[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m.
[ 10.063241] systemd[1]: Mounted Temporary Directory /tmp.
[[0;32m OK [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
[ 10.094658] systemd[1]: Finished Create List of Static Device Nodes.
[[0;32m OK [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
[ 10.121476] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 10.130727] systemd[1]: Finished Load Kernel Module configfs.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
[ 10.161769] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 10.173123] systemd[1]: Finished Load Kernel Module drm.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
[ 10.198705] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 10.210696] systemd[1]: Finished Load Kernel Module fuse.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
[ 10.239720] systemd[1]: Finished Load Kernel Modules.
[[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m.
[ 10.258802] systemd[1]: Started Journal Service.
[[0;32m OK [0m] Started [0;1;39mJournal Service[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 System Users[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.
[ 10.537420] systemd-journald[99]: 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 System Users[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.
[ 10.920549] audit: type=1334 audit(1651167748.956:2): prog-id=5 op=LOAD
[ 10.931516] audit: type=1334 audit(1651167748.964:3): prog-id=6 op=LOAD
Starting [0;1;39mRule-based Managefor Device Events and Files[0m...
Mounting [0;1;39m/media/ram[0m...
Mounting [0;1;39m/var/volatile[0m...
[[0;32m OK [0m] Mounted [0;1;39m/media/ram[0m.
[[0;32m OK [0m] Mounted [0;1;39m/var/volatile[0m.
Starting [0;1;39mLoad/Save Random Seed[0m...
[[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m.
Starting [0;1;39mRebuild Dynamic Linker Cache[0m...
Starting [0;1;39mCreate Volatile Files and Directories[0m...
[[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m.
[[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[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.
Starting [0;1;39mRebuild Journal Catalog[0m...
Starting [0;1;39mNetwork Time Synchronization[0m...
Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
[[0;32m OK [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
[[0;32m OK [0m] Finished [0;1;39mRebuild Journal Catalog[0m.
[[0;32m OK [0m] Started [0;1;39mNetwork Time Synchronization[0m.
[[0;32m OK [0m] Reached target [0;1;39mSystem Time Set[0m.
[[0m[0;31m* [0m] (1 of 2) A start job is running fornamic Linker Cache (7s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRebuild Dynamic Linker Cache[0m.
[K Starting [0;1;39mRun pending postinsts[0m...
Starting [0;1;39mUpdate is Completed[0m...
[[0;32m OK [0m] Finished [0;1;39mUpdate is Completed[0m.
[ 16.514917] platform led-controller: deferred probe pending: leds-gpio: Failed to get GPIO '/led-controller/led-0'
[ 17.404371] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
[ 17.496605] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
[[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m.
[ 17.571040] at24 0-0051: supply vcc not found, using dummy regulator
[ 17.633751] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
[ 17.655572] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
[ 18.473316] platform 78000000.r5f: configured R5F for remoteproc mode
[ 18.572826] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
[ 18.678587] remoteproc remoteproc0: 78000000.r5f is available
[ 18.786716] remoteproc remoteproc0: powering up 78000000.r5f
[ 18.786785] platform 78200000.r5f: configured R5F for remoteproc mode
[ 18.796900] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 92288
[ 18.818973] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
[ 18.833637] virtio_rpmsg_bus virtio0: rpmsg host is online
[ 18.834513] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
[ 18.843667] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
[ 18.857216] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
[ 18.860168] remoteproc remoteproc0: remote processor 78000000.r5f is now up
[ 18.909330] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
[ 18.994108] remoteproc remoteproc1: 78200000.r5f is available
[ 19.090081] remoteproc remoteproc1: powering up 78200000.r5f
[ 19.098296] remoteproc remoteproc1: Booting fw image am64-main-r5f0_1-fw, size 92416
[ 19.121028] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a1000000
[ 19.137883] virtio_rpmsg_bus virtio1: rpmsg host is online
[ 19.138551] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
[ 19.147251] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
[ 19.164877] remoteproc remoteproc1: remote processor 78200000.r5f is now up
[ 19.169177] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
[ 19.225723] platform 78400000.r5f: configured R5F for remoteproc mode
[ 19.319792] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
[ 19.341538] remoteproc remoteproc2: 78400000.r5f is available
[ 19.350384] platform 78600000.r5f: configured R5F for remoteproc mode
[ 19.363254] remoteproc remoteproc2: powering up 78400000.r5f
[ 19.369169] remoteproc remoteproc2: Booting fw image am64-main-r5f1_0-fw, size 92416
[ 19.389065] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a2000000
[ 19.409060] virtio_rpmsg_bus virtio2: rpmsg host is online
[ 19.418759] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
[ 19.429774] remoteproc remoteproc2: remote processor 78400000.r5f is now up
[ 19.442738] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
[ 19.450752] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
[ 19.499081] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
[ 19.527163] remoteproc remoteproc3: 78600000.r5f is available
[ 19.561188] remoteproc remoteproc3: powering up 78600000.r5f
[ 19.571004] remoteproc remoteproc3: Booting fw image am64-main-r5f1_1-fw, size 92416
[ 19.587985] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a3000000
[ 19.601004] virtio_rpmsg_bus virtio3: rpmsg host is online
[ 19.608218] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
[ 19.615141] remoteproc remoteproc3: remote processor 78600000.r5f is now up
[ 19.623034] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
[ 19.632312] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
[[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (11s / no limit)
M
[K[[0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (11s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (12s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Run pending postinsts (12s / no limit)
M
[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Run pending postinsts (13s / no limit)
M
[K[[0;32m OK [0m] Finished [0;1;39mRun pending postinsts[0m.
[K[[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...
Starting [0;1;39mD-Bus System Message Bus[0m...
Starting [0;1;39mReboot and dump vmcore via kexec[0m...
[ 23.109073] remoteproc remoteproc4: 30034000.pru is available
[[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.
[ 23.211536] remoteproc remoteproc5: 30004000.rtu is available
[ 23.276626] remoteproc remoteproc6: 3000a000.txpru is available
[ 23.340030] remoteproc remoteproc7: 30038000.pru is available
[ 23.398876] remoteproc remoteproc8: 30006000.rtu is available
[[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m.
[ 23.453968] remoteproc remoteproc9: 3000c000.txpru is available
[ 23.471533] remoteproc remoteproc10: 300b4000.pru is available
[[0;32m OK [0m] Reached target [0;1;39mBasic System[0m.
[ 23.511583] remoteproc remoteproc11: 30084000.rtu is available
[[0;32m OK [0m] Started [0;1;39mJob spooling tools[0m.
[[0;32m OK [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
[ 23.607710] remoteproc remoteproc12: 3008a000.txpru is available
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..[ 23.671986] remoteproc remoteproc13: 300b8000.pru is available
.
[[0;32m OK [0m] Started [0;1;39mirqbalance daemon[0m.
Starting [0;1;39mLighttpd Daemon[0m...
[ 23.764261] remoteproc remoteproc14: 30086000.rtu is available
[[0;32m OK [0m] Started [0;1;39mstrongSwan IPsec IIKEv2 [ 23.810928] remoteproc remoteproc15: 3008c000.txpru is available
daemon using ipsec.conf[0m.
[ 23.872998] audit: type=1334 audit(1651167761.904:4): prog-id=7 op=LOAD
[ 23.896192] audit: type=1334 audit(1651167761.920:5): prog-id=8 op=LOAD
Starting [0;1;39mUser Login Management[0m...
[[0;32m OK [0m] Started [0;1;39mTEE Supplicant[0m.
Starting [0;1;39mTelnet Server[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mPrint notice about GPLv3 packages[0m.
See 'systemctl status gplv3-notice.service' for details.
[[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.
[[0;32m OK [0m] Reached target [0;1;39mPreparation for Network[0m.
Starting [0;1;39mNetwork Configuration[0m...
[[0;32m OK [0m] Started [0;1;39mLighttpd Daemon[0m.
[ 25.445545] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 25.520111] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 25.521351] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 25.560266] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 25.560352] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
[ 25.560897] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
[[0;32m OK [0m] Started [0;1;39mUser Login Management[0m.
[ 25.702344] xhci-hcd xhci-hcd.5.auto: irq 525, io mem 0x0f410000
[ 25.709219] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF itch S[ 25.714842] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
tatus /dev/rfkill Watch[0m.
[ 25.731462] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[ 25.749257] hub 1-0:1.0: USB hub found
[ 25.756238] hub 1-0:1.0: 1 port detected
[ 25.763059] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 25.892581] hub 2-0:1.0: USB hub found
[[0;32m OK [0m] Started [0;1;39mNetwork Configuration[0m.
[ 25.936196] hub 2-0:1.0: 1 port detected
Starting [0;1;39mNetwork Name Resolution[0m...
[ 26.016891] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 26.200003] hub 1-1:1.0: USB hub found
[ 26.215197] hub 1-1:1.0: 4 ports detected
[ 26.385574] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 26.433492] hub 2-1:1.0: USB hub found
[ 26.441014] hub 2-1:1.0: 4 ports detected
[ 26.544944] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd
[ 26.674185] input: Dell Dell USB Mouse as /devices/platform/bus@f4000/f900000.cdns-usb/f400000.usb/xhci-hcd.5.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:3200.0001/input/input0
[ 26.698602] hid-generic 0003:413C:3200.0001: input: USB HID v1.10 Mouse [Dell Dell USB Mouse] on usb-xhci-hcd.5.auto-1.1/input0
[ 26.714184] wl18xx_driver wl18xx.4.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
[ 26.752994] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
[ 26.783134] usb-storage 2-1.4:1.0: USB Mass Storage device detected
[ 26.797626] scsi host0: usb-storage 2-1.4:1.0
[ 26.857588] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[[0;32m OK [0m] Started [0;1;39mNetwork Name Resolution[0m.
[[0;32m OK [0m] Reached target [0;1;39mNetwork[0m.
[ 27.037330] usbcore: registered new device driver onboard-usb-hub
[[0;32m OK [0m] Reached target [0;1;39mHost and Network Nam[ 27.050625] usb 1-1.1: USB disconnect, device number 3
e Lookups[0m.
[ 27.090007] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
[ 27.103598] wlcore: loaded
[ 27.111701] usb 1-1.2: USB disconnect, device number 4
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.
[[0;32m OK [0m] Started [0;1;39mNFS status monitor for NFSv2/3 locking.[0m.
Starting [0;1;39mPermit User Sessions[0m...
[[0;1;31mFAILED[0m] Failed to start [0;1;39mEnable andfigure wl18xx bluetooth stack[0m.
[ 27.353770] hub 1-1:1.0: USB hub found
See 'systemctl status bt-enable.service' for details.
[ 27.370842] hub 1-1:1.0: 4 ports detected
[[0;32m OK [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
[ 27.389864] usb 2-1.4: USB disconnect, device number 3
[ 27.409281] hub 1-1:1.0: USB hub found
[ 27.428359] hub 1-1:1.0: 4 ports detected
Starting [0;1;39mLoad/Save RF Kill Switch Status[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.
[ 27.728982] usb 1-1.1: new low-speed USB device number 5 using xhci-hcd
Starting [0;1;39mSynchronize System and HW clocks[0m...
Starting [0;1;39mWeston, a Waylandositor, as a system service[0m...
[ 27.863451] input: Dell Dell USB Mouse as /devices/platform/bus@f4000/f900000.cdns-usb/f400000.usb/xhci-hcd.5.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:3200.0002/input/input1
[ 27.864021] hid-generic 0003:413C:3200.0002: input: USB HID v1.10 Mouse [Dell Dell USB Mouse] on usb-xhci-hcd.5.auto-1.1/input0
[[0;32m OK [0m] Started [0;1;39mLoad/Save RF Kill Switch Status[0m.
[ 27.944958] usb 1-1.2: new high-speed USB device number 6 using xhci-hcd
[ 27.968071] hub 2-1:1.0: USB hub found
[[0;1;31mFAILED[0m] Failed to start [0;1;39mSynchronize System and HW clocks[0m.
[ 27.994212] hub 2-1:1.0: 4 ports detected
See 'systemctl status sync-clocks.service' for details.
[ 28.090099] hub 2-1:1.0: USB hub found
[ 28.105028] hub 2-1:1.0: 4 ports detected
[ 28.378138] audit: type=1334 audit(1651167766.416:6): prog-id=9 op=LOAD
[ 28.392192] audit: type=1334 audit(1651167766.416:7): prog-id=10 op=LOAD
[ 28.429098] usb 2-1.4: new SuperSpeed USB device number 4 using xhci-hcd
Starting [0;1;39mUser Database Manager[0m...
[ 28.464082] usb-storage 2-1.4:1.0: USB Mass Storage device detected
[ 28.494114] scsi host0: usb-storage 2-1.4:1.0
[ 29.013512] mc: Linux media interface: v0.10
[ 29.368426] wlcore: using inverted interrupt logic: 2
[ 29.492073] wlcore: PHY firmware version: Rev 8.2.0.0.245
[ 29.493428] videodev: Linux video capture interface: v2.00
[ 29.576205] scsi 0:0:0:0: Direct-Access USB3.0 FLASH DRIVE 1100 PQ: 0 ANSI: 6
[ 29.594847] sd 0:0:0:0: [sda] 60868608 512-byte logical blocks: (31.2 GB/29.0 GiB)
[ 29.606329] sd 0:0:0:0: [sda] Write Protect is off
[ 29.621259] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 29.642078] wlcore: firmware booted (Rev 8.9.0.0.86)
[ 29.647481] sda: sda1
[ 29.651729] sd 0:0:0:0: [sda] Attached SCSI removable disk
[[0;32m OK [0m] Started [0;1;39mUser Database Manager[0m.
[ 30.187207] usb 1-1.2: Found UVC 1.00 device HP Webcam HD-2200 (03f0:a707)
[ 30.235567] input: HP Webcam HD-2200: HP Webcam HD as /devices/platform/bus@f4000/f900000.cdns-usb/f400000.usb/xhci-hcd.5.auto/usb1/1-1/1-1.2/1-1.2:1.0/input/input2
[ 30.259899] usbcore: registered new interface driver uvcvideo
[[0;32m OK [0m] Created slice [0;1;39mSlice /system/systemd-fsck[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;39mUser Runtime Directory /run/user/1000[0m.
Starting [0;1;39mUser Manager for UID 1000[0m...
[ 30.824486] audit: type=1006 audit(1651167768.860:8): pid=509 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[ 30.859720] audit: type=1300 audit(1651167768.860:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc9612ce8 a2=4 a3=ffffbd0b1020 items=0 ppid=1 pid=509 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 30.902186] audit: type=1327 audit(1651167768.860:8): proctitle="(systemd)"
[[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.
[ 32.324602] audit: type=1006 audit(1651167770.360:9): pid=451 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
[ 32.341381] audit: type=1300 audit(1651167770.360:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffc9612ce8 a2=4 a3=ffffbd0b1020 items=0 ppid=1 pid=451 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
[ 32.370679] audit: type=1327 audit(1651167770.360:9): proctitle="(weston)"
Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
[[0;32m OK [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
[[0;32m OK [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
[ 32.898905] EXT4-fs (mmcblk1p3): mounted filesystem 041a3acb-60c3-4d77-9581-a444bc3f6d8e r/w with ordered data mode. Quota mode: none.
[ 32.997378] EXT4-fs (mmcblk1p2): mounted filesystem c9ab99ec-0c1f-4c14-bfcc-cce0525b7a08 r/w with ordered data mode. Quota mode: none.
[ 33.113622] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project am64xx-evm -
Arago 2023.10 am64xx-evm -
am64xx-evm login:
- 13:06:47 [INFO] Host: root
- 13:06:52 [INFO] Target:
root
[ 34.303846] EXT4-fs (sda1): mounted filesystem 6d98878d-0db0-4e0c-8582-9df569dbee48 r/w with ordered data mode. Quota mode: none.
[ 34.423032] audit: type=1006 audit(1651167772.460:10): pid=647 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 34.435779] audit: type=1300 audit(1651167772.460:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc9612ce8 a2=1 a3=ffffbd0b1020 items=0 ppid=1 pid=647 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
[ 34.462427] audit: type=1327 audit(1651167772.460:10): proctitle="(systemd)"
[ 34.534788] audit: type=1334 audit(1651167772.572:11): prog-id=11 op=LOAD
7[r[999;999H[6nroot@am64xx-evm:~#
- 13:06:52 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
- 13:07:07 [INFO] Disconnected serial from am64xx_sk-fs
- 13:07:07 [INFO] Connected to am64xx_sk-fs via serial
- 13:07:07 [INFO] Host: uname -a
- 13:07:07 [INFO] Target:
uname -a
Linux am64xx-evm 6.8.0-rc6-next-20240227-g22ba90670a51 #1 SMP PREEMPT Tue Feb 27 07:28:57 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-evm:~#
- 13:07:07 [INFO] Host: cat /proc/cmdline
- 13:07:07 [INFO] Target:
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=10.24.69.48:/opt/NFS_exports/linux/am64xx_sk-fs-02/autofs/385411275648e64aee1723d47818deaa,nolock,v3,tcp,rsize=4096,wsize=4096
root@am64xx-evm:~#
- 13:07:07 [INFO] Host: uname -a
- 13:07:08 [INFO] Target:
uname -a
Linux am64xx-evm 6.8.0-rc6-next-20240227-g22ba90670a51 #1 SMP PREEMPT Tue Feb 27 07:28:57 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
root@am64xx-evm:~#
- 13:07:08 [INFO] Host: cat /proc/mtd
- 13:07:08 [INFO] Target:
cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 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@am64xx-evm:~#
- 13:07:08 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
- 13:07:09 [INFO] Target:
grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
/pnp /etc/resolv.conf && systemctl restart systemd-resolved
root@am64xx-evm:~#
- 13:07:09 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
- 13:07:09 [INFO] Target:
ls -l /lib/firmware; ls -lR /lib/firmware/ipc
total 27312
-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 68 Mar 9 2018 am64-main-r5f0_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f0_1-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f1_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-main-r5f1_1-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-main-r5f1_1-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 68 Mar 9 2018 am64-mcu-m4f0_0-fw -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
lrwxrwxrwx 1 root root 75 Mar 9 2018 am64-mcu-m4f0_0-fw-sec -> /lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
lrwxrwxrwx 1 root root 49 Mar 9 2018 am64x-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
lrwxrwxrwx 1 root root 35 Mar 9 2018 am64x-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
-rw-r--r-- 1 root root 478552 Mar 9 2018 bl32.bin
-rw-r--r-- 1 root root 4295840 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 1489652 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 4728 Mar 9 2018 regulatory.db
-rw-r--r-- 1 root root 1182 Mar 9 2018 regulatory.db.p7s
-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 478552 Mar 9 2018 tee-pager_v2.bin
-rw-r--r-- 1 root root 478552 Mar 9 2018 tee-raw.bin
-rw-r--r-- 1 root root 478580 Mar 9 2018 tee.bin
-rw-r--r-- 1 root root 4295840 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
drwxr-xr-x 2 root root 4096 Mar 9 2018 ti-pruss
ls: cannot access '/lib/firmware/ipc': No such file or directory
root@am64xx-evm:~#
- 13:07:09 [INFO] Host: cat /proc/diskstats
- 13:07:09 [INFO] Target:
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 26 0 208 0 0 0 0 0 0 100 0 0 0 0 0 0 0
31 1 mtdblock1 56 0 448 4154504684 0 0 0 0 0 56 4154504684 0 0 0 0 0 0
31 2 mtdblock2 58 0 464 0 0 0 0 0 0 376 0 0 0 0 0 0 0
31 3 mtdblock3 20 0 160 0 0 0 0 0 0 32 0 0 0 0 0 0 0
31 4 mtdblock4 30 0 240 117 0 0 0 0 0 620 117 0 0 0 0 0 0
31 5 mtdblock5 69 0 1344 0 0 0 0 0 0 260 0 0 0 0 0 0 0
31 6 mtdblock6 30 0 240 0 0 0 0 0 0 480 0 0 0 0 0 0 0
179 0 mmcblk1 753 46 51764 2459 2 0 16 1 0 2260 2461 0 0 0 0 0 0
179 1 mmcblk1p1 268 11 16640 832 0 0 0 0 0 1144 832 0 0 0 0 0 0
179 2 mmcblk1p2 215 32 17202 567 1 0 8 0 0 1056 568 0 0 0 0 0 0
179 3 mmcblk1p3 232 3 16722 966 1 0 8 0 0 1248 967 0 0 0 0 0 0
8 0 sda 241 6 15698 760 1 0 8 3 0 800 764 0 0 0 0 1 1
8 1 sda1 204 6 15002 671 1 0 8 3 0 660 674 0 0 0 0 0 0
root@am64xx-evm:~#
- 13:07:09 [INFO] Host: cat /proc/interrupts
- 13:07:10 [INFO] Target:
cat /proc/interrupts
CPU0 CPU1
9: 0 0 GICv3 25 Level vgic
11: 8334 9523 GICv3 30 Level arch_timer
12: 0 0 GICv3 27 Level kvm guest vtimer
14: 0 0 GICv3 23 Level arm-pmu
15: 1526 0 GICv3 66 Level 4d000000.mailbox thr_012
28: 3 0 GICv3 193 Level 20000000.i2c
29: 14 0 GICv3 194 Level 20010000.i2c
30: 3111 0 MSI-INTA 1713152 Level 485c0100.dma-controller chan0
70: 18 0 MSI-INTA 1970704 Level 8000000.ethernet-tx0
78: 13 0 MSI-INTA 1970712 Level 8000000.ethernet-tx1
86: 0 0 MSI-INTA 1970720 Level 8000000.ethernet-tx2
94: 4 0 MSI-INTA 1970728 Level 8000000.ethernet-tx3
102: 19 0 MSI-INTA 1970736 Level 8000000.ethernet-tx4
110: 10 0 MSI-INTA 1970744 Level 8000000.ethernet-tx5
118: 9 0 MSI-INTA 1970752 Level 8000000.ethernet-tx6
126: 45016 0 MSI-INTA 1970760 Level 8000000.ethernet-tx7
134: 0 0 MSI-INTA 1970776 Level 485c0000.dma-controller chan2
162: 31631 0 MSI-INTA 1971728 Level 8000000.ethernet
178: 0 0 MSI-INTA 1971752 Level 485c0000.dma-controller chan0
179: 0 0 MSI-INTA 1971753 Level 485c0000.dma-controller chan1
314: 664 0 GICv3 210 Level 2800000.serial
315: 2 0 GICv3 171 Level fc40000.spi
369: 1 0 GPIO 46 Edge -davinci_gpio wl18xx
504: 1601 0 GICv3 166 Level mmc1
505: 2107 0 GICv3 165 Level mmc0
506: 8 0 GICv3 112 Level mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
507: 8 0 GICv3 116 Level mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
525: 1415 0 GICv3 220 Level xhci-hcd:usb1
527: 0 0 GICv3 228 Level f400000.usb
IPI0: 4539 9934 Rescheduling interrupts
IPI1: 3226 5486 Function call interrupts
IPI2: 0 0 CPU stop interrupts
IPI3: 0 0 CPU stop (for crash dump) interrupts
IPI4: 0 0 Timer broadcast interrupts
IPI5: 0 0 IRQ work interrupts
Err: 0
root@am64xx-evm:~#
- 13:07:10 [INFO] Host: cat /proc/softirqs
- 13:07:10 [INFO] Target:
cat /proc/softirqs
CPU0 CPU1
HI: 14 3
TIMER: 3027 4081
NET_TX: 240 39
NET_RX: 50841 104
BLOCK: 0 0
IRQ_POLL: 0 0
TASKLET: 7730 24
SCHED: 2669 2528
HRTIMER: 0 0
RCU: 9914 10276
root@am64xx-evm:~#
- 13:07:10 [INFO] Host: ls -lR /run/media/mmcblk0p1
- 13:07:10 [INFO] Target:
ls -lR /run/media/mmcblk0p1
ls: cannot access '/run/media/mmcblk0p1': No such file or directory
root@am64xx-evm:~#
- 13:07:10 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
- 13:07:20 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
- 13:07:20 [INFO] Target:
opkg list-installed | grep packagegroup-arago-test; echo $?
1
root@am64xx-evm:~#
- 13:07:20 [INFO] Host: opkg list-installed | grep ti-test; echo $?
- 13:07:21 [INFO] Target:
opkg list-installed | grep ti-test; echo $?
ti-test - 1.0-r0.158
ti-test-extras - 1.0-r0.158
0
- 13:07:21 [INFO] Host: lsmod
- 13:07:21 [INFO] Target:
lsmod
Module Size Used by
uvcvideo 102400 0
uvc 12288 1 uvcvideo
videobuf2_vmalloc 12288 1 uvcvideo
videobuf2_memops 12288 1 videobuf2_vmalloc
videobuf2_v4l2 32768 1 uvcvideo
videodev 262144 2 videobuf2_v4l2,uvcvideo
videobuf2_common 57344 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
mc 61440 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
overlay 135168 0
onboard_usb_hub 16384 0
wl18xx 114688 0
wlcore 217088 1 wl18xx
mac80211 585728 2 wl18xx,wlcore
libarc4 12288 1 mac80211
cfg80211 421888 3 wl18xx,wlcore,mac80211
cdns3 40960 0
rfkill 28672 2 cfg80211
cdns_usb_common 20480 1 cdns3
phy_cadence_torrent 65536 1
rpmsg_ctrl 12288 0
rpmsg_char 16384 1 rpmsg_ctrl
irq_pruss_intc 12288 0
pru_rproc 20480 0
icss_iep 20480 0
wlcore_sdio 12288 0
crct10dif_ce 12288 1
cdns3_ti 12288 0
phy_j721e_wiz 28672 5
rti_wdt 12288 0
ti_k3_r5_remoteproc 24576 0
k3_j72xx_bandgap 12288 0
sa2ul 32768 0
pruss 16384 1 pru_rproc
at24 16384 0
authenc 12288 1 sa2ul
omap_mailbox 20480 4
pwm_tiecap 12288 0
drm 577536 0
fuse 139264 1
backlight 20480 1 drm
ipv6 462848 36
root@am64xx-evm:~#
- 13:07:21 [INFO] Host: echo 'hello world'
- 13:07:21 [INFO] Target:
echo 'hello world'
hello world
root@am64xx-evm:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment