This thread has been locked.

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

SK-AM62: Fail to load rootfs using usb dfu

Part Number: SK-AM62

Hello,

I'm trying to load rootfs on the eMCC of the SK-AM62 evaluation board.

I have built u-boot to use USB DFU and I can start DFU on the u-boot console ("dfu 0 mmc 0").

When I try to load the rootfs with the following command:

 sudo dfu-util -a rootfs -D tisdk-base-image-am62xx-evm.ext4

this fails and the following log is displayed in the u-boot console:

################################################################Request would exceed designated area!

Any idea of the issue here ?

I suspect something is wrong in the bootloader config for this board...

Thanks,

Joel

  • Hi Joel,

    I will test this on my side and get back to your early next week.

    How is the tisdk-base-image-am62xx-evm.ext4 file generated?

  • Hello,

    Thanks. It's generated using Yocto IMAGE_FSTYPE += "ext4"

  • Okay, it is a challenge to me, since I am not familiar with Yocto.

    What is the file size of this .ext4 file? I am wondering if the error message "Request would exceed designated area!" means the file being downloaded is exceeded the rootfs region defined in eMMC layout.

  • 300MB, it's not so much I think, or at least this should fit in the eMMC (else it is very small)

  • About Yocto I'm familiar with this. The topic is more u-boot related for now.

    If a patch is required at u-boot level I will do it and integrate with Yocto.

    I suspect something is wrong in the configuration of the board in u-boot configs.

  • Hi Joel,

    Sorry for the confusion, I meant it would be challenge for me to replicate the issue. Fortunately I got instructions on how to created a rootfs ext4 image without using Yocto, so I will look into the issue and get back to you early next week.

  • Hello

    Did you succeeded to progress on this topic ?

    Thanks for your feedback,

    Joel

  • Hi Joel,

    I am routing your query to our U-Boot expert for comments.

  • Hi Joel,
    I tested full Linux eMMC flashing using USB dfu-util & booting using AM62x SDK8.3.0.19 on AM62x-SK E2 board.
    I'm attaching three log files in attachments for your reference:
    - am62_8.3_dfu_emmc_host.txt: eMMC flashing "dfu-util" log on host
    - am62-8.3_dfu_emmc_target: eMMC flashing log on target
    - am62_8.3_emmc_boot_full: eMMC boot log on target
    Best,
    -Hong

    7357.am62_8.3_dfu_emmc_host.log
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -l
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    Found DFU: [0451:6165] ver=0200, devnum=47, cfg=1, intf=0, alt=1, name="SocId", serial="01.00.00.00"
    Found DFU: [0451:6165] ver=0200, devnum=47, cfg=1, intf=0, alt=0, name="bootloader", serial="01.00.00.00"
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -R -a bootloader -D tiboot3.bin
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #0 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 512
    Copying data from PC to DFU device
    Download	[=========================] 100%       345807 bytes
    Download done.
    state(6) = dfuMANIFEST-SYNC, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    dfu-util: can't detach
    Resetting USB to switch back to runtime mode
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -l
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    Found DFU: [0451:6165] ver=0223, devnum=48, cfg=1, intf=0, alt=1, name="u-boot.img", serial="UNKNOWN"
    Found DFU: [0451:6165] ver=0223, devnum=48, cfg=1, intf=0, alt=0, name="tispl.bin", serial="UNKNOWN"
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -R -a tispl.bin -D tispl.bin
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #0 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%       892468 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    Resetting USB to switch back to runtime mode
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -R -a u-boot.img -D u-boot.img
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #1 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%       861336 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    Resetting USB to switch back to runtime mode
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ sudo dfu-util -l
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=6, name="sysfw.itb.raw", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=5, name="u-env.raw", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=4, name="u-boot.img.raw", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=3, name="tispl.bin.raw", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=2, name="tiboot3.bin.raw", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=1, name="rootfs", serial="0000000000000073"
    Found DFU: [0451:6165] ver=0223, devnum=51, cfg=1, intf=0, alt=0, name="rawemmc", serial="0000000000000073"
    
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build_dfu$ cd ..
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support$ cd u-boot_build
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build$ sudo dfu-util -a tiboot3.bin.raw -D tiboot3.bin
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #2 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%       200717 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build$ sudo dfu-util -a tispl.bin.raw -D tispl.bin
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #3 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%       892468 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    sitara@sitara-Latitude-E6410:~/am6/am62_sdk8.3_gp/board-support/u-boot_build$ sudo dfu-util -a u-boot.img.raw -D u-boot.img
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #4 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%       861336 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    cd ~/test/SDK_debug/dfu/fs_ext4/am62x_8.3.0.19_fs_ext4
    sitara@sitara-Latitude-E6410:~/test/SDK_debug/dfu/fs_ext4/am62x_8.3.0.19_fs_ext4$ sudo dfu-util -a rootfs -D am62x-tisdk-base.ext4
    [sudo] password for sitara: 
    dfu-util 0.8
    
    Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
    Copyright 2010-2014 Tormod Volden and Stefan Schmidt
    This program is Free Software and has ABSOLUTELY NO WARRANTY
    Please report bugs to dfu-util@lists.gnumonks.org
    
    dfu-util: Invalid DFU suffix signature
    dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
    Opening DFU capable USB device...
    ID 0451:6165
    Run-time device DFU version 0110
    Claiming USB DFU Interface...
    Setting Alternate Setting #1 ...
    Determining device status: state = dfuIDLE, status = 0
    dfuIDLE, continuing
    DFU mode device DFU version 0110
    Device returned transfer size 4096
    Copying data from PC to DFU device
    Download	[=========================] 100%    314572800 bytes
    Download done.
    state(7) = dfuMANIFEST, status(0) = No error condition is present
    state(2) = dfuIDLE, status(0) = No error condition is present
    Done!
    sitara@sitara-Latitude-E6410:~/test/SDK_debug/dfu/fs_ext4/am62x_8.3.0.19_fs_ext4$ 
    
    
    

    am6_8.3_dfu_emmc_target.txt
    U-Boot SPL 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 17:41:08 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi')
    Trying to boot from DFU
    ############################################DOWNLOAD ... OK
    Ctrl+C to exit ...
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment
    
    init_env from device 10 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.6(release):08.03.00.003-dirty
    NOTICE:  BL31: Built : 16:35:46, May 30 2022
    
    U-Boot SPL 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 17:40:00 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi')
    Trying to boot from DFU
    ####DOWNLOAD ... OK
    Ctrl+C to exit ...
    
    
    U-Boot 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 17:40:00 -0500)
    
    SoC:   AM62X SR1.0
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Board: AM62-SKEVM rev E2
    DRAM:  2 GiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  2  0 
    => md.l 0x43000030 1
    43000030: 00000053                               S...
    => pri 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
    => setenv dfu_alt_info ${dfu_alt_info_emmc}
    => dfu 0 mmc 0
    ##DOWNLOAD ... OK
    Ctrl+C to exit ...
    ####DOWNLOAD ... OK
    Ctrl+C to exit ...
    ####DOWNLOAD ... OK
    Ctrl+C to exit ...
    ################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################DOWNLOAD ... OK
    Ctrl+C to exit ...
    

    am62_8.3_emmc_boot_full.txt
    �
    U-Boot SPL 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 18:15:44 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi')
    Trying to boot from MMC1
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    init_env from device 9 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.6(release):08.03.00.003-dirty
    NOTICE:  BL31: Built : 16:35:46, May 30 2022
    
    U-Boot SPL 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 18:14:41 -0500)
    SYSFW ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi')
    Trying to boot from MMC1
    
    
    U-Boot 2021.01-00002-g77bcc61-dirty (Jun 23 2022 - 18:14:41 -0500)
    
    SoC:   AM62X SR1.0
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Board: AM62-SKEVM rev E2
    DRAM:  2 GiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1, mmc@fa20000: 2
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Hit any key to stop autoboot:  2  0 
    => setenv mmcdev 0
    => setenv bootpart 0
    => boot
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    ** Unrecognized filesystem type **
    18448896 bytes read in 109 ms (161.4 MiB/s)
    44485 bytes read in 5 ms (8.5 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 000000008fef2000, end 000000008fffffff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.10.109-g9e58028f94 (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 Mon May 30 16:43:25 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 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 15 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 0x000000009db00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-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-0x000000009cafffff]
    [    0.000000]   node   0: [mem 0x000000009cb00000-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 144 MiB at 0x00000000f4000000
    [    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 s49880 r8192 d32040 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=324d6ebf-ccc2-4d67-b291-805f3849d626 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: 1836756K/2097152K available (10816K kernel code, 1120K rwdata, 4176K rodata, 1792K init, 433K bss, 112940K reserved, 147456K 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] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0
    [    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.008472] Console: colour dummy device 80x25
    [    0.013063] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023747] pid_max: default: 32768 minimum: 301
    [    0.028555] LSM: Security Framework initializing
    [    0.033342] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040923] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.050621] rcu: Hierarchical SRCU implementation.
    [    0.055799] Platform MSI: msi-controller@1820000 domain created
    [    0.062080] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.071318] EFI services will not be available.
    [    0.076191] smp: Bringing up secondary CPUs ...
    [    0.092013] Detected VIPT I-cache on CPU1
    [    0.092050] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.092066] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.092131] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.103333] Detected VIPT I-cache on CPU2
    [    0.103355] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.103368] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.103404] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.114526] Detected VIPT I-cache on CPU3
    [    0.114549] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.114560] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.114593] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.114664] smp: Brought up 1 node, 4 CPUs
    [    0.194381] SMP: Total of 4 processors activated.
    [    0.199197] CPU features: detected: 32-bit EL0 Support
    [    0.204462] CPU features: detected: CRC32 instructions
    [    0.217248] CPU: All CPU(s) started at EL2
    [    0.221458] alternatives: patching kernel code
    [    0.227177] devtmpfs: initialized
    [    0.236268] KASLR disabled due to lack of seed
    [    0.241034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.251013] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.262457] pinctrl core: initialized pinctrl subsystem
    [    0.268444] DMI not present or invalid.
    [    0.272887] NET: Registered protocol family 16
    [    0.279139] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.286485] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.294562] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.303287] thermal_sys: Registered thermal governor 'step_wise'
    [    0.303293] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.309833] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.323554] ASID allocator initialised with 65536 entries
    [    0.350656] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.357540] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.364402] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.371254] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.379112] cryptd: max_cpu_qlen set to 1000
    [    0.386194] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.395244] vcc_5v0: supplied by vmain_pd
    [    0.399804] vcc_3v3_sys: supplied by vmain_pd
    [    0.404721] vcc_1v8: supplied by vcc_3v3_sys
    [    0.409936] iommu: Default domain type: Translated 
    [    0.415266] SCSI subsystem initialized
    [    0.419458] mc: Linux media interface: v0.10
    [    0.423845] videodev: Linux video capture interface: v2.00
    [    0.429521] pps_core: LinuxPPS API ver. 1 registered
    [    0.434597] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.443950] PTP clock support registered
    [    0.447987] EDAC MC: Ver: 3.0.0
    [    0.451764] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
    [    0.458861] FPGA manager framework
    [    0.462420] Advanced Linux Sound Architecture Driver Initialized.
    [    0.469544] clocksource: Switched to clocksource arch_sys_counter
    [    0.476002] VFS: Disk quotas dquot_6.6.0
    [    0.480068] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.492566] NET: Registered protocol family 2
    [    0.497291] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.506017] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.514816] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.523033] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.530762] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.537669] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.544564] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.552026] NET: Registered protocol family 1
    [    0.556927] RPC: Registered named UNIX socket transport module.
    [    0.563000] RPC: Registered udp transport module.
    [    0.567842] RPC: Registered tcp transport module.
    [    0.572657] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.579251] PCI: CLS 0 bytes, default 64
    [    0.584105] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.596010] Initialise system trusted keyrings
    [    0.600753] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.611046] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.617577] NFS: Registering the id_resolver key type
    [    0.622773] Key type id_resolver registered
    [    0.627051] Key type id_legacy registered
    [    0.631207] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.638061] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.645814] 9p: Installing v9fs 9p2000 file system support
    [    0.686971] Key type asymmetric registered
    [    0.691169] Asymmetric key parser 'x509' registered
    [    0.696191] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.703758] io scheduler mq-deadline registered
    [    0.708390] io scheduler kyber registered
    [    0.714316] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.720660] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.733168] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.752643] brd: module loaded
    [    0.762982] loop: module loaded
    [    0.766921] megasas: 07.714.04.00-rc1
    [    0.774074] tun: Universal TUN/TAP device driver, 1.6
    [    0.779732] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.786153] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.792261] sky2: driver version 1.30
    [    0.796810] VFIO - User Level meta-driver version: 0.3
    [    0.802984] i2c /dev entries driver
    [    0.807356] sdhci: Secure Digital Host Controller Interface driver
    [    0.813679] sdhci: Copyright(c) Pierre Ossman
    [    0.818413] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.825157] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.831636] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.839295] optee: probing for conduit method.
    [    0.843907] optee: revision 3.12 (3d47a131)
    [    0.844388] optee: initialized driver
    [    0.854313] NET: Registered protocol family 17
    [    0.859030] 9pnet: Installing 9P2000 support
    [    0.863459] Key type dns_resolver registered
    [    0.868029] Loading compiled-in X.509 certificates
    [    0.882434] ti-sci 44043000.system-controller: ti,ctx-memory-region is required for suspend but not provided.
    [    0.892606] ti-sci 44043000.system-controller: ti_sci_init_suspend failed, mem suspend will be non-functional.
    [    0.902840] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.3.2--v08.03.02 (Jolly Jellyfi')
    [    1.411129] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [    1.461525] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.472617] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.478922] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    1.487335] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.496676] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.505725] ti-bcdma 485c0100.dma-controller: Number of rings: 82
    [    1.513881] ti-bcdma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    1.525060] ti-pktdma 485c0000.dma-controller: Number of rings: 150
    [    1.535211] ti-pktdma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    1.545822] printk: console [ttyS2] disabled
    [    1.550270] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 19, base_baud = 3000000) is a 8250
    [    1.559040] printk: console [ttyS2] enabled
    [    1.559040] printk: console [ttyS2] enabled
    [    1.567485] printk: bootconsole [ns16550a0] disabled
    [    1.567485] printk: bootconsole [ns16550a0] disabled
    [    1.617241] random: fast init done
    [    1.624192] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    1.629222] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.636175] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.641569] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.648270] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.654634] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.661057] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.667249] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.674052] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.680458] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.757607] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.768113] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.776213] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    1.784395] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
    [    1.798209] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    1.804932] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.812068] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.824116] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    1.847571] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    1.852770] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:36 UTC (36)
    [    1.904438] davinci-mcasp 2b10000.mcasp: IRQ common not found
    [    1.957246] mmc0: CQHCI version 5.10
    [    2.002000] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.043519] reg-fixed-voltage regulator-6: Failed to register regulator: -517
    [    2.051578] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    2.058315] pca953x 1-0022: using AI
    [    2.089004] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [    2.095964] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [    2.103302] mmc0: Command Queue Engine enabled
    [    2.105554] i2c i2c-1: Added multiplexed i2c bus 2
    [    2.107775] mmc0: new HS200 MMC card at address 0001
    [    2.118144] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    2.122889] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [    2.129034] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [    2.135132] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0)
    [    2.147428]  mmcblk0: p1
    [    2.177817] [drm] Initialized tidss 1.0.0 20180215 for 30200000.dss on minor 0
    [    2.185571] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [    2.226630] vdd_mmc1: supplied by vcc_3v3_sys
    [    2.232859] wlan_lten: supplied by vcc_3v3_sys
    [    2.238055] wlan_en: supplied by wlan_lten
    [    2.242976] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.257529] mmc1: CQHCI version 5.10
    [    2.417658] ALSA device list:
    [    2.420626]   No soundcards found.
    [    2.423342] mmc2: CQHCI version 5.10
    [    2.468804] mmc2: SDHCI controller on fa20000.mmc [fa20000.mmc] using ADMA 64-bit
    [    2.481414] sdhci-am654 fa20000.mmc: card claims to support voltages below defined range
    [    2.501489] mmc2: new high speed SDIO card at address 0001
    [    3.777728] sdhci-am654 fa00000.mmc: Power on failed
    [    3.813388] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.943973] EXT4-fs (mmcblk0p1): recovery complete
    [    3.949540] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [    3.957708] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    3.964095] devtmpfs: mounted
    [    3.968340] Freeing unused kernel memory: 1792K
    [    3.972970] Run /sbin/init as init process
    [    4.041472] systemd[1]: System time before build time, advancing clock.
    [    4.078380] NET: Registered protocol family 10
    [    4.083915] Segment Routing with IPv6
    [    4.096849] 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)
    [    4.118967] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2021.09!
    
    [    4.162172] systemd[1]: Set hostname to <am62xx-evm>.
    [    4.441961] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.448876] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    4.461219] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    4.472686] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    4.493748] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.501658] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.525721] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.533365] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.554124] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password �ts to Console Directory Watch.
    [    4.577907] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R�uests to Wall Directory Watch.
    [    4.601821] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    4.617698] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.637665] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    4.653679] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.701132] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.721784] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.746947] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.770067] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.800540] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    4.809419] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.830294] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.846440] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.870270] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.890037] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.914285] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.934056] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.962087] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.984043] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    5.006295] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st�odes for the current kernel...
    [    5.033880] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.062888] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.077954] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    5.092272] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.115354] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.130117] cryptodev: loading out-of-tree module taints kernel.
    [    5.134137] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems cryptodev: driver 1.10 loaded.
    [    5.152462] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    [0m...
    [    5.158624] ext4 filesystem being remounted at / supports timestamps until 2038 (0x7fffffff)
    [    5.172601] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    5.200071] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.222650] 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...
    [    5.491632] systemd-journald[183]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             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.[    5.585602] sdhci-am654 fa00000.mmc: Power on failed
    
    [  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.
             Starting Network Time Synchronization...
             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.
    [  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[    6.303207] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@9cb00000
    ...
    [    6.316485] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
             Starting Login Service...
    [    6.361654] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [  OK  ] Started TEE Supplicant.
             Starting telnetd.service...
    [  OK  ] Started IPv6 Packet Filtering Framework.
    [    6.410607] remoteproc remoteproc0: 5000000.m4fss is available
    [  OK  ] Started IPv4 Packet Filtering Framework.
    [  OK  ] Started telnetd.service.
    [    6.430791] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [    6.440112] remoteproc remoteproc0: powering up 5000000.m4fss
    [    6.440180] remoteproc remoteproc0: Direct firmware load for am62-mcu-m4f0_0-fw failed with error -2
    [  OK  ] Reached target Network (Pre).[    6.456690] remoteproc remoteproc0: request_firmware failed: -2
    
             Starting Network Service...
    [  OK  ] Started Network Service.
             Starting Wait for Network to be Configured...
             Starting Network Name Resolution...
    [  OK  ] Started Login Service.
    [    6.716379] TI DP83867 8000f00.mdio:01: attached PHY driver [TI DP83867] (mii_bus:phy_addr=8000f00.mdio:01, irq=POLL)
    [    6.745239] am65-cpsw-nuss 8000000.ethernet eth1: Link is Down
    [    6.769200] TI DP83867 8000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=8000f00.mdio:00, irq=POLL)
    [    6.789935] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [  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 Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started Synchronize System and HW c[    7.149658] sdhci-am654 fa00000.mmc: Power on failed
    locks.
    ***************************************************************
    ***************************************************************
    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.
    [    8.097669] random: crng init done
    [    8.101105] random: 7 urandom warning(s) missed due to ratelimiting
    [  OK  ] Started Load/Save Random Seed.
    [    8.314542] remoteproc remoteproc1: 30074000.pru is available
    [    8.334240] remoteproc remoteproc2: 30078000.pru is available
    [    8.340551] omap_rng 40910000.rng: Random Number Generator ver. 241b34c
    [    8.349272] cdns-csi2rx: probe of 30101000.csi-bridge failed with error -22
             Starting Save/Restore Sound Card State...
    [  OK  ] Started Save/Restore Sound Card State.
    [    8.412669] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Reached target Sound Card.
    [    8.435052] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    8.442230] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    8.447690] tps6598x 0-003f: Unable to find the interrupt, switching to polling
    [    8.450962] cfg80211: failed to load regulatory.db
    [  OK  ] Listening on Load/Save RF �itch Status /dev/rfkill Watch.
    [    8.490290] usbcore: registered new interface driver usbfs
    [    8.495972] usbcore: registered new interface driver hub
    [    8.501475] usbcore: registered new device driver usb
    [    8.515689] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    8.521284] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [    8.529143] xhci-hcd xhci-hcd.2.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000000000010010
    [    8.538699] xhci-hcd xhci-hcd.2.auto: irq 472, io mem 0x31100000
    [    8.545138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [    8.553514] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    8.556724] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [    8.560812] usb usb1: Product: xHCI Host Controller
    [    8.574151] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
    [    8.576403] usb usb1: Manufacturer: Linux 5.10.109-g9e58028f94 xhci-hcd
    [    8.587068] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -2
    [    8.593662] usb usb1: SerialNumber: xhci-hcd.2.auto
    [    8.602405] wlcore: WARNING falling back to default config
    [  OK  ] Reached target Hardware activated U[    8.613500] hub 1-0:1.0: USB hub found
    SB gadget.
    [    8.622457] hub 1-0:1.0: 1 port detected
    [    8.628167] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [    8.633725] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [    8.641448] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [    8.648122] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [    8.656402] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [    8.664712] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    8.671949] usb usb2: Product: xHCI Host Controller
    [    8.676848] usb usb2: Manufacturer: Linux 5.10.109-g9e58028f94 xhci-hcd
    [    8.683476] usb usb2: SerialNumber: xhci-hcd.2.auto
    [    8.689092] hub 2-0:1.0: USB hub found
    [    8.692936] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
    [    8.725554] sdhci-am654 fa00000.mmc: Power on failed
    [    8.985916] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [    8.997226] wlcore: loaded
             Starting Load/Save RF Kill Switch Status...
    [  OK  ] Started Load/Save RF Kill Switch Status.
    [    9.449736] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [    9.460453] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [    9.845678] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [    9.856380] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [   10.241656] wl18xx_driver wl18xx.1.auto: Direct firmware load for ti-connectivity/wl18xx-fw-4.bin failed with error -2
    [   10.252356] wlcore: ERROR could not get firmware ti-connectivity/wl18xx-fw-4.bin: -2
    [   10.260183] wlcore: ERROR firmware boot failed despite 3 retries
    [   10.285555] sdhci-am654 fa00000.mmc: Power on failed
    [   12.069558] sdhci-am654 fa00000.mmc: Power on failed
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org am62xx-evm ttyS2
    
    Arago 2021.09 am62xx-evm ttyS2
    
    am62xx-evm login: [   13.633703] sdhci-am654 fa00000.mmc: Power on failed
    
    am62xx-evm login: [   15.201120] sdhci-am654 fa00000.mmc: Power on failed
    root
    [   16.757634] sdhci-am654 fa00000.mmc: Power on failed
    root@am62xx-evm:~# u[   18.543617] sdhci-am654 fa00000.mmc: Power on failed
    name [   20.104140] sdhci-am654 fa00000.mmc: Power on failed
    -a
    Linux am62xx-evm 5.10.109-g9e58028f94 #1 SMP PREEMPT Mon May 30 16:43:25 UTC 2022 aarch64 GNU/Linux
    root@am62xx-evm:~# [   21.663761] sdhci-am654 fa00000.mmc: Power on failed
    
    root@am62xx-evm:~# [   23.224245] sdhci-am654 fa00000.mmc: Power on failed
    [   25.004042] sdhci-am654 fa00000.mmc: Power on failed
    [   26.563633] sdhci-am654 fa00000.mmc: Power on failed
    [   28.124144] sdhci-am654 fa00000.mmc: Power on failed
    [   29.683737] sdhci-am654 fa00000.mmc: Power on failed
    [   31.464435] sdhci-am654 fa00000.mmc: Power on failed
    

  • Hello,

    Thanks for sharing all the details, will do the same steps and report.

    Regards,

    Joel