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.

AM6548: Got Partition 1 not valid on device 1 message when boot

Part Number: AM6548


Hi Ti,

We have a AM654x EVM board and ASSM #:4P0081 REV:1.0.

We tried to use SDK 07_01_00_18 to boot. We use the tool mksdboot.sh with below command to prepare SD card.

sudo ./mksdboot.sh --device /dev/sdb --sdk $SDKPath --pg 1

However, we got below log from terminal.

It looks like partition issue, but we use 3 sd cards and got the same result.

▒** Partition 1 not valid on device 1 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image sysfw.itb, err - -1
Error -2 occurred during loading SYSFW image!

resetting ...
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
k3_sec_proxy_send: Thread8 verification failed. ret = -61
ti_sci_do_xfer: Message sending failed. ret = -61
Mbox communication fail -61
### ERROR ### Please RESET the board ###

Could you help to check it?

Thanks.

Eric

  • Hi Eric,

    This issue has been observed by us. We are working on it. We will update you as soon as we
    root cause this one.

    Best Regards,
    Keerthy

  • Eric,

    Could you please try this change:

    diff --git a/arch/arm/dts/k3-am65-main.dtsi b/arch/arm/dts/k3-am65-main.dtsi
    index 08273a05ed..e9a1141d2a 100644
    --- a/arch/arm/dts/k3-am65-main.dtsi
    +++ b/arch/arm/dts/k3-am65-main.dtsi
    @@ -159,7 +159,6 @@
                    ti,otap-del-sel-ddr50 = <0x4>;
                    ti,otap-del-sel-ddr52 = <0x4>;
                    ti,otap-del-sel-hs200 = <0x7>;
    -               ti,clkbuf-sel = <0x7>;
                    ti,trm-icp = <0x8>;
                    dma-coherent;
            };

    Let me know if this solves the issue. If yes please resolve the issue.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    I modified the file you mentioned and got the log below.

    It boot into kernel already.

    Attached the log for you to reference.

    U-Boot SPL 2020.01-dirty (Dec 17 2020 - 08:54:17 +0800)
    SYSFW ABI: 3.1 (firmware rev 0x0014 '20.8.5--v2020.08b (Terrific Lla')
    Trying to boot from MMC2
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.3():07.01.00.004-1-g52c334fc3-dirty
    NOTICE: BL31: Built : 04:16:36, Nov 26 2020

    U-Boot SPL 2020.01-dirty (Dec 17 2020 - 08:52:45 +0800)
    SYSFW ABI: 3.1 (firmware rev 0x0014 '20.8.5--v2020.08b (Terrific Lla')
    Detected: AM6-IDKAPPEVM rev E4
    Trying to boot from MMC2


    U-Boot 2020.01-dirty (Dec 17 2020 - 08:52:45 +0800)

    SoC: AM65X SR1.0
    Model: Texas Instruments AM654 Base Board
    Board: AM6-COMPROCEVM rev E4
    DRAM: 4 GiB
    MMC: sdhci@4f80000: 0, sdhci@4fa0000: 1
    Loading Environment from MMC... OK
    In: serial
    Out: serial
    Err: serial
    Detected: AM6-IDKAPPEVM rev E4
    Net: eth3: pruss1_eth, eth2: pruss0_eth
    Warning: ethernet@46000000 using MAC address from ROM
    , eth0: ethernet@46000000, eth1: pruss2_eth
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    1011 bytes read in 5 ms (197.3 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    15392776 bytes read in 642 ms (22.9 MiB/s)
    64400 bytes read in 9 ms (6.8 MiB/s)
    ## Flattened Device Tree blob at 82000000
    Booting using the fdt blob at 0x82000000
    Loading Device Tree to 00000000fddb0000, end 00000000fdec2fff ... OK

    Starting kernel ...

    [ 0.000000] 000: printk: bootconsole [ns16550a0] enabled
    [ 0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [ 0.000000] 000: OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [ 0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [ 0.000000] 000: OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [ 0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [ 0.000000] 000: OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [ 0.000000] 000: Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [ 0.000000] 000: OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [ 0.000000] 000: cma: Reserved 24 MiB at 0x00000000fe800000
    [ 0.000000] 000: On node 0 totalpages: 896512
    [ 0.000000] 000: DMA zone: 4096 pages used for memmap
    [ 0.000000] 000: DMA zone: 0 pages reserved
    [ 0.000000] 000: DMA zone: 247296 pages, LIFO batch:63
    [ 0.000000] 000: DMA32 zone: 1952 pages used for memmap
    [ 0.000000] 000: DMA32 zone: 124928 pages, LIFO batch:31
    [ 0.000000] 000: Normal zone: 8192 pages used for memmap
    [ 0.000000] 000: Normal zone: 524288 pages, LIFO batch:63
    [ 0.000000] 000: psci: probing for conduit method from DT.
    [ 0.000000] 000: psci: PSCIv1.1 detected in firmware.
    [ 0.000000] 000: psci: Using standard PSCI v0.2 function IDs
    [ 0.000000] 000: psci: Trusted OS migration not required
    [ 0.000000] 000: psci: SMC Calling Convention v1.0
    [ 0.000000] 000: percpu: Embedded 18 pages/cpu s32960 r8192 d32576 u73728
    [ 0.000000] 000: pcpu-alloc: s32960 r8192 d32576 u73728 alloc=18*4096
    [ 0.000000] 000:
    [ 0.000000] 000: pcpu-alloc:
    [ 0.000000] 000: [0]
    [ 0.000000] 000: 0
    [ 0.000000] 000: [0]
    [ 0.000000] 000: 1
    [ 0.000000] 000: [0]
    [ 0.000000] 000: 2
    [ 0.000000] 000: [0]
    [ 0.000000] 000: 3
    [ 0.000000] 000:
    [ 0.000000] 000: Detected VIPT I-cache on CPU0
    [ 0.000000] 000: CPU features: detected: ARM erratum 845719
    [ 0.000000] 000: CPU features: detected: GIC system register CPU interface
    [ 0.000000] 000: Built 1 zonelists, mobility grouping on. Total pages: 882272
    [ 0.000000] 000: Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs) root=PARTUUID=3e1adefe-02 rw rootfstype=ext4 rootwait
    [ 0.000000] 000: Dentry cache hash table entries: 524288 (order: 11, 8388608 bytes, linear)
    [ 0.000000] 000: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] 000: mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] 000: software IO TLB: mapped [mem 0xbbfff000-0xbffff000] (64MB)
    [ 0.000000] 000: Memory: 3944448K/3586048K available (9278K kernel code, 632K rwdata, 3592K rodata, 1472K init, 423K bss, 18446744073709168640K reserved, 24576K cma-reserved)
    [ 0.000000] 000: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] 000: rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] 000: rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [ 0.000000] 000: rcu: RCU priority boosting: priority 1 delay 500 ms.
    [ 0.000000] 000: rcu: RCU_SOFTIRQ processing moved to rcuc kthreads.
    [ 0.000000] 000: No expedited grace period (rcu_normal_after_boot).
    [ 0.000000] 000: Tasks RCU enabled.
    [ 0.000000] 000: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] 000: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] 000: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] 000: GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] 000: GICv3: 960 SPIs implemented
    [ 0.000000] 000: GICv3: 0 Extended SPIs implemented
    [ 0.000000] 000: GICv3: Distributor has no Range Selector support
    [ 0.000000] 000: GICv3: 16 PPIs implemented
    [ 0.000000] 000: GICv3: no VLPI support, no direct LPI support
    [ 0.000000] 000: GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [ 0.000000] 000: ITS [mem 0x01820000-0x0182ffff]
    [ 0.000000] 000: GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [ 0.000000] 000: ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [ 0.000000] 000: ITS@0x0000000001820000: allocated 524288 Devices @8f9c00000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] 000: ITS: using cache flushing for cmd queue
    [ 0.000000] 000: GICv3: using LPI property table @0x00000008fa440000
    [ 0.000000] 000: GIC: using cache flushing for LPI property table
    [ 0.000000] 000: GICv3: CPU0: using allocated LPI pending table @0x00000008fa450000
    [ 0.000000] 000: random: get_random_bytes called from start_kernel+0x2bc/0x440 with crng_init=0
    [ 0.000000] 000: arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [ 0.000000] 000: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [ 0.000000] 000: sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [ 0.009087] 000: Console: colour dummy device 80x25
    [ 0.014142] 000: Calibrating delay loop (skipped), value calculated using timer frequency..
    [ 0.022778] 000: 400.00 BogoMIPS (lpj=800000)
    [ 0.027237] 000: pid_max: default: 32768 minimum: 301
    [ 0.032547] 000: LSM: Security Framework initializing
    [ 0.037805] 000: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.045853] 000: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.056443] 000: ASID allocator initialised with 32768 entries
    [ 0.062562] 000: rcu: Hierarchical SRCU implementation.
    [ 0.068548] 000: Platform MSI: gic-its@1820000 domain created
    [ 0.074718] 000: PCI/MSI: /bus@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [ 0.084230] 000: smp: Bringing up secondary CPUs ...
    [ 0.090580] 001: Detected VIPT I-cache on CPU1
    [ 0.095156] 001: GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [ 0.102641] 001: GICv3: CPU1: using allocated LPI pending table @0x00000008fa460000
    [ 0.110511] 001: CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.119044] 002: Detected VIPT I-cache on CPU2
    [ 0.123634] 002: GICv3: CPU2: found redistributor 100 region 0:0x00000000018c0000
    [ 0.131299] 002: GICv3: CPU2: using allocated LPI pending table @0x00000008fa470000
    [ 0.139177] 002: CPU2: Booted secondary processor 0x0000000100 [0x410fd034]
    [ 0.147661] 003: Detected VIPT I-cache on CPU3
    [ 0.152221] 003: GICv3: CPU3: found redistributor 101 region 0:0x00000000018e0000
    [ 0.159876] 003: GICv3: CPU3: using allocated LPI pending table @0x00000008fa480000
    [ 0.167728] 003: CPU3: Booted secondary processor 0x0000000101 [0x410fd034]
    [ 0.174999] 000: smp: Brought up 1 node, 4 CPUs
    [ 0.179665] 000: SMP: Total of 4 processors activated.
    [ 0.184947] 000: CPU features: detected: 32-bit EL0 Support
    [ 0.190676] 000: CPU features: detected: CRC32 instructions
    [ 0.207877] 000: CPU: All CPU(s) started at EL2
    [ 0.212580] 000: alternatives: patching kernel code
    [ 0.219351] 000: devtmpfs: initialized
    [ 0.236562] 000: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.247027] 000: futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
    [ 0.255825] 000: pinctrl core: initialized pinctrl subsystem
    [ 0.262744] 000: NET: Registered protocol family 16
    [ 0.269860] 000: DMA: preallocated 256 KiB pool for atomic allocations
    [ 0.277499] 000: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.310433] 001: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.317787] 001: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.325122] 001: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.332447] 001: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.341275] 001: cryptd: max_cpu_qlen set to 1000
    [ 0.351927] 001: iommu: Default domain type: Translated
    [ 0.357917] 001: SCSI subsystem initialized
    [ 0.362998] 001: mc: Linux media interface: v0.10
    [ 0.367883] 001: videodev: Linux video capture interface: v2.00
    [ 0.374058] 001: pps_core: LinuxPPS API ver. 1 registered
    [ 0.379606] 001: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.389437] 001: PTP clock support registered
    [ 0.393950] 001: EDAC MC: Ver: 3.0.0
    [ 0.399009] 001: FPGA manager framework
    [ 0.403086] 001: Advanced Linux Sound Architecture Driver Initialized.
    [ 0.410801] 000: clocksource: Switched to clocksource arch_sys_counter
    [ 0.417740] 000: VFS: Disk quotas dquot_6.6.0
    [ 0.422290] 000: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.438213] 000: thermal_sys: Registered thermal governor 'step_wise'
    [ 0.444843] 000: thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.452626] 000: NET: Registered protocol family 2
    [ 0.458257] 000: tcp_listen_portaddr_hash hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [ 0.467717] 000: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.476698] 000: TCP bind hash table entries: 32768 (order: 8, 1835008 bytes, linear)
    [ 0.486616] 000: TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.494060] 000: UDP hash table entries: 2048 (order: 6, 262144 bytes, linear)
    [ 0.501785] 000: UDP-Lite hash table entries: 2048 (order: 6, 262144 bytes, linear)
    [ 0.510215] 000: NET: Registered protocol family 1
    [ 0.515927] 001: RPC: Registered named UNIX socket transport module.
    [ 0.522471] 001: RPC: Registered udp transport module.
    [ 0.527746] 001: RPC: Registered tcp transport module.
    [ 0.533017] 001: RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.540075] 001: PCI: CLS 0 bytes, default 64
    [ 0.545622] 001: hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [ 0.560001] 001: Initialise system trusted keyrings
    [ 0.565244] 001: workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [ 0.581031] 001: squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.588319] 001: NFS: Registering the id_resolver key type
    [ 0.594004] 001: Key type id_resolver registered
    [ 0.598759] 001: Key type id_legacy registered
    [ 0.603346] 001: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.610946] 001: 9p: Installing v9fs 9p2000 file system support
    [ 0.636915] 001: Key type asymmetric registered
    [ 0.641583] 001: Asymmetric key parser 'x509' registered
    [ 0.647129] 001: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 0.655208] 001: io scheduler mq-deadline registered
    [ 0.660313] 001: io scheduler kyber registered
    [ 0.667959] 001: pinctrl-single 4301c000.pinmux: 70 pins, size 280
    [ 0.675073] 001: pinctrl-single 11c000.pinmux: 185 pins, size 740
    [ 0.681507] 001: pinctrl-single 11c2e8.pinmux: 9 pins, size 36
    [ 0.694628] 001: k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [ 0.701470] 001: k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [ 0.713468] 001: Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [ 0.740100] 001: brd: module loaded
    [ 0.755269] 001: loop: module loaded
    [ 0.763672] 001: libphy: Fixed MDIO Bus: probed
    [ 0.769117] 001: tun: Universal TUN/TAP device driver, 1.6
    [ 0.775639] 001: igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [ 0.784132] 001: igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [ 0.790720] 001: sky2: driver version 1.30
    [ 0.796434] 001: VFIO - User Level meta-driver version: 0.3
    [ 0.803351] 000: i2c /dev entries driver
    [ 0.808887] 000: sdhci: Secure Digital Host Controller Interface driver
    [ 0.815724] 000: sdhci: Copyright(c) Pierre Ossman
    [ 0.821313] 000: sdhci-pltfm: SDHCI platform and OF driver helper
    [ 0.829073] 000: ti-sci bus@100000:bus@28380000:bus@42040000:dmsc: invalid resource
    [ 0.838735] 000: optee: probing for conduit method from DT.
    [ 0.844496] 000: optee: revision 3.8 (199fca17)
    [ 0.849897] 000: optee: initialized driver
    [ 0.856535] 002: NET: Registered protocol family 17
    [ 0.861807] 002: 9pnet: Installing 9P2000 support
    [ 0.866735] 002: Key type dns_resolver registered
    0 [ 0.00.08072002050] ] 00000:3 : Boreotgiinsgte rLeidnu txa osnks tpahytssi vcealr siCoPnU 10x
    a0[0 0 00 00.008081 4[02x64] 100f03d0:3 4Lo]
    ding compiled-in X.509 certificates
    [ 0.900560] 003: k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [ 0.907612] 003: k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [ 0.920908] 003: ti-sci bus@100000:bus@28380000:bus@42040000:dmsc: invalid resource
    [ 0.929229] 003: ti-sci bus@100000:bus@28380000:bus@42040000:dmsc: ABI: 3.1 (firmware rev 0x0014 '20.8.5--v2020.08b (Terrific Lla')
    [ 0.997950] 003: omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [ 1.005011] 003: omap_i2c 40b00000.i2c: bus 1 rev0.12 at 100 kHz
    [ 1.012170] 003: pca953x 2-0021: 2-0021 supply vcc not found, using dummy regulator
    [ 1.020143] 003: pca953x 2-0021: using no AI
    [ 1.047142] 000: random: fast init done
    [ 1.051548] 003: omap_i2c 2000000.i2c: bus 2 rev0.12 at 400 kHz
    [ 1.058696] 003: omap_i2c 2010000.i2c: bus 3 rev0.12 at 400 kHz
    [ 1.065600] 003: omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
    [ 1.072426] 003: omap_i2c 2030000.i2c: bus 5 rev0.12 at 100 kHz
    [ 1.079652] 003: ti-sci-intr bus@100000:bus@28380000:bus@42040000:interrupt-controller2: Interrupt Router 156 domain created
    [ 1.091399] 003: ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 100 domain created
    [ 1.100813] 003: ti-sci-intr bus@100000:navss@30800000:interrupt-controller1: Interrupt Router 182 domain created
    [ 1.111729] 003: ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 179 created
    [ 1.131102] 003: k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,160] sci-dev-id:195
    [ 1.141571] 003: k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: enabled
    [ 1.148723] 003: k3-ringacc 2b800000.ringacc: RA Proxy rev. 66344100, num_proxies:64
    [ 1.174034] 003: k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:818, gp-rings[304,464] sci-dev-id:187
    [ 1.184614] 003: k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: enabled
    [ 1.191766] 003: k3-ringacc 3c000000.ringacc: RA Proxy rev. 66344100, num_proxies:64
    [ 1.200748] 003: 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 8, base_baud = 6000000) is a 8250
    [ 1.211205] 003: 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 17, base_baud = 3000000) is a 8250
    [ 1.220464] 003: printk: console [ttyS2] enabled
    [ 1.225228] 003: printk: bootconsole [ns16550a0] disabled
    [ 1.220464] 003: printk: console [ttyS2] enabled
    [ 1.225228] 003: printk: bootconsole [ns16550a0] disabled
    [ 1.236271] 003: 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 18, base_baud = 3000000) is a 8250
    [ 1.237179] 003: 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 19, base_baud = 3000000) is a 8250
    [ 1.290839] 003: davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.290859] 003: libphy: 46000f00.mdio: probed
    [ 1.292293] 003: davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [ 1.292334] 003: am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2 quirks:00000001
    [ 1.292649] 003: am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [ 1.295082] 003: am65-cpts 310d0000.cpts: CPTS ver 0x4e8a2109, freq:200000000, add_val:4 pps:0
    [ 1.295707] 003: thermal thermal_zone1: failed to read out thermal zone (-22)
    [ 1.296776] 003: mmc0: CQHCI version 5.10
    [ 1.337427] 003: mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [ 1.353308] 003: pca953x 0-0039: 0-0039 supply vcc not found, using dummy regulator
    [ 1.353418] 003: pca953x 0-0039: using no AI
    [ 1.376478] 003: omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc5900
    [ 1.376952] 003: omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc5900
    [ 1.381444] 003: ti-udma 285c0000.dma-controller: Channels: 96 (tchan: 48, rchan: 48, gp-rflow: 48)
    [ 1.399529] 003: ti-udma 31150000.dma-controller: Channels: 267 (tchan: 119, rchan: 148, gp-rflow: 150)
    [ 1.421146] 003: mmc0: Command Queue Engine enabled
    [ 1.421172] 003: mmc0: new HS200 MMC card at address 0001
    [ 1.422043] 003: mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [ 1.422328] 003: mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [ 1.422599] 003: mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [ 1.423057] 003: mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (240:0)
    [ 1.424764] 003: mmcblk0: p1 p2
    [ 1.458520] 003: cadence-qspi 47040000.spi: PHY calibration failed: -2
    [ 1.458537] 003: spi-nor spi7.0: mt35xu512aba (65536 Kbytes)
    [ 1.458561] 003: 7 cmdlinepart partitions found on MTD device 47040000.spi.0
    [ 1.458567] 003: Creating 7 MTD partitions on "47040000.spi.0":
    [ 1.458576] 003: 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [ 1.460308] 003: 0x000000080000-0x000000280000 : "ospi.tispl"
    [ 1.461897] 003: 0x000000280000-0x000000680000 : "ospi.u-boot"
    [ 1.463525] 003: 0x000000680000-0x0000006a0000 : "ospi.env"
    [ 1.465131] 003: 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [ 1.466681] 003: 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [ 1.468337] 003: 0x000000800000-0x000004000000 : "ospi.rootfs"
    [ 1.479476] 003: spi-nor spi9.0: n25q128a13 (16384 Kbytes)
    [ 1.522837] 003: davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.522853] 003: libphy: 46000f00.mdio: probed
    [ 1.524298] 003: davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [ 1.524339] 003: am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA07100, cpsw version 0x6BA80100 Ports: 2 quirks:00000001
    [ 1.526239] 003: am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [ 1.526997] 003: am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 57.4
    [ 1.527007] 003: am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [ 1.528045] 003: am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a2109, freq:200000000, add_val:4 pps:0
    [ 1.533193] 003: mmc1: CQHCI version 5.10
    [ 2.364111] 003: mmc1: SDHCI controller on 4fa0000.sdhci [4fa0000.sdhci] using ADMA 64-bit
    [ 2.365237] 002: debugfs: Directory 'pd:121' with parent 'pm_genpd' already present!
    [ 2.365321] 002: debugfs: Directory 'pd:120' with parent 'pm_genpd' already present!
    [ 2.368897] 003: input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [ 2.369242] 002: hctosys: unable to open rtc device (rtc0)
    [ 2.385453] 003: ALSA device list:
    [ 2.385460] 003: No soundcards found.
    [ 2.402386] 003: mmc1: new high speed SDHC card at address aaaa
    [ 2.403239] 003: mmcblk1: mmc1:aaaa SC32G 29.7 GiB
    [ 2.406901] 003: mmcblk1: p1 p2
    [ 2.431583] 001: EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.431671] 001: VFS: Mounted root (ext4 filesystem) on device 179:98.
    [ 2.434417] 001: devtmpfs: mounted
    [ 2.439592] 001: Freeing unused kernel memory: 1472K
    [ 2.439702] 001: Run /sbin/init as init process
    [ 2.799646] 003: systemd[1]: System time before build time, advancing clock.
    [ 2.888343] 002: NET: Registered protocol family 10
    [ 2.889660] 002: Segment Routing with IPv6
    [ 2.914615] 002: systemd[1]: systemd 244.3+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [ 2.915367] 002: systemd[1]: Detected architecture arm64.

    Welcome to Arago 2020.09!

    [ 2.973844] 003: systemd[1]: Set hostname to <am65xx-evm>.
    [ 2.988654] 002: random: systemd: uninitialized urandom read (16 bytes read)
    [ 2.988705] 002: systemd[1]: Initializing machine ID from random generator.
    [ 3.393570] 002: systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
    [ 3.521859] 003: random: systemd: uninitialized urandom read (16 bytes read)
    [ 3.522165] 003: systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 3.522182] 003: systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [ OK [ 3.527228] 003: systemd[1]: Created slice system-getty.slice.
    ] Created slice system-getty.slice.
    [ OK ] Created slice system-serial\x2dgett[ 3.571048] 002: random: systemd: uninitialized urandom read (16 bytes read)
    y.slice.
    [ 3.573388] 002: systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice User and Session Slic[ 3.596965] 003: systemd[1]: Created slice User and Session Slice.
    e.
    [ OK ] Started Dispatch Password …ts to [ 3.619360] 002: systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Console Directory Watch.
    [ OK ] Started Forward Password R…uests [ 3.643238] 003: systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    to Wall Directory Watch.
    [ OK ] Reached target Paths.[ 3.667164] 002: systemd[1]: Reached target Paths.

    [ OK ] Reached target Remote File Systems.
    [ 3.686996] 003: systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Slices.
    [ 3.699367] 002: systemd[1]: Reached target Slices.
    [ OK ] Reached target Swap.
    [ 3.710965] 002: systemd[1]: Reached target Swap.
    [ OK ] Listening on RPCbind Server Activat[ 3.734002] 002: systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket.
    [ OK ] Reached target RPC Port Mapper.
    [ 3.759083] 003: systemd[1]: Reached target RPC Port Mapper.
    [ OK ] Listening on Process Core Dump Sock[ 3.779909] 003: systemd[1]: Listening on Process Core Dump Socket.
    et.
    [ OK ] Listening on initctl Compatibility [ 3.803333] 002: systemd[1]: Listening on initctl Compatibility Named Pipe.
    Named Pipe.
    [ OK ] Listening on Journal Socket (/dev/l[ 3.851312] 003: systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    og).
    [ 3.852141] 003: systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket.[ 3.875637] 003: systemd[1]: Listening on Journal Socket.

    [ OK ] Listening on Network Service Netlin[ 3.899792] 002: systemd[1]: Listening on Network Service Netlink Socket.
    k Socket.
    [ OK ] Listening on udev Control Socket.
    [ 3.923549] 003: systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Kernel Socket[ 3.936072] 002: systemd[1]: Listening on udev Kernel Socket.
    .
    Mounting Huge Pages File System...
    [ 3.965590] 003: systemd[1]: Mounting Huge Pages File System...
    Mounting POSIX Message Queue File System..[ 3.983412] 003: systemd[1]: Mounting POSIX Message Queue File System...
    .
    Mounting Kernel Debug File System...
    [ 4.012962] 002: systemd[1]: Mounting Kernel Debug File System...
    Mounting Temporary Directory (/tmp)...
    [ 4.033404] 003: systemd[1]: Mounting Temporary Directory (/tmp)...
    Starting Create list of st…odes for the curr[ 4.052144] 003: systemd[1]: Starting Create list of static device nodes for the current kernel...
    ent kernel...
    Starting Start psplash boot splash screen.[ 4.084706] 002: systemd[1]: Starting Start psplash boot splash screen...
    ..
    [ OK ] Started Hardware RNG Entropy Gather[ 4.123700] 003: systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    er Daemon.
    Starting RPC Bind...
    [ 4.153608] 000: systemd[1]: Starting RPC Bind...
    [ 4.167347] 002: systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [ 4.174662] 002: systemd[1]: Starting Journal Service...
    Starting Journal Service...
    Starting Load Kernel Modules...
    [ 4.219200] 002: systemd[1]: Starting Load Kernel Modules...
    [ 4.238539] 000: systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.266100] 003: cryptodev: loading out-of-tree module taints kernel.
    [ 4.281814] 001: EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [ 4.296845] 003: cryptodev: driver 1.10 loaded.
    [ 4.301474] 000: systemd[1]: Starting udev Coldplug all Devices...
    Starting udev Coldplug all Devices...
    [ OK ] Started RPC Bind.
    [ 4.342160] 000: systemd[1]: Started RPC Bind.
    [ 4.352669] 000: systemd[1]: Mounted Huge Pages File System.

    [ OK ] Started Journal Service.
    [ 4.375719] 000: systemd[1]: Started Journal Service.
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Mounted Kernel Debug File System.
    [ OK ] Mounted Temporary Directory (/tmp).
    [ OK ] Started Create list of sta… nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Remount Root and Kernel File Systems.
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    [ 4.627753] 000: systemd-journald[213]: Received client request to flush runtime journal.
    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 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 Kernel Device Manager.
    [ OK ] Started Rebuild Journal Catalog.
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Reached target System Time Synchronized.
    [ 7.374859] 001: random: crng init done
    [ 7.374874] 001: random: 7 urandom warning(s) missed due to ratelimiting
    [ OK ] Started Load/Save Random Seed.
    [ 7.687032] 000: ov5640 3-003c: 3-003c supply DOVDD not found, using dummy regulator
    [ 7.687240] 000: ov5640 3-003c: 3-003c supply AVDD not found, using dummy regulator
    [ 7.687315] 000: ov5640 3-003c: 3-003c supply DVDD not found, using dummy regulator
    [ 7.722957] 000: ov5640 3-003c: ov5640_read_reg: error: reg=300a
    [ 7.722985] 000: ov5640 3-003c: ov5640_check_chip_id: failed to read chip identifier
    [ 7.723310] 000: ov5640: probe of 3-003c failed with error -121
    [ 7.936694] 002: [drm] Initialized pvr 1.17.4948957 20110701 for 7000000.gpu on minor 0
    [ 7.994860] 002: davinci_mdio b232400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [ 7.994888] 002: libphy: b232400.mdio: probed
    [ 8.155718] 001: davinci_mdio b232400.mdio: phy[0]: device b232400.mdio:00, driver TI DP83867
    [ 8.155741] 001: davinci_mdio b232400.mdio: phy[3]: device b232400.mdio:03, driver TI DP83867
    [ OK ] Started Run pending postinsts.
    [ OK ] Started Rebuild Dynamic Linker Cache.
    Starting Update is Completed...
    [ 9.153851] 002: platform 41000000.r5f: configured R5F for remoteproc mode
    [ 9.160548] 002: platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [ 9.161055] 002: remoteproc remoteproc0: 41000000.r5f is available
    [ 9.169466] 002: remoteproc remoteproc0: powering up 41000000.r5f
    [ 9.169489] 002: remoteproc remoteproc0: Booting fw image am65x-mcu-r5f0_0-fw, size 85036
    [ 9.175010] 002: platform 41000000.r5f: booting R5F core using boot addr = 0x0
    [ 9.175389] 002: remoteproc0#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [ 9.176188] 002: virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 9.176255] 002: remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [ 9.176265] 002: remoteproc remoteproc0: remote processor 41000000.r5f is now up
    [ 9.188150] 000: virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 9.215328] 000: virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ OK ] Started Update is Completed.
    [ 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.
    Starting Docker Socket for the API.
    [ OK ] Listening on dropbear.socket.
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Started Reboot and dump vmcore via kexec.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    [ 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...
    [ OK ] Started irqbalance daemon.
    Starting rc.pvr.service...
    Starting Login Service...
    [ OK ] Started IPv6 Packet Filtering Framework.
    [ OK ] Started IPv4 Packet Filtering Framework.
    [ OK ] Reached target Network (Pre).
    Starting Network Service...
    [ 10.910128] 001: PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ]
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started weston.service.
    Starting Matrix GUI...
    Starting telnetd.service...
    [ OK ] Started Network Service.
    Starting Wait for Network to be Configured...
    Starting Network Name Resolution...
    [ OK ] Started telnetd.service.
    [ OK ] Started Matrix GUI.
    [ 11.559415] 003: TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
    [ 11.561865] 003: am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [ OK ] Started Login Service.
    [ OK ] Created slice system-systemd\x2dcoredump.slice.
    [ OK ] Started Process Core Dump (PID 629/UID 0).
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    bash-dev
    bash
    bc
    binutils
    cifs-utils
    coreutils-stdbuf
    coreutils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbserver
    gettext
    glmark2
    gstreamer1.0-libav
    gzip
    less
    libasm1
    libbfd
    libdw1
    libelf1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp10
    libidn2-0
    libmpc3
    libmpfr6
    libreadline-dev
    libreadline8
    libunistring2
    m4-dev
    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
    ***************************************************************
    ***************************************************************
    [ 16.055695] 001: remoteproc remoteproc1: b034000.pru is available
    [ 16.055823] 001: pru-rproc b034000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@34000 probed successfully
    [ 16.221886] 002: remoteproc remoteproc2: b004000.rtu is available
    [ 16.222022] 002: pru-rproc b004000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@4000 probed successfully
    [ OK ] Started Print notice about GPLv3 packages.
    [ 16.315000] 002: remoteproc remoteproc3: b038000.pru is available
    [ 16.315124] 002: pru-rproc b038000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@38000 probed successfully
    [ 16.316552] 000: remoteproc remoteproc4: b006000.rtu is available
    [ 16.316681] 000: pru-rproc b006000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@6000 probed successfully
    [ 16.320707] 000: remoteproc remoteproc5: b134000.pru is available
    [ 16.320846] 000: pru-rproc b134000.pru: PRU rproc node /bus@100000/icssg@b100000/pru@34000 probed successfully
    [ 16.322477] 000: remoteproc remoteproc6: b104000.rtu is available
    [ 16.322565] 000: pru-rproc b104000.rtu: PRU rproc node /bus@100000/icssg@b100000/rtu@4000 probed successfully
    [ 16.334735] 000: remoteproc remoteproc7: b138000.pru is available
    [ 16.337063] 000: pru-rproc b138000.pru: PRU rproc node /bus@100000/icssg@b100000/pru@38000 probed successfully
    [ 16.338152] 000: remoteproc remoteproc8: b106000.rtu is available
    [ 16.338274] 000: pru-rproc b106000.rtu: PRU rproc node /bus@100000/icssg@b100000/rtu@6000 probed successfully
    [ 16.349971] 000: remoteproc remoteproc9: b234000.pru is available
    [ 16.350720] 000: pru-rproc b234000.pru: PRU rproc node /bus@100000/icssg@b200000/pru@34000 probed successfully
    [ 16.388759] 002: remoteproc remoteproc10: b204000.rtu is available
    [ 16.388921] 002: pru-rproc b204000.rtu: PRU rproc node /bus@100000/icssg@b200000/rtu@4000 probed successfully
    [ 16.395492] 002: remoteproc remoteproc11: b238000.pru is available
    [ 16.395600] 002: pru-rproc b238000.pru: PRU rproc node /bus@100000/icssg@b200000/pru@38000 probed successfully
    [ 16.396005] 002: remoteproc remoteproc12: b206000.rtu is available
    [ 16.396111] 002: pru-rproc b206000.rtu: PRU rproc node /bus@100000/icssg@b200000/rtu@6000 probed successfully
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Network.
    [ OK ] Reached target Host and Network Name Lookups.
    [ 16.578314] 002: icssg-prueth pruss2_eth: TI PRU ethernet driver initialized: dual EMAC mode
    Starting Avahi mDNS/DNS-SD 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 ttyS1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting Synchronize System and HW clocks...
    [ OK ] Created slice system-systemd\x2dfsck.slice.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [ OK ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [ OK ] Found device /dev/mmcblk1p1.
    Starting File System Check on /dev/mmcblk1p1...
    [ OK ] Found device /dev/mmcblk0p2.
    [ 19.691251] 003: dwc3 4030000.usb: Failed to get clk 'ref': -2
    [ OK ] Found device /dev/mmcblk0p1.
    [ 19.731807] 003: omap_usb2: disable chrg det
    [ 19.731954] 003: OF: graph: no port node found in /bus@100000/phy@4110000
    [ OK ] Created slice system-weston.slice.
    Starting File System Check on /dev/mmcblk0p1...
    Starting File System Check on /dev/mmcblk0p2...
    [ OK ] Started Weston Wayland Compositor.
    [ OK ] Created slice User Slice of UID 0.
    Starting User Runtime Directory /run/user/0...
    [ OK ] Started File System Check on /dev/mmcblk1p1.
    [ OK ] Started File System Check on /dev/mmcblk0p2.
    [ OK ] Started File System Check on /dev/mmcblk0p1.
    [ OK ] Started User Runtime Directory /run/user/0.
    [ 20.740680] 002: remoteproc remoteproc11: powering up b238000.pru
    [ 20.747471] 002: remoteproc remoteproc11: Booting fw image ti-pruss/am65x-pru1-prueth-fw.elf, size 16744
    Mounting /run/media/mmcblk0p1...
    [ 20.747531] 002: remoteproc remoteproc11: remote processor b238000.pru is now up
    [ 20.747567] 002: remoteproc remoteproc12: powering up b206000.rtu
    [ 20.758893] 002: remoteproc remoteproc12: Booting fw image ti-pruss/am65x-rtu1-prueth-fw.elf, size 15668
    [ 20.758945] 002: remoteproc remoteproc12: remote processor b206000.rtu is now up
    [ 20.760482] 002: TI DP83867 b232400.mdio:03: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b232400.mdio:03, irq=POLL)
    [ 20.762888] 002: net eth2: started
    Mounting /run/media/mmcblk0p2...
    Mounting /run/media/mmcblk1p1...
    [ 20.923745] 002: remoteproc remoteproc9: powering up b234000.pru
    [ 20.927594] 002: remoteproc remoteproc9: Booting fw image ti-pruss/am65x-pru0-prueth-fw.elf, size 16744
    [ 20.927646] 002: remoteproc remoteproc9: remote processor b234000.pru is now up
    [ 20.927681] 002: remoteproc remoteproc10: powering up b204000.rtu
    [ 20.929081] 002: remoteproc remoteproc10: Booting fw image ti-pruss/am65x-rtu0-prueth-fw.elf, size 15668
    [ 20.929119] 002: remoteproc remoteproc10: remote processor b204000.rtu is now up
    [ 20.930582] 002: TI DP83867 b232400.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=b232400.mdio:00, irq=POLL)
    Starting User Manager for UID 0...
    [ 20.931971] 002: net eth1: started
    [ 20.973470] 000: EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem
    [ 21.038718] 000: EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ OK ] Mounted /run/media/mmcblk0p1.
    [ OK ] Mounted /run/media/mmcblk0p2.
    [ OK ] Mounted /run/media/mmcblk1p1.
    [ OK ] Started User Manager for UID 0.
    [ OK ] Started Session c1 of user root.

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

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

    Arago 2020.09 am65xx-evm ttyS2

    am65xx-evm login: [ 133.629077] 003: Initializing XFRM netlink socket
    [ 136.726315] 001: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
    [ 136.733446] 001: Bridge firewalling registered

    am65xx-evm login:
    am65xx-evm login:

    Thanks.

    Eric

  • Hi Eric,

    That is great! Could you please resolve this thread?

    Best Regards,
    Keerthy

  • Hi Keerthy,

    One more question.

    For different version SDK, if we only need to modify k3-am65-main.dtsi in uboot and don't need to modify any other dts/dtsi file in kernel?

    Because there is big different between kernel 4.x and kernel 5.x.

    Thanks.

    Eric

  • Hi Eric,

    You typically need not modify any file when you pick a SDK. 7.1 release had issues with MMC on some boards
    due to which this fix had to be applied.

    Coming to 4.x Vs 5.x there will be multiple features that will be enabled with newer kernels and hence DTS will
    be very different. So you cannot compare them.

    Hope this answers all your questions. If yes please resolve this.

    Best Regards,
    Keerthy

  • Hi Keerthy,

    Got it.

    Thanks for your help.

    Eric