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-AM62: SK-AM62:

Part Number: SK-AM62
Other Parts Discussed in Thread: AM625

I am attempting to boot the AM62 from a SD card. I have loaded tisdk-default-image-am62xx-evm.wic onto the card prior to using it.

I have set the switches as per page 14 of the SK-AM62 starter kit user's guide Figure 2-8. SD Bootmode Switch Setting Example (E1).

I have a console open on all the 4 available console ports set to 115200 baud. When I apply power I see 4 LEDs lit but I do not see any output on any of the consoles.

Do I have the correct image?

I used win32 Disk imager to program the SD card ( which is what I have used for many other projects).

I checked the switch orientation using the silkscreen on the board for the boot configuration switches

what next?

  • Hi,

    Do you  know what device type you have? GP or HS-FS? Also, is this TI EVM?

    If you do not know, check the boot partition in SD card, rename tiboot3.bin to tiboot3-hs-fs.bin and rename the tiboot3-am62x-gp-evm.bin to tiboot3.bin.

    ~ Judith

  • Hi,

    Also, verify boot mode switch setting is correct according to the following: https://dev.ti.com/tirex/explore/content/linux-academy-AM62X-8.6.0.42.v1/ch-develop/dev-evm-bootmodesw.html#dev-evm-bootmode-switches.

    If it does not work, please switch out the tiboot3.bin as mentioned above.

    ~ Judith

  • This did not change anything. I have four console apps open one for each port, at 115200, 1 stop bit,8 bit, no parity and no flow control.
    I do not see any thing when applying power to the board

  • Hi David,

    Could you please verify your device type with instructions found here: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/09_00_00_03/exports/docs/linux/Foundational_Components_Migration_Guide.html#device-types.

    These lets us know 2 things, your device is alive and the device type.

    ~ Judith

  • -----------------------
    SoC ID Header Info:
    -----------------------
    NumBlocks : 1
    -----------------------
    SoC ID Public ROM Info:
    -----------------------
    SubBlockId : 1
    SubBlockSize : 26
    DeviceName : am62x
    DeviceType : GP
    DMSC ROM Version : [0, 1, 0, 1]
    R5 ROM Version : [0, 1, 0, 1]

  • Hi David,

    It seems like your device is alive and you have a GP device.

    Make sure the following:

    1. Boot mode switch setting: SW2: 01000000 SW1:11000010

    2. Remove default tiboot3.bin and rename tiboot3-am62x-gp-evm.bin to tiboot3.bin in the boot partition of SD card, assuming you are using 08.06.

    3. When power via USB type-C, verify 3 LEDs turn on, if connect UART for serial console log, one more LED should turn on.

    4. Using a good uSD card. Have seen issues in the past where the uSD card is bad and trying a new/different card fixes the issue.

    5. Remove Hardware Flow Control on your serial communication program like Minicom.

    Suggestion: Use Balena Etcher to flash the .wic image to your uSD card, it is one of the most popular tools in Windows.

    ~ Judith

  • Still not working. I have tried several SD cards 

  • I also used balena etcher with no difference found

  • Hi David,

    Ok lets try another boot mode, UART boot:

    AM62x:
    1. In host machine execute: dmesg -wH and connect UART cable to EVM, verify which serial port is the first instance, in this case /dev/ttyUSB0 
    2. Open Minicom with /dev/ttyUSB0 and verify CCCCC show
    3. In host computer execute the following:
    
    ```
    sx -kb --xmodem tiboot3-am62x-gp-evm.bin < /dev/ttyUSB0 > /dev/ttyUSB0
    sx -kb --ymodem tispl.bin < /dev/ttyUSB0 > /dev/ttyUSB0
    sx -kb --xmodem u-boot.img < /dev/ttyUSB0 > /dev/ttyUSB0
    ```
    
    Assuming current directory is where 'tiboot3,bin', 'tispl.bin', and 'u-boot.img' are stored.

    What us the result of this for you? Please show log.

    ~ Judith

  • d to use extraPutty but it does the same and it booted:

    CCCC
    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 UART
    CCCCCWarning: Detected image signing certificate on GP device. Skipping certific ate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Loaded 1138011 bytes
    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
    Trying to boot from UART
    CCCWarning: Detected image signing certificate on GP device. Skipping certificat e to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate t o prevent boot failure. This will fail if the image was also encrypted
    Loaded 962779 bytes


    U-Boot 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)

    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E3
    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: 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 16 ms (34.2 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    20593152 bytes read in 227 ms (86.5 MiB/s)
    57500 bytes read in 17 ms (3.2 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
    Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000

    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-li nux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Ju l 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, s ize 128 MiB
    [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share d-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, s ize 3 MiB
    [ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compati ble id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, s ize 1 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compa tible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, s ize 14 MiB
    [ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatibl e id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, s ize 1 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compa tible id shared-dma-pool
    [ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, s ize 12 MiB
    [ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatibl e 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,mmi o32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-bo ot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(os pi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.back up),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.fi le-system) root=PARTUUID=b23245c5-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 rw data, 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 jif fies.
    [ 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->1 9
    [ 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 @0x000000008005000 0
    [ 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 43980 46511102ns
    [ 0.008592] Console: colour dummy device 80x25
    [ 0.013201] Calibrating delay loop (skipped), value calculated using timer fr equency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.023888] pid_max: default: 32768 minimum: 301
    [ 0.028670] LSM: Security Framework initializing
    [ 0.033550] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, line ar)
    [ 0.041135] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.051280] cblist_init_generic: Setting adjustable number of callback queues .
    [ 0.058766] cblist_init_generic: Setting shift to 2 and lim to 1.
    [ 0.065085] cblist_init_generic: Setting shift to 2 and lim to 1.
    [ 0.071507] rcu: Hierarchical SRCU implementation.
    [ 0.076416] rcu: Max phase no-delay instances is 1000.
    [ 0.082074] Platform MSI: msi-controller@1820000 domain created
    [ 0.088456] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1 820000 domain created
    [ 0.098373] EFI services will not be available.
    [ 0.103378] smp: Bringing up secondary CPUs ...
    [ 0.108805] Detected VIPT I-cache on CPU1
    [ 0.108950] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.108969] GICv3: CPU1: using allocated LPI pending table @0x000000008006000 0
    [ 0.109042] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.109864] Detected VIPT I-cache on CPU2
    [ 0.109953] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.109973] GICv3: CPU2: using allocated LPI pending table @0x000000008007000 0
    [ 0.110012] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.110745] Detected VIPT I-cache on CPU3
    [ 0.110841] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.110862] GICv3: CPU3: using allocated LPI pending table @0x000000008008000 0
    [ 0.110903] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.110991] smp: Brought up 1 node, 4 CPUs
    [ 0.190739] SMP: Total of 4 processors activated.
    [ 0.195560] CPU features: detected: 32-bit EL0 Support
    [ 0.200839] CPU features: detected: CRC32 instructions
    [ 0.206174] CPU: All CPU(s) started at EL2
    [ 0.210372] alternatives: applying system-wide alternatives
    [ 0.218408] devtmpfs: initialized
    [ 0.231249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 7645041785100000 ns
    [ 0.241282] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.253803] pinctrl core: initialized pinctrl subsystem
    [ 0.259956] DMI not present or invalid.
    [ 0.264634] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.272100] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.279735] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allo cations
    [ 0.287875] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic al locations
    [ 0.296087] audit: initializing netlink subsys (disabled)
    [ 0.301819] audit: type=2000 audit(0.192:1): state=initialized audit_enabled= 0 res=1
    [ 0.302316] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.309751] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.315952] cpuidle: using governor menu
    [ 0.326847] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.333901] ASID allocator initialised with 65536 entries
    [ 0.351318] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/ i2c@20010000/sii9022@3b
    [ 0.362765] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c @20010000/sii9022@3b
    [ 0.373958] KASLR disabled due to lack of seed
    [ 0.386241] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.393227] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.399639] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.406579] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.412987] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.419926] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.426334] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.433273] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.441806] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7 e02f] Detected
    [ 0.452167] iommu: Default domain type: Translated
    [ 0.457184] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.463998] SCSI subsystem initialized
    [ 0.468280] usbcore: registered new interface driver usbfs
    [ 0.473944] usbcore: registered new interface driver hub
    [ 0.479400] usbcore: registered new device driver usb
    [ 0.485220] pps_core: LinuxPPS API ver. 1 registered
    [ 0.490308] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <giometti@linux.it>
    [ 0.499660] PTP clock support registered
    [ 0.503812] EDAC MC: Ver: 3.0.0
    [ 0.508127] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 0.515364] FPGA manager framework
    [ 0.518945] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.526354] clocksource: Switched to clocksource arch_sys_counter
    [ 0.532913] VFS: Disk quotas dquot_6.6.0
    [ 0.536973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.550635] NET: Registered PF_INET protocol family
    [ 0.555973] IP idents hash table entries: 32768 (order: 6, 262144 bytes, line ar)
    [ 0.565319] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 1638 4 bytes, linear)
    [ 0.574153] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.582096] TCP established hash table entries: 16384 (order: 5, 131072 bytes , linear)
    [ 0.590315] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linea r)
    [ 0.598463] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.605425] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.612368] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.619976] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.626368] RPC: Registered named UNIX socket transport module.
    [ 0.632428] RPC: Registered udp transport module.
    [ 0.637238] RPC: Registered tcp transport module.
    [ 0.642047] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.648638] NET: Registered PF_XDP protocol family
    [ 0.653559] PCI: CLS 0 bytes, default 64
    [ 0.658584] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counte rs available
    [ 0.669011] Initialise system trusted keyrings
    [ 0.673910] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.686866] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.693682] NFS: Registering the id_resolver key type
    [ 0.698922] Key type id_resolver registered
    [ 0.703200] Key type id_legacy registered
    [ 0.707371] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.714229] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering ...
    [ 0.722045] 9p: Installing v9fs 9p2000 file system support
    [ 0.762827] Key type asymmetric registered
    [ 0.767018] Asymmetric key parser 'x509' registered
    [ 0.772079] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 45)
    [ 0.779847] io scheduler mq-deadline registered
    [ 0.784487] io scheduler kyber registered
    [ 0.792700] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.799305] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.806220] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [ 0.820956] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.837181] loop: module loaded
    [ 0.841951] megasas: 07.719.03.00-rc1
    [ 0.850484] tun: Universal TUN/TAP device driver, 1.6
    [ 0.856552] thunder_xcv, ver 1.0
    [ 0.859905] thunder_bgx, ver 1.0
    [ 0.863243] nicpf, ver 1.0
    [ 0.866461] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - versio n
    [ 0.873848] hns3: Copyright (c) 2017 Huawei Corporation.
    [ 0.879362] hclge is initializing
    [ 0.882783] e1000: Intel(R) PRO/1000 Network Driver
    [ 0.887769] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [ 0.893687] e1000e: Intel(R) PRO/1000 Network Driver
    [ 0.898763] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 0.904848] igb: Intel(R) Gigabit Ethernet Network Driver
    [ 0.910375] igb: Copyright (c) 2007-2014 Intel Corporation.
    [ 0.916101] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [ 0.922509] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 0.928708] sky2: driver version 1.30
    [ 0.933260] VFIO - User Level meta-driver version: 0.3
    [ 0.939451] usbcore: registered new interface driver usb-storage
    [ 0.946503] i2c_dev: i2c /dev entries driver
    [ 0.953319] sdhci: Secure Digital Host Controller Interface driver
    [ 0.959699] sdhci: Copyright(c) Pierre Ossman
    [ 0.964767] Synopsys Designware Multimedia Card Interface Driver
    [ 0.971418] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.978407] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.984806] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.991829] usbcore: registered new interface driver usbhid
    [ 0.997538] usbhid: USB HID core driver
    [ 1.002963] optee: probing for conduit method.
    [ 1.007570] optee: revision 3.20 (8e74d476)
    [ 1.007988] optee: dynamic shared memory is enabled
    [ 1.017565] optee: initialized driver
    [ 1.023614] Initializing XFRM netlink socket
    [ 1.028161] NET: Registered PF_PACKET protocol family
    [ 1.033516] 9pnet: Installing 9P2000 support
    [ 1.037972] Key type dns_resolver registered
    [ 1.042871] registered taskstats version 1
    [ 1.047117] Loading compiled-in X.509 certificates
    [ 1.062092] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)')
    [ 1.131055] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.138949] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.146208] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.152262] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 doma in created
    [ 1.160637] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Rout er 3 domain created
    [ 1.169907] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator d omain 28 created
    [ 1.180141] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.188602] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.200166] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.210777] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.221346] printk: console [ttyS2] disabled
    [ 1.225824] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3 000000) is a 8250
    [ 1.234751] printk: console [ttyS2] enabled
    [ 1.234751] printk: console [ttyS2] enabled
    [ 1.243213] printk: bootconsole [ns16550a0] disabled
    [ 1.243213] printk: bootconsole [ns16550a0] disabled
    [ 1.256653] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [ 1.261828] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.268789] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.274191] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.281152] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.287737] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.294431] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.300779] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.307754] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.314535] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.323346] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.366381] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 10 00000
    [ 1.376481] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.384594] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.392731] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss vers ion 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [ 1.405631] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.412760] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [ 1.419365] pps pps0: new PPS source ptp0
    [ 1.423734] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000 000, add_val:1 pps:1
    [ 1.434504] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.447040] mmc0: CQHCI version 5.10
    [ 1.454211] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.461010] pca953x 1-0022: using AI
    [ 1.490458] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64 -bit
    [ 1.503153] debugfs: Directory 'pd:182' with parent 'pm_genpd' already presen t!
    [ 1.504071] mmc2: CQHCI version 5.10
    [ 1.504192] mmc1: CQHCI version 5.10
    [ 1.524615] ALSA device list:
    [ 1.527630] No soundcards found.
    [ 1.543018] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.563125] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [ 1.571149] Waiting for root device PARTUUID=b23245c5-02...
    [ 1.583539] mmc0: Command Queue Engine enabled
    [ 1.588055] mmc0: new HS200 MMC card at address 0001
    [ 1.594149] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [ 1.600741] mmcblk0: p1 p2
    [ 1.604380] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [ 1.611091] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [ 1.618086] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [ 1.624917] mmc1: new ultra high speed SDR104 SDXC card at address aaaa
    [ 1.632499] mmcblk1: mmc1:aaaa SP64G 59.5 GiB
    [ 1.641281] mmcblk1: p1 p2
    [ 1.663292] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ 1.671978] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 1.680368] devtmpfs: mounted
    [ 1.685089] Freeing unused kernel memory: 2176K
    [ 1.689776] Run /sbin/init as init process
    [ 1.849705] systemd[1]: System time before build time, advancing clock.
    [ 1.900146] NET: Registered PF_INET6 protocol family
    [ 1.907060] Segment Routing with IPv6
    [ 1.910833] In-situ OAM (IOAM) with IPv6
    [ 1.945856] 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)
    [ 1.977973] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2023.04!

    [ 2.078070] systemd[1]: Hostname set to <am62xx-evm>.
    [ 2.089661] systemd[1]: Initializing machine ID from random generator.
    [ 2.227171] systemd-sysv-generator[157]: 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.252627] systemd-sysv-generator[157]: 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.279305] systemd-sysv-generator[157]: 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.
    [ 2.304913] systemd-sysv-generator[157]: 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.
    [ 2.330263] systemd-sysv-generator[157]: 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.355100] systemd-sysv-generator[157]: 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.379079] systemd-sysv-generator[157]: 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.
    [ 2.403201] systemd-sysv-generator[157]: 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.428584] systemd-sysv-generator[157]: 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.454476] systemd-sysv-generator[157]: 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.
    [ 2.480498] systemd-sysv-generator[157]: 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.
    [ 2.504605] systemd-sysv-generator[157]: 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.
    [ 2.529521] systemd-sysv-generator[157]: 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.553530] systemd-sysv-generator[157]: 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.
    [ 2.580127] systemd-sysv-generator[157]: 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.606843] systemd-sysv-generator[157]: 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.631567] systemd-sysv-generator[157]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [ 2.927453] systemd[1]: Configuration file /etc/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 3.000218] systemd[1]: /lib/systemd/system/startwlansta.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [ 3.014568] systemd[1]: /lib/systemd/system/startwlanap.service:7: Unknown key name 'After' in section 'Service', ignoring.
    [ 3.058981] 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.125031] 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.203667] systemd[1]: Queued start job for default target Graphical Interface.
    [ 3.273967] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ 3.298052] systemd[1]: Created slice Slice /system/modprobe.
    [ OK ] Created slice Slice /system/modprobe.
    [ 3.322013] systemd[1]: Created slice Slice /system/serial-getty.
    [ OK ] Created slice Slice /system/serial-getty.
    [ 3.345260] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 3.367104] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 3.390929] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 3.415104] systemd[1]: Reached target Path Units.
    [ OK ] Reached target Path Units.
    [ 3.430683] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.450570] systemd[1]: Reached target Slice Units.
    [ OK ] Reached target Slice Units.
    [ 3.466684] systemd[1]: Reached target Swaps.
    [ OK ] Reached target Swaps.
    [ 3.547832] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 3.571131] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 3.618783] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 3.643671] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 3.670746] systemd[1]: Listening on Journal Audit Socket.
    [ OK ] Listening on Journal Audit Socket.
    [ 3.692128] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.716611] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.734856] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 3.760613] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 3.785015] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.809200] systemd[1]: Listening on User Database Manager Socket.
    [ OK ] Listening on User Database Manager Socket.
    [ 3.879246] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 3.902931] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 3.951280] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 3.968043] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 4.011169] systemd[1]: Mounting Temporary Directory /tmp...
    Mounting Temporary Directory /tmp...
    [ 4.037828] systemd[1]: Starting Create List of Static Device Nodes...
    Starting Create List of Static Device Nodes...
    [ 4.072255] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 4.098698] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 4.123347] systemd[1]: Starting Load Kernel Module fuse...
    Starting Load Kernel Module fuse...
    [ 4.143497] fuse: init (API version 7.37)
    [ 4.150210] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 4.207805] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 4.223276] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [ 4.263683] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 4.294532] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.318809] systemd[1]: Starting Generate network units from Kernel command line...
    [ 4.322570] cryptodev: loading out-of-tree module taints kernel.
    Starting Generate network …ts from Kernel co[ 4.335224] cryptodev: driver 1.12 loaded.
    mmand line...
    [ 4.387695] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.417628] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [ 4.423729] systemd[1]: Starting Coldplug All udev Devices...
    Starting Coldplug All udev Devices...
    [ 4.451586] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 4.475559] 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...
    [ 4.928202] systemd-journald[173]: Received client request to flush runtime journal.
    Starting Create System Users...
    [ 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 System Users.
    Starting Create Static Device Nodes in /dev...
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /media/ram...
    Mounting /var/volatile...
    [ 5.261941] audit: type=1334 audit(1651167748.408:2): prog-id=5 op=LOAD
    [ 5.268857] audit: type=1334 audit(1651167748.416:3): prog-id=6 op=LOAD
    Starting Rule-based Manage…for Device Events and Files...
    [ OK ] Mounted /media/ram.
    [ OK ] Mounted /var/volatile.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Rebuild Dynamic Linker Cache...
    Starting Create Volatile Files and Directories...
    [ OK ] Finished Create Volatile Files and Directories.
    Starting Rebuild Journal Catalog...
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Finished Rebuild Journal Catalog.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ 6.408872] mc: Linux media interface: v0.10
    [ 6.418442] random: crng init done
    [ 6.444461] videodev: Linux video capture interface: v2.00
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Finished Load/Save Random Seed.
    [ 6.534669] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [ 6.543560] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [ 6.581725] i2c i2c-1: Added multiplexed i2c bus 3
    [ 6.619758] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [ 6.621863] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 6.625332] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:05:15 UTC (315)
    [ 6.634029] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [ 6.648955] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [ 6.662799] systemd-journald[173]: Time jumped backwards, rotating.
    [ 6.676090] remoteproc remoteproc0: 5000000.m4fss is available
    [ 6.676173] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [ 6.687175] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 6.690222] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [ 6.695088] remoteproc remoteproc0: Booting fw image am62-mcu-m4f0_0-fw, size 54860
    [ 6.712855] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 6.722453] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7)
    [ 6.729443] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [ 6.760731] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 6.761003] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 6.776602] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 6.851413] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [ 6.863968] platform 78000000.r5f: configured R5F for IPC-only mode
    [ 6.871044] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [ 6.879730] remoteproc remoteproc1: 78000000.r5f is available
    [ 6.886531] remoteproc remoteproc1: attaching to 78000000.r5f
    [ 6.901990] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [ 6.911754] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [ 6.938074] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 6.938837] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [ 6.965961] rproc-virtio rproc-virtio.3.auto: registered virtio1 (type 7)
    [ 6.973149] PVR_K: 216: Device: fd00000.gpu
    [ 6.973197] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [ 6.976122] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [ 6.977751] PVR_K: 216: Read BVNC 33.15.11.3 from HW device registers
    [ 6.999380] PVR_K: 216: RGX Device registered with BVNC 33.15.11.3
    [ 7.010718] [drm] Initialized pvr 23.1.6404501 20170530 for fd00000.gpu on minor 1
    [ OK ] Finished Rebuild Dynamic Linker Cache.
    Starting Run pending postinsts...
    Starting Update is Completed...
    [ OK ] Finished Update is Completed.
    [ 7.993322] remoteproc remoteproc2: 30074000.pru is available
    [ 8.000670] remoteproc remoteproc3: 30078000.pru is available
    [ 8.043400] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [ 8.072542] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [ OK ] Reached target Hardware activated USB gadget.
    [ 8.231015] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [ 8.243831] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [ 8.251768] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    [ 8.260070] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [ 8.271249] xhci-hcd xhci-hcd.4.auto: irq 459, io mem 0x31100000
    [ 8.279534] hub 1-0:1.0: USB hub found
    [ 8.283632] hub 1-0:1.0: 1 port detected
    Starting Start psplash boot splash screen...
    [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 ] Created slice Slice /system/systemd-fsck.
    [ OK ] Found device /dev/mmcblk0p1.
    Starting File System Check on /dev/mmcblk0p1...
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ OK ] Finished File System Check on /dev/mmcblk0p1.
    Mounting /run/media/mmcblk0p1...
    [ OK ] Mounted /run/media/mmcblk0p1.
    [ OK ] Finished File System Check on /dev/mmcblk1p1.
    Mounting /run/media/boot-mmcblk1p1...
    [ OK ] Mounted /run/media/boot-mmcblk1p1.
    [ OK ] Finished Run pending postinsts.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    Starting Weston socket...
    Starting D-Bus System Message Bus...
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Listening on Weston socket.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Reached target Socket Units.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    Starting Save/Restore Sound Card State...
    [ OK ] Started Job spooling tools.
    [ OK ] Started Periodic Command Scheduler.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    [ OK ] Started irqbalance daemon.
    Starting startwlanap...
    Starting startwlansta...
    [ 11.596851] audit: type=1334 audit(320.468:4): prog-id=7 op=LOAD
    [ 11.603044] audit: type=1334 audit(320.476:5): prog-id=8 op=LOAD
    Starting User Login Management...
    [ OK ] Started TEE Supplicant.
    Starting telnetd.service...
    [ OK ] Started ti-apps-launcher service.
    [ OK ] Finished Save/Restore Sound Card State.
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Started startwlanap.
    [ OK ] Started startwlansta.
    [ OK ] Reached target Preparation for Network.
    [ OK ] Reached target Sound Card.
    [ 11.706420] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    Starting Network Configuration...
    [ OK ] Started telnetd.service.
    [ 11.743620] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    Starting LSB: Expand Rootfs of boot device...
    [ OK ] Started User Login Management.
    [ OK ] Started Network Configuration.
    [ 12.204769] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    Starting Wait for Network to be Configured[ 12.218941] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    ...
    Starting Network Name Resolution...
    [ 12.248127] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 12.257698] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Enable and configure wl18xx bluetooth stack...
    Starting containerd container runtime...
    [ OK ] Started Netperf Benchmark Server.
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
    Starting Permit User Sessions...
    [ OK ] Finished Enable and configure wl18xx bluetooth stack.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    Starting Weston, a Wayland…ositor, as a system service...
    [ 12.905921] startwlanap.sh[789]: sed: unmatched '/'
    [ OK ] Finished Synchronize System and HW clocks.
    [ 12.935005] startwlanap.sh[790]: adding wlan1 interface
    [ 12.949330] startwlanap.sh[793]: command failed: No such file or directory (-2)
    [ 13.222960] EXT4-fs (mmcblk1p2): resizing filesystem from 2367304 to 15558912 blocks
    [ 13.107295] startwlanap.sh[794]: Line 499: unknown configuration item 'wep_rekey_period'
    [ 13.108336] startwlanap.sh[794]: 1 errors found in configuration file '/usr/share/wl18xx/hostapd.conf'
    [ 13.109307] startwlanap.sh[794]: Failed to set up int[ 13.324526] audit: type=1334 audit(322.196:6): prog-id=9 op=LOAD
    erface with /usr/share/wl18xx/hostapd.conf
    [ 13.110753] start[ 13.334266] audit: type=1334 audit(322.204:7): prog-id=10 op=LOAD
    wlanap.sh[794]: Failed to initialize interface
    Starting User Database Manager...
    [ OK ] Started User Database Manager.
    [ OK ] Created slice User Slice of UID 1000.
    Starting User Runtime Directory /run/user/1000...
    [ OK ] Finished User Runtime Directory /run/user/1000.
    Starting User Manager for UID 1000...
    [ 13.802752] audit: type=1006 audit(322.676:8): pid=806 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 13.814993] audit: type=1300 audit(322.676:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe32a5bc8 a2=4 a3=ffff940b5020 items=0 ppid=1 pid=806 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)
    [ 13.840999] audit: type=1327 audit(322.676:8): proctitle="(systemd)"
    [ 14.278445] startwlanap.sh[812]: SIOCSIFADDR: No such device
    [ 14.294385] startwlanap.sh[812]: wlan1: ERROR while getting interface flags: No such device
    [ 14.301990] startwlanap.sh[812]: SIOCSIFNETMASK: No such device
    [ 14.312823] startwlanap.sh[812]: wlan1: ERROR while getting interface flags: No such device
    [ 14.918611] audit: type=1325 audit(323.772:9): table=nat family=2 entries=0 op=xt_register pid=829 comm="iptables"
    [ 14.929791] audit: type=1300 audit(323.772:9): arch=c00000b7 syscall=209 success=yes exit=0 a0=4 a1=0 a2=40 a3=ffffd8d85518 items=0 ppid=790 pid=829 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/sbin/xtables-legacy-multi" key=(null)
    [ 14.958816] audit: type=1327 audit(323.772:9): proctitle=69707461626C6573002D74006E6174002D4100504F5354524F5554494E47002D6F0065746830002D6A004D415351554552414445
    [ OK ] Started containerd container runtime.
    [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [ OK ] Started User Manager for UID 1000.
    [ OK ] Started Session c1 of User weston.
    [ 15.465964] EXT4-fs (mmcblk1p2): resized filesystem to 15558912
    [ 15.807397] startwlanap.sh[843]: iperf3: error - unable to start listener for connections: Cannot assign requested address
    [ 15.809208] startwlanap.sh[843]: iperf3: exiting
    [ OK ] Started LSB: Expand Rootfs of boot device.
    [ 16.159380] PVR_K: 775: RGX Firmware image 'rgx.fw.33.15.11.3' loaded
    [ 16.174120] PVR_K: 775: Shader binary image 'rgx.sh.33.15.11.3' loaded
    [ OK ] Started Weston, a Wayland …mpositor, as a system service.

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project am62xx-evm -

    Arago 2023.04 am62xx-evm -

    am62xx-evm login:

  • On my second unit I find if I set the boot configuration switches to SW2: 01000000 SW1:11000010 and change tiboot3-am62x-gp-evm.bin to tiboot3.bin in the boot partition of SD card then when I apply power to the dev board, I see the following on one console:

    Sciserver Testapp Built On: Jun 15 2023 16:28:27
    Sciserver Version: v2023.06.0.0-REL.MCUSDK.09.00.00.12
    RM_PM_HAL Version: REL.MCUSDK.09.00.00.12
    Starting Sciserver..... PASSED
    [IPC RPMSG ECHO] Version: REL.MCUSDK.09.00.00.12 (Jun 15 2023 16:28:49):

    And I see the following on another console I see this:


    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
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    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
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This wcrypted


    U-Boot 2023.04-g24098ea90d (Jul 06 2023 - 12:59:40 +0000)

    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Board: AM62-SKEVM rev E3
    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: 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 16 ms (34.2 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    20593152 bytes read in 229 ms (85.8 MiB/s)
    57500 bytes read in 19 ms (2.9 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    ERROR: reserving fdt memory region failed (addr=ff700000 size=8ca000 flags=4)
    Loading Device Tree to 000000008feee000, end 000000008fffffff ... OK
    Working FDT set to 8feee000

    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 (MP 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-naspl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypatternm(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAN45c5-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 init072K 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: 4
    [ 0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008600] Console: colour dummy device 80x25
    [ 0.013201] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj
    [ 0.023884] pid_max: default: 32768 minimum: 301
    [ 0.028671] LSM: Security Framework initializing
    [ 0.033554] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.041146] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.051316] cblist_init_generic: Setting adjustable number of callback queues.
    [ 0.058793] cblist_init_generic: Setting shift to 2 and lim to 1.
    [ 0.065106] cblist_init_generic: Setting shift to 2 and lim to 1.
    [ 0.071540] rcu: Hierarchical SRCU implementation.
    [ 0.076453] rcu: Max phase no-delay instances is 1000.
    [ 0.082108] Platform MSI: msi-controller@1820000 domain created
    [ 0.088496] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [ 0.098413] EFI services will not be available.
    [ 0.103409] smp: Bringing up secondary CPUs ...
    [ 0.108841] Detected VIPT I-cache on CPU1
    [ 0.108986] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.109004] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [ 0.109077] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.109907] Detected VIPT I-cache on CPU2
    [ 0.110006] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.110020] GICv3: CPU2: using allocated LPI pending table @0x0000000080070000
    [ 0.110060] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.110809] Detected VIPT I-cache on CPU3
    [ 0.110902] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.110917] GICv3: CPU3: using allocated LPI pending table @0x0000000080080000
    [ 0.110955] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.111055] smp: Brought up 1 node, 4 CPUs
    [ 0.190794] SMP: Total of 4 processors activated.
    [ 0.195608] CPU features: detected: 32-bit EL0 Support
    [ 0.200886] CPU features: detected: CRC32 instructions
    [ 0.206218] CPU: All CPU(s) started at EL2
    [ 0.210419] alternatives: applying system-wide alternatives
    [ 0.218370] devtmpfs: initialized
    [ 0.231260] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.241286] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.253811] pinctrl core: initialized pinctrl subsystem
    [ 0.259954] DMI not present or invalid.
    [ 0.264640] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.272093] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.279732] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.287869] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.296080] audit: initializing netlink subsys (disabled)
    [ 0.301800] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
    [ 0.302314] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.309731] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.315931] cpuidle: using governor menu
    [ 0.326829] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.333879] ASID allocator initialised with 65536 entries
    [ 0.351368] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [ 0.362769] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [ 0.373926] KASLR disabled due to lack of seed
    [ 0.386317] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.393303] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.399714] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.406654] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.413063] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.420002] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.426409] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.433348] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 0.441890] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.452243] iommu: Default domain type: Translated
    [ 0.457261] iommu: DMA domain TLB invalidation policy: strict mode
    [ 0.464076] SCSI subsystem initialized
    [ 0.468373] usbcore: registered new interface driver usbfs
    [ 0.474028] usbcore: registered new interface driver hub
    [ 0.479491] usbcore: registered new device driver usb
    [ 0.485323] pps_core: LinuxPPS API ver. 1 registered
    [ 0.490404] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.499762] PTP clock support registered
    [ 0.503904] EDAC MC: Ver: 3.0.0
    [ 0.508223] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 0.515445] FPGA manager framework
    [ 0.519026] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.526456] clocksource: Switched to clocksource arch_sys_counter
    [ 0.533014] VFS: Disk quotas dquot_6.6.0
    [ 0.537085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.550749] NET: Registered PF_INET protocol family
    [ 0.556091] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.565448] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.574280] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 0.582225] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.590452] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [ 0.598600] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.605547] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.612485] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.620087] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 0.626479] RPC: Registered named UNIX socket transport module.
    [ 0.632540] RPC: Registered udp transport module.
    [ 0.637349] RPC: Registered tcp transport module.
    [ 0.642157] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.648748] NET: Registered PF_XDP protocol family
    [ 0.653668] PCI: CLS 0 bytes, default 64
    [ 0.658672] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [ 0.669073] Initialise system trusted keyrings
    [ 0.673978] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.686955] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.693754] NFS: Registering the id_resolver key type
    [ 0.699010] Key type id_resolver registered
    [ 0.703288] Key type id_legacy registered
    [ 0.707462] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.714319] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.722131] 9p: Installing v9fs 9p2000 file system support
    [ 0.764105] Key type asymmetric registered
    [ 0.768298] Asymmetric key parser 'x509' registered
    [ 0.773365] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [ 0.781138] io scheduler mq-deadline registered
    [ 0.785779] io scheduler kyber registered
    [ 0.793867] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.800508] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.807454] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [ 0.822022] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.838365] loop: module loaded
    [ 0.843215] megasas: 07.719.03.00-rc1
    [ 0.851735] tun: Universal TUN/TAP device driver, 1.6
    [ 0.857787] thunder_xcv, ver 1.0
    [ 0.861158] thunder_bgx, ver 1.0
    [ 0.864500] nicpf, ver 1.0
    [ 0.867713] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [ 0.875105] hns3: Copyright (c) 2017 Huawei Corporation.
    [ 0.880639] hclge is initializing
    [ 0.884058] e1000: Intel(R) PRO/1000 Network Driver
    [ 0.889044] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [ 0.894955] e1000e: Intel(R) PRO/1000 Network Driver
    [ 0.900029] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [ 0.906121] igb: Intel(R) Gigabit Ethernet Network Driver
    [ 0.911640] igb: Copyright (c) 2007-2014 Intel Corporation.
    [ 0.917370] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [ 0.923778] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 0.929994] sky2: driver version 1.30
    [ 0.934588] VFIO - User Level meta-driver version: 0.3
    [ 0.940826] usbcore: registered new interface driver usb-storage
    [ 0.947868] i2c_dev: i2c /dev entries driver
    [ 0.954792] sdhci: Secure Digital Host Controller Interface driver
    [ 0.961162] sdhci: Copyright(c) Pierre Ossman
    [ 0.966178] Synopsys Designware Multimedia Card Interface Driver
    [ 0.972826] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.979798] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.986197] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.993201] usbcore: registered new interface driver usbhid
    [ 0.998908] usbhid: USB HID core driver
    [ 1.004266] optee: probing for conduit method.
    [ 1.008888] optee: revision 3.20 (8e74d476)
    [ 1.009274] optee: dynamic shared memory is enabled
    [ 1.018866] optee: initialized driver
    [ 1.024839] Initializing XFRM netlink socket
    [ 1.029295] NET: Registered PF_PACKET protocol family
    [ 1.034702] 9pnet: Installing 9P2000 support
    [ 1.039168] Key type dns_resolver registered
    [ 1.044117] registered taskstats version 1
    [ 1.048350] Loading compiled-in X.509 certificates
    [ 1.063205] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.5--v09.00.05 (Kool Koala)
    [ 1.132671] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.140623] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.148009] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.154066] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.162457] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.171728] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.181952] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.190420] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.202021] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.212587] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.223289] printk: console [ttyS2] disabled
    [ 1.227767] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 239, base_baud = 3000000) is a 8250
    [ 1.236688] printk: console [ttyS2] enabled
    [ 1.236688] printk: console [ttyS2] enabled
    [ 1.245158] printk: bootconsole [ns16550a0] disabled
    [ 1.245158] printk: bootconsole [ns16550a0] disabled
    [ 1.258683] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [ 1.263792] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.270756] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.276150] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.283108] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.289677] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.296328] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.302743] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.309727] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.316457] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.325334] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.370480] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.380623] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.388738] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.396866] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 06
    [ 1.409762] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.416893] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [ 1.423481] pps pps0: new PPS source ptp0
    [ 1.427864] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.438422] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 1.451017] mmc0: CQHCI version 5.10
    [ 1.458184] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.465027] pca953x 1-0022: using AI
    [ 1.496193] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.500773] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [ 1.502088] mmc1: CQHCI version 5.10
    [ 1.502663] mmc2: CQHCI version 5.10
    [ 1.532157] ALSA device list:
    [ 1.535192] No soundcards found.
    [ 1.543663] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.543739] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [ 1.559206] Waiting for root device PARTUUID=b23245c5-02...
    [ 1.577691] mmc0: Command Queue Engine enabled
    [ 1.582169] mmc0: new HS200 MMC card at address 0001
    [ 1.588021] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [ 1.594883] mmcblk0: p1 p2
    [ 1.598575] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [ 1.604448] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [ 1.604943] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [ 1.612111] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [ 1.617230] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [ 1.625611] mmcblk1: p1 p2
    [ 1.649752] EXT4-fs (mmcblk1p2): warning: mounting fs with errors, running e2fsck is recommended
    [ 1.675787] EXT4-fs (mmcblk1p2): recovery complete
    [ 1.680634] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [ 1.689246] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 1.698913] devtmpfs: mounted
    [ 1.703587] Freeing unused kernel memory: 2176K
    [ 1.708235] Run /sbin/init as init process
    [ 1.746791] EXT4-fs warning (device mmcblk1p2): ext4_dirblock_csum_verify:404: inode #29856: comm init: No . Please run e2fsck -D.
    [ 1.761483] EXT4-fs error (device mmcblk1p2): ext4_dx_find_entry:1791: inode #29856: block 12: comm init: D
    [ 1.776982] EXT4-fs warning (device mmcblk1p2): ext4_dirblock_csum_verify:404: inode #29856: comm init: No . Please run e2fsck -D.
    [ 1.791591] EXT4-fs error (device mmcblk1p2): ext4_dx_find_entry:1791: inode #29856: block 12: comm init: D
    /sbin/init: error while loading shared libraries: libseccomp.so.[ 1.804095] Kernel panic - not syncing: Att0007f00
    2: cannot open shared object file: Error 74
    [ 1.817264] CPU: 2 PID: 1 Comm: init Not tainted 6.1.33-g40c32565ca #1
    [ 1.827667] Hardware name: Texas Instruments AM625 SK (DT)
    [ 1.833137] Call trace:
    [ 1.835575] dump_backtrace.part.0+0xdc/0xf0
    [ 1.839859] show_stack+0x18/0x30
    [ 1.843167] dump_stack_lvl+0x68/0x84
    [ 1.846834] dump_stack+0x18/0x34
    [ 1.850142] panic+0x184/0x344
    [ 1.853192] make_task_dead+0x0/0x1a0
    [ 1.856851] do_group_exit+0x34/0x90
    [ 1.860416] __arm64_sys_exit_group+0x18/0x20
    [ 1.864763] invoke_syscall+0x48/0x114
    [ 1.868506] el0_svc_common.constprop.0+0x44/0xfc
    [ 1.873203] do_el0_svc+0x30/0xd0
    [ 1.876511] el0_svc+0x2c/0x84
    [ 1.879560] el0t_64_sync_handler+0xbc/0x140
    [ 1.883819] el0t_64_sync+0x18c/0x190
    [ 1.887475] SMP: stopping secondary CPUs
    [ 1.891390] Kernel Offset: disabled
    [ 1.894865] CPU features: 0x00000,00800084,0000420b
    [ 1.899731] Memory Limit: none
    [ 1.902780] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 ]---

     

  • Hi,

    Sciserver Testapp Built On: Jun 15 2023 16:28:27
    Sciserver Version: v2023.06.0.0-REL.MCUSDK.09.00.00.12
    RM_PM_HAL Version: REL.MCUSDK.09.00.00.12
    Starting Sciserver..... PASSED
    [IPC RPMSG ECHO] Version: REL.MCUSDK.09.00.00.12 (Jun 15 2023 16:28:49):

    This should be the last /dev/ttyUSBX device.

    Since it is kernel panic, referring thread to Linux Kernel expert.

    ~ Judith

  • Hi David,

    What is the maximum output current of the EVM power supply for 5V?

  • Hi David,

    3 Amp should be sufficient for SK-AM62.

    During boot, please stop at u-boot prompt and run the following commands to boot Linux to see if kernel panic still happens. These commands disable the SD card high speed mode.

    => run envboot args_all args_mmc; run get_kern_mmc findfdt get_fdt_mmc; run get_overlay_mmc
    => fdt set /bus@f0000/mmc@fa00000/ no-1-8-v
    => run run_kern

    You should see the following log message when kernel detecting the SD card.

    "mmc1: new high speed SDHC card at address aaaa"