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.

TDA4VM-Q1: How to to drive the switch(ethfw) in linux side

Part Number: TDA4VM-Q1

As we discussed in 20/11/2023, you said there is annother way to drive the switch(ethfw) in linux side,corresponding in MCU side. Could you show me the method. Thank you.

The related question url is:  https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1289160/tda4vm-q1-does-there-any-way-to-directly-ping-a72-through-cpsw9g.

  • Hi,

    Please refer to FAQ [How to move to Native Linux Driver for CPSWng].

    Best Regards,
    Sudheer

  • I tested the native ethernet in linux, but can't pinging, PC and A72 can recieve nothing. Below is my steps:

    Environment: j721e-evm board. linux:ti-processor-sdk-linux-adas-j721e-evm-09_00_01_02-Linux-x86-Install

                         PC connect board by QENET. As picture below:

                         

    bridge setup:

    devlink dev param set platform/c000000.ethernet name switch_mode value true cmode runtime
    
    ip link add name br0 type bridge
    ip link set dev br0 type bridge ageing_time 1000
    ip link set dev eth1 up
    ip link set dev eth2 up
    ip link set dev eth3 up
    ip link set dev eth4 up
    ip link set dev eth1 master br0
    ip link set dev eth2 master br0
    ip link set dev eth3 master br0
    ip link set dev eth4 master br0
    

    A72 linux netdev:

    root@j721e-evm:~# ifconfig
    br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.1.88  netmask 255.255.255.0  broadcast 192.168.1.255
            inet6 fe80::9475:1cff:fe5e:5cce  prefixlen 64  scopeid 0x20<link>
            ether 96:75:1c:5e:5c:ce  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 30  bytes 3811 (3.7 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 34:08:e1:5b:64:86  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=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 1e:6b:7f:12:14:f3  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
    
    eth2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::2460:4cff:fe67:35aa  prefixlen 64  scopeid 0x20<link>
            ether 26:60:4c:67:35:aa  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 50  bytes 7253 (7.0 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    eth3: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            inet6 fe80::f40a:1fff:fe65:4508  prefixlen 64  scopeid 0x20<link>
            ether f6:0a:1f:65:45:08  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 27  bytes 4575 (4.4 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    eth4: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 7a:4c:17:0e:a7:3b  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
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 93  bytes 7707 (7.5 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 93  bytes 7707 (7.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    

    When using ' iperf -c 192.168.1.255 -u -b 10M -t 9999 -i 1' to send broadcast message to board, find no increase num in 'ethtool -S eth2'.

    root@j721e-evm:~# [  811.308997] br0: port 2(eth2) entered disabled state
    [  811.313969] am65-cpsw-nuss c000000.ethernet eth2: Link is Down
    [  813.357106] am65-cpsw-nuss c000000.ethernet eth2: Link is Up - 1Gbps/Full - flow control rx/tx
    [  813.365752] br0: port 2(eth2) entered blocking state
    [  813.370712] br0: port 2(eth2) entered forwarding state
    
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~# ethtool -S eth2
    NIC statistics:
         p0_rx_good_frames: 135
         p0_rx_broadcast_frames: 33
         p0_rx_multicast_frames: 102
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 21659
         p0_tx_good_frames: 0
         p0_tx_broadcast_frames: 0
         p0_tx_multicast_frames: 0
         p0_tx_octets: 0
         p0_tx_64B_frames: 8
         p0_tx_65_to_127B_frames: 67
         p0_tx_128_to_255B_frames: 33
         p0_tx_256_to_511B_frames: 27
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 0
         p0_net_octets: 21659
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 0
         p0_ale_unknown_ucast_bytes: 0
         p0_ale_unknown_mcast: 53
         p0_ale_unknown_mcast_bytes: 6373
         p0_ale_unknown_bcast: 6
         p0_ale_unknown_bcast_bytes: 384
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 0
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 0
         p0_tx_pri7: 0
         p0_tx_pri0_bcnt: 0
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 0
         p0_tx_pri7_bcnt: 0
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 0
         rx_broadcast_frames: 0
         rx_multicast_frames: 0
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 0
         ale_overrun_drop: 0
         rx_octets: 0
         tx_good_frames: 0
         tx_broadcast_frames: 0
         tx_multicast_frames: 0
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 0
         tx_64B_frames: 0
         tx_65_to_127B_frames: 0
         tx_128_to_255B_frames: 0
         tx_256_to_511B_frames: 0
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 0
         net_octets: 0
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 0
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 0
         ale_unknown_ucast_bytes: 0
         ale_unknown_mcast: 0
         ale_unknown_mcast_bytes: 0
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 108
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 0
         tx_pri6: 0
         tx_pri7: 0
         tx_pri0_bcnt: 16976
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 0
         tx_pri7_bcnt: 0
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    root@j721e-evm:~# ethtool -S eth2
    NIC statistics:
         p0_rx_good_frames: 135
         p0_rx_broadcast_frames: 33
         p0_rx_multicast_frames: 102
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 21659
         p0_tx_good_frames: 0
         p0_tx_broadcast_frames: 0
         p0_tx_multicast_frames: 0
         p0_tx_octets: 0
         p0_tx_64B_frames: 8
         p0_tx_65_to_127B_frames: 67
         p0_tx_128_to_255B_frames: 33
         p0_tx_256_to_511B_frames: 27
         p0_tx_512_to_1023B_frames: 0
         p0_tx_1024B_frames: 0
         p0_net_octets: 21659
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 0
         p0_ale_unknown_ucast_bytes: 0
         p0_ale_unknown_mcast: 53
         p0_ale_unknown_mcast_bytes: 6373
         p0_ale_unknown_bcast: 6
         p0_ale_unknown_bcast_bytes: 384
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 0
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 0
         p0_tx_pri6: 0
         p0_tx_pri7: 0
         p0_tx_pri0_bcnt: 0
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 0
         p0_tx_pri6_bcnt: 0
         p0_tx_pri7_bcnt: 0
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 0
         rx_broadcast_frames: 0
         rx_multicast_frames: 0
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 0
         ale_overrun_drop: 0
         rx_octets: 0
         tx_good_frames: 0
         tx_broadcast_frames: 0
         tx_multicast_frames: 0
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 0
         tx_64B_frames: 0
         tx_65_to_127B_frames: 0
         tx_128_to_255B_frames: 0
         tx_256_to_511B_frames: 0
         tx_512_to_1023B_frames: 0
         tx_1024B_frames: 0
         net_octets: 0
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 0
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 0
         ale_unknown_ucast_bytes: 0
         ale_unknown_mcast: 0
         ale_unknown_mcast_bytes: 0
         ale_unknown_bcast: 0
         ale_unknown_bcast_bytes: 0
         ale_pol_match: 0
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 108
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 0
         tx_pri6: 0
         tx_pri7: 0
         tx_pri0_bcnt: 16976
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 0
         tx_pri7_bcnt: 0
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    
    

  • Hi,

    Can you please share your device tree overlay file, as well as full Linux terminal log.

    Also, can you please share log of below in Linux terminal.
    root@J7-evm:# ls -la /lib/firmware/

    Best Regards,
    Sudheer

  • overlay file:

    # This uEnv.txt file can contain additional environment settings that you
    # want to set in U-Boot at boot time.  This can be simple variables such
    # as the serverip or custom variables.  The format of this file is:
    #    variable=value
    # NOTE: This file will be evaluated after the bootcmd is run and the
    #       bootcmd must be set to load this file if it exists (this is the
    #       default on all newer U-Boot images.  This also means that some
    #       variables such as bootdelay cannot be changed by this file since
    #       it is not evaluated until the bootcmd is run.
    psdk_setup_file=.psdk_setup
    check_psdk_setup=load mmc 1:1 ${loadaddr} ${psdk_setup_file}
    
    # Reset to the default environment
    do_psdk_setup=env default -f -a; saveenv
    
    # If not done previously, then reset to the default environment and indicate this by writing a file
    # Also update the Linux hostname based on board_name
    uenvcmd=if run check_psdk_setup; then echo "Already setup."; else run do_psdk_setup; mw.b ${loadaddr} 0 1; fatwrite mmc 1:1 ${loadaddr} .psdk_setup 1; reset; fi; if test "$board_name" = "j721e-sk"; then ; setenv args_all $args_all systemd.hostname=tda4vm-sk ; fi; if test ${boot_fit} -eq 1; then  setenv name_overlays $name_overlays_fit; fi;
    
    # Setting the right U-Boot environment variables
    dorprocboot=1
    #name_overlays=ti/k3-j721e-evm-virt-mac-client.dtbo ti/k3-j721e-vision-apps.dtbo
    name_overlays=ti/k3-j721e-evm-quad-port-eth-exp.dtbo
    
    # Name overlays when booting from fit image
    name_overlays_fit=conf-ti_k3-j721e-evm-virt-mac-client.dtbo conf_k3-j721e-evm-quad-port-eth-exp.dtbo conf-ti_k3-j721e-vision-apps.dtbo
    

    I have replace  vx_app_rtos_linux_mcu2_0.out&vx_app_rtos_linux_mcu2_1.out  with ipc_test. So the ethfw not work.

    root@j721e-evm:~# ls -la /lib/firmware/
    total 17908
    drwxrwxrwx  9 root root    4096 Mar  9  2018 .
    drwxr-xr-x 10 root root    4096 Mar  9  2018 ..
    -rw-r--r--  1 root root    2040 Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r--  1 root root    2046 Mar  9  2018 LICENCE.iwlwifi_firmware
    drwxr-xr-x  2 root root    4096 Mar  9  2018 cadence
    drwxr-xr-x  2 root root    4096 Mar  9  2018 intel
    -rw-r--r--  1 root root  918268 Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r--  1 root root 2448976 Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r--  1 root root 2428004 Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r--  1 root root 2440780 Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r--  1 root root 2436632 Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r--  1 root root 2678092 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r--  1 root root 2521412 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r--  1 root root 1489652 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    lrwxrwxrwx  1 root root      57 Mar  9  2018 j7-c66_0-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c6x_1.out
    lrwxrwxrwx  1 root root      64 Mar  9  2018 j7-c66_0-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c6x_1.out.signed
    lrwxrwxrwx  1 root root      57 Mar  9  2018 j7-c66_1-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c6x_2.out
    lrwxrwxrwx  1 root root      64 Mar  9  2018 j7-c66_1-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c6x_2.out.signed
    lrwxrwxrwx  1 root root      57 Mar  9  2018 j7-c71_0-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c7x_1.out
    lrwxrwxrwx  1 root root      64 Mar  9  2018 j7-c71_0-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_c7x_1.out.signed
    lrwxrwxrwx  1 root root      58 Mar  9  2018 j7-main-r5f0_0-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_0.out
    lrwxrwxrwx  1 root root      65 Mar  9  2018 j7-main-r5f0_0-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_0.out.signed
    lrwxrwxrwx  1 root root      58 Mar  9  2018 j7-main-r5f0_1-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_1.out
    lrwxrwxrwx  1 root root      65 Mar  9  2018 j7-main-r5f0_1-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu2_1.out.signed
    lrwxrwxrwx  1 root root      58 Mar  9  2018 j7-main-r5f1_0-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu3_0.out
    lrwxrwxrwx  1 root root      65 Mar  9  2018 j7-main-r5f1_0-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu3_0.out.signed
    lrwxrwxrwx  1 root root      58 Mar  9  2018 j7-main-r5f1_1-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu3_1.out
    lrwxrwxrwx  1 root root      65 Mar  9  2018 j7-main-r5f1_1-fw-sec -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu3_1.out.signed
    lrwxrwxrwx  1 root root      58 Mar  9  2018 j7-mcu-r5f0_1-fw -> /lib/firmware/vision_apps_evm/vx_app_rtos_linux_mcu1_1.out
    lrwxrwxrwx  1 root root      74 Mar  9  2018 j7-mcu-r5f0_1-fw-sec -> /lib/firmware/ti-ipc/j721e/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-pru0_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-pru0_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-pru1_0-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-pru1_1-fw -> /lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-rtu0_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-rtu0_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-rtu1_0-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx  1 root root      49 Mar  9  2018 j7-rtu1_1-fw -> /lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx  1 root root      35 Mar  9  2018 j7-txpru0_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx  1 root root      35 Mar  9  2018 j7-txpru0_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
    lrwxrwxrwx  1 root root      35 Mar  9  2018 j7-txpru1_0-fw -> /lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx  1 root root      35 Mar  9  2018 j7-txpru1_1-fw -> /lib/firmware/pru/TX_PRU_Halt_1.out
    drwxr-xr-x  2 root root    4096 Mar  9  2018 pru
    -rw-r--r--  1 root root  247469 Mar  9  2018 pvdec_full_bin.fw
    -rw-r--r--  1 root root    4676 Mar  9  2018 regulatory.db
    -rw-r--r--  1 root root    1182 Mar  9  2018 regulatory.db.p7s
    -rw-r--r--  1 root root  122880 Mar  9  2018 rgx.fw.22.104.208.318
    -rw-r--r--  1 root root  118784 Mar  9  2018 rgx.fw.22.104.208.318.64k
    -rw-r--r--  1 root root  382744 Mar  9  2018 rgx.sh.22.104.208.318
    drwxr-xr-x  2 root root    4096 Mar  9  2018 ti-connectivity
    drwxr-xr-x  3 root root    4096 Mar  9  2018 ti-eth
    drwxr-xr-x  3 root root    4096 Mar  9  2018 ti-ipc
    drwxrwxrwx  2 root root    4096 Nov 21  2023 vision_apps_evm
    root@j721e-evm:~# ls -la /lib/firmware/vision_apps_evm/
    total 37156
    drwxrwxrwx 2 root   root       4096 Nov 21  2023 .
    drwxrwxrwx 9 root   root       4096 Mar  9  2018 ..
    -rwxrwxrwx 1 root   root     994096 Mar  9  2018 vx_app_rtos_linux_c6x_1.out
    -rwxrwxrwx 1 root   root     995776 Mar  9  2018 vx_app_rtos_linux_c6x_1.out.signed
    -rwxrwxrwx 1 root   root     994096 Mar  9  2018 vx_app_rtos_linux_c6x_2.out
    -rwxrwxrwx 1 root   root     995776 Mar  9  2018 vx_app_rtos_linux_c6x_2.out.signed
    -rwxrwxrwx 1 root   root   12968080 Mar  9  2018 vx_app_rtos_linux_c7x_1.out
    -rwxrwxrwx 1 root   root   12969761 Mar  9  2018 vx_app_rtos_linux_c7x_1.out.signed
    -rwxrwxrwx 1 root   root          0 Mar  9  2018 vx_app_rtos_linux_mcu1_1.out
    -rwxrwxrwx 1 root   root       1678 Mar  9  2018 vx_app_rtos_linux_mcu1_1.out.signed
    -rw-rw-r-- 1 weston weston  2177072 Nov 21  2023 vx_app_rtos_linux_mcu2_0.out
    -rwxrwxrwx 1 root   root    1496220 Mar  9  2018 vx_app_rtos_linux_mcu2_0.out.signed
    -rwxrwxrwx 1 root   root    1494540 Mar  9  2018 vx_app_rtos_linux_mcu2_0.outbak
    -rw-rw-r-- 1 weston weston  2175852 Nov 21  2023 vx_app_rtos_linux_mcu2_1.out
    -rwxrwxrwx 1 root   root     373452 Mar  9  2018 vx_app_rtos_linux_mcu2_1.out.signed
    -rwxrwxrwx 1 root   root     371772 Mar  9  2018 vx_app_rtos_linux_mcu2_1.outbak
    -rwxrwxrwx 1 root   root          0 Mar  9  2018 vx_app_rtos_linux_mcu3_0.out
    -rwxrwxrwx 1 root   root       1678 Mar  9  2018 vx_app_rtos_linux_mcu3_0.out.signed
    -rwxrwxrwx 1 root   root          0 Mar  9  2018 vx_app_rtos_linux_mcu3_1.out
    -rwxrwxrwx 1 root   root       1678 Mar  9  2018 vx_app_rtos_linux_mcu3_1.out.signed
    root@j721e-evm:~#
    

  • Hi, 

    I have replace  vx_app_rtos_linux_mcu2_0.out&vx_app_rtos_linux_mcu2_1.out  with ipc_test. So the ethfw not work.

    You mean, rebuild the app without EthFw and using the updated binary? If not, can you please disable EthFw from vision apps and rebuild the application for MCU2_0 and map the generated binary for Main R5F0_0 core and check.

    As requested above, can you please provide full Linux terminal log.

    Best Regards,
    Sudheer

  • You mean, rebuild the app without EthFw and using the updated binary?

    I didn't rebuild the whole vision apps. I just replace the ethfw(vx_app_rtos_linux_mcu2_0.out&vx_app_rtos_linux_mcu2_1.out) with other fw not running eth.

    U-Boot SPL 2023.04-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-dirty
    NOTICE:  BL31: Built : 14:12:59, May 22 2023
    I/TC:
    I/TC: OP-TEE version: 3.20.0 (gcc version 11.3.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2023.04-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    Detected: J7X-BASE-CPB rev A
    Detected: J7X-VSC8514-ETH rev E2
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2023.04-gbd74e615a6 (Sep 06 2023 - 10:09:25 +0000)
    
    SoC:   J721E SR1.1 GP
    Model: Texas Instruments K3 J721E SoC
    Board: J7X-BASE-CPB rev A
    DRAM:  4 GiB
    Core:  125 devices, 34 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
    Unidentified board claims J7X-BASE-CPB in eeprom header
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    1614 bytes read in 24 ms (65.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 24 ms (0 Bytes/s)
    Already setup.
    gpio: pin gpio@22_17 (gpio 281) value is 1
    gpio: pin gpio@22_16 (gpio 280) value is 0
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    2177072 bytes read in 71 ms (29.2 MiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 2177072 bytes: Success!
    2175852 bytes read in 71 ms (29.2 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 2175852 bytes: Success!
    Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
    994096 bytes read in 46 ms (20.6 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 994096 bytes: Success!
    994096 bytes read in 47 ms (20.2 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 994096 bytes: Success!
    12968080 bytes read in 294 ms (42.1 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 12968080 bytes: Success!
    20920832 bytes read in 457 ms (43.7 MiB/s)
    113556 bytes read in 28 ms (3.9 MiB/s)
    Working FDT set to 88000000
    3694 bytes read in 25 ms (143.6 KiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008fee1000, end 000000008fffffff ... OK
    Working FDT set to 8fee1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.1.46-gf8110d9ce8 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.3.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Mon Sep  4 04:45:34 UTC 2023
    [    0.000000] Machine model: Texas Instruments J721e EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: /bus@100000/pcie@2920000: Missing device_type
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.2
    [    0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=8eda486f-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3301732K/4194304K available (12480K kernel code, 1294K rwdata, 4360K rodata, 2176K init, 498K bss, 368284K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880040000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008421] Console: colour dummy device 80x25
    [    0.012986] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023656] pid_max: default: 32768 minimum: 301
    [    0.028395] LSM: Security Framework initializing
    [    0.033181] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.040756] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.049596] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.057002] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.063266] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.070652] cblist_init_generic: Setting shift to 1 and lim to 1.
    [    0.076962] rcu: Hierarchical SRCU implementation.
    [    0.081858] rcu:     Max phase no-delay instances is 1000.
    [    0.087384] Platform MSI: msi-controller@1820000 domain created
    [    0.093672] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.103496] EFI services will not be available.
    [    0.108247] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.121507] Detected PIPT I-cache on CPU1
    [    0.121572] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.121585] GICv3: CPU1: using allocated LPI pending table @0x0000000880050000
    [    0.121615] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.121667] smp: Brought up 1 node, 2 CPUs
    [    0.151011] SMP: Total of 2 processors activated.
    [    0.155815] CPU features: detected: 32-bit EL0 Support
    [    0.161069] CPU features: detected: CRC32 instructions
    [    0.166353] CPU: All CPU(s) started at EL2
    [    0.170535] alternatives: applying system-wide alternatives
    [    0.177162] devtmpfs: initialized
    [    0.187737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.197726] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.212827] pinctrl core: initialized pinctrl subsystem
    [    0.218513] DMI not present or invalid.
    [    0.222774] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.229449] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.236759] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.244762] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.252887] audit: initializing netlink subsys (disabled)
    [    0.258511] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    [    0.258761] thermal_sys: Registered thermal governor 'step_wise'
    [    0.266432] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.272650] cpuidle: using governor menu
    [    0.283413] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.290381] ASID allocator initialised with 65536 entries
    [    0.305659] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
    [    0.316982] platform a000000.dp-bridge: Fixed dependency cycle(s) with /connector
    [    0.324870] KASLR disabled due to lack of seed
    [    0.332478] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.339422] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.345824] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.352758] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.359159] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.366093] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.372494] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.379427] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.386790] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
    [    0.396039] iommu: Default domain type: Translated
    [    0.401025] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.407550] SCSI subsystem initialized
    [    0.411544] usbcore: registered new interface driver usbfs
    [    0.417166] usbcore: registered new interface driver hub
    [    0.422602] usbcore: registered new device driver usb
    [    0.428060] pps_core: LinuxPPS API ver. 1 registered
    [    0.433133] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.442473] PTP clock support registered
    [    0.446559] EDAC MC: Ver: 3.0.0
    [    0.450343] FPGA manager framework
    [    0.453855] Advanced Linux Sound Architecture Driver Initialized.
    [    0.460493] clocksource: Switched to clocksource arch_sys_counter
    [    0.466838] VFS: Disk quotas dquot_6.6.0
    [    0.470869] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.480872] NET: Registered PF_INET protocol family
    [    0.486065] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.495122] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.503900] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.511823] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.520032] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.528784] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.535586] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.542501] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.549951] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.556084] RPC: Registered named UNIX socket transport module.
    [    0.562141] RPC: Registered udp transport module.
    [    0.566944] RPC: Registered tcp transport module.
    [    0.571747] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.578331] NET: Registered PF_XDP protocol family
    [    0.583232] PCI: CLS 0 bytes, default 64
    [    0.587605] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.596816] Initialise system trusted keyrings
    [    0.601507] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.610709] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.617020] NFS: Registering the id_resolver key type
    [    0.622212] Key type id_resolver registered
    [    0.626483] Key type id_legacy registered
    [    0.630604] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.637452] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.645103] 9p: Installing v9fs 9p2000 file system support
    [    0.670472] Key type asymmetric registered
    [    0.674655] Asymmetric key parser 'x509' registered
    [    0.679663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.687309] io scheduler mq-deadline registered
    [    0.691943] io scheduler kyber registered
    [    0.698234] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.704508] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.710867] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.721483] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.729220] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.737434] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.744589] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.752583] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.763698] loop: module loaded
    [    0.767723] megasas: 07.719.03.00-rc1
    [    0.773806] tun: Universal TUN/TAP device driver, 1.6
    [    0.779430] thunder_xcv, ver 1.0
    [    0.782742] thunder_bgx, ver 1.0
    [    0.786047] nicpf, ver 1.0
    [    0.789097] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [    0.796478] hns3: Copyright (c) 2017 Huawei Corporation.
    [    0.801926] hclge is initializing
    [    0.805318] e1000: Intel(R) PRO/1000 Network Driver
    [    0.810302] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.816186] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.821255] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.827314] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.832828] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.838531] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.844932] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.851056] sky2: driver version 1.30
    [    0.855254] VFIO - User Level meta-driver version: 0.3
    [    0.860938] usbcore: registered new interface driver usb-storage
    [    0.867548] i2c_dev: i2c /dev entries driver
    [    0.873003] sdhci: Secure Digital Host Controller Interface driver
    [    0.879329] sdhci: Copyright(c) Pierre Ossman
    [    0.884134] Synopsys Designware Multimedia Card Interface Driver
    [    0.890575] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.896933] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.903182] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.909955] usbcore: registered new interface driver usbhid
    [    0.915650] usbhid: USB HID core driver
    [    0.920386] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.924955] optee: revision 3.20 (8e74d476)
    [    0.941378] optee: dynamic shared memory is enabled
    [    0.950850] optee: initialized driver
    [    0.955964] Initializing XFRM netlink socket
    [    0.960354] NET: Registered PF_PACKET protocol family
    [    0.965582] 9pnet: Installing 9P2000 support
    [    0.969972] Key type dns_resolver registered
    [    0.974553] registered taskstats version 1
    [    0.978754] Loading compiled-in X.509 certificates
    [    0.989048] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)')
    [    1.050342] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.056723] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.063540] pca953x 1-0020: using no AI
    [    1.089204] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.096023] pca953x 1-0022: using AI
    [    1.100288] gpio-488 (qsgmii-pwrdn-line): hogged as output/low
    [    1.106707] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high
    [    1.112680] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
    [    1.118920] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
    [    1.125287] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.131454] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.138291] omap_i2c 2020000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.144417] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    1.151240] pca953x 4-0020: using no AI
    [    1.176971] omap_i2c 2030000.i2c: bus 4 rev0.12 at 400 kHz
    [    1.183253] pca953x 5-0020: supply vcc not found, using dummy regulator
    [    1.190081] pca953x 5-0020: using no AI
    [    1.216843] omap_i2c 2060000.i2c: bus 5 rev0.12 at 400 kHz
    [    1.222677] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
    [    1.231245] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
    [    1.240603] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
    [    1.249236] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.265284] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    1.275175] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    1.281936] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.291069] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    1.301232] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    1.307991] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    1.316018] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 194, base_baud = 6000000) is a 8250
    [    1.325514] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 195, base_baud = 3000000) is a 8250
    [    1.334366] printk: console [ttyS2] enabled
    [    1.334366] printk: console [ttyS2] enabled
    [    1.342811] printk: bootconsole [ns16550a0] disabled
    [    1.342811] printk: bootconsole [ns16550a0] disabled
    [    1.353271] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 196, base_baud = 3000000) is a 8250
    [    1.362293] 2820000.serial: ttyS0 at MMIO 0x2820000 (irq = 197, base_baud = 3000000) is a 8250
    [    1.371205] omap8250 2840000.serial: unable to register 8250 port
    [    1.377291] omap8250 2840000.serial: PM domain pd:281 will not be powered off
    [    1.384423] omap8250: probe of 2840000.serial failed with error -28
    [    1.392755] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    1.436501] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.444978] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    1.453251] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    1.466062] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    1.473270] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.479506] pps pps0: new PPS source ptp0
    [    1.483640] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    1.494057] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    1.668493] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.681023] davinci_mdio c000f00.mdio: phy[16]: device c000f00.mdio:10, driver Microsemi GE VSC8514 SyncE
    [    1.690576] davinci_mdio c000f00.mdio: phy[17]: device c000f00.mdio:11, driver Microsemi GE VSC8514 SyncE
    [    1.700120] davinci_mdio c000f00.mdio: phy[18]: device c000f00.mdio:12, driver Microsemi GE VSC8514 SyncE
    [    1.709666] davinci_mdio c000f00.mdio: phy[19]: device c000f00.mdio:13, driver Microsemi GE VSC8514 SyncE
    [    1.719232] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    1.732012] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    1.738326] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    1.744632] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    1.750940] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    1.757201] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    1.764318] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    1.770650] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    1.782335] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    1.892281] mmc0: CQHCI version 5.10
    [    1.936817] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    2.027574] mmc0: Command Queue Engine enabled
    [    2.032034] mmc0: new HS200 MMC card at address 0001
    [    2.037477] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    2.044946]  mmcblk0: p1 p2
    [    2.048200] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    2.054063] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    2.059763] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (240:0)
    [    2.225653] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    2.231616] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.498320] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    2.504997] pca953x 2-0020: using no AI
    [    2.533475] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    2.540318] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    2.547139] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    2.553958] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    2.560757] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    2.573890] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.584665] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    2.598857] spi-nor spi0.0: unrecognized JEDEC id bytes: ff df ff ff ff ff
    [    2.608792] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    2.613898] 8 fixed-partitions partitions found on MTD device 47050000.spi.0
    [    2.620935] Creating 8 MTD partitions on "47050000.spi.0":
    [    2.626406] 0x000000000000-0x000000080000 : "qspi.tiboot3"
    [    2.632476] 0x000000080000-0x000000280000 : "qspi.tispl"
    [    2.638243] 0x000000280000-0x000000680000 : "qspi.u-boot"
    [    2.644103] 0x000000680000-0x0000006a0000 : "qspi.env"
    [    2.649680] 0x0000006a0000-0x0000006c0000 : "qspi.env.backup"
    [    2.655868] 0x0000006c0000-0x0000007c0000 : "qspi.sysfw"
    [    2.661666] 0x000000800000-0x000003fc0000 : "qspi.rootfs"
    [    2.667559] 0x000003fe0000-0x000004000000 : "qspi.phypattern"
    [    2.674460] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    2.720500] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.729010] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.737283] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    2.750102] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.757308] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.763527] pps pps0: new PPS source ptp1
    [    2.767663] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    2.778177] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    2.786557] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    2.960501] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.973099] davinci_mdio c000f00.mdio: phy[16]: device c000f00.mdio:10, driver Microsemi GE VSC8514 SyncE
    [    2.982651] davinci_mdio c000f00.mdio: phy[17]: device c000f00.mdio:11, driver Microsemi GE VSC8514 SyncE
    [    2.992196] davinci_mdio c000f00.mdio: phy[18]: device c000f00.mdio:12, driver Microsemi GE VSC8514 SyncE
    [    3.001741] davinci_mdio c000f00.mdio: phy[19]: device c000f00.mdio:13, driver Microsemi GE VSC8514 SyncE
    [    3.011307] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    3.024103] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    3.030417] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    3.036727] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    3.043036] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    3.049297] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    3.056416] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    3.062740] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    3.074016] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 140
    [    3.083743] mmc1: CQHCI version 5.10
    [    3.090181] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    3.112537] ALSA device list:
    [    3.115500]   No soundcards found.
    [    3.125042] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    3.132614] Waiting for root device PARTUUID=8eda486f-02...
    [    3.185564] mmc1: new ultra high speed DDR50 SDHC card at address 59b4
    [    3.192507] mmcblk1: mmc1:59b4 USD00 29.5 GiB
    [    3.198244]  mmcblk1: p1 p2
    [    3.240841] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    3.249393] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    3.256363] devtmpfs: mounted
    [    3.260507] Freeing unused kernel memory: 2176K
    [    3.265116] Run /sbin/init as init process
    [    3.486798] systemd[1]: System time before build time, advancing clock.
    [    3.531041] NET: Registered PF_INET6 protocol family
    [    3.536713] Segment Routing with IPv6
    [    3.540374] In-situ OAM (IOAM) with IPv6
    [    3.569871] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    3.601294] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.04!
    
    [    3.672997] systemd[1]: Hostname set to <j721e-evm>.
    [    3.747113] systemd-sysv-generator[158]: SysV service '/etc/init.d/telnetd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.771715] systemd-sysv-generator[158]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.796910] systemd-sysv-generator[158]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.820741] systemd-sysv-generator[158]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    3.965681] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.006690] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.052109] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.091570] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.113974] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.137963] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.161596] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.184699] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    4.208621] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    4.232676] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.252552] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.272545] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.292548] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.351057] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.372623] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.395619] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.416719] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.440894] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    4.460817] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.480808] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.496902] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    4.520882] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.540752] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    4.560748] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    4.604842] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    4.623117] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    4.647168] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    4.664796] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    4.680896] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    4.699812] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    4.723146] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    4.743128] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    4.763181] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    4.777391] fuse: init (API version 7.37)
    [    4.789342] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    4.837049] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    4.860766] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    4.877029] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    4.905250] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    4.926962] cryptodev: loading out-of-tree module taints kernel.
    [    4.933998] cryptodev: driver 1.12 loaded.
    [    4.945093] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    4.981049] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [0m...
    [    5.011592] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.033367] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.049032] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    5.375072] systemd-journald[173]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    5.582954] audit: type=1334 audit(1651167747.096:2): prog-id=5 op=LOAD
    [    5.589946] audit: type=1334 audit(1651167747.104:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [    6.068470] random: crng init done
    [    6.075087] CAN device driver interface
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
             Starting Weston socket...
    [    6.184915] ina2xx 3-0040: power monitor ina226 (Rshunt = 10000 uOhm)
             Starting Console System Startup Logging...[    6.201357] ina2xx 3-0041: power monitor ina226 (Rshunt = 10000 uOhm)
    
    [    6.215740] ina2xx 3-0042: power monitor ina226 (Rshunt = 10000 uOhm)
             Starting D-Bus System Message Bus...[    6.228473] j721e-pcie-host 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    
    [    6.240354] j721e-pcie-host 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    6.245311] ina2xx 3-0043: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.249114] j721e-pcie-host 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    6.271770] j721e-pcie-host 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    6.280629] j721e-pcie-host 2910000.pcie: error -ENXIO: IRQ link_state not found
    [    6.288042] j721e-pcie-host 2910000.pcie: interrupt setup failed
             Starting Reboot and dump vmcore via kexec.[    6.301511] j721e-pcie-host 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    ..
    [    6.323212] j721e-pcie-host 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [  OK  ] Finished Load/Save Random Seed.[    6.337529] j721e-pcie-host 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    
    [    6.352625] ina2xx 3-0044: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.359388] j721e-pcie-host 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [  OK  ] Listening on Docker Socket for the [    6.369303] j721e-pcie-host 2920000.pcie: error -ENXIO: IRQ link_state not found
    API.
    [    6.369695] ina2xx 3-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [    6.382108] j721e-pcie-host 2920000.pcie: interrupt setup failed
    [  OK  ] Listening on Weston socket.[    6.398515] ina2xx 3-0046: power monitor ina226 (Rshunt = 10000 uOhm)
    
    [    6.409704] ina2xx 3-0047: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.417258] ina2xx 3-0048: power monitor ina226 (Rshunt = 10000 uOhm)
    [  OK  ] Finished Console System Startup Log[    6.426831] ina2xx 3-0049: power monitor ina226 (Rshunt = 10000 uOhm)
    ging.
    [    6.427225] mc: Linux media interface: v0.10
    [  OK  ] Found device /dev/ttyS2.
    [    6.446205] ina2xx 3-004a: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.457990] videodev: Linux video capture interface: v2.00
    [  OK  ] Reached target Socket Units.[    6.465188] ina2xx 3-004b: power monitor ina226 (Rshunt = 10000 uOhm)
    
    [    6.478286] ina2xx 3-004c: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.486962] ina2xx 3-004d: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.495934] ina2xx 3-004e: power monitor ina226 (Rshunt = 10000 uOhm)
    [    6.505793] ina2xx 3-004f: power monitor ina226 (Rshunt = 10000 uOhm)
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [    6.618960] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
             Starting Print notice about GPLv3 packages...
    [    6.642440] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
             Starting IPv6 Packet Filtering Framework...
    [    6.670205] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
             Starting IPv4 Packet Filtering Framework...
    [    6.688093] remoteproc remoteproc0: 4d80800000.dsp is available
    [    6.695279] remoteproc remoteproc0: attaching to 4d80800000.dsp
    [  OK  ] Started irqbalance daemon.
    [    6.713944] img_enc 4200000.video-encoder: encoder registered as /dev/video0
             Starting Telephony service...
    [    6.730385] PVR_K:  205: Device: 4e20000000.gpu
    [    6.736139] cdns-mhdp8546 a000000.dp-bridge: invalid resource
    [    6.742264] img_dec 4300000.video-decoder: decoder registered as /dev/video1
             Starting Update pmic regis…fety feature on power rails...
    [    6.764429] Unable to handle kernel paging request at virtual address ffff7fffd85b91bb
    [    6.772626] Mem abort info:
             Starting Expand the rootfs…ll size of the bo[    6.780675]   ESR = 0x0000000096000004
    ot device....
    [    6.785308]   EC = 0x25: DABT (current EL), IL = 32 bits
    [    6.790283] cdns-mhdp8546 a000000.dp-bridge: Failed to get SAPB memory resource, HDCP not supported
    [    6.792230]   SET = 0, FnV = 0
    [    6.804259]   EA = 0, S1PTW = 0
    [    6.807478]   FSC = 0x04: level 0 translation fault
    [    6.812450] Data abort info:
    [    6.815329]   ISV = 0, ISS = 0x00000004
    [  OK  ] Started startwlanap.[    6.820297]   CM = 0, WnR = 0
    
    [    6.826943] swapper pgtable: 4k pages, 48-bit VAs, pgdp=0000000083089000
    [    6.833983] [ffff7fffd85b91bb] pgd=0000000000000000, p4d=0000000000000000
    [    6.845036] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
    [    6.851302] Modules linked in: cdns_mhdp8546(+) tidss(+) vxd_dec(+) drm_display_helper drm_dma_helper pvrsrvkm(O+) drm_kms_helper j721e_csi2rx(+) cfbfillrect ti_am335x_tscadc syscopyarea vxe_enc pruss ti_k3_dsp_remoteproc(+) cfbimgblt sysfillrect sysimgblt videobuf2_dma_sg virtio_rpmsg_bus videobuf2_dma_contig fb_sys_fops v4l2_mem2mem rpmsg_ns cfbcopyarea videobuf2_memops cdns_dphy_rx ti_k3_common ti_j721e_ufs sa2ul videobuf2_v4l2 v4l2_async videobuf2_common videodev mc snd_soc_davinci_mcasp cdns3_ti snd_soc_ti_udma pci_j721e_host pci_j721e snd_soc_ti_edma snd_soc_ti_sdma pcie_cadence_host pcie_cadence snd_soc_pcm3168a_i2c snd_soc_pcm3168a ina2xx m_can_platform m_can rti_wdt can_dev optee_rng rng_core cryptodev(O) fuse drm drm_panel_orientation_quirks ipv6
    [    6.867442] PVR_K:  205: Read BVNC 22.104.208.318 from HW device registers
    [    6.918232] CPU: 1 PID: 202 Comm: systemd-udevd Tainted: G           O       6.1.46-gf8110d9ce8 #1
    [    6.934020] Hardware name: Texas Instruments J721e EVM (DT)
    [    6.939579] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    6.946526] pc : rproc_handle_resources.constprop.0+0x94/0x168
    [    6.952358] lr : rproc_boot+0x448/0x570
    [    6.956189] sp : ffff800009ca3800
    [    6.959491] x29: ffff800009ca3800 x28: 0000000000000000 x27: ffff800009ca3ce0
    [    6.966613] x26: ffffffffc95b91bb x25: ffff80000f000000 x24: ffff8000090024e0
    [    6.973734] x23: ffff000804b8f038 x22: 0000000000000000 x21: ffff8000093ce278
    [    6.980854] x20: ffff000804b8f000 x19: 0000000000000000 x18: 0000000000000000
    [    6.987974] x17: 0000000000000000 x16: 0000000000000000 x15: 8bf67e221cfd9509
    [    6.995093] x14: f9305e3bc382d7c0 x13: 8bf67e221cfd9509 x12: f9305e3bc382d7c0
    [    7.002214] x11: d6589e93fceb63ca x10: 969c72ee41b70be4 x9 : 0ef6b175559f170b
    [    7.009335] x8 : db6e6e54150bfbed x7 : 79e163b94a17f53a x6 : 381f06806ab53eaa
    [    7.016454] x5 : ffff000805e48700 x4 : ffff80000f000100 x3 : 0000000036a46f41
    [    7.023573] x2 : 00000000c95b91bb x1 : ffff7fffd85b91bf x0 : ffff80000f000000
    [    7.030695] Call trace:
    [    7.033132]  rproc_handle_resources.constprop.0+0x94/0x168
    [    7.038613]  rproc_boot+0x448/0x570
    [    7.042100]  rproc_add+0xcc/0x16c
    [    7.045411]  k3_dsp_rproc_probe+0x400/0x490 [ti_k3_dsp_remoteproc]
    [    7.051276] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [    7.051593]  platform_probe+0x68/0xe0
    [    7.062359]  really_probe+0xbc/0x2dc
    [    7.062436] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [    7.065923]  __driver_probe_device+0x78/0x114
    [    7.065927]  driver_probe_device+0xd8/0x15c
    [    7.065930]  __driver_attach+0x94/0x19c
    [    7.065933]  bus_for_each_dev+0x70/0xd0
    [    7.065940]  driver_attach+0x24/0x30
    [    7.065943]  bus_add_driver+0x154/0x20c
    [    7.065947]  driver_register+0x78/0x130
    [    7.080852] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [    7.084432]  __platform_driver_register+0x28/0x34
    [    7.110304]  k3_dsp_rproc_driver_init+0x20/0x1000 [ti_k3_dsp_remoteproc]
    [    7.117002]  do_one_initcall+0x50/0x1d0
    [    7.120833]  do_init_module+0x48/0x1d0
    [    7.124577]  load_module+0x18e8/0x1c70
    [    7.128318]  __do_sys_finit_module+0xa8/0x100
    [    7.132666]  __arm64_sys_finit_module+0x20/0x30
    [    7.137190]  invoke_syscall+0x48/0x114
    [    7.140935]  el0_svc_common.constprop.0+0xd4/0xfc
    [    7.142015] PVR_K:  205: RGX Device registered with BVNC 22.104.208.318
    [    7.145630]  do_el0_svc+0x30/0xd0
    [    7.153684] [drm] Initialized pvr 23.1.6404501 20170530 for 4e20000000.gpu on minor 0
    [    7.155525]  el0_svc+0x2c/0x84
    [    7.166378]  el0t_64_sync_handler+0xbc/0x140
    [    7.170639]  el0t_64_sync+0x18c/0x190
    [    7.174296] Code: 128002b3 9112a021 97ffe1c7 1400002e (b87a6b20)
    [    7.180377] ---[ end trace 0000000000000000 ]---
    [  OK  ] Started startwlansta.
    [  OK  ] Started strongSwan IPsec I…IKEv2 [    7.217420] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    daemon using ipsec.conf.
    [    7.241165] audit: type=1334 audit(1651173677.040:4): prog-id=7 op=LOAD
    [    7.251076] audit: type=1334 audit(1651173677.044:5): prog-id=8 op=LOAD
             Starting User Login Management...
    [  OK  ] Started TEE Supplicant.
    [FAILED] Failed to start Print notice about GPLv3 packages.
    See 'systemctl status gplv3-notice.service' for details.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [    7.347072] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Update pmic regis…safety feature on power rails.
    [  OK  ] Reached target Preparation for Netw[    7.400083] platform 41000000.r5f: configured R5F for IPC-only mode
    ork.
    [    7.410167] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.426802] Bluetooth: Core ver 2.22
             Starting Network Configuration...
    [    7.434559] NET: Registered PF_BLUETOOTH protocol family
    [    7.435962] remoteproc remoteproc1: 41000000.r5f is available
    [    7.450912] remoteproc remoteproc1: attaching to 41000000.r5f
    [  OK  ] Started Telephony service.[    7.457837] platform 41000000.r5f: R5F core initialized in IPC-only mode
    
    [    7.468655] Bluetooth: HCI device and connection manager initialized
    [    7.468665] Bluetooth: HCI socket layer initialized
    [    7.468671] Bluetooth: L2CAP socket layer initialized
    [    7.476597] rproc-virtio rproc-virtio.12.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [    7.482958] Bluetooth: SCO socket layer initialized
    [    7.563768] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    7.574017] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    7.583139] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    7.626882] rproc-virtio rproc-virtio.12.auto: registered virtio0 (type 7)
    [    7.626893] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [    7.663226] platform 5c00000.r5f: configured R5F for IPC-only mode
    [    7.663512] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    7.681759] remoteproc remoteproc2: 5c00000.r5f is available
    [    7.681815] remoteproc remoteproc2: attaching to 5c00000.r5f
    [    7.681826] remoteproc remoteproc2: rsc table is truncated
    [    7.681829] remoteproc remoteproc2: Failed to process resources: -22
    [    7.730183] k3_r5_rproc bus@100000:r5fss@5c00000: rproc_add failed, ret = -22
    [    7.749912] remoteproc remoteproc2: releasing 5c00000.r5f
    [    7.756094] k3_r5_rproc bus@100000:r5fss@5c00000: k3_r5_cluster_rproc_init failed, ret = -22
    [    7.757270] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    7.765113] k3_r5_rproc: probe of bus@100000:r5fss@5c00000 failed with error -22
    [  OK  ] Finished Expand the rootfs…full s[    7.783914] platform 5e00000.r5f: configured R5F for remoteproc mode
    ize of the boot device..
    [  OK  ] Started User Login Management.
    [    7.814623] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    7.840864] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [    7.858184] remoteproc remoteproc2: 5e00000.r5f is available
    [    7.893925] platform 5f00000.r5f: configured R5F for remoteproc mode
    [    7.904918] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [    7.913593] remoteproc remoteproc2: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
    [    7.922541] remoteproc remoteproc2: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
    [    7.933050] remoteproc remoteproc2: powering up 5e00000.r5f
    [    7.939263] remoteproc remoteproc2: loading /lib/firmware/j7-main-r5f1_0-fw failed with error -22
    [    7.951963] remoteproc remoteproc2: Direct firmware load for j7-main-r5f1_0-fw failed with error -22
    [    7.964532] remoteproc remoteproc2: request_firmware failed: -22
    [    7.977422] remoteproc remoteproc3: 5f00000.r5f is available
    [    7.984305] remoteproc remoteproc3: loading /lib/firmware/j7-main-r5f1_1-fw failed with error -22
    
    [    8.001183] remoteproc remoteproc3: Direct firmware load for j7-main-r5f1_1-fw failed with error -22
    [    8.011701] remoteproc remoteproc3: powering up 5f00000.r5f
    [    8.021306] remoteproc remoteproc3: loading /lib/firmware/j7-main-r5f1_1-fw failed with error -22
    [    8.023612] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.039681] remoteproc remoteproc3: Direct firmware load for j7-main-r5f1_1-fw failed with error -22
             Starting Network Name Resolution...
    [    8.056536] remoteproc remoteproc3: request_firmware failed: -22
    [    8.064188] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    8.081285] m_can_platform 40528000.can: m_can device registered (irq=886, version=32)
    [    8.180445] m_can_platform 40568000.can: m_can device registered (irq=887, version=32)
    [    8.195008] m_can_platform 2701000.can: m_can device registered (irq=888, version=32)
    [    8.212579] m_can_platform 2721000.can: m_can device registered (irq=889, version=32)
    [    9.000216] remoteproc remoteproc4: b034000.pru is available
    [    9.009988] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    9.023632] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    9.036404] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:12] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
    [    9.047304] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/qsgmii link mode
    [    9.048973] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    9.066162] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [    9.072460] remoteproc remoteproc5: b004000.rtu is available
    [    9.092898] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [  OK  ] Started Network Name Resolution.
    [    9.111878] remoteproc remoteproc6: b00a000.txpru is available
    [    9.116874] scsi host0: ufshcd
    [    9.119558] remoteproc remoteproc7: b038000.pru is available
    [    9.126825] remoteproc remoteproc8: b006000.rtu is available
    [  OK  ] Reached target Network.
    [    9.133034] remoteproc remoteproc9: b00c000.txpru is available
    [  OK  ] Reached target Host and Network Nam[    9.147455] remoteproc remoteproc10: b134000.pru is available
    e Lookups.
    [    9.156971] remoteproc remoteproc11: b104000.rtu is available
    [    9.167898] remoteproc remoteproc12: b10a000.txpru is available
    [    9.174205] remoteproc remoteproc13: b138000.pru is available
    [    9.181416] remoteproc remoteproc14: b106000.rtu is available
    [    9.191336] remoteproc remoteproc15: b10c000.txpru is available
             Starting Avahi mDNS/DNS-SD Stack...
    [    9.199640] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
             Starting Enable and configure wl18xx bluetooth[    9.217565] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
     stack...
    [    9.233322] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
             Starting containerd container runtime...
    [    9.251474] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:11] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
    [  OK  ] Started Netperf Benchmark Server    9.272602] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/qsgmii link mode
    m.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Permit User Sessions...
    [FAILED] Failed to start Enable and…figure wl18xx bluetooth stack.
    See 'systemctl status bt-enable.service' for details.
    [  OK  ] Finished Permit User Sessions.
    [    9.415769] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    9.451833] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
    [    9.491174] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:10] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
    [    9.513843] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/qsgmii link mode
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland…ositor, as a system service...
    [    9.671604] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:13] driver [Microsemi GE VSC8514 SyncE] (irq=POLL)
    [    9.683095] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/qsgmii link mode
    [    9.878881] audit: type=1334 audit(1651173679.676:6): prog-id=9 op=LOAD
    [    9.888382] audit: type=1334 audit(1651173679.684:7): prog-id=10 op=LOAD
    [    9.897187] xhci-hcd xhci-hcd.13.auto: xHCI Host Controller
             Starting User Database Manager...
    [    9.927700] xhci-hcd xhci-hcd.13.auto: new USB bus registered, assigned bus number 1
    [    9.953254] xhci-hcd xhci-hcd.13.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000018010
    [    9.990454] xhci-hcd xhci-hcd.13.auto: irq 915, io mem 0x06410000
    [   10.012638] xhci-hcd xhci-hcd.13.auto: xHCI Host Controller
    [  OK  ] Started User Database Manager.[   10.068623] xhci-hcd xhci-hcd.13.auto: new USB bus registered, assigned bus number 2
    
    [   10.095894] xhci-hcd xhci-hcd.13.auto: Host supports USB 3.0 SuperSpeed
    [   10.104214] hub 1-0:1.0: USB hub found
    [   10.108645] hub 1-0:1.0: 1 port detected
    [   10.113547] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
             Starting Save/Restore Sound Card State...
    [   10.129837] hub 2-0:1.0: USB hub found
    [  OK  ] Created slice User Slice of UID 100[   10.158340] hub 2-0:1.0: 1 port detected
    0.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   10.328305] audit: type=1006 audit(1651173680.124:8): pid=714 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   10.341300] audit: type=1300 audit(1651173680.124:8): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea553b38 a2=4 a3=ffffb05a1020 items=0 ppid=1 pid=714 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [  OK  ] Created slice Slice /system/systemd[   10.369137] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    -fsck.
    [   10.385377] audit: type=1327 audit(1651173680.124:8): proctitle="(systemd)"
    [  OK  ] Found device /dev/mmcblk0p2.
             Starting File System Check on /dev/mmcblk0p2...
    [  OK  ] Found device /dev/mmcblk0p1.
    [   10.534161] hub 1-1:1.0: USB hub found
             Starting File System Check on /dev/mmcblk0p1   10.541664] hub 1-1:1.0: 4 ports detected
    0m...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/BOOT-mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p2.
    [  OK  ] Mounted /run/media/BOOT-mmcblk0p1.
             Mounting /run/media/rootfs-mmcblk0p2...
    [   10.801675] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
    [  OK  ] Mounted /run/media/rootfs-mmcblk0p2.
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Found device /dev/mmcblk1p1.
    [  OK  ] Started Session c1 of User weston.
             Starting File System Check on /dev/mmcblk1p1...
    [   10.922741] audit: type=1006 audit(1651173680.720:9): pid=630 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   10.935130] audit: type=1300 audit(1651173680.720:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffea553b38 a2=4 a3=ffffb05a1020 items=0 ppid=1 pid=630 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [   10.961356] audit: type=1327 audit(1651173680.720:9): proctitle="(weston)"
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/BOOT-mmcblk1p1...
    [  OK  ] Mounted /run/media/BOOT-mmcblk1p1.
    [  OK  ] Started containerd container runtime.
    [   11.582078] PVR_K:  630: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
    [   11.607759] PVR_K:  630: Shader binary image 'rgx.sh.22.104.208.318' loaded
    [  OK  ] Started Weston, a Wayland …mpositor, as a system service.
             Starting DEMO...
    [FAILED] Failed to start DEMO.
    See 'systemctl status demo.service' for details.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721e-evm -
    
    Arago 2023.04 j721e-evm -
    
    j721e-evm login: root
    [   43.625256] audit: type=1006 audit(1651173713.420:10): pid=835 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   43.638265] audit: type=1300 audit(1651173713.420:10): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffea553b38 a2=1 a3=ffffb05a1020 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/lib/systemd/systemd" key=(null)
    [   43.664633] audit: type=1327 audit(1651173713.420:10): proctitle="(systemd)"
    [   43.672038] audit: type=1334 audit(1651173713.436:11): prog-id=11 op=LOAD
    [   43.679211] audit: type=1300 audit(1651173713.436:11): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd1d22320 a2=78 a3=0 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   43.704917] audit: type=1327 audit(1651173713.436:11): proctitle="(systemd)"
    [   43.712258] audit: type=1334 audit(1651173713.436:12): prog-id=11 op=UNLOAD
    [   43.719921] audit: type=1334 audit(1651173713.436:13): prog-id=12 op=LOAD
    [   43.726904] audit: type=1300 audit(1651173713.436:13): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffd1d223c0 a2=78 a3=0 items=0 ppid=1 pid=835 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/lib/systemd/systemd" key=(null)
    [   43.752514] audit: type=1327 audit(1651173713.436:13): proctitle="(systemd)"
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 34:08:e1:5b:64:86  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=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 3e:25:7b:73:26: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
    
    eth2: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether ee:bf:7c:58:68:da  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
            ether 3a:25:fa:47:aa:ca  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
            ether be:45:1b:3a:66:60  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
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 92  bytes 7648 (7.4 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 92  bytes 7648 (7.4 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    

  • Hi,

    I have tried the same and by adding quad-port overlay and I am able to observe the packets on the CPSW Ports.

    When using ' iperf -c 192.168.1.255 -u -b 10M -t 9999 -i 1' to send broadcast message to board, find no increase num in 'ethtool -S eth2'.

    I could not able to run above iperf command, I have connected PC to eth4 interface Port and observed Port-4 link up.
    After Port-4 Link up, ran "tcpdump -i eth4 -xx " command on A72 and ran ping from external PC connected to eth4 Port.
    I could able to observe the ARP messages.

    Can you please try the same as above confirm, whether you are receiving the packets or not.
    Also, can you try without adding bridge interface.

    When you are adding bridge interface, you need to run below commands as well.
    Please refer to SDK documentation for more details.
    # ip link set dev br0 type bridge vlan_filtering 1
    # bridge vlan add dev br0 vid 1 pvid untagged self

    Best Regards,
    Sudheer

  • Can you please try the same as above confirm, whether you are receiving the packets or not.

    A72 not recieve the packet. Both use 'tcpdump -i eth4 -xx' and ethtool -S eth4. I'm sure.

    Also, can you try without adding bridge interface.

    I have tried, Can not recieve any packets. 

  • Hi,

    Environment: j721e-evm board. linux:ti-processor-sdk-linux-adas-j721e-evm-09_00_01_02-Linux-x86-Install

    I have used 9_00_01_03 SDK, I could not find the SDK version 09_00_01_02.
    Can you please check once with SDK 09_00_01_03 from J721E software releases page.

    Best Regards,
    Sudheer