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.

TMDXIDK5718: Processor SDK AM57xx: moving files from host to target

Part Number: TMDXIDK5718
Other Parts Discussed in Thread: AM5718, PMP

According to information on this webpage at TI, moving files between host and target can be accomplished by using <SDK DIR>/targetNFS.  For example, I'm assuming that if I create a text file on the host and place it in <SDK DIR>/targetNFS, the same file will show up in the target root directory.  I tried exactly that, but it did not happened as expected/hoped.  What's missing? 

6.1.5. Moving Files to the Target System — Processor SDK Linux for AM57X Documentation

BTW, I installed SDK AM57xx, version 08_02_01_00.

Thanks.

Peter H.

 

  • Hello Peter,

    What media are you booting from?

    This will work once you have  the board booting through the network using NFS to load the file system. 

    Please see information on enabling tftp/nfsboot. 

    There are several setup scripts within that help you set this up within the SDK.

    Please see:

    Regards,

    Josue 

  • Hi Josue,

    After reviewing your reply and the scripts, I proceeded to connect both the TMDXIDK5718 EVM and the host Linux pc to the same network to try to boot the EVM via network.  Specifically, I took the following steps:

    1. Successfully booted and pinged the EVM from the host to make sure they are visible to each other on the network.

    2. Powered off/on the EVM to start booting off the SD card containing the embedded linux image obtained from the SDK (08-02-01-00 version).

    3. Hit a key to get u-boot menu.

    4. Selected "tftpboot" from the u-boot menu.

    5. Then, observed that ethernet PHY error: "Waiting for PHY auto negotiation to complete .............TIMEOUT!"

    6. Repeated steps 1 thru 5.  Same result.

    7. Tried the following env commands from the u-boot menu as gleaned from a related post: env default -f -a,  saveend.  Same result.  TDA4VM: Waiting for PHY auto negotiation to complete.... - Processors forum - Processors - TI E2E support forums 

    Please note that ping was done to make sure host and target can see each other before attempting network boot.

    Is there a u-boot parameter that is related to the TIMEOUT?   BTW, using "tftpboot" was just a guess.  Correct guess?

    Thanks.

    Peter H.

  • Hello Peter,

    Please look at the script  setup-uboot-env.sh for the u-boot procedure for TFTP and NFS boot , and try to recreate it with your specific environment variables.

    -Josue

  • Hi Josue,

    I went back to the starting point and re-did the following:

    1. Executed setup.sh for SDK version 08_02 on the host.  As part of the execution, setupBoard.minicom file is created, which will set the u-boot up for network booting.  This file is used in step 5.

    2. Created a bootable sd card with the default image found in SDK and inserted in the evm.

    3. Executed "minicom -w".  Note here that I am not setting the network boot in the booting done in step 3.

    4. Booted off the sd card.  login prompt displayed as expected.  But, error message indicating corrupted u-boot environment file was displayed before getting to the login prompt.  See attached.

    5. Executed "poweroff" command to power down the target evm.

    6. Executed "minicom -S ./bin/setupBoard.minicom" on the host.  This file will set the u-boot for network boot.

    7. Booted off the sd card.  Observed setupBoard.minicom commands processed by u-boot.

    8. Then, observed that ethernet PHY error: "Waiting for PHY auto negotiation to complete .............TIMEOUT!" 

    Please review and let me know if you spot error on my part.  I found environment corrupt error with the pre-loaded sd card that came with the evm as well.

    PeterH.

    ****  minicom terminal activity captured below:****

    ################################################################################

    This script will create a bootable SD card from custom or pre-built binaries.

    The script must be run with root permissions and from the bin directory of
    the SDK

    Example:
    $ sudo ./create-sdcard.sh

    Formatting can be skipped if the SD card is already formatted and
    partitioned properly.

    ################################################################################


    Available Drives to write images to:

    # major minor size name
    1: 8 0 31178752 sda

    Enter Device Number or n to exit: 1

    sda was selected

    ################################################################################

    **********WARNING**********

    Selected Device is greater then 16GB
    Continuing past this point will erase data from device
    Double check that this is the correct SD Card

    ################################################################################

    Would you like to continue [y/n] : y


    /dev/sda is an sdx device
    Unmounting the sda drives
    unmounted /dev/sda1
    unmounted /dev/sda2
    Current size of sda1 131072 bytes
    Current size of sda2 31046656 bytes

    ################################################################################

    Detected device has 2 partitions already

    Re-partitioning will allow the choice of 2 or 3 partitions

    ################################################################################

    Would you like to re-partition the drive anyways [y/n] : y


    Now partitioning sda ...


    ################################################################################

    Select 2 partitions if only need boot and rootfs (most users).
    Select 3 partitions if need SDK & other content on SD card. This is
    usually used by device manufacturers with access to partition tarballs.

    ****WARNING**** continuing will erase all data on sda

    ################################################################################

    Number of partitions needed [2/3] : 2


    Now partitioning sda with 2 partitions...

    ################################################################################

    Now making 2 partitions

    ################################################################################

    1024+0 records in
    1024+0 records out
    1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.234847 s, 4.5 MB/s
    DISK SIZE - 31927042048 bytes

    Welcome to fdisk (util-linux 2.37.2).
    Changes will remain in memory only, until you decide to write them.
    Be careful before using the write command.

    Device does not contain a recognized partition table.
    Created a new DOS disklabel with disk identifier 0x0c8af358.

    Command (m for help): Partition type
    p primary (0 primary, 0 extended, 4 free)
    e extended (container for logical partitions)
    Select (default p): Partition number (1-4, default 1): First sector (2048-62357503, default 2048): Last sector, +/-sectors or +/-size{K,M,G,T,P} (2048-62357503, default 62357503):
    Created a new partition 1 of type 'Linux' and of size 128 MiB.
    Partition #1 contains a vfat signature.

    Command (m for help): Partition type
    p primary (1 primary, 0 extended, 3 free)
    e extended (container for logical partitions)
    Select (default p): Partition number (2-4, default 2): First sector (264192-62357503, default 264192): Last sector, +/-sectors or +/-size{K,M,G,T,P} (264192-62357503, default 62357503):
    Created a new partition 2 of type 'Linux' and of size 29.6 GiB.
    Partition #2 contains a ext3 signature.

    Command (m for help): Partition number (1,2, default 2): Hex code or alias (type L to list all):
    Changed type of partition 'Linux' to 'W95 FAT32 (LBA)'.

    Command (m for help): Partition number (1,2, default 2):
    The bootable flag on partition 1 is enabled now.

    Command (m for help): The partition table has been altered.
    Calling ioctl() to re-read partition table.
    Syncing disks.


    ################################################################################

    Partitioning Boot

    ################################################################################
    mkfs.fat 4.2 (2021-01-31)
    mkfs.fat: Warning: lowercase labels might not work properly on some systems

    ################################################################################

    Partitioning rootfs

    ################################################################################
    mke2fs 1.46.5 (30-Dec-2021)
    /dev/sda2 contains a ext3 file system labelled 'rootfs'
    last mounted on / on Thu Aug 31 15:17:00 2023
    Proceed anyway? (y,N) y
    Creating filesystem with 7761664 4k blocks and 1941504 inodes
    Filesystem UUID: 9d0077d1-7d06-4b35-9a76-9b53e2f3b6da
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000

    Allocating group tables: done
    Writing inode tables: done
    Creating journal (32768 blocks): done
    Writing superblocks and filesystem accounting information: done

    ################################################################################

    Partitioning is now done
    Continue to install filesystem or select 'n' to safe exit

    **Warning** Continuing will erase files any files in the partitions

    ################################################################################


    Would you like to continue? [y/n] : y



    Mount the partitions

    Emptying partitions

    Syncing....

    ################################################################################

    Choose file path to install from

    1 ) Install pre-built images from SDK
    2 ) Enter in custom boot and rootfs file paths

    ################################################################################

    Choose now [1/2] : 1


    Will now install from SDK pre-built images
    now installing: ti-processor-sdk-linux-am57xx-evm-08_02_01_00

    ################################################################################

    Multiple rootfs Tarballs found

    ################################################################################

    1:tisdk-default-image-am57xx-evm.tar.xz
    2:tisdk-docker-rootfs-image-am57xx-evm.tar.xz
    3:tisdk-base-image-am57xx-evm.tar.xz
    4:tisdk-tiny-image-am57xx-evm.tar.xz
    Enter Number of rootfs Tarball: 1

    ################################################################################

    Copying files now... will take minutes

    ################################################################################

    Copying boot partition

    ./create-sdcard.sh: line 1060: [am57xx: command not found
    ./create-sdcard.sh: line 1060: [am57xx: command not found


    MLO copied


    u-boot.img copied

    uEnv.txt copied


    Copying rootfs System partition


    Syncing...

    Un-mount the partitions

    Remove created temp directories

    Operation Finished

    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/bin$ minicom -w


    Welcome to minicom 2.8

    OPTIONS: I18n
    Port /dev/ttyUSB1, 15:16:18

    Press CTRL-A Z for help on special keys


    U-Boot SPL 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    *** Warning - bad CRC, using default environment

    Loading Environment from MMC... *** Warning - bad CRC, using default environment

    U-Boot 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... *** Warning - bad CRC, using default environment

    Loading Environment from MMC... *** Warning - bad CRC, using default environment

    Net:
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is 44:ea:d8:0e:0c:8e
    Address in environment is 70:ff:76:1c:21:8d
    eth2: ethernet@48484000
    Hit any key to stop autoboot: 0
    => help
    ? - alias for 'help'
    ab_select - Select the slot used to boot from and register the boot attempt.
    abootimg - manipulate Android Boot Image
    adtimg - manipulate dtb/dtbo Android image
    askenv - get environment variables from stdin
    avb - Provides commands for testing Android Verified Boot 2.0 functionalit
    y
    base - print or set address offset
    bcb - Load/set/clear/test/dump/store Android BCB fields
    bdinfo - print Board Info structure
    blkcache - block cache diagnostics and control
    boot - boot default, i.e., run 'bootcmd'
    bootd - boot default, i.e., run 'bootcmd'
    bootefi - Boots an EFI payload from memory
    bootelf - Boot from an ELF image in memory
    bootm - boot application image from memory
    bootp - boot image via network using BOOTP/TFTP protocol
    bootvx - Boot vxWorks from an ELF image
    bootz - boot Linux zImage image from memory
    cmp - memory compare
    coninfo - print console devices and information
    cp - memory copy
    crc32 - checksum calculation
    ddr - DDR3 test
    dfu - Device Firmware Upgrade
    dhcp - boot image via network using DHCP/TFTP protocol
    echo - echo args to console
    editenv - edit environment variable
    eeprom - EEPROM sub-system
    env - environment handling commands
    exit - exit script
    ext2load - load binary file from a Ext2 filesystem
    ext2ls - list files in a directory (default /)
    ext4load - load binary file from a Ext4 filesystem
    ext4ls - list files in a directory (default /)
    ext4size - determine a file's size
    ext4write - create a file in the root directory
    false - do nothing, unsuccessfully
    fastboot - run as a fastboot usb or udp device
    fatinfo - print information about filesystem
    fatload - load binary file from a dos filesystem
    fatls - list files in a directory (default /)
    fatmkdir - create a directory
    fatrm - delete a file
    fatsize - determine a file's size
    fatwrite - write file into a dos filesystem
    fdt - flattened device tree utility commands
    fstype - Look up a filesystem type
    fstypes - List supported filesystem types
    go - start application at address 'addr'
    gpio - query and control gpio pins
    gpt - GUID Partition Table
    help - print command description/usage
    i2c - I2C sub-system
    iminfo - print header information for application image
    imxtract - extract a part of a multi-image
    itest - return true/false on integer compare
    ln - Create a symbolic link
    load - load binary file from a filesystem
    loadb - load binary file over serial line (kermit mode)
    loads - load S-Record file over serial line
    loadx - load binary file over serial line (xmodem mode)
    loady - load binary file over serial line (ymodem mode)
    loop - infinite loop on address range
    ls - list files in a directory (default /)
    md - memory display
    mdio - MDIO utility commands
    mii - MII utility commands
    mm - memory modify (auto-incrementing address)
    mmc - MMC sub system
    mmcinfo - display MMC info
    mw - memory write (fill)
    nfs - boot image via network using NFS protocol
    nm - memory modify (constant address)
    panic - Panic with optional message
    part - disk partition related commands
    ping - send ICMP ECHO_REQUEST to network host
    printenv - print environment variables
    pxe - commands to get and boot from pxe files
    random - fill memory with random pattern
    regulator - uclass operations
    reset - Perform RESET of the CPU
    run - run commands in an environment variable
    save - save file to a filesystem
    saveenv - save environment variables to persistent storage
    scsi - SCSI sub-system
    scsiboot - boot from SCSI device
    setenv - set environment variables
    sf - SPI flash sub-system
    showvar - print local hushshell variables
    size - determine a file's size
    sleep - delay execution for some time
    source - run script from memory
    spl - SPL configuration
    sspi - SPI utility command
    sysboot - command to get and boot from syslinux files
    test - minimal test like /bin/sh
    tftpboot - boot image via network using TFTP protocol
    time - run commands and summarize execution time
    true - do nothing, successfully
    usb - USB sub-system
    usbboot - boot from USB device
    version - print monitor, compiler and linker version
    => boot
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    1490 bytes read in 9 ms (161.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    Failed to load '.psdk_setup'
    ## Resetting to default environment
    Saving Environment to FAT... OK
    1 bytes written in 15 ms (0 Bytes/s)
    resetting ...

    U-Boot SPL 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    OK


    U-Boot 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... OK
    Net:
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is 44:ea:d8:0e:0c:8e
    Address in environment is 70:ff:76:1c:21:8d
    eth2: ethernet@48484000
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    1490 bytes read in 9 ms (161.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    1 bytes read in 8 ms (0 Bytes/s)
    Already setup.
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    5169664 bytes read in 235 ms (21 MiB/s)
    201315 bytes read in 18 ms (10.7 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffcb000, end 8ffff262 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (arm-none-li
    nux-gnueabihf-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 Sun Jun 26 17:12:53 UTC 202
    2
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: TI AM5718 IDK
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, s
    ize 56 MiB
    [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatib
    le id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, s
    ize 64 MiB
    [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatib
    le id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, s
    ize 32 MiB
    [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatib
    le id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000be800000
    [ 0.000000] OMAP4: Map 0x00000000afd00000 to (ptrval) for dram barrier
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000afcfffff]
    [ 0.000000] Normal empty
    [ 0.000000] HighMem [mem 0x00000000afd00000-0x00000000bfffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afcfffff]
    [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000bfffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [ 0.000000] DRA722 ES2.0
    [ 0.000000] percpu: Embedded 16 pages/cpu s33228 r8192 d24116 u65536
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259654
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=0c8af35
    8-02 rw rootfstype=ext4 rootwait
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes,
    linear)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, li
    near)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] Memory: 836832K/1045504K available (10240K kernel code, 710K rwda
    ta, 3464K rodata, 2048K init, 297K bss, 28448K reserved, 180224K cma-reserved, 2
    37568K highmem)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=2 to nr_cpu_ids=1.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jif
    fies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4e0 wit
    h crng_init=0
    [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff
    , max_idle_ns: 58327039986419 ns
    [ 0.000030] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65
    535999984741ns
    [ 0.001312] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4a
    e00000/segment@10000/target-module@8000
    [ 0.001831] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48000
    000/segment@0/target-module@32000
    [ 0.002838] Failed to initialize '/ocp/interconnect@48800000/segment@0/target
    -module@2a000/timer@0': -22
    [ 0.003692] Console: colour dummy device 80x30
    [ 0.003753] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
    [ 0.061950] pid_max: default: 32768 minimum: 301
    [ 0.062072] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linea
    r)
    [ 0.062103] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes,
    linear)
    [ 0.062683] CPU: Testing write buffer coherency: ok
    [ 0.062713] CPU0: Spectre v2: using ICIALLU workaround
    [ 0.062866] /cpus/cpu@0 missing clock-frequency property
    [ 0.062896] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.063354] Setting up static identity map for 0x80200000 - 0x80200060
    [ 0.063446] rcu: Hierarchical SRCU implementation.
    [ 0.063598] EFI services will not be available.
    [ 0.063690] smp: Bringing up secondary CPUs ...
    [ 0.063690] smp: Brought up 1 node, 1 CPU
    [ 0.063690] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
    [ 0.063720] CPU: All CPU(s) started in HYP mode.
    [ 0.063720] CPU: Virtualization extensions available.
    [ 0.064056] devtmpfs: initialized
    [ 0.086730] VFP support v0.3: implementor 41 architecture 4 part 30 variant f
    rev 0
    [ 0.086914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
    x_idle_ns: 19112604462750000 ns
    [ 0.086914] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [ 0.089935] pinctrl core: initialized pinctrl subsystem
    [ 0.090515] DMI not present or invalid.
    [ 0.090759] NET: Registered protocol family 16
    [ 0.091857] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.094421] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.111907] thermal_sys: Registered thermal governor 'fair_share'
    [ 0.111907] thermal_sys: Registered thermal governor 'bang_bang'
    [ 0.111938] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.111938] thermal_sys: Registered thermal governor 'user_space'
    [ 0.112731] cpuidle: using governor ladder
    [ 0.112762] cpuidle: using governor menu
    [ 2.572021] random: fast init done
    [ 2.979370] No ATAGs?
    [ 2.979400] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint
    registers.
    [ 2.979431] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 3.016723] reg-fixed-voltage fixedregulator-v3_3d: Failed to register regula
    tor: -517
    [ 3.016906] V1_2D: supplied by VMAIN
    [ 3.017395] reg-fixed-voltage fixedregulator-vtt: Failed to register regulato
    r: -517
    [ 3.018707] iommu: Default domain type: Translated
    [ 3.022125] SCSI subsystem initialized
    [ 3.022583] mc: Linux media interface: v0.10
    [ 3.022613] videodev: Linux video capture interface: v2.00
    [ 3.022705] pps_core: LinuxPPS API ver. 1 registered
    [ 3.022705] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
    tti <giometti@linux.it>
    [ 3.022735] PTP clock support registered
    [ 3.022766] EDAC MC: Ver: 3.0.0
    [ 3.023956] Advanced Linux Sound Architecture Driver Initialized.
    [ 3.024749] clocksource: Switched to clocksource 32k_counter
    [ 3.030364] NET: Registered protocol family 2
    [ 3.030487] IP idents hash table entries: 16384 (order: 5, 131072 bytes, line
    ar)
    [ 3.031280] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144
    bytes, linear)
    [ 3.031311] TCP established hash table entries: 8192 (order: 3, 32768 bytes,
    linear)
    [ 3.031372] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 3.031494] TCP: Hash tables configured (established 8192 bind 8192)
    [ 3.031585] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [ 3.031616] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [ 3.031707] NET: Registered protocol family 1
    [ 3.032073] RPC: Registered named UNIX socket transport module.
    [ 3.032073] RPC: Registered udp transport module.
    [ 3.032073] RPC: Registered tcp transport module.
    [ 3.032104] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 3.032104] PCI: CLS 0 bytes, default 64
    [ 3.033538] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
    rs available
    [ 3.034240] Initialise system trusted keyrings
    [ 3.034393] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [ 3.038421] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 3.038909] NFS: Registering the id_resolver key type
    [ 3.038940] Key type id_resolver registered
    [ 3.038940] Key type id_legacy registered
    [ 3.039001] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 3.039031] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering
    ...
    [ 3.039062] ntfs: driver 2.1.32 [Flags: R/O].
    [ 3.039398] Key type asymmetric registered
    [ 3.039428] Asymmetric key parser 'x509' registered
    [ 3.039459] bounce: pool size: 64 pages
    [ 3.039489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
    44)
    [ 3.039520] io scheduler mq-deadline registered
    [ 3.039520] io scheduler kyber registered
    [ 3.566833] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (
    LinkedList1/2/3 supported)
    [ 3.879577] OMAP GPIO hardware version 0.1
    [ 4.110717] palmas 0-0058: Irq flag is 0x00000004
    [ 4.136688] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [ 4.151580] smps12: supplied by regulator-dummy
    [ 4.153137] smps3: supplied by VMAIN
    [ 4.154754] smps45: supplied by regulator-dummy
    [ 4.156463] smps6: supplied by VMAIN
    [ 4.158020] smps7: supplied by VMAIN
    [ 4.159820] smps8: supplied by VMAIN
    [ 4.160644] smps9: supplied by VMAIN
    [ 4.161621] ldo1: supplied by VMAIN
    [ 4.163330] ldo2: supplied by VMAIN
    [ 4.165069] ldo3: supplied by VMAIN
    [ 4.166778] ldo4: supplied by VMAIN
    [ 4.168640] LDO5: supplied by regulator-dummy
    [ 4.168975] LDO6: supplied by regulator-dummy
    [ 4.169311] LDO7: supplied by regulator-dummy
    [ 4.169677] LDO8: supplied by regulator-dummy
    [ 4.170043] ldo9: supplied by VMAIN
    [ 4.171936] ldoln: supplied by VMAIN
    [ 4.173675] ldousb: supplied by VMAIN
    [ 4.190704] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 4.216125] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 4.217346] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 4.224456] edma 43300000.dma: memcpy is disabled
    [ 4.227203] edma 43300000.dma: TI EDMA DMA engine driver
    [ 4.243713] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [ 4.243865] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctrl
    -cells = <1>
    [ 4.243927] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
    [ 4.243927] pinctrl-single 4a002e8c.pinmux: 1 pins, size 4
    [ 4.249328] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ran
    ges:
    [ 4.249389] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0
    x0000000000
    [ 4.249420] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0
    x0020013000
    [ 5.245422] dra7-pcie 51000000.pcie: Phy link never came up
    [ 5.245544] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [ 5.245544] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 5.245544] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 5.245574] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 5.245605] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [ 5.245635] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [ 5.245635] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [ 5.245727] pci 0000:00:00.0: supports D1
    [ 5.245727] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [ 5.253509] PCI: bus0: Fast back to back transfers disabled
    [ 5.261047] PCI: bus1: Fast back to back transfers enabled
    [ 5.261108] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 5.261108] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 5.261138] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 5.261474] pcieport 0000:00:00.0: PME: Signaling with IRQ 170
    [ 5.303192] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 5.307037] printk: console [ttyS2] disabled
    [ 5.307189] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 110, base_baud =
    3000000) is a 8250
    [ 6.384887] printk: console [ttyS2] enabled
    [ 6.392028] omap_rng 48090000.rng: Random Number Generator ver. 20
    [ 6.398376] random: crng init done
    [ 6.403778] DSS: OMAP DSS rev 6.1
    [ 6.431915] brd: module loaded
    [ 6.440338] loop: module loaded
    [ 6.451843] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
    [ 6.457031] 7 fixed-partitions partitions found on MTD device spi0.0
    [ 6.463409] Creating 7 MTD partitions on "spi0.0":
    [ 6.468261] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [ 6.485290] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 6.495269] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 6.505249] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 6.515289] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 6.535278] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 6.545257] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 6.614776] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1
    000000
    [ 6.626037] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driv
    er Micrel KSZ9031 Gigabit PHY
    [ 6.635803] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driv
    er Micrel KSZ9031 Gigabit PHY
    [ 6.646270] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
    [ 6.653076] cpsw-switch 48484000.switch: ALE Table size 1024
    [ 6.658874] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jif
    fies)
    [ 6.666503] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mu
    lt:4036623398 calc_shift:30 error:-1 nsec/sec
    [ 6.677734] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0e:0c:8e
    [ 6.684783] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0e:0c:8f
    [ 6.693176] cpsw-switch 48484000.switch: initialized (regs 0x0000000048484000
    , pool size 256) hw_ver:0019010F 1.15 (0)
    [ 6.704895] i2c /dev entries driver
    [ 6.718078] sdhci: Secure Digital Host Controller Interface driver
    [ 6.724304] sdhci: Copyright(c) Pierre Ossman
    [ 6.730651] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 6.737823] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000
    microseconds (-22)
    [ 6.747955] ledtrig-cpu: registered to indicate activity on CPUs
    [ 6.755004] sdhci-omap 480b4000.mmc: failed to set system capabilities
    [ 6.774749] sdhci-omap 4809c000.mmc: Got CD GPIO
    [ 6.783142] NET: Registered protocol family 10
    [ 6.789123] Segment Routing with IPv6
    [ 6.792846] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 6.799133] NET: Registered protocol family 17
    [ 6.803802] Key type dns_resolver registered
    [ 6.808197] Registering SWP/SWPB emulation handler
    [ 6.813354] omap_voltage_late_init: Voltage driver support not added
    [ 6.819824] Power Management for TI OMAP4+ devices.
    [ 6.825073] Loading compiled-in X.509 certificates
    [ 6.851409] dmm 4e000000.dmm: workaround for errata i878 in use
    [ 6.858795] dmm 4e000000.dmm: initialized all PAT entries
    [ 6.864898] V3_3D: supplied by smps9
    [ 6.868988] vtt_fixed: supplied by V3_3D
    [ 6.874237] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 6.881622] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 6.887908] platform 40800000.dsp: Adding to iommu group 0
    [ 6.894409] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 6.900390] platform 58820000.ipu: Adding to iommu group 1
    [ 6.906890] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 6.912841] platform 55020000.ipu: Adding to iommu group 2
    [ 6.919708] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compone
    nt_ops)
    [ 6.927673] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_compo
    nent_ops)
    [ 6.937194] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [ 6.943969] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
    [ 6.953002] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000
    microseconds (-22)
    [ 6.963104] ALSA device list:
    [ 6.966339] No soundcards found.
    [ 6.970489] sdhci-omap 4809c000.mmc: Got CD GPIO
    [ 6.976135] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [ 6.994781] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [ 7.015106] mmc1: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [ 7.022888] Waiting for root device PARTUUID=0c8af358-02...
    [ 7.062133] mmc1: new high speed SDHC card at address 5048
    [ 7.068084] mmcblk1: mmc1:5048 SD32G 29.7 GiB
    [ 7.074798] mmcblk1: p1 p2
    [ 7.096282] mmc0: new DDR MMC card at address 0001
    [ 7.101593] mmcblk0: mmc0:0001 R1J56L 13.8 GiB
    [ 7.106506] mmcblk0boot0: mmc0:0001 R1J56L partition 1 4.00 MiB
    [ 7.112762] mmcblk0boot1: mmc0:0001 R1J56L partition 2 4.00 MiB
    [ 7.118988] mmcblk0rpmb: mmc0:0001 R1J56L partition 3 128 KiB, chardev (243:0
    )
    [ 7.142211] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. O
    pts: (null)
    [ 7.150451] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 7.164062] devtmpfs: mounted
    [ 7.168090] Freeing unused kernel memory: 2048K
    [ 7.172729] Run /sbin/init as init process
    [ 7.473236] systemd[1]: System time before build time, advancing clock.
    [ 7.511962] systemd[1]: systemd 244 running in system mode. (+PAM -AUDIT -SEL
    INUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +
    XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybr
    id)
    [ 7.533782] systemd[1]: Detected architecture arm.

    Welcome to Arago 2021.09!

    [ 7.586151] systemd[1]: Set hostname to <am57xx-evm>.
    [ 7.606384] systemd[1]: Initializing machine ID from random generator.
    [ 7.944793] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [ 8.076324] systemd[1]: system-getty.slice: unit configures an IP firewall, b
    ut the local system does not support BPF/cgroup firewalling.
    [ 8.088836] systemd[1]: (This warning is only shown for the first unit using
    IP firewalling.)
    [ 8.099334] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 8.136596] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 8.175598] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 8.215484] systemd[1]: Started Dispatch Password Requests to Console Directo
    ry Watch.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 8.254974] systemd[1]: Started Forward Password Requests to Wall Directory W
    atch.
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 8.295379] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 8.334869] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 8.375061] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 8.414916] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 8.456390] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 8.495056] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 8.541473] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 8.575469] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 8.658782] systemd[1]: Condition check resulted in Journal Audit Socket bein
    g skipped.
    [ 8.667419] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 8.705963] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 8.746246] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 8.785888] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 8.825042] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 8.865661] systemd[1]: Condition check resulted in Huge Pages File System be
    ing skipped.
    [ 8.877532] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 8.919036] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 8.976379] systemd[1]: Mounting Temporary Directory (/tmp)...
    Mounting Temporary Directory (/tmp)...
    [ 9.015289] systemd[1]: Condition check resulted in Create list of static dev
    ice nodes for the current kernel being skipped.
    [ 9.029571] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 9.077758] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 9.115081] systemd[1]: Condition check resulted in File System Check on Root
    Device being skipped.
    [ 9.132019] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 9.176818] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 9.202423] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 9.213928] cmemk: loading out-of-tree module taints kernel.
    Starting Remount Root and Kernel File Systems 9.235137] CMEMK module:
    reference Linux version 5.10.100
    [0m...
    [ 9.258270] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 9.267395] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 9.288055] no physical memory specified
    [ 9.299468] cmemk initialized
    [ 9.303375] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 9.333923] cryptodev: driver 1.10 loaded.
    [ 9.345275] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 9.388732] systemd[1]: Mounted Kernel Debug File System.
    [ OK ] Mounted Kernel Debug File System.
    [ 9.415832] systemd[1]: Mounted Temporary Directory (/tmp).
    [ OK ] Mounted Temporary Directory (/tmp).
    [ 9.444854] systemd[1]: psplash-start.service: Main process exited, code=exit
    ed, status=255/EXCEPTION
    [ 9.454467] systemd[1]: psplash-start.service: Failed with result 'exit-code'
    .
    [ 9.496612] systemd[1]: Failed to start Start psplash boot splash screen.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [ 9.544860] systemd[1]: Dependency failed for Start psplash-systemd progress
    communication helper.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [ 9.584838] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/
    start failed with result 'dependency'.
    [ 9.596527] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ 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.775268] systemd-journald[99]: Received client request to flush runtime jo
    urnal.
    Starting Apply Kernel Variables...
    Starting Create System Users...
    [ OK ] Mounted Kernel Configuration File System.
    [ OK ] Started Flush Journal to Persistent Storage.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create System Users.
    Starting Create Static Device Nodes in /dev...
    [ 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 ] Mounted /media/ram.
    [ OK ] Mounted /var/volatile.
    Starting Load/Save Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Rebuild Dynamic Linker Cache...
    Starting Create Volatile Files and Directories...
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started Load/Save Random Seed.
    [ OK ] Started Create Volatile Files and Directories.
    Starting Run pending postinsts...
    Starting Rebuild Journal Catalog...
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Rebuild Journal Catalog.
    Starting udev Wait for Complete Device Initialization...
    [ 11.068725] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memor
    y@9d000000
    [ 11.218841] remoteproc remoteproc0: 58820000.ipu is available
    [ 11.276641] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ 11.316253] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memor
    y@95800000
    [ 11.355133] omap-sham 4b101000.sham: will run requests pump with realtime pri
    ority
    [ 11.392852] remoteproc remoteproc1: 55020000.ipu is available
    [ 11.450164] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memor
    y@99000000
    [ 11.472351] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
    [ 11.529479] remoteproc remoteproc2: 40800000.dsp is available
    [ 11.550445] omap-sham 42701000.sham: will run requests pump with realtime pri
    ority
    [ 11.687438] remoteproc remoteproc0: powering up 58820000.ipu
    [ 11.693145] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size
    4969792
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ 11.800140] remoteproc remoteproc1: powering up 55020000.ipu
    [ OK ] Reached target System Time Synchronized.
    [ 11.855957] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size
    3751360
    [ 11.893737] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [ 12.009429] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [ 12.104431] remoteproc remoteproc2: powering up 40800000.dsp
    [ 12.175567] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size
    5659076
    [ 12.271484] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 12.411804] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 12.512725] Driver for 1-wire Dallas network protocol.
    [ 12.519042] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ 12.531433] remoteproc0#vdev0buffer: assigned reserved memory node ipu1-memo
    ry@9d000000
    [ 12.640411] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Interr
    upt mode
    [ 12.651031] omap-des 480a5000.des: will run requests pump with realtime prior
    ity
    [ 12.724731] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as
    rtc0
    [ 12.754180] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 12.775756] remoteproc2#vdev0buffer: assigned reserved memory node dsp1-memo
    ry@99000000
    [ 12.820831] remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [ 12.835662] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 m
    icroseconds (-22)
    [ 12.879333] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting syste
    m clock to 2000-01-01T00:00:00 UTC (946684800)
    [ 12.902099] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [ 13.012023] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample ad
    dr 0x32
    [ 13.048431] w1_master_driver w1_bus_master1: Attaching one wire slave 01.0000
    00000000 crc 3d
    [ 13.145568] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample ad
    dr 0x33
    [ 13.249847] power_supply bq27000-battery: power_supply_get_battery_info curre
    ntly only supports devicetree
    [ 13.294921] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [ 13.420471] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [ 13.817962] cal 4845b000.cal: Neither port is configured, no point in staying
    up
    [ 13.981170] remoteproc1#vdev0buffer: assigned reserved memory node ipu2-memo
    ry@95800000
    [ 14.150115] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 14.191406] remoteproc2#vdev0buffer: registered virtio1 (type 7)
    [ 14.287475] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [ 14.423126] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample ad
    dr 0x32
    [ OK ] Started Rebuild Dynamic Linker Cache.
    Starting Update is Completed...
    [ 14.555664] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample ad
    dr 0x33
    [ 14.563537] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [ 14.802032] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [ 14.887390] omap_rtc 48838000.rtc: registered as rtc1
    [ OK ] Started Update is Completed.
    [ 14.948883] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 14.954437] remoteproc1#vdev0buffer: registered virtio2 (type 7)
    [ 15.052825] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [ 15.184356] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [ 15.270416] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x66
    [ 15.321990] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [ 15.468261] vpe 489d0000.vpe: Device registered as /dev/video0
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ 16.785552] ahci 4a140000.sata: supply ahci not found, using dummy regulator
    [ 16.792755] ahci 4a140000.sata: supply phy not found, using dummy regulator
    [ 16.954223] ahci 4a140000.sata: supply target not found, using dummy regulato
    r
    [ 17.079772] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [ 17.152160] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 im
    pl platform mode
    [ 17.304626] ahci 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio
    slum part ccc apst
    [ OK ] Started Run pending postinsts.
    [ 17.393005] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 17.404968] CAN device driver interface
    [ 17.474884] scsi host0: ahci
    [ 17.477996] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x1
    00 irq 34
    [ OK ] Started File System Check on /dev/m[ 17.492889] c_can_platform 4ae3c0
    00.can: c_can_platform device registered (regs=b913ddb5, irq=109)
    mcblk1p1.
    Mounting /run/media/mmcblk1p1...
    [ 17.544830] davinci_mdio 4b232400.mdio: davinci mdio revision 1.6, bus freq 1
    000000
    [ OK ] Mounted /run/media/mmcblk1p1.
    [ 17.687286] davinci_mdio 4b232400.mdio: phy[0]: device 4b232400.mdio:00, driv
    er TI TLK10X 10/100 Mbps PHY
    [ 17.731018] davinci_mdio 4b232400.mdio: phy[1]: device 4b232400.mdio:01, driv
    er TI TLK10X 10/100 Mbps PHY
    [ 17.868072] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 17.899291] ata1: SATA link down (SStatus 0 SControl 300)
    [ 17.917053] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 1
    000000
    [ 17.940216] omap-aes 4b500000.aes: will run requests pump with realtime prior
    ity
    [ 18.014099] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on m
    inor 1
    [ 18.030731] davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driv
    er TI TLK10X 10/100 Mbps PHY
    [ 18.050659] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 18.095092] omap-aes 4b700000.aes: will run requests pump with realtime prior
    ity
    [ 18.128479] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driv
    er TI TLK10X 10/100 Mbps PHY
    [ 18.826599] remoteproc remoteproc3: 4b234000.pru is available
    [ 18.911834] remoteproc remoteproc4: 4b238000.pru is available
    [ 18.951477] remoteproc remoteproc5: 4b2b4000.pru is available
    [ 19.009216] remoteproc remoteproc6: 4b2b8000.pru is available
    [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [ 21.526916] prueth pruss1_eth: TI PRU ethernet driver initialized: dual EMAC
    mode
    [ 21.743743] usbcore: registered new interface driver usbfs
    [ 21.796936] prueth pruss2_eth: TI PRU ethernet driver initialized: dual EMAC
    mode
    [ 21.886718] usbcore: registered new interface driver hub
    [ 21.932678] usbcore: registered new device driver usb
    [ 22.009887] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 22.042266] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus nu
    mber 1
    [ 22.075225] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100
    quirks 0x0000000002010010
    [ 22.084716] xhci-hcd xhci-hcd.2.auto: irq 183, io mem 0x48890000
    [ 22.105163] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc
    dDevice= 5.10
    [ 22.113464] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
    1
    [ 22.134765] usb usb1: Product: xHCI Host Controller
    [ 22.139678] usb usb1: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [ 22.154785] usb usb1: SerialNumber: xhci-hcd.2.auto
    [ 22.175201] hub 1-0:1.0: USB hub found
    [ 22.178985] hub 1-0:1.0: 1 port detected
    [ 22.183685] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 22.204864] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus nu
    mber 2
    [ 22.212554] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [ 22.234863] usb usb2: We don't know the algorithms for LPM for this host, dis
    abling LPM.
    [ 22.243072] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bc
    dDevice= 5.10
    [ 22.264770] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=
    1
    [ 22.272033] usb usb2: Product: xHCI Host Controller
    [ 22.284790] usb usb2: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [ 22.291442] usb usb2: SerialNumber: xhci-hcd.2.auto
    [ 22.315643] hub 2-0:1.0: USB hub found
    [ 22.320159] hub 2-0:1.0: 1 port detected
    [ OK ] Started udev Wait for Complete Device Initialization.
    [ OK ] Reached target Hardware activated USB gadget.
    Starting Start psplash boot splash screen...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ 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.
    Starting Save/Restore Sound Card State...
    [ OK ] Started Job spooling tools.
    [ OK ] Started Periodic Command Scheduler.
    [ OK ] Started D-Bus System Message Bus.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Reboot and dump vmcore via kexec...
    Starting rc.pvr.service...
    Starting Login Service...
    Starting TI IPC Daemon...
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.servic[ 23.643951] PVR_K: UM DDK-(4948957)
    and KM DDK-(4948957) match. [ OK ]
    e' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [ OK ] Started Save/Restore Sound Card State.
    [ OK ] Started IPv6 Packet Filtering Framework.
    [ OK ] Started IPv4 Packet Filtering Framework.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Reached target Network (Pre).
    [ OK ] Reached target Sound Card.
    Starting Network Service...
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    [ 23.968475] pps pps0: new PPS source ptp0
    Starting Network Name Resolution...
    [ 23.993469] icss-iep 4b2ae000.iep: iep ptp bc clkid 0
    [ 24.014617] remoteproc remoteproc6: powering up 4b2b8000.pru
    [ 24.038635] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru1-pru
    eth-fw.elf, size 6952
    [ 24.083099] remoteproc remoteproc6: unsupported resource 5
    [ 24.083404] remoteproc remoteproc6: remote processor 4b2b8000.pru is now up
    [ 24.110260] net eth5: started
    [ 24.116333] remoteproc remoteproc5: powering up 4b2b4000.pru
    [ 24.117584] remoteproc remoteproc5: Booting fw image ti-pruss/am57xx-pru0-pru
    eth-fw.elf, size 6920
    [ 24.117584] remoteproc remoteproc5: unsupported resource 5
    [ 24.117706] remoteproc remoteproc5: remote processor 4b2b4000.pru is now up
    [ 24.122283] net eth4: started
    [ 24.133056] pps pps1: new PPS source ptp1
    [ 24.135955] icss-iep 4b22e000.iep: iep ptp bc clkid 0
    [ 24.135955] remoteproc remoteproc4: powering up 4b238000.pru
    [ 24.136047] remoteproc remoteproc4: Booting fw image ti-pruss/am57xx-pru1-pru
    eth-fw.elf, size 6952
    [ 24.136047] remoteproc remoteproc4: unsupported resource 5
    [ 24.136566] remoteproc remoteproc4: remote processor 4b238000.pru is now up
    [ 24.147369] net eth3: started
    [ 24.153472] remoteproc remoteproc3: powering up 4b234000.pru
    [ 24.153564] remoteproc remoteproc3: Booting fw image ti-pruss/am57xx-pru0-pru
    eth-fw.elf, size 6920
    [ 24.153594] remoteproc remoteproc3: unsupported resource 5
    [ 24.153656] remoteproc remoteproc3: remote processor 4b234000.pru is now up
    [ 24.164459] net eth2: started
    [ 24.184173] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
    [ 24.368347] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver
    [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:01, irq=POLL)
    [ 24.402893] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
    [ OK ] Started Login Service.
    [ 24.506103] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver
    [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    Starting Enable and configure wl18xx bluetooth stack...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
    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 Enable and configure wl18xx bluetooth stack.
    [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [ OK ] Started Synchronize System and HW clocks.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash
    bc
    binutils
    cifs-utils
    coreutils-stdbuf
    coreutils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    glmark2
    gstreamer1.0-libav
    gzip
    less
    libasm1
    libbfd
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline8
    libunistring2
    m4
    make
    nettle
    parted
    pdm-anomaly-detection
    tar
    which

    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.
    [ OK ] Started weston.service.
    Starting Matrix GUI...
    Starting telnetd.service...
    [ OK ] Started telnetd.service.
    [ OK ] Started Matrix GUI.
    [ 27.546386] cpsw-switch 48484000.switch eth1: Link is Up - 1Gbps/Full - flow
    control off
    [ 27.555389] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready

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

    Arago Project http://arago-project.org am57xx-evm ttyS2

    Arago 2021.09 am57xx-evm ttyS2

    am57xx-evm login: root
    root@am57xx-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 44:ea:d8:0e:0c:8e txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1
    inet 10.10.112.46 netmask 255.255.255.0 broadcast 10.10.112.255
    inet6 fe80::46ea:d8ff:fe0e:c8f prefixlen 64 scopeid 0x20<link>
    ether 44:ea:d8:0e:0c:8f txqueuelen 1000 (Ethernet)
    RX packets 101 bytes 11980 (11.6 KiB)
    RX errors 0 dropped 25 overruns 0 frame 0
    TX packets 38 bytes 5634 (5.5 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 70:ff:76:1c:21:8f txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth3: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 70:ff:76:1c:21:90 txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth4: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 70:ff:76:1c:21:8d txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    eth5: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
    ether 70:ff:76:1c:21:8e txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 0 bytes 0 (0.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1000 (Local Loopback)
    RX packets 82 bytes 6220 (6.0 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 82 bytes 6220 (6.0 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    root@am57xx-evm:~# fw_printenv
    Configuration file wrong or corrupted
    root@am57xx-evm:~# [ 144.509887] cryptd: max_cpu_qlen set to 1000
    [ 144.692871] Initializing XFRM netlink socket

    root@am57xx-evm:~# fw_printenv
    Configuration file wrong or corrupted
    root@am57xx-evm:~# poweroff
    root@am57xx-evm:~# 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 rotation of log files.
    [ 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 Job spooling tools...
    Stopping Avahi mDNS/DNS-SD Stack...
    Stopping Periodic Command Scheduler...
    Stopping Getty on tty1...
    Stopping Reboot and dump vmcore via kexec...
    Stopping Lighttpd Daemon...
    [ OK ] Stopped Matrix GUI.
    Stopping NFS status monitor for NFSv2/3 locking....
    Stopping Serial Getty on ttyS2...
    Stopping Simple Network Ma…ent Protocol (SNMP) Daemon....
    Stopping strongSwan IPsec …Ev2 daemon using ipsec.conf...
    Stopping Load/Save Random Seed...
    Stopping thermal-zone-init.service...
    Stopping TI IPC Daemon...
    [ OK ] Stopped Job spooling tools.
    [ OK ] Stopped Periodic Command Scheduler.
    [ OK ] Stopped TI IPC Daemon.
    [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
    [ OK ] Stopped NFS status monitor for NFSv2/3 locking..
    [ OK ] Stopped Simple Network Man…ement Protocol (SNMP) Daemon..
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped Serial Getty on ttyS2.
    [ OK ] Stopped strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
    [ OK ] Stopped Lighttpd Daemon.
    [ OK ] Stopped Save/Restore Sound Card State.
    [ OK ] Stopped Reboot and dump vmcore via kexec.
    [ OK ] Stopped Load/Save Random Seed.
    [ 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 gdbserverproxy.service...
    Stopping Login Service...
    Stopping User Manager for UID 0...
    [ OK ] Stopped Login Service.
    [ OK ] Stopped User Manager for UID 0.
    [ OK ] Stopped gdbserverproxy.service.
    Stopping LSB: network benchmark...
    Stopping User Runtime Directory /run/user/0...
    [ OK ] Unmounted /run/user/0.
    [ OK ] Stopped LSB: network benchmark.
    [ 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.
    Stopping Network Name Resolution...
    Stopping weston.service...
    [ OK ] Stopped Network Name Resolution.
    [ OK ] Stopped weston.service.
    [ OK ] Stopped target Remote File Systems.
    Stopping rc.pvr.service...
    Stopping Network Service...
    [ OK ] Stopped rc.pvr.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.
    Stopping Hardware RNG Entropy Gatherer Daemon...
    [ OK ] Stopped Apply Kernel Variables.
    [ OK ] Stopped Load Kernel Modules.
    Stopping Network Time Synchronization...
    [ OK ] Stopped Update is Completed.
    [ OK ] Stopped Rebuild Dynamic Linker Cache.
    [ OK ] Stopped Rebuild Journal Catalog.
    [ OK ] Stopped Network Time Synchronization.
    [ OK ] Stopped Hardware RNG Entropy Gatherer Daemon.
    [ 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 Create Static Device Nodes in /dev.
    [ OK ] Stopped Create System Users.
    [ OK ] Stopped Remount Root and Kernel File Systems.
    [ OK ] Reached target Shutdown.
    [ OK ] Reached target Final Step.
    [ OK ] Started Power-Off.
    [ OK ] Reached target Power-Off.
    [ 204.259918] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 204.315673] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [ 204.331817] systemd-journald[99]: Received SIGTERM from PID 1 (systemd-shutdo
    w).
    [ 204.358856] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [ 204.373748] systemd-shutdown[1]: Unmounting file systems.
    [ 204.382690] [1308]: Remounting '/' read-only in with options '(null)'.
    [ 204.406372] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 204.425537] systemd-shutdown[1]: All filesystems unmounted.
    [ 204.431488] systemd-shutdown[1]: Deactivating swaps.
    [ 204.436676] systemd-shutdown[1]: All swaps deactivated.
    [ 204.441925] systemd-shutdown[1]: Detaching loop devices.
    [ 204.449829] systemd-shutdown[1]: All loop devices detached.
    [ 204.455413] systemd-shutdown[1]: Detaching DM devices.
    [ 204.460815] systemd-shutdown[1]: All DM devices detached.
    [ 204.466278] systemd-shutdown[1]: All filesystems, swaps, loop devices and DM
    devices detached.
    [ 204.485076] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 204.493286] systemd-shutdown[1]: Powering off.
    [ 204.551574] reboot: Power down
    CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.8 | VT102 | Offline | ttyUSB1
    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/bin$ minicom -S ./bin/setupBoard.minicom

    Welcome to minicom 2.8

    OPTIONS: I18n
    Port /dev/ttyUSB1, 15:36:08

    Press CTRL-A Z for help on special keys


    U-Boot SPL 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    OK


    U-Boot 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... OK
    Net:
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is 44:ea:d8:0e:0c:8e
    Address in environment is 70:ff:76:1c:21:8d
    eth2: ethernet@48484000
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    Failed to load 'boot.scr'
    1490 bytes read in 9 ms (161.1 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    Running uenvcmd ...
    1 bytes read in 9 ms (0 Bytes/s)
    Already setup.
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    5169664 bytes read in 235 ms (21 MiB/s)
    201315 bytes read in 18 ms (10.7 MiB/s)
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffcb000, end 8ffff262 ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (arm-none-l2
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: div instructions available: patching division code
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] OF: fdt: Machine model: TI AM5718 IDK
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] efi: UEFI not found.
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, B
    [ 0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatil
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, B
    [ 0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatil
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, B
    [ 0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatil
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000be800000
    [ 0.000000] OMAP4: Map 0x00000000afd00000 to (ptrval) for dram barrier
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000afcfffff]
    [ 0.000000] Normal empty
    [ 0.000000] HighMem [mem 0x00000000afd00000-0x00000000bfffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000afcfffff]
    [ 0.000000] node 0: [mem 0x00000000b0000000-0x00000000bfffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [ 0.000000] DRA722 ES2.0
    [ 0.000000] percpu: Embedded 16 pages/cpu s33228 r8192 d24116 u65536
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 259654
    [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=0c8af3t
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes,)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, l)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] Memory: 836832K/1045504K available (10240K kernel code, 710K rwd)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 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=2 to nr_cpu_ids=1.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 ji.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [ 0.000000] GIC: Using split EOI/Deactivate mode
    [ 0.000000] random: get_random_bytes called from start_kernel+0x32c/0x4e0 wi0
    [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
    [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 6s
    [ 0.001312] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@40
    [ 0.001800] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48000
    [ 0.002807] Failed to initialize '/ocp/interconnect@48800000/segment@0/targe2
    [ 0.003662] Console: colour dummy device 80x30
    [ 0.003723] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
    [ 0.061920] pid_max: default: 32768 minimum: 301
    [ 0.062042] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, line)
    [ 0.062042] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes,)
    [ 0.062652] CPU: Testing write buffer coherency: ok
    [ 0.062683] CPU0: Spectre v2: using ICIALLU workaround
    [ 0.062835] /cpus/cpu@0 missing clock-frequency property
    [ 0.062866] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.063323] Setting up static identity map for 0x80200000 - 0x80200060
    [ 0.063415] rcu: Hierarchical SRCU implementation.
    [ 0.063568] EFI services will not be available.
    [ 0.063659] smp: Bringing up secondary CPUs ...
    [ 0.063659] smp: Brought up 1 node, 1 CPU
    [ 0.063690] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
    [ 0.063690] CPU: All CPU(s) started in HYP mode.
    [ 0.063690] CPU: Virtualization extensions available.
    [ 0.064025] devtmpfs: initialized
    [ 0.086730] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
    [ 0.086914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
    [ 0.086914] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
    [ 0.089935] pinctrl core: initialized pinctrl subsystem
    [ 0.090484] DMI not present or invalid.
    [ 0.090759] NET: Registered protocol family 16
    [ 0.091827] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.094390] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.111877] thermal_sys: Registered thermal governor 'fair_share'
    [ 0.111877] thermal_sys: Registered thermal governor 'bang_bang'
    [ 0.111877] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.111907] thermal_sys: Registered thermal governor 'user_space'
    [ 0.112701] cpuidle: using governor ladder
    [ 0.112731] cpuidle: using governor menu
    [ 2.571960] random: fast init done
    [ 2.977142] No ATAGs?
    [ 2.977172] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
    [ 2.977203] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 3.014495] reg-fixed-voltage fixedregulator-v3_3d: Failed to register regul7
    [ 3.014678] V1_2D: supplied by VMAIN
    [ 3.015136] reg-fixed-voltage fixedregulator-vtt: Failed to register regulat7
    [ 3.016448] iommu: Default domain type: Translated
    [ 3.019866] SCSI subsystem initialized
    [ 3.020355] mc: Linux media interface: v0.10
    [ 3.020385] videodev: Linux video capture interface: v2.00
    [ 3.020446] pps_core: LinuxPPS API ver. 1 registered
    [ 3.020477] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
    [ 3.020477] PTP clock support registered
    [ 3.020507] EDAC MC: Ver: 3.0.0
    [ 3.021697] Advanced Linux Sound Architecture Driver Initialized.
    [ 3.022491] clocksource: Switched to clocksource 32k_counter
    [ 3.028137] NET: Registered protocol family 2
    [ 3.028289] IP idents hash table entries: 16384 (order: 5, 131072 bytes, lin)
    [ 3.029052] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144)
    [ 3.029083] TCP established hash table entries: 8192 (order: 3, 32768 bytes,)
    [ 3.029174] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 3.029296] TCP: Hash tables configured (established 8192 bind 8192)
    [ 3.029357] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [ 3.029388] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [ 3.029510] NET: Registered protocol family 1
    [ 3.029846] RPC: Registered named UNIX socket transport module.
    [ 3.029846] RPC: Registered udp transport module.
    [ 3.029876] RPC: Registered tcp transport module.
    [ 3.029876] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 3.029876] PCI: CLS 0 bytes, default 64
    [ 3.031311] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
    [ 3.032012] Initialise system trusted keyrings
    [ 3.032165] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [ 3.036193] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 3.036682] NFS: Registering the id_resolver key type
    [ 3.036712] Key type id_resolver registered
    [ 3.036712] Key type id_legacy registered
    [ 3.036773] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 3.036804] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registerin.
    [ 3.036834] ntfs: driver 2.1.32 [Flags: R/O].
    [ 3.037200] Key type asymmetric registered
    [ 3.037200] Asymmetric key parser 'x509' registered
    [ 3.037231] bounce: pool size: 64 pages
    [ 3.037261] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
    [ 3.037292] io scheduler mq-deadline registered
    [ 3.037292] io scheduler kyber registered
    [ 3.565795] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
    [ 3.879150] OMAP GPIO hardware version 0.1
    [ 4.110626] palmas 0-0058: Irq flag is 0x00000004
    [ 4.134094] palmas 0-0058: Muxing GPIO 2d, PWM 0, LED 0
    [ 4.148986] smps12: supplied by regulator-dummy
    [ 4.150543] smps3: supplied by VMAIN
    [ 4.152160] smps45: supplied by regulator-dummy
    [ 4.153869] smps6: supplied by VMAIN
    [ 4.155395] smps7: supplied by VMAIN
    [ 4.157196] smps8: supplied by VMAIN
    [ 4.158020] smps9: supplied by VMAIN
    [ 4.158966] ldo1: supplied by VMAIN
    [ 4.160705] ldo2: supplied by VMAIN
    [ 4.162414] ldo3: supplied by VMAIN
    [ 4.164184] ldo4: supplied by VMAIN
    [ 4.166015] LDO5: supplied by regulator-dummy
    [ 4.166381] LDO6: supplied by regulator-dummy
    [ 4.166717] LDO7: supplied by regulator-dummy
    [ 4.167053] LDO8: supplied by regulator-dummy
    [ 4.167449] ldo9: supplied by VMAIN
    [ 4.169311] ldoln: supplied by VMAIN
    [ 4.171051] ldousb: supplied by VMAIN
    [ 4.188079] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 4.213500] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 4.214721] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 4.221801] edma 43300000.dma: memcpy is disabled
    [ 4.224578] edma 43300000.dma: TI EDMA DMA engine driver
    [ 4.241088] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [ 4.241241] pinctrl-single 4a002e8c.pinmux: please update dts to use #pinctr>
    [ 4.241302] pinctrl-single 4a002e8c.pinmux: initialized with no interrupts
    [ 4.241302] pinctrl-single 4a002e8c.pinmux: 1 pins, size 4
    [ 4.246704] dra7-pcie 51000000.pcie: host bridge /ocp/axi@0/pcie@51000000 ra:
    [ 4.246765] dra7-pcie 51000000.pcie: IO 0x0020003000..0x0020012fff -> 0
    [ 4.246795] dra7-pcie 51000000.pcie: MEM 0x0020013000..0x002fffffff -> 0
    [ 5.243103] dra7-pcie 51000000.pcie: Phy link never came up
    [ 5.243225] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
    [ 5.243255] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 5.243255] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 5.243286] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
    [ 5.243316] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
    [ 5.243347] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
    [ 5.243347] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
    [ 5.243408] pci 0000:00:00.0: supports D1
    [ 5.243438] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [ 5.251190] PCI: bus0: Fast back to back transfers disabled
    [ 5.258758] PCI: bus1: Fast back to back transfers enabled
    [ 5.258789] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
    [ 5.258819] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
    [ 5.258819] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
    [ 5.259185] pcieport 0000:00:00.0: PME: Signaling with IRQ 170
    [ 5.300842] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 5.304687] printk: console [ttyS2] disabled
    [ 5.304840] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 110, base_baud 0
    [ 6.382537] printk: console [ttyS2] enabled
    [ 6.389678] omap_rng 48090000.rng: Random Number Generator ver. 20
    [ 6.396057] random: crng init done
    [ 6.401458] DSS: OMAP DSS rev 6.1
    [ 6.429687] brd: module loaded
    [ 6.438110] loop: module loaded
    [ 6.449645] spi-nor spi0.0: s25fl256s1 (32768 Kbytes)
    [ 6.454833] 7 fixed-partitions partitions found on MTD device spi0.0
    [ 6.461242] Creating 7 MTD partitions on "spi0.0":
    [ 6.466064] 0x000000000000-0x000000040000 : "QSPI.SPL"
    [ 6.483032] 0x000000040000-0x000000140000 : "QSPI.u-boot"
    [ 6.493011] 0x000000140000-0x0000001c0000 : "QSPI.u-boot-spl-os"
    [ 6.502990] 0x0000001c0000-0x0000001d0000 : "QSPI.u-boot-env"
    [ 6.513031] 0x0000001d0000-0x0000001e0000 : "QSPI.u-boot-env.backup1"
    [ 6.533020] 0x0000001e0000-0x0000009e0000 : "QSPI.kernel"
    [ 6.542999] 0x0000009e0000-0x000002000000 : "QSPI.file-system"
    [ 6.612518] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 0
    [ 6.623779] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driY
    [ 6.633514] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driY
    [ 6.643981] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
    [ 6.650817] cpsw-switch 48484000.switch: ALE Table size 1024
    [ 6.656585] cpsw-switch 48484000.switch: cpts: overflow check period 500 (ji)
    [ 6.664245] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mc
    [ 6.675476] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0e:0c:8e
    [ 6.682495] cpsw-switch 48484000.switch: Detected MACID = 44:ea:d8:0e:0c:8f
    [ 6.690887] cpsw-switch 48484000.switch: initialized (regs 0x000000004848400)
    [ 6.702575] i2c /dev entries driver
    [ 6.716217] sdhci: Secure Digital Host Controller Interface driver
    [ 6.722412] sdhci: Copyright(c) Pierre Ossman
    [ 6.727966] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 6.735168] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 20000)
    [ 6.745239] ledtrig-cpu: registered to indicate activity on CPUs
    [ 6.752288] sdhci-omap 480b4000.mmc: failed to set system capabilities
    [ 6.762481] sdhci-omap 4809c000.mmc: Got CD GPIO
    [ 6.771331] NET: Registered protocol family 10
    [ 6.777008] Segment Routing with IPv6
    [ 6.780731] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [ 6.787109] NET: Registered protocol family 17
    [ 6.791778] Key type dns_resolver registered
    [ 6.796142] Registering SWP/SWPB emulation handler
    [ 6.801330] omap_voltage_late_init: Voltage driver support not added
    [ 6.807800] Power Management for TI OMAP4+ devices.
    [ 6.813049] Loading compiled-in X.509 certificates
    [ 6.839385] dmm 4e000000.dmm: workaround for errata i878 in use
    [ 6.846771] dmm 4e000000.dmm: initialized all PAT entries
    [ 6.852874] V3_3D: supplied by smps9
    [ 6.856964] vtt_fixed: supplied by V3_3D
    [ 6.862213] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 6.869598] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 6.875885] platform 40800000.dsp: Adding to iommu group 0
    [ 6.882354] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 6.888336] platform 58820000.ipu: Adding to iommu group 1
    [ 6.894866] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 6.900817] platform 55020000.ipu: Adding to iommu group 2
    [ 6.907653] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_compon)
    [ 6.915649] omapdss_dss 58000000.dss: bound 58040000.encoder (ops hdmi5_comp)
    [ 6.925170] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [ 6.931945] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
    [ 6.940979] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 20000)
    [ 6.951080] ALSA device list:
    [ 6.954315] No soundcards found.
    [ 6.958465] sdhci-omap 4809c000.mmc: Got CD GPIO
    [ 6.964111] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
    [ 6.982513] mmc0: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [ 7.002838] mmc1: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [ 7.010620] Waiting for root device PARTUUID=0c8af358-02...
    [ 7.049896] mmc1: new high speed SDHC card at address 5048
    [ 7.055847] mmcblk1: mmc1:5048 SD32G 29.7 GiB
    [ 7.062561] mmcblk1: p1 p2
    [ 7.083801] mmc0: new DDR MMC card at address 0001
    [ 7.089111] mmcblk0: mmc0:0001 R1J56L 13.8 GiB
    [ 7.094024] mmcblk0boot0: mmc0:0001 R1J56L partition 1 4.00 MiB
    [ 7.100311] mmcblk0boot1: mmc0:0001 R1J56L partition 2 4.00 MiB
    [ 7.106506] mmcblk0rpmb: mmc0:0001 R1J56L partition 3 128 KiB, chardev (243:)
    [ 7.129791] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. )
    [ 7.138000] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 7.151641] devtmpfs: mounted
    [ 7.155639] Freeing unused kernel memory: 2048K
    [ 7.160308] Run /sbin/init as init process
    [ 7.460815] systemd[1]: System time before build time, advancing clock.
    [ 7.499237] systemd[1]: systemd 244 running in system mode. (+PAM -AUDIT -SE)
    [ 7.521392] systemd[1]: Detected architecture arm.

    Welcome to Arago 2021.09!

    [ 7.573883] systemd[1]: Set hostname to <am57xx-evm>.
    [ 7.942596] omapdrm omapdrm.0: [drm] Cannot find any crtc or sizes
    [ 7.972808] systemd[1]: system-getty.slice: unit configures an IP firewall, .
    [ 7.985290] systemd[1]: (This warning is only shown for the first unit using)
    [ 7.995788] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 8.034332] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 8.073364] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 8.112854] systemd[1]: Started Dispatch Password Requests to Console Direct.
    [ OK ] Started Dispatch Password …ts to Console Directory Watch.
    [ 8.153106] systemd[1]: Started Forward Password Requests to Wall Directory .
    [ OK ] Started Forward Password R…uests to Wall Directory Watch.
    [ 8.193023] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.
    [ 8.233428] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 8.272796] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 8.312591] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 8.354400] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ 8.392791] systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Reached target RPC Port Mapper.
    [ 8.439178] systemd[1]: Listening on Process Core Dump Socket.
    [ OK ] Listening on Process Core Dump Socket.
    [ 8.473205] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ 8.556121] systemd[1]: Condition check resulted in Journal Audit Socket bei.
    [ 8.564880] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 8.603729] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 8.643035] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 8.683593] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 8.722778] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 8.762939] systemd[1]: Condition check resulted in Huge Pages File System b.
    [ 8.775421] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 8.815063] systemd[1]: Mounting Kernel Debug File System...
    Mounting Kernel Debug File System...
    [ 8.838592] systemd[1]: Mounting Temporary Directory (/tmp)...
    Mounting Temporary Directory (/tmp)...
    [ 8.883697] systemd[1]: Condition check resulted in Create list of static de.
    [ 8.898345] systemd[1]: Starting Start psplash boot splash screen...
    Starting Start psplash boot splash screen...
    [ 8.945495] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 8.982757] systemd[1]: Condition check resulted in File System Check on Roo.
    [ 8.999145] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 9.043823] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 9.071166] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 9.085998] cmemk: loading out-of-tree module taints kernel.
    [ 9.092437] CMEMK module: reference Linux version 5.10.100
    Starting Remount Root and Kernel File Systems 9.116882] EXT4-fs (mmc)
    [0m...
    [ 9.136566] no physical memory specified
    [ 9.140533] cmemk initialized
    [ 9.155059] systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ 9.180847] cryptodev: driver 1.10 loaded.
    [ 9.197143] systemd[1]: Started RPC Bind.
    [ OK ] Started RPC Bind.
    [ 9.227569] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 9.282989] systemd[1]: Mounted Kernel Debug File System.
    [ OK ] Mounted Kernel Debug File System.
    [ 9.303131] systemd[1]: Mounted Temporary Directory (/tmp).
    [ OK ] Mounted Temporary Directory (/tmp).
    [ 9.323089] systemd[1]: psplash-start.service: Main process exited, code=exiN
    [ 9.350585] systemd[1]: psplash-start.service: Failed with result 'exit-code.
    [ 9.373992] systemd[1]: Failed to start Start psplash boot splash screen.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [ 9.442596] systemd[1]: Dependency failed for Start psplash-systemd progress.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [ 9.482727] systemd[1]: psplash-systemd.service: Job psplash-systemd.service.
    [ 9.494201] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ 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.682769] systemd-journald[99]: Received client request to flush runtime j.
    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.
    [ 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 ] 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 Load/Save Random Seed.
    [ 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.
    [ 10.784484] omap-rproc 58820000.ipu: assigned reserved memory node ipu1-memo0
    [ 10.911407] remoteproc remoteproc0: 58820000.ipu is available
    [ OK ] Started Network Time Synchronization.
    [ 10.960205] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [ OK ] Reached target System Time Set.
    [ 10.999542] omap-rproc 55020000.ipu: assigned reserved memory node ipu2-memo0
    [ OK ] Reached target System Time Synchronized.
    [ 11.093017] omap-sham 4b101000.sham: will run requests pump with realtime pry
    [ 11.105163] remoteproc remoteproc1: 55020000.ipu is available
    [ 11.125061] omap-rproc 40800000.dsp: assigned reserved memory node dsp1-memo0
    [ OK ] Started udev Coldplug all Devices 11.162994] remoteproc remoteproc2:e
    0m.
    Starting udev Wait for Complete Device Initialization...
    [ 11.198547] omap-sham 42701000.sham: hw accel on OMAP rev 4.3
    [ 11.240539] omap-sham 42701000.sham: will run requests pump with realtime pry
    [ 11.399414] remoteproc remoteproc0: powering up 58820000.ipu
    [ 11.442535] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size2
    [ 11.450439] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [ 11.490692] remoteproc remoteproc1: powering up 55020000.ipu
    [ 11.552581] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size0
    [ 11.560424] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [ 11.720886] remoteproc0#vdev0buffer: assigned reserved memory node ipu1-mem0
    [ 11.748352] remoteproc remoteproc2: powering up 40800000.dsp
    [ 11.788024] remoteproc remoteproc2: Booting fw image dra7-dsp1-fw.xe66, size6
    [ 11.942718] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0
    [ 11.948608] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0
    [ 12.062866] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 12.068450] remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [ 12.197448] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [ 12.293029] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample a2
    [ 12.413787] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample a3
    [ 12.421630] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [ 12.496002] omap_gpio 4805b000.gpio: Could not set line 7 debounce to 20000 )
    [ 12.522277] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered a0
    [ 12.594146] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [ 12.608062] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: setting syst)
    [ 12.656402] remoteproc2#vdev0buffer: assigned reserved memory node dsp1-mem0
    [ 12.674682] Driver for 1-wire Dallas network protocol.
    [ 12.695037] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [ 12.817901] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.:. Driver in Intere
    [ 12.830413] omap-des 480a5000.des: will run requests pump with realtime prioy
    [ 13.002044] remoteproc1#vdev0buffer: assigned reserved memory node ipu2-mem0
    [ 13.153686] w1_master_driver w1_bus_master1: Attaching one wire slave 01.000d
    [ 13.188873] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 13.206756] remoteproc2#vdev0buffer: registered virtio1 (type 7)
    [ 13.225585] power_supply bq27000-battery: power_supply_get_battery_info curre
    [ 13.299438] remoteproc remoteproc2: remote processor 40800000.dsp is now up
    [ 13.394195] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample a2
    [ 13.402099] virtio_rpmsg_bus virtio1: creating channel rpmsg-client-sample a3
    [ 13.519470] virtio_rpmsg_bus virtio1: creating channel rpmsg-omx addr 0x3c
    [ 13.550231] cal 4845b000.cal: Neither port is configured, no point in stayinp
    [ 13.647552] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [ 13.759033] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 13.782806] remoteproc1#vdev0buffer: registered virtio2 (type 7)
    [ 13.788940] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [ 13.985839] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x65
    [ 14.098846] virtio_rpmsg_bus virtio2: creating channel rpmsg-rpc addr 0x66
    [ 14.402770] omap_rtc 48838000.rtc: registered as rtc1
    [ 15.005371] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [ 15.042938] vpe 489d0000.vpe: Device registered as /dev/video0
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ 16.401306] ahci 4a140000.sata: supply ahci not found, using dummy regulator
    [ 16.462707] ahci 4a140000.sata: supply phy not found, using dummy regulator
    [ 16.469848] ahci 4a140000.sata: supply target not found, using dummy regulatr
    [ OK ] Started File System Check on /dev/mmcblk1p1.
    Mounting /run/media/mmcblk1p1...
    [ 16.645446] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
    [ 16.712554] davinci_mdio 4b232400.mdio: davinci mdio revision 1.6, bus freq 0
    [ OK ] Mounted /run/media/mmcblk1p1.[ 16.733520] ahci 4a140000.sata: AHCI 0e

    [ 16.764129] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ 16.840789] davinci_mdio 4b232400.mdio: phy[0]: device 4b232400.mdio:00, driY
    [ 16.880737] ahci 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pi
    [ 16.917327] davinci_mdio 4b232400.mdio: phy[1]: device 4b232400.mdio:01, driY
    [ 17.032684] scsi host0: ahci
    [ 17.035766] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x4
    [ 17.102569] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6, bus freq 0
    [ 17.216552] davinci_mdio 4b2b2400.mdio: phy[0]: device 4b2b2400.mdio:00, driY
    [ 17.248840] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 17.263275] CAN device driver interface
    [ 17.312652] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, driY
    [ 17.353729] omap-aes 4b500000.aes: will run requests pump with realtime prioy
    [ 17.376342] c_can_platform 4ae3c000.can: c_can_platform device registered (r)
    [ 17.412841] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 17.442932] omap-aes 4b700000.aes: will run requests pump with realtime prioy
    [ 17.507202] ata1: SATA link down (SStatus 0 SControl 300)
    [ 18.162689] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on 1
    [ 18.329803] remoteproc remoteproc3: 4b234000.pru is available
    [ 18.416381] remoteproc remoteproc4: 4b238000.pru is available
    [ 18.467712] remoteproc remoteproc5: 4b2b4000.pru is available
    [ 18.531463] remoteproc remoteproc6: 4b2b8000.pru is available
    [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [ 20.904907] prueth pruss1_eth: TI PRU ethernet driver initialized: dual EMACe
    [ 21.157043] usbcore: registered new interface driver usbfs
    [ 21.178985] prueth pruss2_eth: TI PRU ethernet driver initialized: dual EMACe
    [ 21.305358] usbcore: registered new interface driver hub
    [ 21.361633] usbcore: registered new device driver usb
    [ 21.435028] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 21.440582] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus n1
    [ 21.482879] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220f04c hci version 0x100
    [ 21.492370] xhci-hcd xhci-hcd.2.auto: irq 183, io mem 0x48890000
    [ 21.512847] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b0
    [ 21.521148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [ 21.552551] usb usb1: Product: xHCI Host Controller
    [ 21.557464] usb usb1: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [ 21.572509] usb usb1: SerialNumber: xhci-hcd.2.auto
    [ 21.579040] hub 1-0:1.0: USB hub found
    [ 21.592590] hub 1-0:1.0: 1 port detected
    [ 21.597290] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [ 21.612548] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus n2
    [ 21.620239] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [ 21.642578] usb usb2: We don't know the algorithms for LPM for this host, di.
    [ 21.662567] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, b0
    [ 21.670867] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber1
    [ 21.692535] usb usb2: Product: xHCI Host Controller
    [ 21.697418] usb usb2: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [ 21.712524] usb usb2: SerialNumber: xhci-hcd.2.auto
    [ 21.723846] hub 2-0:1.0: USB hub found
    [ 21.732574] hub 2-0:1.0: 1 port detected
    [ OK ] Started udev Wait for Complete Device Initialization.
    [ OK ] Reached target Hardware activated USB gadget.
    Starting Start psplash boot splash screen...
    [ OK ] Started Hardware RNG Entropy Gatherer Daemon.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ 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.
    Starting Save/Restore Sound Card State...
    [ OK ] Started Job spooling tools.
    [ OK ] Started Periodic Command Scheduler.
    [ OK ] Started D-Bus System Message Bus.
    Starting Print notice about GPLv3 packages...
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    Starting Reboot and dump vmcore via kexec...
    Starting rc.pvr.service...
    Starting Login Service...
    Starting TI IPC Daemon...
    [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 Save/Restore Sound Card State.
    [ OK ] Started IPv6 Packet Filtering Frame[ 23.082977] PVR_K: UM DDK-(49489]
    work.
    [ OK ] Started IPv4 Packet Filtering Framework.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Started TI IPC Daemon.
    [ OK ] Reached target Network (Pre).
    [ OK ] Reached target Sound Card.
    Starting Network Service...
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    [ 23.398254] pps pps0: new PPS source ptp0
    Starting Network Name Resolution...
    [ 23.423645] icss-iep 4b2ae000.iep: iep ptp bc clkid 0
    [ 23.441192] remoteproc remoteproc6: powering up 4b2b8000.pru
    [ 23.463867] remoteproc remoteproc6: Booting fw image ti-pruss/am57xx-pru1-pr2
    [ 23.516235] remoteproc remoteproc6: unsupported resource 5
    [ OK ] Started Login Service.
    [ 23.534149] remoteproc remoteproc6: remote processor 4b2b8000.pru is now up
    [ 23.557189] net eth5: started
    [ 23.574676] remoteproc remoteproc5: powering up 4b2b4000.pru
    [ 23.594940] remoteproc remoteproc5: Booting fw image ti-pruss/am57xx-pru0-pr0
    [ 23.614044] remoteproc remoteproc5: unsupported resource 5
    [ 23.628387] remoteproc remoteproc5: remote processor 4b2b4000.pru is now up
    [ 23.650970] net eth4: started
    [ 23.668914] pps pps1: new PPS source ptp1
    [ 23.679412] icss-iep 4b22e000.iep: iep ptp bc clkid 0
    [ 23.686279] remoteproc remoteproc4: powering up 4b238000.pru
    [ 23.695922] remoteproc remoteproc4: Booting fw image ti-pruss/am57xx-pru1-pr2
    [ 23.705780] remoteproc remoteproc4: unsupported resource 5
    [ 23.714355] remoteproc remoteproc4: remote processor 4b238000.pru is now up
    [ 23.721893] net eth3: started
    [ 23.741302] remoteproc remoteproc3: powering up 4b234000.pru
    [ 23.749481] remoteproc remoteproc3: Booting fw image ti-pruss/am57xx-pru0-pr0
    [ 23.759857] remoteproc remoteproc3: unsupported resource 5
    [ 23.766235] remoteproc remoteproc3: remote processor 4b234000.pru is now up
    [ 23.774353] net eth2: started
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    Starting Avahi mDNS/DNS-SD Stack...
    [ 23.817565] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
    Starting Enable and configure wl18xx bluetooth stack...
    [ OK ] Started NFS status monitor for NFSv2/3 locking..
    Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
    Starting Permit User Sessions...
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Started Permit User Sessions.
    [ 23.975646] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver)
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Started Enable and configure wl18xx bluetooth stack.
    [ 24.062957] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
    [ OK ] Started Synchronize System and HW clocks.
    [ 24.173889] Micrel KSZ9031 Gigabit PHY 48485000.mdio:00: attached PHY driver)
    [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash
    bc
    binutils
    cifs-utils
    coreutils-stdbuf
    coreutils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gettext
    glmark2
    gstreamer1.0-libav
    gzip
    less
    libasm1
    libbfd
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline8
    libunistring2
    m4
    make
    nettle
    parted
    pdm-anomaly-detection
    tar
    which

    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.
    [ OK ] Started weston.service.
    Starting Matrix GUI...
    Starting telnetd.service...
    [ OK ] Started Matrix GUI.
    [ OK ] Started telnetd.service.
    [ 27.144104] cpsw-switch 48484000.switch eth1: Link is Up - 1Gbps/Full - flowf
    [ 27.154144] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready

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

    Arago Project http://arago-project.org am57xx-evm ttyS2

    Arago 2021.09 am57xx-evm ttyS2

    am57xx-evm login: root
    root@am57xx-evm:~# poweroff
    root@am57xx-evm:~# Stopping Session c1 of user root.
    [ OK ] Stopped target RPC Port Mapper.
    [ OK ] Stopped target Sound Card.
    [ OK ] Stopped target Timers.
    [ OK ] Stopped Daily rotation of log files.
    [ 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 Reboot and dump vmcore via kexec...
    Stopping NFS status monitor for NFSv2/3 locking....
    Stopping Load/Save Random Seed...
    [ OK ] Stopped target Login Prompts.
    Stopping Job spooling tools...
    Stopping Avahi mDNS/DNS-SD Stack...
    Stopping Periodic Command Scheduler...
    Stopping Getty on tty1...
    [ OK ] Stopped Matrix GUI.
    Stopping Serial Getty on ttyS2...
    Stopping Simple Network Ma…ent Protocol (SNMP) Daemon....
    [ OK ] Stopped target System Time Synchronized.
    [ OK ] Stopped target System Time Set.
    Stopping telnetd.service...
    Stopping TI IPC Daemon...
    [ OK ] Stopped Job spooling tools.
    [ OK ] Stopped Periodic Command Scheduler.
    [ OK ] Stopped TI IPC Daemon.
    [ OK ] Stopped Wait for Network to be Configured.
    [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
    [ OK ] Stopped NFS status monitor for NFSv2/3 locking..
    [ OK ] Stopped Simple Network Man…ement Protocol (SNMP) Daemon..
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped Serial Getty on ttyS2.
    [ OK ] Stopped Save/Restore Sound Card State.
    [ OK ] Stopped Reboot and dump vmcore via kexec.
    [ OK ] Stopped Load/Save Random Seed.
    [ OK ] Stopped telnetd.service.
    [ OK ] Stopped Session c1 of user root.
    [ OK ] Removed slice system-getty.slice.
    [ OK ] Removed slice system-serial\x2dgetty.slice.
    [ OK ] Stopped target Host and Network Name Lookups.
    Stopping Login Service...
    Stopping User Manager for UID 0...
    Stopping weston.service...
    [ OK ] Stopped Login Service.
    [ OK ] Stopped User Manager for UID 0.
    [ OK ] Stopped weston.service.
    Stopping rc.pvr.service...
    Stopping User Runtime Directory /run/user/0...
    [ OK ] Unmounted /run/user/0.
    [ OK ] Stopped rc.pvr.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 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.
    Stopping Hardware RNG Entropy Gatherer Daemon...
    [ 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 Hardware RNG Entropy Gatherer Daemon.
    [ 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 Power-Off.
    [ OK ] Reached target Power-Off.
    [ 50.258026] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 50.283477] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [ 50.296905] systemd-journald[99]: Received SIGTERM from PID 1 (systemd-shutd.
    [ 50.324981] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [ 50.339538] systemd-shutdown[1]: Unmounting file systems.
    [ 50.348114] [1178]: Remounting '/' read-only in with options '(null)'.
    [ 50.368347] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 50.382171] systemd-shutdown[1]: All filesystems unmounted.
    [ 50.391174] systemd-shutdown[1]: Deactivating swaps.
    [ 50.397827] systemd-shutdown[1]: All swaps deactivated.
    [ 50.403167] systemd-shutdown[1]: Detaching loop devices.
    [ 50.410980] systemd-shutdown[1]: All loop devices detached.
    [ 50.416717] systemd-shutdown[1]: Detaching DM devices.
    [ 50.422058] systemd-shutdown[1]: All DM devices detached.
    [ 50.427612] systemd-shutdown[1]: All filesystems, swaps, loop devices and DM.
    [ 50.446502] systemd-shutdown[1]: Syncing filesystems and block devices.
    [ 50.454559] systemd-shutdown[1]: Powering off.
    [ 50.517883] reboot: Power down
    CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.8 | VT102 | Offline | ttyUSB1
    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/bin$ cd ..
    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00$ pwd
    /home/peterh/ti-processor-sdk-linux-am57xx-evm-08_02_01_00
    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00$ minicom -S ./bin/setupBoard.minicom

    Welcome to minicom 2.8

    OPTIONS: I18n
    Port /dev/ttyUSB1, 15:37:44

    Press CTRL-A Z for help on special keys


    U-Boot SPL 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    OK


    U-Boot 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... OK
    Net:
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is 44:ea:d8:0e:0c:8e
    Address in environment is 70:ff:76:1c:21:8d
    eth2: ethernet@48484000
    Hit any key to stop autobo 0
    =>env default -f -a
    ## Resetting to default environment
    =>saveenv
    Saving Environment to FAT... OK
    =>reset
    resetting ...

    U-Boot SPL 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    Loading Environment from FAT... no pinctrl state for default mode
    OK


    U-Boot 2021.01-g44a87e3ab8 (Jun 26 2022 - 17:10:21 +0000)

    CPU : DRA722-GP ES2.0
    Model: TI AM5718 IDK
    Board: AM571x IDK REV 1.3B
    DRAM: 1 GiB
    MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from FAT... OK
    Net:
    Warning: ethernet@48484000 MAC addresses don't match:
    Address in ROM is 44:ea:d8:0e:0c:8e
    Address in environment is 70:ff:76:1c:21:8d
    eth2: ethernet@48484000
    Hit any key to stop autobo 0
    =>setenv serverip 10.10.112.7
    =>setenv rootpath '/home/peterh/ti-processor-sdk-linux-am57xx-evm-08_02_01_00/t'
    =>setenv bootfile zImage-am57xx-evm.bin
    =>setenv ip_method dhcp
    =>setenv nfsopts 'nolock,v3,tcp,rsize=4096,wsize=4096'
    =>setenv getuenv 'mmc dev ${mmcdev}; if mmc rescan; then if run loadbootenv; th'
    =>setenv bootcmd 'run findfdt; run getuenv; setenv autoload no;dhcp ;tftp ${loa'
    =>saveenv
    Saving Environment to FAT... OK
    =>

    peterh@peterh-NUC11TNKv7:~/ti-processor-sdk-linux-am57xx-evm-08_02_01_00$ minicom -w


    Welcome to minicom 2.8

    OPTIONS: I18n
    Port /dev/ttyUSB1, 15:38:24

    Press CTRL-A Z for help on special keys


    => boot
    switch to partitions #0, OK
    mmc0 is current device
    1490 bytes read in 9 ms (161.1 KiB/s)
    Importing environment from mmc0 ...
    ethernet@48484000 Waiting for PHY auto negotiation to complete.................
    TIMEOUT !
    ethernet@48484000 Waiting for PHY auto negotiation to complete.................
    TIMEOUT !
    ethernet@48484000 Waiting for PHY auto negotiation to complete.................
    TIMEOUT !
    =>

  • Hello Peter,

    Can you try to do the u-boot setup yourself by following the steps as they are set up in the u-boot script?

    I can try to reproduce on my end but it will take me some time before I can try it. 

    -Josue

  • setup-uboot-env.sh generates a minicom script per the type of boot selected- in my case, TFTP and NFS boot.  The file generated is 'setupBoard.minicom'.  It contains a list of u-boot environment setting commands.  As you suggested, I, first, stopped the auto boot and entered those commands one at a time and got the same result as previously obtained.  I tried again with the revised eth2address to what u-boot found in ROM.  Same result. "Waiting for PHY auto negotiation to complete ....TIMEOUT!".

  • Additional comment:

    1. Albeit fairly obvious, the error message "Waiting for PHY auto negotiation to complete ....TIMEOUT!" occurs following "dhcp" u-boot command execution.

    2. Tried speciying the dhcp server address in the command but the same result:  "dhcp -a 'ip address of dhcp server'.

  • Progress ...

    I've been using Ethernet 1 of the target EVM (TMDXIDK5718) up to this point.  And, it did not produce network boot.  So, I switched to Ethernet 0 and re-tested.  It worked this time.  It's not clear why so (I would appreciate your insight on this).  Either port should have worked, I'd assume.

  • Peter,

    I believe that this might be because eth 0 is the one that is set up during u-boot initialization.

    -Josue

  • How do I choose Ethernet 1?

  • Peter,

    I believe you can do this via U-boot commands, please see the open source documentation and other resources:

  • Thanks for your help!

    PeterH