This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62B: AM62 HS-SE Hardening Steps

Part Number: SK-AM62B

Hello,

I was wondering if TI has any documentation on exactly what steps need to be taken to fully harden an AM62 and its bootloaders in the HS-SE configuration after the key fuses are burned. We have seen some things during testing that are concerning and we'd like to ensure we have covered our bases. For example, with U-Boot/SPL booting the PSDK documentation in Section 3.3.1.6 states: "Booting FIT image is not required for GP and HS-FS devices, but on HS-SE devices only the signed FIT image will be allowed to boot." However, we’ve found that an unsigned Linux kernel in the /boot directory of the boot media will in fact be booted by U-Boot’s autoboot feature on an HS-SE device if a signed FITImage is missing. This is with the default configurations.

An observation like this makes us wonder what else we may have initially missed. Aside from obvious steps, like disabling U-boot terminal, does TI have a clear list of steps documented anywhere to take in order to fully harden the AM62, TI SDK's U-Boot distribution, etc? Are there any settings we need to check when setting up the keywriter that aren't explicitly mentioned in the keywriter documentation?

Any guidance or documentation along these lines would be helpful.

Thanks in advance,

Garrett

  • Hello Garrett,
    The device type is auto-detected @u-boot, and "boot_fit=1" on HS-SE.
    git.ti.com/gitweb
    I'm attaching a sample log I captured on AM62-SK (HS-SE) for your reference.
    Best,
    -Hong

    U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 13376 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
    NOTICE:  BL31: Built : 00:42:57, Jan 13 2023
    
    U-Boot SPL 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Error (-2): cannot determine file size
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)
    
    SoC:   AM62X SR1.0 HS-SE
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62B-SKEVM rev A
    DRAM:  2 GiB
    Core:  71 devices, 31 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  2  0 
    => printenv boot_fit 
    boot_fit=1
    => boot
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 14 ms (40 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    8686034 bytes read in 112 ms (74 MiB/s)
    name_fit_config=conf-ti_k3-am625-sk.dtb
    ## Loading kernel from FIT Image at 90000000 ...
       Using 'conf-ti_k3-am625-sk.dtb' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'kernel-1' kernel subimage
         Description:  Linux kernel
         Type:         Kernel Image
         Compression:  gzip compressed
         Data Start:   0x900000f4
         Data Size:    8525379 Bytes = 8.1 MiB
         Architecture: AArch64
         OS:           Linux
         Load Address: 0x81000000
         Entry Point:  0x81000000
         Hash algo:    sha512
         Hash value:   c9d05e6d375d255029aac254dae8778ef3d516e3bb85433a455a58381d303f7991922e551d7fa1448e06a149497f5118d286ee61bfae5d26acd20334cef360f8
       Verifying Hash Integrity ... sha512+ OK
    ## Loading fdt from FIT Image at 90000000 ...
       Using 'conf-ti_k3-am625-sk.dtb' configuration
       Verifying Hash Integrity ... sha512,rsa4096:custMpk+ OK
       Trying 'fdt-ti_k3-am625-sk.dtb' fdt subimage
         Description:  Flattened Device Tree blob
         Type:         Flat Device Tree
         Compression:  uncompressed
         Data Start:   0x9082186c
         Data Size:    57500 Bytes = 56.2 KiB
         Architecture: AArch64
         Load Address: 0x83000000
         Hash algo:    sha512
         Hash value:   5c9d8e3131ab7b415afa6403ebdbc8c75c3a29195075ea2f00ec0c7c7ea8e3f666545ccdb08b4c63851124038a4acffc982eec4f00d8c275031be714222415c3
       Verifying Hash Integrity ... sha512+ OK
       Loading fdt from 0x9082186c to 0x83000000
       Booting using the fdt blob at 0x83000000
    Working FDT set to 83000000
       Uncompressing Kernel Image
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
       Loading Device Tree to 000000008ffee000, end 000000008ffff09b ... OK
    Working FDT set to 8ffee000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.33-g40c32565ca (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jul  6 14:17:24 UTC 2023
    [    0.000000] Machine model: Texas Instruments AM625 SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000000f7600000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
    [    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-0x000000009c7fffff]
    [    0.000000]   node   0: [mem 0x000000009c800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x000000009fffffff]
    [    0.000000]   node   0: [mem 0x00000000a0000000-0x00000000ff6fffff]
    [    0.000000]   node   0: [mem 0x00000000ff700000-0x00000000fffc9fff]
    [    0.000000]   node   0: [mem 0x00000000fffca000-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.2
    [    0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=1834b34e-02 rw rootfstype=ext4 rootwait
    [    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] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1838092K/2097152K available (12480K kernel code, 1294K rwdata, 4040K rodata, 2176K init, 498K bss, 127988K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 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: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 @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.008542] Console: colour dummy device 80x25
    [    0.013136] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023818] pid_max: default: 32768 minimum: 301
    [    0.028594] LSM: Security Framework initializing
    [    0.033451] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.041035] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.050874] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.058335] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.064637] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.071041] rcu: Hierarchical SRCU implementation.
    [    0.075947] rcu: 	Max phase no-delay instances is 1000.
    [    0.081561] Platform MSI: msi-controller@1820000 domain created
    [    0.087883] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.097726] EFI services will not be available.
    [    0.102656] smp: Bringing up secondary CPUs ...
    [    0.107972] Detected VIPT I-cache on CPU1
    [    0.108091] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.108110] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.108169] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.108886] Detected VIPT I-cache on CPU2
    [    0.108964] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.108978] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
    [    0.109015] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.109655] Detected VIPT I-cache on CPU3
    [    0.109735] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.109748] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
    [    0.109782] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.109858] smp: Brought up 1 node, 4 CPUs
    [    0.189588] SMP: Total of 4 processors activated.
    [    0.194402] CPU features: detected: 32-bit EL0 Support
    [    0.199675] CPU features: detected: CRC32 instructions
    [    0.204997] CPU: All CPU(s) started at EL2
    [    0.209193] alternatives: applying system-wide alternatives
    [    0.216814] devtmpfs: initialized
    [    0.228362] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.238366] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.249936] pinctrl core: initialized pinctrl subsystem
    [    0.255922] DMI not present or invalid.
    [    0.260495] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.267771] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.275339] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.283455] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.291643] audit: initializing netlink subsys (disabled)
    [    0.297350] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
    [    0.297834] thermal_sys: Registered thermal governor 'step_wise'
    [    0.305281] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.311467] cpuidle: using governor menu
    [    0.322341] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.329372] ASID allocator initialised with 65536 entries
    [    0.345758] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.356983] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.367911] KASLR disabled due to lack of seed
    [    0.379607] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.386584] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.392995] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.399935] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.406342] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.413281] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.419689] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.426628] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.434839] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.444941] iommu: Default domain type: Translated 
    [    0.450008] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.456710] SCSI subsystem initialized
    [    0.460926] usbcore: registered new interface driver usbfs
    [    0.466581] usbcore: registered new interface driver hub
    [    0.472070] usbcore: registered new device driver usb
    [    0.477800] pps_core: LinuxPPS API ver. 1 registered
    [    0.482881] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.492234] PTP clock support registered
    [    0.496363] EDAC MC: Ver: 3.0.0
    [    0.500530] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.507666] FPGA manager framework
    [    0.511247] Advanced Linux Sound Architecture Driver Initialized.
    [    0.518509] clocksource: Switched to clocksource arch_sys_counter
    [    0.525009] VFS: Disk quotas dquot_6.6.0
    [    0.529065] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.542064] NET: Registered PF_INET protocol family
    [    0.547376] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.556632] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.565442] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.573381] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.581584] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.589578] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.596493] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.603419] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.610973] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.617248] RPC: Registered named UNIX socket transport module.
    [    0.623329] RPC: Registered udp transport module.
    [    0.628140] RPC: Registered tcp transport module.
    [    0.632948] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.639539] NET: Registered PF_XDP protocol family
    [    0.644452] PCI: CLS 0 bytes, default 64
    [    0.649283] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.659375] Initialise system trusted keyrings
    [    0.664193] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.676650] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.683352] NFS: Registering the id_resolver key type
    [    0.688579] Key type id_resolver registered
    [    0.692856] Key type id_legacy registered
    [    0.697023] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.703880] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.711646] 9p: Installing v9fs 9p2000 file system support
    [    0.751845] Key type asymmetric registered
    [    0.756037] Asymmetric key parser 'x509' registered
    [    0.761075] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.768814] io scheduler mq-deadline registered
    [    0.773456] io scheduler kyber registered
    [    0.780854] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.787415] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.794196] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.807814] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.822667] loop: module loaded
    [    0.827214] megasas: 07.719.03.00-rc1
    [    0.835101] tun: Universal TUN/TAP device driver, 1.6
    [    0.841023] thunder_xcv, ver 1.0
    [    0.844377] thunder_bgx, ver 1.0
    [    0.847706] nicpf, ver 1.0
    [    0.850884] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [    0.858273] hns3: Copyright (c) 2017 Huawei Corporation.
    [    0.863764] hclge is initializing
    [    0.867176] e1000: Intel(R) PRO/1000 Network Driver
    [    0.872168] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.878080] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.883155] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.889240] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.894761] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.900485] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.906893] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.913070] sky2: driver version 1.30
    [    0.917544] VFIO - User Level meta-driver version: 0.3
    [    0.923626] usbcore: registered new interface driver usb-storage
    [    0.930578] i2c_dev: i2c /dev entries driver
    [    0.937124] sdhci: Secure Digital Host Controller Interface driver
    [    0.943496] sdhci: Copyright(c) Pierre Ossman
    [    0.948444] Synopsys Designware Multimedia Card Interface Driver
    [    0.955039] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.961888] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.968241] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.975201] usbcore: registered new interface driver usbhid
    [    0.980906] usbhid: USB HID core driver
    [    0.986154] optee: probing for conduit method.
    [    0.990765] optee: revision 3.20 (8e74d476)
    [    0.991089] optee: dynamic shared memory is enabled
    [    1.000629] optee: initialized driver
    [    1.006222] Initializing XFRM netlink socket
    [    1.010661] NET: Registered PF_PACKET protocol family
    [    1.015974] 9pnet: Installing 9P2000 support
    [    1.020503] Key type dns_resolver registered
    [    1.025347] registered taskstats version 1
    [    1.029574] Loading compiled-in X.509 certificates
    [    1.043327] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    [    1.107089] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.114646] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.121704] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.127687] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.136037] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.145281] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.155307] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    1.163542] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.174688] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    1.184755] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.195020] printk: console [ttyS2] disabled
    [    1.199476] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3000000) is a 8250
    [    1.208377] printk: console [ttyS2] enabled
    [    1.208377] printk: console [ttyS2] enabled
    [    1.216834] printk: bootconsole [ns16550a0] disabled
    [    1.216834] printk: bootconsole [ns16550a0] disabled
    [    1.229882] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.235001] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.241961] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.247357] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.254090] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.260593] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.267101] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.273289] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.280107] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.286704] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.295074] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.338536] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.348341] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.356456] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.364577] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.377435] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.384565] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.391054] pps pps0: new PPS source ptp0
    [    1.395381] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.405895] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.417656] mmc0: CQHCI version 5.10
    [    1.423796] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.430564] pca953x 1-0022: using AI
    [    1.461173] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.463851] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    1.476433] mmc1: CQHCI version 5.10
    [    1.476501] mmc2: CQHCI version 5.10
    [    1.490004] ALSA device list:
    [    1.493023]   No soundcards found.
    [    1.521423] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.524824] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    1.536706] Waiting for root device PARTUUID=1834b34e-02...
    [    1.561359] mmc0: Command Queue Engine enabled
    [    1.565884] mmc0: new HS200 MMC card at address 0001
    [    1.571815] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    1.575565] mmc1: new ultra high speed SDR104 SDHC card at address 5048
    [    1.578611]  mmcblk0: p1 p2
    [    1.583917] mmcblk1: mmc1:5048 SD32G 28.9 GiB 
    [    1.586739] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB 
    [    1.592989]  mmcblk1: p1 p2
    [    1.603426] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB 
    [    1.609560] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    2.189521] EXT4-fs (mmcblk1p2): recovery complete
    [    2.195217] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    2.203887] VFS: Mounted root (ext4 filesystem) on device 179:34.
    [    2.213497] devtmpfs: mounted
    [    2.217982] Freeing unused kernel memory: 2176K
    [    2.222763] Run /sbin/init as init process
    [    2.397285] systemd[1]: System time before build time, advancing clock.
    [    2.444942] NET: Registered PF_INET6 protocol family
    [    2.451590] Segment Routing with IPv6
    [    2.455356] In-situ OAM (IOAM) with IPv6
    [    2.492068] 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)
    [    2.524107] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.04!
    
    [    2.612688] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.749587] systemd-sysv-generator[159]: SysV service '/etc/init.d/halt' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.775009] systemd-sysv-generator[159]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.809149] systemd-sysv-generator[159]: SysV service '/etc/init.d/sendsigs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.833496] systemd-sysv-generator[159]: SysV service '/etc/init.d/umountfs' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.859950] systemd-sysv-generator[159]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.886408] systemd-sysv-generator[159]: SysV service '/etc/init.d/dropbear' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.910340] systemd-sysv-generator[159]: SysV service '/etc/init.d/netperf' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.934204] systemd-sysv-generator[159]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.959443] systemd-sysv-generator[159]: SysV service '/etc/init.d/reboot' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.983172] systemd-sysv-generator[159]: SysV service '/etc/init.d/docker.init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.008337] systemd-sysv-generator[159]: SysV service '/etc/init.d/psplash.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.033628] systemd-sysv-generator[159]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.057833] systemd-sysv-generator[159]: SysV service '/etc/init.d/umountnfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.084320] systemd-sysv-generator[159]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.108317] systemd-sysv-generator[159]: SysV service '/etc/init.d/single' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.132046] systemd-sysv-generator[159]: SysV service '/etc/init.d/resize_rootfs.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.159547] systemd-sysv-generator[159]: SysV service '/etc/init.d/save-rtc.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.394406] systemd[1]: Configuration file /etc/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    3.457852] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [    3.470811] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [    3.510053] 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.
    [    3.569996] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    3.640005] systemd[1]: Queued start job for default target Graphical Interface.
    [    3.707586] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    3.733606] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    3.757643] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    3.781070] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    3.803092] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password �ts to Console Directory Watch.
    [    3.827024] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R�uests to Wall Directory Watch.
    [    3.851204] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    3.866823] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    3.886719] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    3.902828] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    3.969237] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    3.991124] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.028391] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.051684] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.076672] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.100103] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.125601] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.144847] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.168766] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.193038] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.217180] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.283285] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.305834] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.337997] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.355631] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.381582] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.423635] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.455178] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.479083] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.501538] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.520880] fuse: init (API version 7.37)
    [    4.527708] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.561443] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.575117] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.598325] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.624509] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.645607] systemd[1]: Starting Generate network units from Kernel command line...
    [    4.652339] cryptodev: loading out-of-tree module taints kernel.
             Starting Generate network �ts from Kernel co[    4.661419] cryptodev: driver 1.12 loaded.
    mmand line...
    [    4.715477] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    4.744387] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    4.749729] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    4.790557] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    4.811590] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star�progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [    5.286847] systemd-journald[174]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    5.516278] audit: type=1334 audit(1651167748.116:2): prog-id=5 op=LOAD
    [    5.523094] audit: type=1334 audit(1651167748.124:3): prog-id=6 op=LOAD
             Starting Rule-based Manage�for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [    6.357524] mc: Linux media interface: v0.10
    [    6.364211] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [  OK  ] Listening on D-Bus System Message B[    6.371347] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    us Socket.
    [    6.396897] i2c i2c-1: Added multiplexed i2c bus 3
    [    6.404614] videodev: Linux video capture interface: v2.00
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
             Starting Weston socket...
             Starting D-Bus System Message Bus...
    [    6.483392] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
             Starting Reboot and dump vmcore via kexec...
    [    6.510911] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    6.521239] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [    6.547140] remoteproc remoteproc0: 5000000.m4fss is available
    [    6.560458] remoteproc remoteproc0: powering up 5000000.m4fss
    [    6.563246] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [  OK  ] Found device /dev/ttyS2.
    [    6.566378] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860
    [  OK  ] Reached target Socket Units.
    [    6.593136] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [    6.602562] random: crng init done
    [    6.604856] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [    6.615057] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [    6.622565] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [    6.724146] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    6.729585] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:24 UTC (24)
    [    6.739202] systemd-journald[174]: Time jumped backwards, rotating.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [    6.812524] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    6.813457] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    6.826090] PVR_K:  200: Device: fd00000.gpu
    [    6.826732] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [  OK  ] Started Job spooling tools.[    6.837680] PVR_K:  200: Read BVNC 33.15.11.3 from HW device registers
    
    [    6.853171] PVR_K:  200: RGX Device registered with BVNC 33.15.11.3
    [    6.862459] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 1
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [    7.012043] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    7.026667] platform 78000000.r5f: configured R5F for IPC-only mode
    [  OK  ] Started irqbalance daemon.
    [    7.034412] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
             Starting startwlanap...
    [    7.048822] remoteproc remoteproc1: 78000000.r5f is available
             Starting startwlansta...
    [    7.065539] remoteproc remoteproc1: attaching to 78000000.r5f
    [    7.073638] audit: type=1334 audit(24.840:4): prog-id=7 op=LOAD
    [    7.075314] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    7.086580] audit: type=1334 audit(24.852:5): prog-id=8 op=LOAD
    [    7.086639] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
             Starting User Login Management...
    [    7.103785] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    7.113258] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.119780] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [    7.121102] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    7.128217] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [  OK  ] Started TEE Supplicant.
             Starting telnetd.service...
    [    7.225511] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [    7.227284] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Started ti-apps-launcher service.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Started startwlanap.
    [  OK  ] Started startwlansta.
    [    7.297227] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started telnetd.service.
             Starting LSB: Expand Rootfs of boot device...
    [  OK  ] Started User Login Management.
    [  OK  ] Started LSB: Expand Rootfs of boot device.
    [  OK  ] Started Network Configuration.
             Starting Wait for Network to be Configured...
             Starting Network Name Resolution...
    [    8.093921] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [    8.103419] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    8.137737] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.150845] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    8.347779] startwlansta.sh[305]: Wi-Fi user configuration file missing, exit
    [    8.597364] remoteproc remoteproc2: 30074000.pru is available
    [    8.616959] remoteproc remoteproc3: 30078000.pru is available
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
    [    8.635880] startwlanap.sh[617]: sed: unmatched '/'
             Starting Enable and configure wl18xx bluetooth stack...
    [    8.653474] startwlanap.sh[618]: adding wlan1 interface
             Starting containerd container runtime...
    [  OK  ] Started Netperf Benchmark Server.
    [    8.686359] startwlanap.sh[627]: command failed: No such file or directory (-2)
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma�ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [    8.971621] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [    9.021415] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Listening on Load/Save RF �itch Status /dev/rfkill Watch.
    [  OK  ] Started Getty on tty1.
    [    8.963457] startwlanap.sh[630]: Line 499: unknown configuration item 'wep_rekey_period'
    [    8.964167] startwlanap.sh[630]: 1 errors found in configuration file '/usr/share/wl18xx/hostapd.conf'
    [    8.964697] startwlanap.sh[630]: Failed to set up interface with /usr/share/wl18xx/hostapd.conf
    [    8.965059] startwlanap.sh[630]: Failed to initialize interface
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland�ositor, as a system service...
    [    9.233203] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    9.240145] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [  OK  ] Finished Synchronize System and HW [    9.248223] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    clocks.
    [    9.259796] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [  OK  ] Started Avahi mDNS/DNS-SD Stack[    9.271811] xhci-hcd xhci-hcd.4.auto: irq 459, io mem 0x31100000
    .
    [    9.284488] hub 1-0:1.0: USB hub found
    [  OK  ] Reached target Hardware activated U[    9.288922] hub 1-0:1.0: 1 port detected
    SB gadget.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card[    9.551268] audit: type=1334 audit(27.320:6): prog-id=9 op=LOAD
    .
    [    9.557769] audit: type=1334 audit(27.324:7): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Created slice Slice /system/systemd-fsck.
    [  OK  ] Started User Database Manager.
    [    9.734088] startwlanap.sh[716]: SIOCSIFADDR: No such device
    [    9.737416] startwlanap.sh[716]: wlan1: ERROR while getting interface flags: No such device
    [  OK  ] Created slice User Slice of UID 1000.
    [    9.751012] startwlanap.sh[716]: SIOCSIFNETMASK: No such device
    [    9.767842] startwlanap.sh[716]: wlan1: ERROR while getting interface flags: No such device
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   10.088321] audit: type=1006 audit(27.856:8): pid=751 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   10.100420] audit: type=1300 audit(27.856:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd746488 a2=4 a3=ffff9f0a4020 items=0 ppid=1 pid=751 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)
    [   10.126318] audit: type=1327 audit(27.856:8): proctitle="(systemd)"
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [   10.276261] audit: type=1325 audit(28.020:9): table=nat family=2 entries=0 op=xt_register pid=754 comm="iptables"
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Started Simple Network Man�ement Protocol (SNMP) Daemon..
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [   10.828035] kauditd_printk_skb: 5 callbacks suppressed
    [   10.828055] audit: type=1006 audit(28.596:11): pid=670 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   10.846308] audit: type=1300 audit(28.596:11): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffffd746488 a2=4 a3=ffff9f0a4020 items=0 ppid=1 pid=670 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)
    [   10.872764] audit: type=1327 audit(28.596:11): proctitle="(weston)"
    [  OK  ] Started containerd container runtime.
    [   11.209635] PVR_K:  670: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [   11.226049] PVR_K:  670: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [   11.113571] startwlanap.sh[813]: iperf3: error - unable to start listener for connections: Cannot assign requested address
    [   11.114232] startwlanap.sh[813]: iperf3: exiting
    [  OK  ] Started Weston, a Wayland �mpositor, as a system service.
    [  OK  ] Finished Print notice about GPLv3 packages.
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xx-evm -
    
    Arago 2023.04 am62xx-evm -
    
    am62xx-evm login: root
    
    [   21.569547] audit: type=1006 audit(39.336:12): pid=850 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   21.581451] audit: type=1300 audit(39.336:12): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffffd746488 a2=1 a3=ffff9f0a4020 items=0 ppid=1 pid=850 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)
    [   21.607223] audit: type=1327 audit(39.336:12): proctitle="(systemd)"
    [   21.613718] audit: type=1334 audit(39.348:13): prog-id=11 op=LOAD
    [   21.619955] audit: type=1300 audit(39.348:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff4efc7f0 a2=78 a3=0 items=0 ppid=1 pid=850 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)
    [   21.644745] audit: type=1327 audit(39.348:13): proctitle="(systemd)"
    [   21.651269] audit: type=1334 audit(39.376:14): prog-id=11 op=UNLOAD
    [   21.657679] audit: type=1334 audit(39.376:15): prog-id=12 op=LOAD
    [   21.663980] audit: type=1300 audit(39.376:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff4efc890 a2=78 a3=0 items=0 ppid=1 pid=850 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)
    [   21.688743] audit: type=1327 audit(39.376:15): proctitle="(systemd)"
    root@am62xx-evm:~# uname -a
    Linux am62xx-evm 6.1.33-g40c32565ca #1 SMP PREEMPT Thu Jul  6 14:17:24 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
    root@am62xx-evm:~#