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.

AM623: Program Download

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

Hi Dear,

1. Our client used the AM623X evaluation board, and the engineer replaced the EMMC on the development board with the 256G model of FORESEE. We found that after downloading U-BOOT, there was no output from the serial port. What is the problem? Do you need to change any software configuration? Or is there a hardware requirement?

2. Is there a brushing tool that can support complete one-time brushing without the need to input commands one by one?

  • Hi,

    1. Before jumping into debugging mode. Have you verified that the built images work with a different boot method like SD card boot? If we are replacing eMMC device, we might need to do some tuning to figure out the optimal delay between SoC and MMC device, however, it would be good to verify everything else is working before jumping into software tuning.

    2. I am not sure what you mean by brushing tool. For eMMC, tuning and configuration is normally done at the bootloader level in U-boot.
    ~ Judith

  • Would also like to add to what Judith mentioned above,

    on "Our client used the AM623X evaluation board" 

    * Share board name and version details

    * Have you boot tested this board with eMMC / SD/ UART before the modification ? 

    * If yes, to above question do share the logs before the modification. 

    on "replaced the EMMC on the development board with the 256G model of FORESEE"

    * What is the foresee part number and datasheet details.

  • Hi Praneeth,

    一.For default board, we can boot up the device from EMMC or  SD card. But now, we replace the EMMC with another 256G emmc chip, and we use the same download steps.But after we switch the boot mode to EMMC BOOT, there is no any log output from the serial port. Here we need to confirm if the default emmc can be replaced with the 256G emmc or need to change any SW configuration?

    二.For download the SW, we use below CMD:

    1.change the  UBOOT_MACHINE_R5=am62x_evm_r5_defconfig to UBOOT_MACHINE_R5=am62x_evm_r5_usbdfu_defconfig

    2.rebuild the U-boot and switch  BOOT mode to "USB Peripheral boot " for the board

    3.flash the new U-boot img to the board as below:

    sudo dfu-util R a bootloader D tiboot3.bin

    sudo dfu-util R a tispl.bin D tispl.bin

    sudo dfu-util R a u-boot.img D u-boot.img

    4.add UUID

    printenv partions

    setenv uuid_gpt_disk ff04afae-3d0e-40a0-a879-889240be755a

    setenv uuid_gpt_rootfs 719f0193-56b0-47d8-8718-0a2de4c43b68

    gpt write mmc 0 $partions

    //For the first download ,we need to execute the following cmd:

    mmc partconf 0 1 1 1

    mmc bootbus 0 2 0 0

    5.switch the BOOT mode to "EMMC boot"  and re-power on the board,there are some log output and execute below:

    setenv dfu_alt_info ${dfu_alt_info_emmc}

    dfu 0 mmc 0

    6.rebuid the U-boot with default config (UBOOT_MACHINE_R5=am62x_evm_r5_defconfig)

    7.flash the new U-boot img and rootfs:

    sudo dfu-util a tiboot3.bin.raw D tiboot3.bin

    sudo dfu-util a tispl.bin.raw D tispl.bin

    sudo dfu-util a u-boot.img.raw D u-boot.img

    sudo dfu-util a rootfs D rootfs.ext4

     setenv mmcdev 0

     setenv bootpart 0

     saveenv

     boot

     

    For above steps, we can boot up the board from EMMC with the default board. But after we change the emmc chip to 256G emmc. on step 5,there is no any log output.Here we are not sure that it's a HW or SW issue.could you help to confirm it?

    Finally, these steps will waste a lot of time, It is not acceptable for our factory process.

    we need to a way to download all imgs by one-time. Is there any download tools in windows or linux PC?

    thanks

  • Hi Praneeth,

    plz check my latest comment.

    thanks

  • Hi Peter,

    Could you please respond to the following questions:

    1. Have you verified that the modified board boots with the built images (images to be flashed to eMMC) using another boot method like SD card boot?
    2. What is  board name and version details? (PROC #)
    3. Can you share the logs before the modification?
    4. What is the foresee part number and datasheet details?

    ~ Judith

  • Hi Judith,

    1.we have a try to flash the img to emmc by using SD card boot.But it will have a error when flash the u-boot.img.(error_log_with_SD_flash.txt)


    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:53:21 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment

    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.7(release):v2.7.0-359-g1309c6c805-dirty
    NOTICE: BL31: Built : 11:48:12, Dec 14 2022
    I/TC:
    I/TC: OP-TEE version: 3.19.0-15-gd6c5d0037 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (ar
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    Trying to boot from MMC2


    U-Boot 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)

    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Board: AM62-SKEVM rev E3
    DRAM: 2 GiB
    MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from MMC... MMC: block number 0x3500 exceeds max(0x2000)
    *** Warning - !read failed, using default environment

    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    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'
    1490 bytes read in 3 ms (484.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 2 ms (0 Bytes/s)
    Already setup.
    18608640 bytes read in 214 ms (82.9 MiB/s)
    55468 bytes read in 8 ms (6.6 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 000000008feef000, end 000000008fffffff ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 5.10.153-g3eee621d16 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Arc the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Wed Dec 14 11:54:42 UTC 2022
    [ 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 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-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] cma: Reserved 512 MiB at 0x00000000dd000000
    [ 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 22 pages/cpu s50008 r8192 d31912 u90112
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=d063da37-02 rw rootfsty
    [ 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: 1456352K/2097152K available (10880K kernel code, 1148K rwdata, 4212K rodata, 1792K init, 432K bss, 116512K re
    [ 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] 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] GICv3: Distributor has no Range Selector support
    [ 0.000000] GICv3: 16 PPIs implemented
    [ 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 @0x0000000080030000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000004] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008528] Console: colour dummy device 80x25
    [ 0.013120] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.023803] pid_max: default: 32768 minimum: 301
    [ 0.028609] LSM: Security Framework initializing
    [ 0.033392] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.040973] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.050733] rcu: Hierarchical SRCU implementation.
    [ 0.055919] Platform MSI: msi-controller@1820000 domain created
    [ 0.062235] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [ 0.071490] EFI services will not be available.
    [ 0.076406] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    [ 0.089697] Detected VIPT I-cache on CPU1
    [ 0.089734] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.089749] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [ 0.089814] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.098470] Detected VIPT I-cache on CPU2
    [ 0.098495] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.098506] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [ 0.098542] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.107172] Detected VIPT I-cache on CPU3
    [ 0.107193] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.107202] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [ 0.107235] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.107310] smp: Brought up 1 node, 4 CPUs
    [ 0.187024] SMP: Total of 4 processors activated.
    [ 0.191837] CPU features: detected: 32-bit EL0 Support
    [ 0.197102] CPU features: detected: CRC32 instructions
    [ 0.209786] CPU: All CPU(s) started at EL2
    [ 0.213996] alternatives: patching kernel code
    [ 0.219703] devtmpfs: initialized
    [ 0.230007] KASLR disabled due to lack of seed
    [ 0.234766] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.244744] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.266066] pinctrl core: initialized pinctrl subsystem
    [ 0.272106] DMI not present or invalid.
    [ 0.276723] NET: Registered protocol family 16
    [ 0.282948] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.290294] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.298363] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.307098] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.307104] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.313826] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.327547] ASID allocator initialised with 65536 entries
    [ 0.358145] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.365028] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.371891] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.378743] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.386636] cryptd: max_cpu_qlen set to 1000
    [ 0.393898] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.403013] vcc_5v0: supplied by vmain_pd
    [ 0.407522] vcc_3v3_sys: supplied by vmain_pd
    [ 0.412423] vcc_1v8: supplied by vcc_3v3_sys
    [ 0.417787] iommu: Default domain type: Translated
    [ 0.423128] SCSI subsystem initialized
    [ 0.427378] mc: Linux media interface: v0.10
    [ 0.431772] videodev: Linux video capture interface: v2.00
    [ 0.437448] pps_core: LinuxPPS API ver. 1 registered
    [ 0.442524] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.451873] PTP clock support registered
    [ 0.455910] EDAC MC: Ver: 3.0.0
    [ 0.459792] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 0.466952] FPGA manager framework
    [ 0.470523] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.477675] clocksource: Switched to clocksource arch_sys_counter
    [ 0.484135] VFS: Disk quotas dquot_6.6.0
    [ 0.488203] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.500665] NET: Registered protocol family 2
    [ 0.505409] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.514140] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.522930] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.531134] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [ 0.538863] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.545765] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.552656] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.560139] NET: Registered protocol family 1
    [ 0.565059] RPC: Registered named UNIX socket transport module.
    [ 0.571132] RPC: Registered udp transport module.
    [ 0.575969] RPC: Registered tcp transport module.
    [ 0.580783] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.587378] PCI: CLS 0 bytes, default 64
    [ 0.592260] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [ 0.604374] Initialise system trusted keyrings
    [ 0.609168] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.619574] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.626127] NFS: Registering the id_resolver key type
    [ 0.631345] Key type id_resolver registered
    [ 0.635625] Key type id_legacy registered
    [ 0.639792] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.646654] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.654415] 9p: Installing v9fs 9p2000 file system support
    [ 0.694562] Key type asymmetric registered
    [ 0.698760] Asymmetric key parser 'x509' registered
    [ 0.703786] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [ 0.711351] io scheduler mq-deadline registered
    [ 0.715982] io scheduler kyber registered
    [ 0.722219] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.728560] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.741914] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.762072] brd: module loaded
    [ 0.772335] loop: module loaded
    [ 0.776492] megasas: 07.714.04.00-rc1
    [ 0.783959] tun: Universal TUN/TAP device driver, 1.6
    [ 0.789735] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [ 0.796147] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 0.802254] sky2: driver version 1.30
    [ 0.806986] VFIO - User Level meta-driver version: 0.3
    [ 0.813287] i2c /dev entries driver
    [ 0.818573] sdhci: Secure Digital Host Controller Interface driver
    [ 0.824909] sdhci: Copyright(c) Pierre Ossman
    [ 0.829699] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.836607] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.843113] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.851255] optee: probing for conduit method.
    [ 0.855858] optee: revision 3.19 (d6c5d003)
    [ 0.856151] optee: dynamic shared memory is enabled
    [ 0.865825] optee: initialized driver
    [ 0.871665] NET: Registered protocol family 17
    [ 0.876386] 9pnet: Installing 9P2000 support
    [ 0.880830] Key type dns_resolver registered
    [ 0.885410] Loading compiled-in X.509 certificates
    [ 0.901013] ti-sci 44043000.system-controller: ti,ctx-memory-region is required for suspend but not provided.
    [ 0.911194] ti-sci 44043000.system-controller: ti_sci_init_suspend failed, mem suspend will be non-functional.
    [ 0.921429] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    [ 0.987842] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [ 0.996187] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [ 1.002630] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 1.011857] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.019540] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.025854] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.034223] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.043469] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.052960] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.061051] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.072169] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.082171] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.092341] printk: console [ttyS2] disabled
    [ 1.096793] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 27, base_baud = 3000000) is a 8250
    [ 1.105561] printk: console [ttyS2] enabled
    [ 1.105561] printk: console [ttyS2] enabled
    [ 1.114005] printk: bootconsole [ns16550a0] disabled
    [ 1.114005] printk: bootconsole [ns16550a0] disabled
    [ 1.128870] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [ 1.133895] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.140856] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.146251] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.152957] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.159348] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.165822] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.171999] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.178757] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.185212] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.198198] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.241686] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.251355] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.259455] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.267638] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 qui
    [ 1.280482] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.287608] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [ 1.294279] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [ 1.306718] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [ 1.311913] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:08 UTC (8)
    [ 1.424452] mmc0: CQHCI version 5.10
    [ 1.426440] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [ 1.446346] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.453095] pca953x 1-0022: using AI
    [ 1.474382] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.481162] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [ 1.488846] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [ 1.498653] i2c i2c-1: Added multiplexed i2c bus 2
    [ 1.505556] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [ 1.513299] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [ 1.522237] vdd_mmc1: supplied by vcc_3v3_sys
    [ 1.528522] wlan_lten: supplied by vcc_3v3_sys
    [ 1.534699] debugfs: Directory 'pd:53' with parent 'pm_genpd' already present!
    [ 1.542024] debugfs: Directory 'pd:52' with parent 'pm_genpd' already present!
    [ 1.542034] wlan_en: supplied by wlan_lten
    [ 1.549313] debugfs: Directory 'pd:51' with parent 'pm_genpd' already present!
    [ 1.549588] mmc1: CQHCI version 5.10
    [ 1.553532] mmc2: CQHCI version 5.10
    [ 1.560915] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [ 1.586728] ALSA device list:
    [ 1.589719] No soundcards found.
    [ 1.590921] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.591622] mmc0: switch to bus width 8 failed
    [ 1.605246] mmc0: Command Queue Engine enabled
    [ 1.609733] mmc0: new HS200 MMC card at address 0001
    [ 1.609739] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [ 1.610222] Waiting for root device PARTUUID=d063da37-02...
    [ 1.615325] mmcblk0: mmc0:0001 A3A564 233 GiB
    [ 1.615562] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [ 1.627490] mmc2: new high speed SDIO card at address 0001
    [ 1.627952] mmcblk0boot0: mmc0:0001 A3A564 partition 1 4.00 MiB
    [ 1.651850] mmcblk0boot1: mmc0:0001 A3A564 partition 2 4.00 MiB
    [ 1.656909] mmc1: new ultra high speed SDR104 SDHC card at address 1234
    [ 1.657923] mmcblk0rpmb: mmc0:0001 A3A564 partition 3 16.0 MiB, chardev (237:0)
    [ 1.665005] mmcblk1: mmc1:1234 SA32G 28.9 GiB
    [ 1.678385] mmcblk1: p1 p2
    [ 1.678441] mmcblk0: p1
    [ 7.252417] EXT4-fs (mmcblk1p2): recovery complete
    [ 7.349318] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.357489] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 7.367963] devtmpfs: mounted
    [ 7.372167] Freeing unused kernel memory: 1792K
    [ 7.376791] Run /sbin/init as init process
    [ 7.554871] systemd[1]: System time before build time, advancing clock.
    [ 7.615521] NET: Registered protocol family 10
    [ 7.621019] Segment Routing with IPv6
    [ 7.641940] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCR2 -IDN -PCRE2 default-hierarchy=hybrid)
    [ 7.664021] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2021.09!

    [ 7.699280] systemd[1]: Set hostname to <am62xx-evm>.
    [ 8.024135] random: systemd: uninitialized urandom read (16 bytes read)
    [ 8.031056] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup fire
    [ 8.043420] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ 8.054691] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 8.077873] random: systemd: uninitialized urandom read (16 bytes read)
    [ 8.085741] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 8.109841] random: systemd: uninitialized urandom read (16 bytes read)
    [ 8.117428] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 8.138156] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 8.161986] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 8.185931] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 8.201812] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 8.221790] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 8.237795] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 8.260503] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 8.281914] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 8.307052] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 8.330219] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 8.366421] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [ 8.375249] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 8.398437] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 8.414518] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 8.438306] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 8.458183] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 8.482128] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 8.502048] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 8.529912] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 8.551258] systemd[1]: Mounting Temporary Directory (/tmp)...
    Mounting Temporary Directory (/tmp)...
    [ 8.570077] systemd[1]: Starting Create list of static device nodes for the current kernel...
    Starting Create list of st…odes for the current kernel...
    [ 8.597657] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 8.626552] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 8.646072] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [ 8.660926] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 8.689253] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 8.710235] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 8.711958] cryptodev: loading out-of-tree module taints kernel.
    Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded.
    [0m...
    [ 8.730482] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 8.746420] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 8.776362] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 8.794566] 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 ] Started Create list of sta… nodes for the current kernel.
    [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 ] Started Load Kernel Modules.
    [ OK ] Started Remount Root and Kernel File Systems.
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ 9.037226] systemd-journald[197]: Received client request to flush runtime journal.
    [ 9.046103] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Apply Kernel Variables...[ 9.059009] random: systemd-journal: uninitialized urandom read (16 bytes read)

    [ 9.086370] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Create Static Device Nodes in /dev...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    Starting udev Kernel Device Manager...
    [ OK ] Started udev Coldplug all 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 udev Kernel Device Manager.
    [ OK ] Started Create Volatile Files and Directories.
    [ 11.166227] random: crng init done
    [ 11.169649] random: 57 urandom warning(s) missed due to ratelimiting
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target System Time Set.
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Reached target Timers.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    [ OK ] Started D-Bus System Message Bus.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Login Service...
    [ OK ] Started TEE Supplicant.
    Starting telnetd.service...
    [ OK ] Started IPv6 Packet Filtering Framework.
    [ OK ] Started IPv4 Packet Filtering Framework.
    [ OK ] Reached target Network (Pre).
    Starting Network Service...
    [ OK ] Started telnetd.service.
    Starting LSB: Expand Rootfs of boot device...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ 14.085738] am65-cpsw-nuss 8000000.ethernet: down msc_sl e0000000 tmo 0
    [ 14.102494] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 14.122147] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 14.131700] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ 14.152453] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 14.161359] am65-cpsw-nuss 8000000.ethernet: down msc_sl e0000000 tmo 0
    [ 14.175069] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 14.184544] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 14.195389] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [ 14.213883] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [ 14.221307] remoteproc remoteproc0: 5000000.m4fss is available
    [ 14.927692] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1
    [ 14.939895] platform 78000000.r5f: configured R5F for IPC-only mode
    [ 14.940102] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [ 14.940415] remoteproc remoteproc1: 78000000.r5f is available
    [ 14.964513] remoteproc remoteproc1: attaching to 78000000.r5f
    [ 14.964853] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [ 14.964882] remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@9da00000
    [ 14.986358] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 14.987670] remoteproc1#vdev0buffer: registered virtio0 (type 7)
    [ 14.987726] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 15.005619] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [ 15.005925] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 15.088136] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [ 15.097355] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 15.105402] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [ 15.115873] remoteproc remoteproc0: request_firmware failed: -2
    [ OK ] Started Login Service.
    [ OK ] Started LSB: Expand Rootfs of boot device.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Permit User Sessions...
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Synchronize System and HW clocks.
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ 18.822121] remoteproc remoteproc2: 30074000.pru is available
    [ 18.833268] remoteproc remoteproc3: 30078000.pru is available
    [ 18.854243] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ 18.972666] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    bash
    cifs-utils
    dosfstools
    less
    libdw1
    libelf1
    libreadline8
    parted

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    [ 19.066659] usbcore: registered new interface driver usbfs
    [ 19.074776] usbcore: registered new interface driver hub****

    [ OK ] Started Print notice about GPLv3 p[ 19.084907] usbcore: registered new device driver usb
    ackages.
    [ OK ] Started File System Check on /dev/mmcblk1p1.
    [ 19.207122] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ OK ] Reached target Hardware activated U[ 19.223138] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [ 19.225247] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    SB gadget.
    [ 19.229642] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
    [ 19.245181] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [ 19.245392] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000002000010010
    [ 19.253839] cfg80211: failed to load regulatory.db
    [ 19.263363] xhci-hcd xhci-hcd.3.auto: irq 481, io mem 0x31100000
    [ OK ] Listening on Load/Save RF …itch S[ 19.274715] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5
    tatus /dev/rfkill Watch.
    [ 19.288423] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 19.298242] usb usb1: Product: xHCI Host Controller
    [ 19.303164] usb usb1: Manufacturer: Linux 5.10.153-g3eee621d16 xhci-hcd
    Mounting /run/media/mmcblk1p1...[ 19.310295] usb usb1: SerialNumber: xhci-hcd.3.auto

    [ 19.320651] hub 1-0:1.0: USB hub found
    [ 19.324564] hub 1-0:1.0: 1 port detected
    [ 19.330958] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [ 19.336626] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [ 19.344619] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed

    [ 19.356860] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 19.365190] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [ 19.373506] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 19.380785] usb usb2: Product: xHCI Host Controller
    [ 19.385772] usb usb2: Manufacturer: Linux 5.10.153-g3eee621d16 xhci-hcd
    [ 19.392471] usb usb2: SerialNumber: xhci-hcd.3.auto
    [ 19.393251] hub 2-0:1.0: USB hub found
    [ 19.401331] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
    [ OK ] Started Save/Restore Sound Card State.
    [ OK ] Reached target Sound Card.
    [ OK ] Mounted /run/media/mmcblk1p1.
    [ 19.494393] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [ 19.505134] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
    [ 19.515983] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
    [ 19.524792] wlcore: WARNING falling back to default config
    [ 19.874150] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [ 19.883756] wlcore: loaded
    Starting Load/Save RF Kill Switch Status...
    [ OK ] Started Load/Save RF Kill Switch Status.
    [ 20.278056] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 20.288769] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 20.641983] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 20.652687] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 21.005981] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 21.016683] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 21.024510] wlcore: ERROR firmware boot failed despite 3 retries

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

    Arago Project am62xx-evm ttyS2

    Arago 2021.09 am62xx-evm ttyS2

    am62xx-evm login: root
    root@am62xx-evm:~#
    root@am62xx-evm:~# ls
    root@am62xx-evm:~# cd /
    root@am62xx-evm:/# ls
    bin boot dev etc home init lib linuxrc media mnt proc run sbin sys tmp
    root@am62xx-evm:/# cd ..
    root@am62xx-evm:/# ls
    bin boot dev etc home init lib linuxrc media mnt proc run sbin sys tmp
    root@am62xx-evm:/#
    root@am62xx-evm:/# mmc dev 0 1
    -sh: mmc: command not found
    root@am62xx-evm:/#
    root@am62xx-evm:/#
    root@am62xx-evm:/# reboot
    Stopping Session c1 of user root.
    [ OK ] Stopped target Multi-User System.
    [ OK ] Stopped target Login Prompts.
    [ OK ] Stopped target RPC Port Mapper.
    [ OK ] Stopped target Sound Card.
    [ OK ] Stopped target Timers.
    [ OK ] Stopped Daily Cleanup of Temporary Directories.
    [ OK ] Stopped target Hardware activated USB gadget.
    [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Stopping Save/Restore Sound Card State...
    Stopping Avahi mDNS/DNS-SD Stack...
    Stopping Getty on tty1...
    Stopping NFS status monitor for NFSv2/3 locking....
    Stopping Serial Getty on ttyS2...
    Stopping Load/Save Random Seed...
    Stopping TEE Supplicant...
    Stopping thermal-zone-init.service...
    [ OK ] Stopped TEE Supplicant.
    [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped NFS status monitor for NFSv2/3 locking..
    [ OK ] Stopped Serial Getty on ttyS2.
    [ OK ] Stopped thermal-zone-init.service.
    [ OK ] Stopped Session c1 of user root.
    [ OK ] Removed slice system-getty.slice.
    [ OK ] Removed slice system-serial\x2dgetty.slice.
    Stopping LSB: network benchmark...
    Stopping LSB: Expand Rootfs of boot device...
    Stopping Login Service...
    Stopping User Manager for UID 0...
    [ OK ] Stopped User Manager for UID 0.
    [ OK ] Stopped Save/Restore Sound Card State.
    [ OK ] Stopped Load/Save Random Seed.
    [ OK ] Stopped LSB: network benchmark.
    [ OK ] Stopped LSB: Expand Rootfs of boot device.
    [ OK ] Stopped target Network is Online.
    [ OK ] Stopped target Host and Network Name Lookups.
    [ OK ] Stopped target System Time Synchronized.
    [ OK ] Stopped target System Time Set.
    Stopping telnetd.service...
    Stopping User Runtime Directory /run/user/0...
    [ OK ] Unmounted /run/user/0.
    [ OK ] Stopped telnetd.service.
    [ OK ] Stopped User Runtime Directory /run/user/0.
    [ OK ] Removed slice User Slice of UID 0.
    Stopping D-Bus System Message Bus...
    Stopping Permit User Sessions...
    [ OK ] Stopped D-Bus System Message Bus.
    [ OK ] Stopped Login Service.
    [ OK ] Stopped Permit User Sessions.
    [ OK ] Stopped target Network.
    [ OK ] Stopped target Remote File Systems.
    Stopping Network Name Resolution...
    [ OK ] Stopped Network Name Resolution.
    Stopping Network Service...
    [ OK ] Stopped Network Service.
    [ OK ] Stopped target Network (Pre).
    [ OK ] Stopped IPv6 Packet Filtering Framework.
    [ OK ] Stopped IPv4 Packet Filtering Framework.
    [ OK ] Stopped target Basic System.
    [ OK ] Stopped target Paths.
    [ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
    [ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
    [ OK ] Stopped target Slices.
    [ OK ] Removed slice User and Session Slice.
    [ OK ] Stopped target Sockets.
    [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Closed D-Bus System Message Bus Socket.
    [ OK ] Closed dropbear.socket.
    [ OK ] Stopped target System Initialization.
    [ OK ] Stopped Apply Kernel Variables.
    [ OK ] Stopped Load Kernel Modules.
    Stopping Network Time Synchronization...
    Stopping Update UTMP about System Boot/Shutdown...
    [ OK ] Stopped Network Time Synchronization.
    [ OK ] Stopped Update UTMP about System Boot/Shutdown.
    [ OK ] Stopped Create Volatile Files and Directories.
    [ OK ] Stopped target Local File Systems.
    Unmounting /media/ram...
    Unmounting /run/media/mmcblk1p1...
    Unmounting Temporary Directory (/tmp)...
    Unmounting /var/volatile...
    [ OK ] Unmounted /media/ram.
    [ OK ] Unmounted /run/media/mmcblk1p1.
    [ OK ] Unmounted Temporary Directory (/tmp).
    [ OK ] Unmounted /var/volatile.
    [ OK ] Stopped target Swap.
    [ OK ] Reached target Unmount All Filesystems.
    [ OK ] Stopped File System Check on /dev/mmcblk1p1.
    [ OK ] Removed slice system-systemd\x2dfsck.slice.
    [ OK ] Stopped target Local File Systems (Pre).
    [ OK ] Stopped Remount Root and Kernel File Systems.
    [ OK ] Stopped Create Static Device Nodes in /dev.
    [ OK ] Reached target Shutdown.
    [ OK ] Reached target Final Step.
    [ OK ] Started Reboot.
    [ OK ] Reached target Reboot.
    [ 728.714550] watchdog: watchdog0: nowayout prevents watchdog being stopped!
    [ 728.714663] systemd-journald[197]: Failed to send WATCHDOG=1 notification message: Connection refused
    [ 728.721500] watchdog: watchdog0: nowayout prevents watchdog being stopped!
    [ 728.738012] watchdog: watchdog0: watchdog did not stop!
    [ 728.765223] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 730.768373] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [ 730.783679] systemd-journald[197]: Received SIGTERM from PID 1 (systemd-shutdow).
    [ 730.801159] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [ 730.814687] systemd-shutdown[1]: Hardware watchdog 'K3 RTI Watchdog', version 0
    [ 730.824192] systemd-shutdown[1]: Unmounting file systems.
    [ 730.832205] [880]: Remounting '/' read-only in with options '(null)'.
    [ 730.967519] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 730.979768] systemd-shutdown[1]: All filesystems unmounted.
    [ 730.985389] systemd-shutdown[1]: Deactivating swaps.
    [ 730.990585] systemd-shutdown[1]: All swaps deactivated.
    [ 730.995810] systemd-shutdown[1]: Detaching loop devices.
    [ 731.004016] systemd-shutdown[1]: All loop devices detached.
    [ 731.009636] systemd-shutdown[1]: Detaching DM devices.
    [ 731.015088] systemd-shutdown[1]: All DM devices detached.
    [ 731.020490] systemd-shutdown[1]: All filesystems, swaps, loop devices and DM devices detached.
    [ 731.037130] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 731.044072] systemd-shutdown[1]: Rebooting.
    [ 731.072891] reboot: Restarting system

    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:53:21 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment

    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.7(release):v2.7.0-359-g1309c6c805-dirty
    NOTICE: BL31: Built : 11:48:12, Dec 14 2022
    I/TC:
    I/TC: OP-TEE version: 3.19.0-15-gd6c5d0037 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Wed Dec 14 11:52:03 UTC 2022 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    Trying to boot from MMC2


    U-Boot 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)

    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Board: AM62-SKEVM rev E3
    DRAM: 2 GiB
    MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from MMC... MMC: block number 0x3500 exceeds max(0x2000)
    *** Warning - !read failed, using default environment

    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    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'
    1490 bytes read in 4 ms (363.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 3 ms (0 Bytes/s)
    Already setup.
    18608640 bytes read in 214 ms (82.9 MiB/s)
    55468 bytes read in 9 ms (5.9 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 000000008feef000, end 000000008fffffff ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 5.10.153-g3eee621d16 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Wed Dec 14 11:54:42 UTC 2022
    [ 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 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-0x00000000ffffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] cma: Reserved 512 MiB at 0x00000000dd000000
    [ 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 22 pages/cpu s50008 r8192 d31912 u90112
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: ARM erratum 845719
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=d063da37-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: 1456352K/2097152K available (10880K kernel code, 1148K rwdata, 4212K rodata, 1792K init, 432K bss, 116512K reserved, 524288K 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] 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] GICv3: Distributor has no Range Selector support
    [ 0.000000] GICv3: 16 PPIs implemented
    [ 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 @0x0000000080030000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000004] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.008530] Console: colour dummy device 80x25
    [ 0.013120] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [ 0.023801] pid_max: default: 32768 minimum: 301
    [ 0.028605] LSM: Security Framework initializing
    [ 0.033389] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.040970] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.050738] rcu: Hierarchical SRCU implementation.
    [ 0.055923] Platform MSI: msi-controller@1820000 domain created
    [ 0.062237] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [ 0.071494] EFI services will not be available.
    [ 0.076413] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    I/TC: Secondary CPU 2 initializing
    I/TC: Secondary CPU 2 switching to normal world boot
    I/TC: Secondary CPU 3 initializing
    I/TC: Secondary CPU 3 switching to normal world boot
    [ 0.089697] Detected VIPT I-cache on CPU1
    [ 0.089734] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.089748] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [ 0.089810] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.098477] Detected VIPT I-cache on CPU2
    [ 0.098503] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [ 0.098515] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [ 0.098552] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [ 0.107177] Detected VIPT I-cache on CPU3
    [ 0.107200] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [ 0.107210] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [ 0.107244] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [ 0.107328] smp: Brought up 1 node, 4 CPUs
    [ 0.187043] SMP: Total of 4 processors activated.
    [ 0.191855] CPU features: detected: 32-bit EL0 Support
    [ 0.197121] CPU features: detected: CRC32 instructions
    [ 0.209832] CPU: All CPU(s) started at EL2
    [ 0.214041] alternatives: patching kernel code
    [ 0.219745] devtmpfs: initialized
    [ 0.230023] KASLR disabled due to lack of seed
    [ 0.234775] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.244757] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.266102] pinctrl core: initialized pinctrl subsystem
    [ 0.272138] DMI not present or invalid.
    [ 0.276755] NET: Registered protocol family 16
    [ 0.282997] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.290347] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.298417] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.307150] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.307157] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.313880] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.327600] ASID allocator initialised with 65536 entries
    [ 0.358209] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.365093] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.371955] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.378808] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.386695] cryptd: max_cpu_qlen set to 1000
    [ 0.393944] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [ 0.403058] vcc_5v0: supplied by vmain_pd
    [ 0.407573] vcc_3v3_sys: supplied by vmain_pd
    [ 0.412473] vcc_1v8: supplied by vcc_3v3_sys
    [ 0.417852] iommu: Default domain type: Translated
    [ 0.423198] SCSI subsystem initialized
    [ 0.427443] mc: Linux media interface: v0.10
    [ 0.431836] videodev: Linux video capture interface: v2.00
    [ 0.437510] pps_core: LinuxPPS API ver. 1 registered
    [ 0.442585] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.451934] PTP clock support registered
    [ 0.455972] EDAC MC: Ver: 3.0.0
    [ 0.459841] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [ 0.467008] FPGA manager framework
    [ 0.470575] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.477737] clocksource: Switched to clocksource arch_sys_counter
    [ 0.484197] VFS: Disk quotas dquot_6.6.0
    [ 0.488263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.500704] NET: Registered protocol family 2
    [ 0.505451] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.514167] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [ 0.522958] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [ 0.531162] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [ 0.538893] TCP: Hash tables configured (established 16384 bind 16384)
    [ 0.545798] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.552690] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [ 0.560174] NET: Registered protocol family 1
    [ 0.565091] RPC: Registered named UNIX socket transport module.
    [ 0.571164] RPC: Registered udp transport module.
    [ 0.576000] RPC: Registered tcp transport module.
    [ 0.580814] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.587409] PCI: CLS 0 bytes, default 64
    [ 0.592253] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [ 0.604387] Initialise system trusted keyrings
    [ 0.609181] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [ 0.619587] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.626151] NFS: Registering the id_resolver key type
    [ 0.631366] Key type id_resolver registered
    [ 0.635642] Key type id_legacy registered
    [ 0.639801] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.646662] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 0.654429] 9p: Installing v9fs 9p2000 file system support
    [ 0.695305] Key type asymmetric registered
    [ 0.699503] Asymmetric key parser 'x509' registered
    [ 0.704528] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [ 0.712092] io scheduler mq-deadline registered
    [ 0.716724] io scheduler kyber registered
    [ 0.722953] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [ 0.729294] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [ 0.742683] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.762889] brd: module loaded
    [ 0.773162] loop: module loaded
    [ 0.777360] megasas: 07.714.04.00-rc1
    [ 0.784840] tun: Universal TUN/TAP device driver, 1.6
    [ 0.790593] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [ 0.797011] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 0.803122] sky2: driver version 1.30
    [ 0.807839] VFIO - User Level meta-driver version: 0.3
    [ 0.814141] i2c /dev entries driver
    [ 0.819392] sdhci: Secure Digital Host Controller Interface driver
    [ 0.825740] sdhci: Copyright(c) Pierre Ossman
    [ 0.830507] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.837402] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.843917] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 0.852046] optee: probing for conduit method.
    [ 0.856647] optee: revision 3.19 (d6c5d003)
    [ 0.856934] optee: dynamic shared memory is enabled
    [ 0.866586] optee: initialized driver
    [ 0.872381] NET: Registered protocol family 17
    [ 0.877111] 9pnet: Installing 9P2000 support
    [ 0.881563] Key type dns_resolver registered
    [ 0.886143] Loading compiled-in X.509 certificates
    [ 0.901688] ti-sci 44043000.system-controller: ti,ctx-memory-region is required for suspend but not provided.
    [ 0.911863] ti-sci 44043000.system-controller: ti_sci_init_suspend failed, mem suspend will be non-functional.
    [ 0.922096] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    [ 0.988612] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [ 0.996948] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
    [ 1.003396] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
    [ 1.012583] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.020226] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.026529] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [ 1.034887] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.044136] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.053612] ti-udma 485c0100.dma-controller: Number of rings: 82
    [ 1.061756] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [ 1.072823] ti-udma 485c0000.dma-controller: Number of rings: 150
    [ 1.082817] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [ 1.092994] printk: console [ttyS2] disabled
    [ 1.097450] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 27, base_baud = 3000000) is a 8250
    [ 1.106219] printk: console [ttyS2] enabled
    [ 1.106219] printk: console [ttyS2] enabled
    [ 1.114662] printk: bootconsole [ns16550a0] disabled
    [ 1.114662] printk: bootconsole [ns16550a0] disabled
    [ 1.129529] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [ 1.134574] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.141538] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.146932] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.153656] 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.160056] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.166503] 0x000000680000-0x0000006c0000 : "ospi.env"
    [ 1.172682] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [ 1.179439] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.185907] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.198882] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.245748] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.255466] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.263567] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.271745] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
    [ 1.284592] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [ 1.291719] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [ 1.298403] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [ 1.310796] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [ 1.315993] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:08 UTC (8)
    [ 1.428496] mmc0: CQHCI version 5.10
    [ 1.430413] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [ 1.450305] pca953x 1-0022: supply vcc not found, using dummy regulator
    [ 1.457039] pca953x 1-0022: using AI
    [ 1.478360] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.489293] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [ 1.496257] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [ 1.506119] i2c i2c-1: Added multiplexed i2c bus 2
    [ 1.512995] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [ 1.520744] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [ 1.529908] vdd_mmc1: supplied by vcc_3v3_sys
    [ 1.536182] wlan_lten: supplied by vcc_3v3_sys
    [ 1.542349] debugfs: Directory 'pd:53' with parent 'pm_genpd' already present!
    [ 1.542727] wlan_en: supplied by wlan_lten
    [ 1.543035] mmc1: CQHCI version 5.10
    [ 1.549642] debugfs: Directory 'pd:52' with parent 'pm_genpd' already present!
    [ 1.553900] mmc2: CQHCI version 5.10
    [ 1.557398] debugfs: Directory 'pd:51' with parent 'pm_genpd' already present!
    [ 1.575576] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [ 1.576323] mmc0: switch to bus width 8 failed
    [ 1.593933] mmc0: Command Queue Engine enabled
    [ 1.594357] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.598430] mmc0: new HS200 MMC card at address 0001
    [ 1.608006] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [ 1.611948] mmcblk0: mmc0:0001 A3A564 233 GiB
    [ 1.623258] mmcblk0boot0: mmc0:0001 A3A564 partition 1 4.00 MiB
    [ 1.629482] mmcblk0boot1: mmc0:0001 A3A564 partition 2 4.00 MiB
    [ 1.635862] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [ 1.635870] mmcblk0rpmb: mmc0:0001 A3A564 partition 3 16.0 MiB, chardev (237:0)
    [ 1.652098] ALSA device list:
    [ 1.655087] No soundcards found.
    [ 1.658028] mmcblk0: p1
    [ 1.663940] Waiting for root device PARTUUID=d063da37-02...
    [ 1.665521] mmc2: new high speed SDIO card at address 0001
    [ 1.693752] mmc1: new ultra high speed SDR104 SDHC card at address 1234
    [ 1.701065] mmcblk1: mmc1:1234 SA32G 28.9 GiB
    [ 1.707681] mmcblk1: p1 p2
    ^C^C[ 2.521665] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.529869] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 2.540101] devtmpfs: mounted
    [ 2.544308] Freeing unused kernel memory: 1792K
    [ 2.548940] Run /sbin/init as init process
    [ 2.764313] systemd[1]: System time before build time, advancing clock.
    [ 2.828848] NET: Registered protocol family 10
    [ 2.834431] Segment Routing with IPv6
    [ 2.871853] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [ 2.893914] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2021.09!

    [ 2.931355] systemd[1]: Set hostname to <am62xx-evm>.
    [ 3.263216] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.270139] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 3.282481] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ 3.293622] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 3.313925] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.321772] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 3.345900] random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.353469] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 3.374221] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 3.398095] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 3.422008] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 3.437886] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 3.457866] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 3.473872] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 3.492268] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 3.513969] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 3.539082] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 3.562255] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 3.606469] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [ 3.615335] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.638443] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.654566] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 3.678437] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 3.698224] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 3.722222] systemd[1]: Mounting Huge Pages File System...
    Mounting Huge Pages File System...
    [ 3.742118] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 3.770029] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 3.794941] systemd[1]: Mounting Temporary Directory (/tmp)...
    Mounting Temporary Directory (/tmp)...
    [ 3.814290] systemd[1]: Starting Create list of static device nodes for the current kernel...
    Starting Create list of st…odes for the current kernel...
    [ 3.841926] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 3.870631] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 3.890174] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [ 3.904489] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 3.928853] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 3.950389] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 3.951758] cryptodev: loading out-of-tree module taints kernel.
    Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded.
    [0m...
    [ 3.970357] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 3.986150] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 4.007843] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 4.022667] 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 ] Started Create list of sta… nodes for the current kernel.
    [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 ] Started Load Kernel Modules.
    [ OK ] Started Remount Root and Kernel File Systems.
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    [ 4.265318] systemd-journald[195]: Received client request to flush runtime journal.
    [ 4.273529] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Apply Kernel Variables...
    [ 4.285944] random: systemd-journal: uninitialized urandom read (16 bytes read)
    [ 4.297876] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Create Static Device Nodes in /dev...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    Starting udev Kernel Device Manager...
    [ OK ] Started udev Coldplug all 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 udev Kernel Device Manager.
    [ OK ] Started Create Volatile Files and Directories.
    [ 7.279446] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Network Time Synchronization...
    [ 7.296595] random: systemd-journal: uninitialized urandom read (16 bytes read)
    [ 7.306332] random: systemd: uninitialized urandom read (16 bytes read)
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target System Time Set.
    [ 7.546106] random: crng init done
    [ 7.549540] random: 62 urandom warning(s) missed due to ratelimiting
    [ OK ] Reached target System Time Synchronized.
    [ OK ] Reached target Timers.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Listening on dropbear.socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    [ OK ] Started D-Bus System Message Bus.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Login Service...
    [ OK ] Started TEE Supplicant.
    Starting telnetd.service...
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started IPv6 Packet Filtering Framework.
    [ OK ] Started IPv4 Packet Filtering Framework.
    [ OK ] Started telnetd.service.
    [ OK ] Reached target Network (Pre).
    Starting LSB: Expand Rootfs of boot device...
    Starting Network Service...

    [ 8.014177] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    [ 8.070823] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [ 8.082897] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [ 8.090928] remoteproc remoteproc0: 5000000.m4fss is available

    [ 8.581334] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [ 8.591563] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 8.599167] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [ 8.608506] remoteproc remoteproc0: request_firmware failed: -2
    [ OK ] Started Login Service.
    [ 11.831944] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [ 11.846135] platform 78000000.r5f: configured R5F for IPC-only mode
    [ 11.854645] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [ 11.863507] remoteproc remoteproc1: 78000000.r5f is available
    [ 11.869445] remoteproc remoteproc1: attaching to 78000000.r5f
    [ 11.875657] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [ 11.882556] remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@9da00000
    [ 11.891590] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 11.897200] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 11.905003] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 11.907697] remoteproc1#vdev0buffer: registered virtio0 (type 7)
    [ 11.922293] remoteproc remoteproc1: remote processor 78000000.r5f is now attached
    [ OK ] Started LSB: Expand Rootfs of boot device.
    [ OK ] Started Network Service.
    [ 11.985224] am65-cpsw-nuss 8000000.ethernet: down msc_sl e0000000 tmo 0
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ 12.026984] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [ 12.090556] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 12.121911] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ 12.154692] am65-cpsw-nuss 8000000.ethernet: down msc_sl e0000000 tmo 0
    [ 12.183280] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 12.193503] 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...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Permit User Sessions...
    [ OK ] Started Permit User Sessions.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Synchronize System and HW clocks.
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    bash
    cifs-utils
    dosfstools
    less
    libdw1
    libelf1
    libreadline8
    parted

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Started Print notice about GPLv3 packages.
    [ 13.559861] remoteproc remoteproc2: 30074000.pru is available
    [ OK ] Started File System Check on /dev/mmcblk1p1.
    [ 13.576377] remoteproc remoteproc3: 30078000.pru is available
    Mounting /run/media/mmcblk1p1...
    [ 13.603440] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
    Starting Save/Restore Sound Card State...
    [ 13.727646] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [ OK ] Mounted /run/media/mmcblk1p1.
    [ 13.758068] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ OK ] Started Save/Restore Sound Card Sta[ 13.782268] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    te.
    [ 13.792820] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [ 13.793610] usbcore: registered new interface driver usbfs
    [ 13.801523] cfg80211: failed to load regulatory.db
    [ 13.812182] usbcore: registered new interface driver hub
    [ OK ] Reached target Sound Card.
    [ 13.818861] usbcore: registered new device driver usb
    [ OK ] Reached target Hardware activated USB gadget.
    [ OK ] Listening on Load/Save RF …itch S[ 13.852936] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    tatus /dev/rfkill Watch.
    [ 13.858753] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
    [ 13.869286] xhci-hcd xhci-hcd.3.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000002000010010
    [ 13.878870] xhci-hcd xhci-hcd.3.auto: irq 481, io mem 0x31100000
    [ 13.885289] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [ 13.893629] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 13.900860] usb usb1: Product: xHCI Host Controller
    [ 13.905745] usb usb1: Manufacturer: Linux 5.10.153-g3eee621d16 xhci-hcd
    [ 13.912357] usb usb1: SerialNumber: xhci-hcd.3.auto
    [ 13.917988] hub 1-0:1.0: USB hub found
    [ 13.921827] hub 1-0:1.0: 1 port detected
    [ 13.927847] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [ 13.933405] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
    [ 13.934366] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [ 13.941095] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [ 13.954220] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
    [ 13.958367] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 13.968983] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
    [ 13.968999] wlcore: WARNING falling back to default config
    [ 13.977237] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [ 13.999634] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 14.006857] usb usb2: Product: xHCI Host Controller
    [ 14.011743] usb usb2: Manufacturer: Linux 5.10.153-g3eee621d16 xhci-hcd
    [ 14.018353] usb usb2: SerialNumber: xhci-hcd.3.auto
    [ 14.023866] hub 2-0:1.0: USB hub found
    [ 14.027711] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
    [ 14.334237] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [ 14.345350] wlcore: loaded
    Starting Load/Save RF Kill Switch Status...
    [ OK ] Started Load/Save RF Kill Switch Status.
    [ 14.742093] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 14.752813] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 15.106055] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 15.116760] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 15.470043] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [ 15.480747] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [ 15.488577] wlcore: ERROR firmware boot failed despite 3 retries

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

    Arago Project am62xx-evm ttyS2

    Arago 2021.09 am62xx-evm ttyS2

    [ OK ] Stopped Serial Getty on ttyS2.
    [ OK ] Started Serial Getty on ttyS2.

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

    Arago Project am62xx-evm ttyS2

    Arago 2021.09 am62xx-evm ttyS2

    am62xx-evm login: root
    root@am62xx-evm:~# cd /
    root@am62xx-evm:/#
    root@am62xx-evm:/# ls
    bin dev home lib media proc sbin tmp var
    boot etc init linuxrc mnt run sys usr
    root@am62xx-evm:/# reboot
    Stopping Session c1 of user root.
    [ OK ] Stopped target Multi-User System.
    [ OK ] Stopped target Login Prompts.
    [ OK ] Stopped target RPC Port Mapper.
    [ OK ] Stopped target Sound Card.
    [ OK ] Stopped target Timers.
    [ OK ] Stopped Daily Cleanup of Temporary Directories.
    [ OK ] Stopped target Hardware activated USB gadget.
    [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Stopping Save/Restore Sound Card State...
    Stopping Avahi mDNS/DNS-SD Stack...
    Stopping Getty on tty1...
    Stopping NFS status monitor for NFSv2/3 locking....
    Stopping Serial Getty on ttyS2...
    Stopping Load/Save Random Seed...
    Stopping TEE Supplicant...
    Stopping thermal-zone-init.service...
    [ OK ] Stopped TEE Supplicant.
    [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped Serial Getty on ttyS2.
    [ OK ] Stopped Session c1 of user root.
    [ OK ] Removed slice system-getty.slice.
    [ OK ] Removed slice system-serial\x2dgetty.slice.
    Stopping Login Service...
    Stopping User Manager for UID 0...
    [ OK ] Stopped Login Service.
    [ OK ] Stopped NFS status monitor for NFSv2/3 locking..
    [ OK ] Stopped User Manager for UID 0.
    [ OK ] Stopped thermal-zone-init.service.
    Stopping LSB: network benchmark...
    Stopping LSB: Expand Rootfs of boot device...
    Stopping User Runtime Directory /run/user/0...
    [ OK ] Unmounted /run/user/0.
    [ OK ] Stopped LSB: network benchmark.
    [ OK ] Stopped LSB: Expand Rootfs of boot device.
    [ OK ] Stopped User Runtime Directory /run/user/0.
    [ OK ] Removed slice User Slice of UID 0.
    [ OK ] Stopped target Network is Online.
    [ OK ] Stopped target Host and Network Name Lookups.
    [ OK ] Stopped target System Time Synchronized.
    [ OK ] Stopped target System Time Set.
    Stopping D-Bus System Message Bus...
    Stopping Permit User Sessions...
    Stopping telnetd.service...
    [ OK ] Stopped D-Bus System Message Bus.
    [ OK ] Stopped Permit User Sessions.
    [ OK ] Stopped telnetd.service.
    [ OK ] Stopped target Network.
    [ OK ] Stopped target Remote File Systems.
    Stopping Network Name Resolution...
    [ OK ] Stopped Network Name Resolution.
    Stopping Network Service...
    [ OK ] Stopped Save/Restore Sound Card State.
    [ OK ] Stopped Network Service.
    [ OK ] Stopped target Network (Pre).
    [ OK ] Stopped IPv6 Packet Filtering Framework.
    [ OK ] Stopped IPv4 Packet Filtering Framework.
    [ OK ] Stopped target Basic System.
    [ OK ] Stopped target Paths.
    [ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
    [ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
    [ OK ] Stopped target Slices.
    [ OK ] Removed slice User and Session Slice.
    [ OK ] Stopped target Sockets.
    [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Closed D-Bus System Message Bus Socket.
    [ OK ] Closed dropbear.socket.
    [ OK ] Stopped target System Initialization.
    [ OK ] Stopped Apply Kernel Variables.
    [ OK ] Stopped Load Kernel Modules.
    Stopping Network Time Synchronization...
    Stopping Update UTMP about System Boot/Shutdown...
    [ OK ] Stopped Network Time Synchronization.
    [ OK ] Stopped Load/Save Random Seed.
    [ OK ] Stopped Update UTMP about System Boot/Shutdown.
    [ OK ] Stopped Create Volatile Files and Directories.
    [ OK ] Stopped target Local File Systems.
    Unmounting /media/ram...
    Unmounting /run/media/mmcblk1p1...
    Unmounting Temporary Directory (/tmp)...
    Unmounting /var/volatile...
    [ OK ] Unmounted /media/ram.
    [ OK ] Unmounted Temporary Directory (/tmp).
    [ OK ] Unmounted /var/volatile.
    [ OK ] Stopped target Swap.
    [ OK ] Unmounted /run/media/mmcblk1p1.
    [ OK ] Reached target Unmount All Filesystems.
    [ OK ] Stopped File System Check on /dev/mmcblk1p1.
    [ OK ] Removed slice system-systemd\x2dfsck.slice.
    [ OK ] Stopped target Local File Systems (Pre).
    [ OK ] Stopped Remount Root and Kernel File Systems.
    [ OK ] Stopped Create Static Device Nodes in /dev.
    [ OK ] Reached target Shutdown.
    [ OK ] Reached target Final Step.
    [ OK ] Started Reboot.
    [ OK ] Reached target Reboot.
    [ 297.482639] watchdog: watchdog0: nowayout prevents watchdog being stopped!
    [ 297.489635] watchdog: watchdog0: nowayout prevents watchdog being stopped!
    [ 297.496584] watchdog: watchdog0: watchdog did not stop!
    [ 297.523881] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 299.838628] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [ 299.855602] systemd-journald[195]: Received SIGTERM from PID 1 (systemd-shutdow).
    [ 299.873221] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [ 299.888654] systemd-shutdown[1]: Hardware watchdog 'K3 RTI Watchdog', version 0
    [ 299.898258] systemd-shutdown[1]: Unmounting file systems.
    [ 299.906572] [870]: Remounting '/' read-only in with options '(null)'.
    [ 300.062538] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 300.074222] systemd-shutdown[1]: All filesystems unmounted.
    [ 300.079838] systemd-shutdown[1]: Deactivating swaps.
    [ 300.085035] systemd-shutdown[1]: All swaps deactivated.
    [ 300.090270] systemd-shutdown[1]: Detaching loop devices.
    [ 300.098497] systemd-shutdown[1]: All loop devices detached.
    [ 300.104105] systemd-shutdown[1]: Detaching DM devices.
    [ 300.109535] systemd-shutdown[1]: All DM devices detached.
    [ 300.114937] systemd-shutdown[1]: All filesystems, swaps, loop devices and DM devices detached.
    [ 300.131420] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 300.138351] systemd-shutdown[1]: Rebooting.
    [ 300.171540] reboot: Restarting system

    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:53:21 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment

    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.7(release):v2.7.0-359-g1309c6c805-dirty
    NOTICE: BL31: Built : 11:48:12, Dec 14 2022
    I/TC:
    I/TC: OP-TEE version: 3.19.0-15-gd6c5d0037 (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 Wed Dec 14 11:52:03 UTC 2022 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.5.3--v08.05.03 (Chill Capybar')
    Trying to boot from MMC2


    U-Boot 2021.01-g3983bffabc (Dec 14 2022 - 11:52:19 +0000)

    SoC: AM62X SR1.0 GP
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Board: AM62-SKEVM rev E3
    DRAM: 2 GiB
    MMC: mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from MMC... MMC: block number 0x3500 exceeds max(0x2000)
    *** Warning - !read failed, using default environment

    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    Net: eth0: ethernet@8000000port@1
    Hit any key to stop autoboot: 0
    =>
    =>
    =>
    =>
    =>
    =>
    =>
    =>
    => mmc list
    mmc@fa10000: 0 (eMMC)
    mmc@fa00000: 1
    mmc@fa20000: 2
    => mmc dev 0 1
    switch to partitions #1, OK
    mmc0(part 1) is current device
    => fatload mmc 1 ${loadaddr} tiboot3.bin
    331242 bytes read in 8 ms (39.5 MiB/s)
    => mmc write ${loadaddr} 0x0 0x400

    MMC write: dev # 0, block # 0, count 1024 ... 1024 blocks written: OK
    => fatload mmc 1 ${loadaddr} tispl.bin
    983884 bytes read in 15 ms (62.6 MiB/s)
    => mmc write ${loadaddr} 0x400 0x1000

    MMC write: dev # 0, block # 1024, count 4096 ... 4096 blocks written: OK
    => fatload mmc 1 ${loadaddr} u-boot.img
    880884 bytes read in 15 ms (56 MiB/s)
    => mmc write ${loadaddr} 0x1400 0x2000

    MMC write: dev # 0, block # 5120, count 8192 ... MMC: block number 0x3400 exceeds max(0x2000)
    0 blocks written: ERROR
    => mmc write ${loadaddr} 0x1400 0x2000

    MMC write: dev # 0, block # 5120, count 8192 ... MMC: block number 0x3400 exceeds max(0x2000)
    0 blocks written: ERROR
    => mmc part

    Partition Map for MMC device 0 -- Partition Type: EFI

    GUID Partition Table Header signature is wrong: 0x32472641DEEE9E91 != 0x5452415020494645
    find_valid_gpt: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    find_valid_gpt: *** ERROR: Invalid Backup GPT ***
    => printenv loadaddr
    loadaddr=0x82000000
    => mmc list
    mmc@fa10000: 0 (eMMC)
    mmc@fa00000: 1 (SD)
    mmc@fa20000: 2
    =>
    mmc@fa10000: 0 (eMMC)
    mmc@fa00000: 1 (SD)
    mmc@fa20000: 2
    =>

    2.the board is SK-AM62 E3A and we use the SDK "ti-processor-sdk-linux-am62xx-evm-08.05.00.21-Linux-x86-Install".

    3.Before the modification, it works fine from emmc boot. And we had already raised a case a few months ago.You can refer the below link:

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1195449/sk-am62-fail-to-boot-up-from-emmc/4512684#4512684

    4.The 256G emmc datasheet is "E-00946 FORESEE eMMC FEMDNNXXXG-A3A56 Datasheet V1.2"

    thanks

  • Hi,

    There might be some confusion about the various eMMC boot modes.

    There is boot with 'eMMC boot' mode, which boots from hardware 'boot 0' or 'boot 1' partition.

    There is boot with 'MMCSD boot' mode,  which boots from UDA User partition. Now this can be in filesystem 'fs' mode or 'raw' mode.

    Based on the link, I saw some instructions for booting from UDA User partition using fs mode, is this your goal here?

    ~ Judith

  • Hi Judith,

    we just want to confirm if the 256G emmc can replace the one of development board.Our HW team can not confirm it and need to confirm from TI.

    For the development board, we just have a try to use the SD card to boot the board. And we must flash the img from SD card to emmc and then switch the boot mode to "emmc boot" to boot the board.

    For our board, we have no the SD card moudle so it's why we use DFU to flash the U-boot img to emmc.

    In all, we just want to confirm below two points:

    1.Can the new 256G emmc replace the old one of development board? Does it need to change any SW configuration or codes?

    2.is there any tools or ways to download all imgs to emmc by one-time? 

    thanks

  • Hi Peter,

    1. In terms of software integration, likely you will need to carry out eMMC software tuning. You might have to modify the sdhci0 node in U-boot and Linux Kernel. You might also have to modify the am62x_evm_r5/a53_defconfigs and look at the MMC driver (am654_sdhci.c in U-boot).  About hardware compatibility, i am verifying with hardware apps team. Please look at the TRM section 12.4.5 for additional information.
    2. It seems like we do not carry this kind of tool. But there is a reference script called create-sdcard.sh in the SDK.

    ~ Judith

  • Hi Judith,

    1.About hardware compatibility,,kindly plz confirm if the 256G emmc can replace the one of development board. 

    2.if it needs to modify any SW codes,plz tell me how to modify it directly. we will also follow the same modification and rebuild the U-boot and verify if the 256 emmc can work.

    thanks

  • Hi Peter,

    Just verified that you might have to modify the defconfig or dts node if you are having issues booting from eMMC. Some issues have been temporarily resolved by reducing eMMC speed from UHS to High Speed.

    About software tuning. U-boot should carry out eMMC tuning during boot.

    The last thing to verify is hardware configuration. I will instead route you to the hardware engineer who works on eMMC.

    ~ Judith

  • The MMC host controller simply moves data in/out of the memory device via an 8-bit parallel synchronous bus with the same electrical and timing characteristics. There should not be a problem if the EVM was working with the previous memory device and the new memory device installed on the EVM is compliant to the eMMC standard.

    I suspect there is a connectivity problem from installing the new memory device on the PCB. It can be very difficult to get good solder reflow when replacing a single device on a PCB.  They may need to try reflowing the new device, replace it with another new device, or remove the new device and replace it with the original device to be sure the EVM still works.

    Regards,
    Paul

  • Hi Paul,

    So you think it dont need to change any SW configuration and it's just a HW connectivity issue,right?

    thanks

  • My previous comment is only addressing the potential the chance of this being a hardware issue. I was simply trying to say the hardware interface is fairly simple, where data is transferred between the host and attached memory device via an 8-bit parallel synchronous bus with specific electrical and timing characteristics. Therefore, I do not anticipate any hardware issue beyond connectivity since it was working with the previous device.

    I would not exclude a software compatibility issue. The software interface to an external memory device is much more complicated than the hardware interface. Software controls how data and commands are formatted, sent and received to the attached device. So, there is a very good chance this issue could be software related if there is no connectivity issue.

    I will be out of the office for the next two weeks, so I will not be able to answer any other questions until I return on July 5.

    Regards,
    Paul

  • HI Paul,

    I print the serial port log as below:

    mmc info
    Device: mmc@fa10000
    Manufacturer ID: d6
    OEM: 2903
    Name: A3A56
    Bus Speed: 200000000
    Mode: HS200 (200MHz)
    Rd Block Len: 512
    MMC version 5.1
    High Capacity: Yes
    Capacity: 233 GiB
    Bus Width: 8-bit
    Erase Group Size: 512 KiB
    HC WP Group Size: 8 MiB
    User Capacity: 233 GiB WRREL
    Boot Capacity: 4 MiB ENH
    RPMB Capacity: 16 MiB ENH
    Boot area 0 is not write protected
    Boot area 1 is not write protected
    => printenv dfu_alt_info_emmc
    dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1

    Does it mean that 256G emmc is detected OK? How do we set it?

    thanks 

  • Hi Peter,

    Based on the bootlog above and the following errors:

    MMC write: dev # 0, block # 5120, count 8192 ... MMC: block number 0x3400 exceeds max(0x2000)
    0 blocks written: ERROR
    => mmc part

    Partition Map for MMC device 0 -- Partition Type: EFI

    GUID Partition Table Header signature is wrong: 0x32472641DEEE9E91 != 0x5452415020494645
    find_valid_gpt: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    find_valid_gpt: *** ERROR: Invalid Backup GPT ***



    Can we try booting to Linux with SD card boot and setup the eMMC from Linux:

    1. Rebuild u-boot with the first patch found here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1233869/faq-am625-how-to-boot-with-emmc-boot-mode-on-am62x.

    2. Rebuild Linux DTB with the second patch found here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1233869/faq-am625-how-to-boot-with-emmc-boot-mode-on-am62x

    3. Copy the bootloaders to SD card /boot and DTB to SD card /root/boot and proceed to flash eMMC device with the following instructions:

    dev.ti.com/.../node


    Please let me know if this works for you.

    ~ Judith

  • Hi Judith,

    we dont rebuilt the  codes and just copy all imgs from SD card to EMMC by using step 3. it works.

    After copy U-boot imgs and rootfs to emmc, we switch the boot mode to "emmc boot mode" and it works fine.

    But for our HW design, we remove the SD card moudle and so we just can use USB or UART to flash all imgs.

    Now it's strange that DUT can not boot up from emmc when use DFU to flash tiboot3.bin/tispl.bin/u-boot.img. why is it? 

    thanks

  • Hi Peter,

    Will look at this a respond by tomorrow.

    ~ Judith

  • Hi Peter,

    As mentioned, U-boot (and also Linux) do software tuning at boot-time. As Peaves, mentioned, there is very little chance of wrong hardware configurations since setup is simple.

    We are noticing some instability with eMMC device on AM62x, both for custom boards and TI EVM. What usually fixes the issue is slowing down eMMC at u-boot stage and/or Linux kernel stage, as mentioned above. However, this is a temporary work-around since its ongoing debug.

    ~ Judith

  • looking at this a bit more, you could try updating this environment variable in U-boot:

    dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1;rootfs part 0 1 mmcpart 0;tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;tispl.bin.raw raw 0x400 0x1000 mmcpart 1;u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;u-env.raw raw 0x3400 0x100 mmcpart 1;sysfw.itb.raw raw 0x3600 0x800 mmcpart 1

    according to you eMMC specs, but since you are using tiboot3.bin, tispl.bin, and u-boot.img commands only, I do not think rawemmc, u-env, and sysfw.itb affect here.

    ~ Judith