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.

Linux/AM5728: PRU Ethernet issue

Part Number: AM5728


Tool/software: Linux

we have 5 same  custom board base on am5728. on our custom board, we want to use prueth ports as general 100Mbps ethernet interfaces.  We use the linux-rt-4.4.4, the prueth work well on 3 board, the other 2 don't work.(the 2 board can recognize prueth, but cann't ping with host.)  When we change the kernel to linux-rt-4.9.69, all the 5 prueth work well.

The pru code(am57xx-pruX-prueth-f) are different  on linux-rt-4.4.4 and  linux-rt-4.9.69. so we replace the pru code of linux-rt-4.4.4 with linux-rt-4.9.69, the prueth still don't work.

when the prueth don't work, the power off command work not well too.

Could some one give me some advices, please?

The dmesg on linux-rt-4.4.4 is :

root@am57xx-evm:~# dmesg |grep pru                                                                                      
[    8.674651] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices                             
[    8.786518] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/ocp/pruss@4b280000/mdio@4b2b2400[0]' -)
[    8.968892]  remoteproc1: 4b2b4000.pru0 is available                                                                 
[    8.971645] pru-rproc 4b2b4000.pru0: booting the PRU core manually                                                   
[    8.971651]  remoteproc1: powering up 4b2b4000.pru0                                                                  
[    8.971720]  remoteproc1: Booting fw image am57xx-pru2_0-fw, size 5028                                               
[    8.971860] ti-pruss 4b280000.pruss: configured system_events = 0x0000060000500000 intr_channels = 0x00000095 host_i5
[    8.971865]  remoteproc1: remote processor 4b2b4000.pru0 is now up                                                   
[    8.971877] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0@4b2b4000 probed successfully            
[    8.972235]  remoteproc2: 4b2b8000.pru1 is available                                                                 
[    8.973763] pru-rproc 4b2b8000.pru1: booting the PRU core manually                                                   
[    8.973768]  remoteproc2: powering up 4b2b8000.pru1                                                                  
[    8.973827]  remoteproc2: Booting fw image am57xx-pru2_1-fw, size 5060                                               
[    8.973963] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a00000 intr_channels = 0x0000012a host_ia
[    8.973968]  remoteproc2: remote processor 4b2b8000.pru1 is now up                                                   
[    8.973981] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1@4b2b8000 probed successfully            
[    8.980989] prueth pruss2_eth: port 1: using random MAC addr: 3e:37:87:86:7c:96                                      
[    9.069795] prueth pruss2_eth: port 2: using random MAC addr: 92:88:64:be:22:46                                      
[   10.129372] prueth pruss2_eth: TI PRU ethernet driver initialized  


lrwxrwxrwx    1 root     root            48 Mar 29 21:03 am57xx-pru2_0-fw -> /lib/firmware/ti-pruss/am57xx-pru0-prueth-f
lrwxrwxrwx    1 root     root            48 Mar 29 21:03 am57xx-pru2_1-fw -> /lib/firmware/ti-pruss/am57xx-pru1-prueth-f

root@am57xx-evm:~# ifconfig                                                                                             
eth0      Link encap:Ethernet  HWaddr 94:E3:6D:41:7B:1C                                                                 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                    
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                            
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                          
          collisions:0 txqueuelen:1000                                                                                  
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                                                        
          Interrupt:92                                                                                                  
                                                                                                                        
eth1      Link encap:Ethernet  HWaddr 94:E3:6D:41:7B:1D                                                                 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                    
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                            
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                          
          collisions:0 txqueuelen:1000                                                                                  
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                                                        
                                                                                                                        
eth2      Link encap:Ethernet  HWaddr 3E:37:87:86:7C:96                                                                 
          inet6 addr: fe80::3c37:87ff:fe86:7c96%131536/64 Scope:Link                                                    
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                                                            
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                            
          TX packets:16 errors:0 dropped:117095365 overruns:0 carrier:0                                                 
          collisions:0 txqueuelen:1000                                                                                  
          RX bytes:0 (0.0 B)  TX bytes:2590 (2.5 KiB)                                                                   
                                                                                                                        
eth3      Link encap:Ethernet  HWaddr 92:88:64:BE:22:46                                                                 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1                                                                    
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0                                                            
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                                                          
          collisions:0 txqueuelen:1000                                                                                  
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)    
root@am57xx-evm:~# ethtool eth2                                                                                         
Settings for eth2:                                                                                                      
        Supported ports: [ TP MII ]                                                                                     
        Supported link modes:   10baseT/Half 10baseT/Full                                                               
                                100baseT/Half 100baseT/Full                                                             
        Supported pause frame use: Symmetric                                                                            
        Supports auto-negotiation: Yes                                                                                  
        Advertised link modes:  10baseT/Half 10baseT/Full                                                               
                                100baseT/Half 100baseT/Full                                                             
        Advertised pause frame use: Symmetric                                                                           
        Advertised auto-negotiation: Yes                                                                                
        Link partner advertised link modes:  10baseT/Half 10baseT/Full                                                  
                                             100baseT/Half 100baseT/Full                                                
        Link partner advertised pause frame use: No                                                                     
        Link partner advertised auto-negotiation: Yes                                                                   
        Speed: 100Mb/s                                                                                                  
        Duplex: Full                                                                                                    
        Port: MII                                                                                                       
        PHYAD: 1                                                                                                        
        Transceiver: external                                                                                           
        Auto-negotiation: on                                                                                            
        Link detected: yes   

when the prueth don't work, the power off command always stop on follow message:
[***   ] A stop job is running for Network Service(1min 27s / 1min 31s)
[***   ] A stop job is running for Avahi mDN...S-SD Stack (1min 27s / 2min 31s)

  • Hi,
    You are mentioning that you are using 2 different kernels, and if I understand correctly the 4.4.69 kernel the PRU eth is working as expected. Can you use the 4.4.69 kernel?

    Concerning the ping from eth2, there is not an ip address on eth2. While eth2 is showing a link detected status, the interface is not getting an IP address because either the DHCP process is either not working correctly or a static ip address has been assigned yet. Are there any messages in the boot log indicating an attempt to complete the DHCP process for eth2? Could you please attach a copy of the boot log? Also please do not paste the boot log directly into the post, it will make the post very log.

    Best Regards,
    Schuyler
  • hi,Schuyler:

        Thank for you reply!  yes, we using 2 different kernels, and the 4.9.69 is work well. In the 5 board  the  2 board prueth  don't work when we use the 4.4.4 kernel. the 3 board work well and the 2 board work not well, we want to know why.

         Before ping host with board, we configure the eth2 ip use ifconfig eth2 192.168.2.10.  the boot log is:

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Initializing cgroup subsys cpuacct
    [    0.000000] Linux version 4.4.41-rt50-g968d071ce9 (sfloat@sfloat-N56VZ) (gcc8
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] Machine model: TI UBT_walker_mainboard
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, B
    [    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, B
    [    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, B
    [    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible l
    [    0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, B
    [    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible l
    [    0.000000] cma: Reserved 24 MiB at 0x00000000fe400000                       
    [    0.000000] Forcing write-allocate cache policy for SMP                      
    [    0.000000] Memory policy: Data cache writealloc                             
    [    0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier       
    [    0.000000] DRA752 ES2.0                                                     
    [    0.000000] PERCPU: Embedded 11 pages/cpu @eed24000 s15264 r8192 d21600 u4506
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pa0
    [    0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=b79737t
    [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)             
    [    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)   
    [    0.000000] Memory: 1680084K/1897472K available (6547K kernel code, 368K rwd)
    [    0.000000] Virtual kernel memory layout:                                    
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)                
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)                
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)                
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)                
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)                
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)                
    [    0.000000]       .text : 0xc0008000 - 0xc08c3064   (8941 kB)                
    [    0.000000]       .init : 0xc08c4000 - 0xc0916000   ( 328 kB)                
    [    0.000000]       .data : 0xc0916000 - 0xc09722e0   ( 369 kB)                
    [    0.000000]        .bss : 0xc0975000 - 0xc09c7d8c   ( 332 kB)                
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1       
    [    0.000000] Preemptible hierarchical RCU implementation.                     
    [    0.000000]  RCU kthread priority: 1.                                        
    [    0.000000] NR_IRQS:16 nr_irqs:16 16                                         
    [    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_refv
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz                       
    [    0.000000] Architected cp15 timer(s) running at 6.14MHz (virt).             
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycless
    [    0.000004] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398s
    [    0.000011] Switching to timer-based delay loop, resolution 162ns            
    [    0.000309] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xfffffffs
    [    0.000311] OMAP clocksource: 32k_counter at 32768 Hz                        
    [    0.000703] Console: colour dummy device 80x30                               
    [    0.000830] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'       
    [    0.000832] This ensures that you still see kernel messages. Please          
    [    0.000833] update your kernel commandline.                                  
    [    0.000847] Calibrating delay loop (skipped), value calculated using timer f)
    [    0.000850] pid_max: default: 32768 minimum: 301                             
    [    0.000941] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)      
    [    0.000946] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) 
    [    0.001496] Initializing cgroup subsys io                                    
    [    0.001506] Initializing cgroup subsys memory                                
    [    0.001526] Initializing cgroup subsys devices                               
    [    0.001534] Initializing cgroup subsys freezer                               
    [    0.001541] Initializing cgroup subsys perf_event                            
    [    0.001548] Initializing cgroup subsys pids                                  
    [    0.001592] CPU: Testing write buffer coherency: ok                          
    [    0.001773] /cpus/cpu@0 missing clock-frequency property                     
    [    0.001816] /cpus/cpu@1 missing clock-frequency property                     
    [    0.001826] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                 
    [    0.001861] Setting up static identity map for 0x800082c0 - 0x80008320       
    [    0.120239] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001                 
    [    0.120320] Brought up 2 CPUs                                                
    [    0.120334] SMP: Total of 2 processors activated (24.59 BogoMIPS).           
    [    0.120341] CPU: All CPU(s) started in SVC mode.                             
    [    0.120753] devtmpfs: initialized                                            
    [    0.148221] VFP support v0.3: implementor 41 architecture 4 part 30 variant 0
    [    0.149150] omap_hwmod: l3_main_2 using broken dt data from ocp              
    [    0.348977] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
    [    0.353753] pinctrl core: initialized pinctrl subsystem                      
    [    0.354631] NET: Registered protocol family 16                               
    [    0.355828] DMA: preallocated 256 KiB pool for atomic coherent allocations   
    [    0.364981] OMAP GPIO hardware version 0.1                                   
    [    0.372179] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@14!
    [    0.392193] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint.
    [    0.392203] hw-breakpoint: maximum watchpoint size is 8 bytes.               
    [    0.392650] omap4_sram_init:Unable to allocate sram needed to handle errata 8
    [    0.392660] omap4_sram_init:Unable to get sram pool needed to handle errata 8
    [    0.393327] OMAP DMA hardware revision 0.0                                   
    [    0.501202] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver )
    [    0.502445] edma 43300000.edma: memcpy is disabled                           
    [    0.507172] edma 43300000.edma: TI EDMA DMA engine driver                    
    [    0.510833] omap-iommu 40d01000.mmu: 40d01000.mmu registered                 
    [    0.511112] omap-iommu 40d02000.mmu: 40d02000.mmu registered                 
    [    0.513819] palmas 0-0058: Irq flag is 0x00000008                            
    [    0.542160] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0                      
    [    0.694293] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz                  
    [    0.694533] media: Linux media interface: v0.10                              
    [    0.694586] Linux video capture interface: v2.00                             
    [    0.694634] pps_core: LinuxPPS API ver. 1 registered                         
    [    0.694642] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom>
    [    0.694668] PTP clock support registered                                     
    [    0.694717] EDAC MC: Ver: 3.0.0                                              
    [    0.711020] omap-mailbox: probe of 4883a000.mailbox failed with error -22    
    [    0.711318] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400            
    [    0.711619] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400            
    [    0.711905] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400            
    [    0.712199] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400            
    [    0.712503] Advanced Linux Sound Architecture Driver Initialized.            
    [    0.713421] clocksource: Switched to clocksource arch_sys_counter            
    [    0.724164] NET: Registered protocol family 2                                
    [    0.724694] TCP established hash table entries: 8192 (order: 3, 32768 bytes) 
    [    0.724774] TCP bind hash table entries: 8192 (order: 5, 229376 bytes)       
    [    0.725070] TCP: Hash tables configured (established 8192 bind 8192)         
    [    0.725126] UDP hash table entries: 512 (order: 3, 32768 bytes)              
    [    0.725182] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)         
    [    0.725454] NET: Registered protocol family 1                                
    [    0.735726] RPC: Registered named UNIX socket transport module.              
    [    0.735735] RPC: Registered udp transport module.                            
    [    0.735742] RPC: Registered tcp transport module.                            
    [    0.735749] RPC: Registered tcp NFSv4.1 backchannel transport module.        
    [    0.736685] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counte
    [    0.738670] futex hash table entries: 512 (order: 3, 32768 bytes)            
    [    0.756687] squashfs: version 4.0 (2009/01/31) Phillip Lougher               
    [    0.757335] NFS: Registering the id_resolver key type                        
    [    0.757364] Key type id_resolver registered                                  
    [    0.757372] Key type id_legacy registered                                    
    [    0.757433] ntfs: driver 2.1.32 [Flags: R/O].                                
    [    0.759702] bounce: pool size: 64 pages                                      
    [    0.759858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
    [    0.759875] io scheduler noop registered                                     
    [    0.759887] io scheduler deadline registered                                 
    [    0.760123] io scheduler cfq registered (default)                            
    [    0.765095] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [    0.837071] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled        
    [    0.840127] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud 0
    [    1.662200] console [ttyS2] enabled                                          
    [    1.666753] [drm] Initialized drm 1.1.0 20060810                             
    [    1.738861] loop: module loaded                                              
    [    1.744821] libphy: Fixed MDIO Bus: probed                                   
    [    1.793455] davinci_mdio 48485000.mdio: davinci mdio revision 1.6            
    [    1.799580] davinci_mdio 48485000.mdio: detected phy mask fffffff9           
    [    1.809841] libphy: 48485000.mdio: probed                                    
    [    1.813873] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driY
    [    1.823573] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driY
    [    1.833945] cpsw 48484000.ethernet: Detected MACID = 94:e3:6d:43:7e:2e       
    [    1.840606] cpsw 48484000.ethernet: cpts: overflow check period 800          
    [    1.847574] cpsw 48484000.ethernet: cpsw: Detected MACID = 94:e3:6d:43:7e:2f 
    [    1.856011] mousedev: PS/2 mouse device common for all mice                  
    [    1.862019] i2c /dev entries driver                                          
    [    1.867987] gpio-fan gpio_fan: GPIO fan initialized                          
    [    1.873916] tmp102 0-0048: initialized                                       
    [    1.878915] omap_hsmmc 4809c000.mmc: Got CD GPIO                             
    [    1.933924] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode         
    [    1.940307] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode         
    [    1.946922] vdd_3v3: supplied by regen1                                      
    [    1.987351] NET: Registered protocol family 10                               
    [    2.002867] sit: IPv6 over IPv4 tunneling driver                             
    [    2.008099] NET: Registered protocol family 17                               
    [    2.012795] Key type dns_resolver registered                                 
    [    2.017229] omap_voltage_late_init: Voltage driver support not added         
    [    2.023871] Power Management for TI OMAP4+ devices.                          
    [    2.029041] Registering SWP/SWPB emulation handler                           
    [    2.036808] dmm 4e000000.dmm: initialized all PAT entries                    
    [    2.053164] hctosys: unable to open rtc device (rtc0)                        
    [    2.074402] aic_dvdd_fixed: disabling                                        
    [    2.078272] ldousb: disabling                                                
    [    2.080648] mmc0: host does not support reading read-only switch, assuming we
    [    2.082557] mmc0: new high speed SDHC card at address b368                   
    [    2.093124] mmcblk0: mmc0:b368 00000 3.67 GiB                                
    [    2.094268]  mmcblk0: p1 p2                                                  
    [    2.102607] ALSA device list:                                                
    [    2.105591]   No soundcards found.                                           
    [    2.136276] mmc1: MAN_BKOPS_EN bit is not set                                
    [    2.142844] mmc1: new DDR MMC card at address 0001                           
    [    2.148080] mmcblk1: mmc1:0001 R1J55A 7.28 GiB                               
    [    2.162868] mmcblk1boot0: mmc1:0001 R1J55A partition 1 8.00 MiB              
    [    2.179080] mmcblk1boot1: mmc1:0001 R1J55A partition 2 8.00 MiB              
    [    2.185828]  mmcblk1: p1 p2                                                  
    [    3.255795] EXT4-fs (mmcblk0p2): recovery complete                           
    [    3.263067] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. )
    [    3.271229] VFS: Mounted root (ext4 filesystem) on device 179:2.             
    [    3.280747] devtmpfs: mounted                                                
    [    3.283966] Freeing unused kernel memory: 328K (c08c4000 - c0916000)         
    [    3.485433] systemd[1]: System time before build time, advancing clock.      
    [    3.521283] random: systemd: uninitialized urandom read (16 bytes read, 23 b)
    [    3.534654] random: systemd: uninitialized urandom read (16 bytes read, 23 b)
    [    3.546193] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SE)
    [    3.564717] systemd[1]: Detected architecture arm.                           
                                                                                    
    Welcome to Arago 2016.12!                                                       
                                                                                    
    [    3.594422] systemd[1]: Set hostname to <am57xx-evm>.                        
    [    3.666998] random: systemd-sysv-ge: uninitialized urandom read (16 bytes re)
    [    3.688796] random: systemd-gpt-aut: uninitialized urandom read (16 bytes re)
    [    3.704568] andom: systemd-gpt-aut: uninitialized urandom read (16 bytes rea)
    [    3.715534] random: systemd-sysv-ge: uninitialized urandom read (16 bytes re)
    [    3.728570] random: systemd-sysv-ge: uninitialized urandom read (16 bytes re)
    [    3.823240] random: systemd: uninitialized urandom read (16 bytes read, 29 b)
    [    3.832786] random: systemd: uninitialized urandom read (16 bytes read, 29 b)
    [    3.842724] random: systemd: uninitialized urandom read (16 bytes read, 29 b)
    [    4.249136] systemd[1]: sysinit.target: Found ordering cycle on sysinit.targt
    [    4.256933] systemd[1]: sysinit.target: Found dependency on alignment.servict
    [    4.264635] systemd[1]: sysinit.target: Found dependency on basic.target/stat
    [    4.271895] systemd[1]: sysinit.target: Found dependency on sysinit.target/st
    [    4.279334] systemd[1]: sysinit.target: Breaking ordering cycle by deleting t
    [    4.288779] systemd[1]: alignment.service: Job alignment.service/start delett
    [ SKIP ] Ordering cycle found, skipping alignment.service                       
    [    4.326573] systemd[1]: Listening on Syslog Socket.                          
    [  OK  ] Listening on Syslog Socket.                                            
    [    4.353867] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.  
    [  OK  ] Listening on /dev/initctl Compatibility Named Pipe.                    
    [    4.383954] systemd[1]: Started Forward Password Requests to Wall Directory .
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.             
    [    4.424529] systemd[1]: Reached target Swap.                                 
    [  OK  ] Reached target Swap.                                                   
    [    4.443951] systemd[1]: Started Dispatch Password Requests to Console Direct.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.         
    [    4.473845] systemd[1]: Listening on Journal Socket.                         
    [  OK  ] Listening on Journal Socket.                                           
    [    4.503715] systemd[1]: Reached target Paths.                                
    [  OK  ] Reached target Paths.                                                  
    [    4.523932] systemd[1]: Listening on Network Service Netlink Socket.         
    [  OK  ] Listening on Network Service Netlink Socket.                           
    [    4.553770] systemd[1]: Listening on Journal Socket (/dev/log).              
    [  OK  ] Listening on Journal Socket (/dev/log).                                
    [    4.585503] systemd[1]: Created slice User and Session Slice.                
    [  OK  ] Created slice User and Session Slice.                                  
    [    4.603777] systemd[1]: Listening on udev Kernel Socket.                     
    [  OK  ] Listening on udev Kernel Socket.                                       
    [    4.633692] systemd[1]: Reached target Remote File Systems.                  
    [  OK  ] Reached target Remote File Systems.                                    
    [    4.664512] systemd[1]: Created slice System Slice.                          
    [  OK  ] Created slice System Slice.                                            
    [    4.733939] systemd[1]: Starting Load Kernel Modules...                      
             Starting Load Kernel Modules...                                        
    [    4.755880] cmemk: disagrees about version of symbol device_create           
    [    4.762094] cmemk: Unknown symbol device_create (err -22)                    
    [    4.767638] cmemk: disagrees about version of symbol device_destroy          
    [    4.768901] systemd[1]: Created slice system-getty.slice.                    
    [    4.779360] cmemk: Unknown symbol device_destroy (err -22)                   
    [  OK  ] Created slice system-getty.slice.                                      
    [    4.806533] systemd[1]: Mounting POSIX Message Queue File System...          
             Mounting POSIX Message Queue File System...                            
    [    4.828453] cryptodev: disagrees about version of symbol crypto_alloc_aead   
    [    4.838889] cryptodev: Unknown symbol crypto_alloc_aead (err -22)            
    [    4.839080] systemd[1]: Starting Create list of required static device nodes.
    [    4.857128 cryptodev: disagrees about version of symbol crypto_aead_setauthse
    [    4.864499] cryptodev: Unknown symbol crypto_aead_setauthsize (err -22)      
             [    4.871210] cryptodev: disagrees about version of symbol crypto_aeay
    Starting Create list of required st... nodes for the current kernel...[    4.87)
    [    4.891443] cryptodev: disagrees about version of symbol crypto_alloc_ablkcir
                                                                                    
    [    4.898881] cryptodev: Unknown symbol crypto_alloc_ablkcipher (err -22)      
    [    4.905814] cryptodev: disagrees about version of symbol proc_dointvec       
    [    4.912372] cryptodev: Unknown symbol proc_dointvec (err -22)                
    [    4.918504] systemd[1]: Reached target Slices.                               
    [  OK  ] Reached target Slices.                                                 
    [    4.956637] uio_module_drv: disagrees about version of symbol _dev_info      
    [    4.963288] uio_module_drv: Unknown symbol _dev_info (err -22)               
    [    4.969169] uio_module_drv: disagrees about version of symbol dev_err        
    [    4.975642] uio_module_drv: Unknown symbol dev_err (err -22)                 
    [    4.981381] uio_module_drv: disagrees about version of symbol kobject_uevent 
    [    4.984015] systemd[1]: Starting Remount Root and Kernel File Systems...     
    [    4.995600] uio_module_drv: Unknown symbol kobject_uevent (err -22)          
             Starting Remount Root and Kernel File Systems...[    5.009649] EXT4-fs)
                                                                                    
    [    5.036723] systemd[1]: Mounting Debug File System...                        
             Mounting Debug File System...                                          
    [    5.064752] systemd[1]: Created slice system-serial\x2dgetty.slice.          
    [  OK  ] Created slice system-serial\x2dgetty.slice.                            
    [    5.096758] systemd[1]: Starting Journal Service...                          
             Starting Journal Service...                                            
    [    5.129073] systemd[1]: Mounting Temporary Directory...                      
             Mounting Temporary Directory...                                        
    [    5.153993] systemd[1]: Listening on udev Control Socket.                    
    [  OK  ] Listening on udev Control Socket.                                      
    [    5.186983] systemd[1]: Starting Setup Virtual Console...                    
             Starting Setup Virtual Console...                                      
    [    5.232910] systemd[1]: Mounted POSIX Message Queue File System.             
    [  OK  ] Mounted POSIX Message Queue File System.                               
    [    5.263846] systemd[1]: Mounted Debug File System.                           
    [  OK  ] Mounted Debug File System.                                             
    [    5.293780] systemd[1]: Mounted Temporary Directory.                         
    [  OK  ] Mounted Temporary Directory.                                           
    [    5.324011] systemd[1]: Started Journal Service.                             
    [  OK  ] Started Journal Service.                                               
    [FAILED] Failed to start Load Kernel Modules.                                   
    See 'systemctl status systemd-modules-load.service' for details.                
    [  OK  ] Started Create list of required sta...ce nodes for the current kernel. 
    [  OK  ] Started Remount Root and Kernel File Systems.                          
    [  OK  ] Started Setup Virtual Console.                                         
             Starting udev Coldplug all Devices...                                  
             Starting Create Static Device Nodes in /dev...                         
             Starting Apply Kernel Variables...                                     
             Starting Flush Journal to Persistent Storage...                        
    [  OK  ] Started Create Static Device Nodes in /dev.                            
    [  OK  ] Started Apply Kernel Variables.                                        
    [    6.094565] systemd-journald[188]: Received request to flush runtime journal1
    [  OK  ] Started Flush Journal to Persistent Storage.                           
             Starting udev Kernel Device Manager...                                 
    [  OK  ] Reached target Local File Systems (Pre).                               
             Mounting /var/volatile...                                              
             Mounting /media/ram...                                                 
    [  OK  ] Mounted /var/volatile.                                                 
    [  OK  ] Mounted /media/ram.                                                    
    [  OK  ] Started udev Kernel Device Manager.                                    
    [  OK  ] Reached target Local File Systems.                                     
             Starting Create Volatile Files and Directories...                      
             Starting Load/Save Random Seed...                                      
    [  OK  ] Started Create Volatile Files and Directories.                         
    [  OK  ] Started Load/Save Random Seed.                                         
    [    6.898566] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@0
    [    6.923957]  remoteproc0: 40800000.dsp is available                          
    [    6.931323] debugss_kmodule: disagrees about version of symbol device_createe
    [    6.933407]  remoteproc0: Note: remoteproc is still under development and co.
    [    6.933472]  remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    6.984484] debugss_kmodule: Unknown symbol device_create_file (err -22)     
    [    6.994971] debugss_kmodule: disagrees about version of symbol dev_err       
    [    7.005127] debugss_kmodule: Unknown symbol dev_err (err -22)                
    [    7.010964] debugss_kmodule: disagrees about version of symbol device_removee
    [    7.035002] debugss_kmodule: Unknown symbol device_remove_file (err -22)     
    [    7.058251]  remoteproc0: registered virtio0 (type 7)                        
    [    7.168887] debugss_kmodule: disagrees about version of symbol device_createe
    [    7.249680] debugss_kmodule: Unknown symbol device_create_file (err -22)     
    [    7.369439] debugss_kmodule: disagrees about version of symbol dev_err       
    [    7.386225] debugss_kmodule: Unknown symbol dev_err (err -22)                
    [    7.392456] debugss_kmodule: disagrees about version of symbol device_removee
    [  OK  ] Found device /dev/ttyS2.[    7.402251] debugss_kmodule: Unknown symbol)
                                                                                    
    [    7.430697] aic_dvdd_fixed: supplied by vdd_3v3                              
    [    7.509821] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2                
    [    7.521842] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=10
    [    7.533110] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: fl0
    [    7.544403] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: fl0
    [    7.561898] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: re1
    [    7.581806] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20      
    [    7.616329] CAN device driver interface                                      
             Starting Network Time Synchronization...                               
    [    7.696089] c_can_platform 4ae3c000.can: c_can_platform device registered (r)
    [    7.752558] c_can_platform 48480000.can: c_can_platform device registered (r)
             Starting Update UTMP about System Boot/Shutdown...                     
    [    7.916122] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2 
    [  OK  ] Started Network Time Synchronization.                                  
    [    8.094344] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin                 
    [    8.114176] vpe 489d0000.vpe: Device registered as /dev/video0               
    [  OK  ] Started Update UTMP about System Boot/Shutdown.                        
    [  OK  ] Started udev Coldplug all Devices.                                     
             Starting Synchronize System and HW clocks...                           
    [  OK  ] Reached target System Time Synchronized.                               
    [FAILED] Failed to start Synchronize System and HW clocks.                      
    See 'systemctl status sync-clocks.service' for details.                         
    [    8.673569]  remoteproc0: powering up 40800000.dsp                           
    [    8.689081]  remoteproc0: Booting fw image dra7-dsp1-fw.xe66, size 2070460   
    [    8.733678] omap_hwmod: mmu0_dsp1: _wait_target_disable failed               
    [    8.739594] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0               
    [    8.750579] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0               
    [  OK  ] Reached target System Initialization.[    8.802451]  remoteproc0: remop
                                                                                    
    [    8.830717] virtio_rpmsg_bus virtio0: rpmsg host is online                   
    [    8.853126] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec   
    [  OK  ] Started Daily Cleanup of Temporary Directories.                        
    [  OK  ] Reached target Timers.                                                 
    [    8.921420] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3                
    [  OK  ] Listening on RPCbind Server Activation Socket.                         
    [  OK  ] Listening on dropbear.socket.                                          
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.                
    [  OK  ] Listening on D-Bus System Message Bus Socket.                          
    [  OK  ] Reached target Sockets.                                                
    [  OK  ] Reached target Basic System.                                           
    [    9.123888] EXT4-fs (mmcblk1p2): recovery complete                           
    [    9.128723] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. )
    [    9.158104] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data.
             Starting Login Service...                                              
    [    9.239608] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data.
    [  OK  ] Started D-Bus System Message Bus.                                      
    [    9.386509] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3                
             Starting Network Service...                                            
    [    9.564414] ti-pruss 4b280000.pruss: creating PRU cores and other child plats
             Starting Avahi mDNS/DNS-SD Stack...                                    
             Starting TI MultiCore Tools Daemon...                                  
    [    9.663613] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6            
    [    9.678576] libphy: 4b2b2400.mdio: probed                                    
    [    9.689473] net eth1: initializing cpsw version 1.15 (0)                     
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.          
    [    9.721862] net eth0: initialized cpsw ale version 1.4                       
    [    9.729335] davinci_mdio 4b2b2400.mdio: phy[1]: device 4b2b2400.mdio:01, dri1
    [    9.755307] net eth0: ALE Table size 1024                                    
    [    9.767301] davinci_mdio 4b2b2400.mdio: phy[3]: device 4b2b2400.mdio:03, dri1
             Starting Permit User Sessions...                                       
    [    9.802787] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3                
    [    9.840323]  remoteproc1: 4b2b4000.pru0 is available                         
    [    9.845523]  remoteproc1: Note: remoteproc is still under development and co.
    [    9.876850] net eth1: phy found : id is : 0x221622                           
    [    9.888153]  remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    9.895505] pru-rproc 4b2b4000.pru0: booting the PRU core manually           
    [    9.895510]  remoteproc1: powering up 4b2b4000.pru0                          
    [    9.895571]  remoteproc1: Booting fw image am57xx-pru2_0-fw, size 5028       
    [    9.895700] ti-pruss 4b280000.pruss: configured system_events = 0x00000600005
    [    9.895705]  remoteproc1: remote processor 4b2b4000.pru0 is now up           
    [    9.895718] pru-rproc 4b2b4000.pru0: PRU rproc node /ocp/pruss@4b280000/pru0y
    [    9.895993] omap_l3_noc 44000000.ocp: L3 application error: target 5 mod:1 ()
    [    9.895998] omap_l3_noc 44000000.ocp: L3 debug error: target 5 mod:1 (unclea)
    [    9.902330]  remoteproc2: 4b2b8000.pru1 is available                         
    [    9.902334]  remoteproc2: Note: remoteproc is still under development and co.
    [    9.902338]  remoteproc2: THE BINARY FORMAT IS NOT YET FINALIZED, and backwa.
    [    9.903383] pru-rproc 4b2b8000.pru1: booting the PRU core manually           
    [    9.903389]  remoteproc2: powering up 4b2b8000.pru1                          
    [    9.903684]  remoteproc2: Booting fw image am57xx-pru2_1-fw, size 5060       
    [    9.903806] ti-pruss 4b280000.pruss: configured system_events = 0x0060000000a
    [    9.903811]  remoteproc2: remote processor 4b2b8000.pru1 is now up           
    [    9.903823] pru-rproc 4b2b8000.pru1: PRU rproc node /ocp/pruss@4b280000/pru1y
    [   10.006947] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready               
    [   10.008527] prueth pruss2_eth: port 1: using random MAC addr: 42:c2:fd:51:048
    [   10.094260] prueth pruss2_eth: port 2: using random MAC addr: 72:ca:1e:a5:408
             Starting Print notice about GPLv3 packages...                          
    [   10.164350] NET: Registered protocol family 15                               
    [   10.175500] net eth0: initializing cpsw version 1.15 (0)                     
    [  OK  ] Started System Logging Service.                                        
    [   10.342762] net eth0: phy found : id is : 0x221622                           
    [   10.359248] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready               
    [  OK  ] Started Kernel Logging Service.                                        
    [   10.483617] prueth pruss2_eth: TI PRU ethernet driver initialized            
             Starting uim-sysfs.service...                                          
             Starting Telephony service...                                          
    [   10.734865] Initializing XFRM netlink socket                                 
    [   11.072422] Bluetooth: Core ver 2.21                                         
    [   11.084537] NET: Registered protocol family 31                               
    [   11.094982] Bluetooth: HCI device and connection manager initialized         
    [   11.127629] Bluetooth: HCI socket layer initialized                          
    [   11.144265] Bluetooth: L2CAP socket layer initialized                        
    [   11.159501] Bluetooth: SCO socket layer initialized                          
    [  OK  ] Started Network Service.                                               
    [FAILED] Failed to start TI MultiCore Tools Daemon.                             
    See 'systemctl status ti-mct-daemon.service' for details.                       
    [  OK  ] Started Permit User Sessions.                                          
    [   11.685704] random: nonblocking pool is initialized                          
    [   11.827697] usbcore: registered new interface driver usbfs                   
    [   11.854200] usbcore: registered new interface driver hub                     
    [   11.879551] usbcore: registered new device driver usb                        
    [   11.903861] net eth3: started                                                
    [   11.907375] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready               
    [   11.939908] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller                   
    [   11.946539] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus n1
    [   11.952589] net eth2: started                                                
    [   11.955109] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready               
    [   11.975853] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100
    [   11.984843] xhci-hcd xhci-hcd.0.auto: irq 429, io mem 0x48890000             
    [   12.008869] hub 1-0:1.0: USB hub found                                       
    [   12.015330] hub 1-0:1.0: 1 port detected                                     
    [   12.034502] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller                   
    [   12.042379] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus n2
    [   12.054307] usb usb2: We don't know the algorithms for LPM for this host, di.
    [   12.086740] hub 2-0:1.0: USB hub found                                       
    [   12.092301] hub 2-0:1.0: 1 port detected                                     
    [   12.114543] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller                   
    [   12.122587] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus n3
    [   12.140388] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100
    [   12.159843] xhci-hcd xhci-hcd.1.auto: irq 430, io mem 0x488d0000             
    [   12.188415] hub 3-0:1.0: USB hub found                                       
    [   12.195585] hub 3-0:1.0: 1 port detected                                     
    [   12.213075] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller                   
    [   12.220912] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus n4
    [   12.234068] usb usb4: We don't know the algorithms for LPM for this host, di.
    [   12.284036] hub 4-0:1.0: USB hub found                                       
    [   12.301367] hub 4-0:1.0: 1 port detected                                     
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.                                       
    [  OK  ] Started Telephony service.                                             
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.        
    [  OK  ] Reached target Network.                                                
             Starting /etc/rc.local Compatibility...                                
             Starting Lightning Fast Webserver With Light System Requirements...    
             Starting Network Name Resolution...                                    
    [  OK  ] Started Login Service.                                                 
    ***************************************************************                 
    ***************************************************************                 
    NOTICE: This file system contains the following GPLv3 packages:                 
            autoconf                                                                
            binutils-dev                                                            
            binutils                                                                
            bison-dev                                                               
            bison                                                                   
            cpp-symlinks                                                            
            cpp                                                                     
            dosfstools                                                              
            g++-symlinks                                                            
            g++                                                                     
            gawk-dev                                                                
            gawk                                                                    
            gcc-symlinks                                                            
            gcc                                                                     
            gdb                                                                     
            gdbc6x                                                                  
            gdbserver                                                               
            gstreamer1.0-libav                                                      
            hidapi                                                                  
            libcairo-perf-utils                                                     
            libgmp10                                                                
            libidn11                                                                
            libmpc3                                                                 
            libmpfr4                                                                
            m4-dev                                                                  
            m4                                                                      
            make                                                                    
            nettle                                                                  
            parted                                                                  
            swig-dev                                                                
            swig                                                                    
                                                                                    
    If you do not wish to distribute GPLv3 components please remove                 
    the above packages prior to distribution.  This can be done using               
    the opkg remove command.  i.e.:                                                 
        opkg remove <package>                                                       
    Where <package> is the name printed in the list above                           
                                                                                    
    NOTE: If the package is a dependency of another package you                     
          will be notified of the dependent packages.  You should                   
          use the --force-removal-of-dependent-packages option to                   
          also remove the dependent packages as well                                
    ***************************************************************                 
    ***************************************************************                 
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.       
    [  OK  ] Started Print notice about GPLv3 packages.                             
    [  OK  ] Started Network Name Resolution.                                       
    [  OK  ] Started uim-sysfs.service.                                             
             Starting rc.pvr.service...                                             
    [  OK  ] Started rc.pvr.service.                                                
    [   15.215828] eth2: Link is Up - 100Mbps/Full - flow control off               
    [   15.223957] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready          
             Starting weston.service...                                             
    [  OK  ] Started weston.service.                                                
             Starting tiipclad-daemon.service...                                    
             Starting telnetd.service...                                            
    [  OK  ] Started telnetd.service.                                               
    [  OK  ] Started tiipclad-daemon.service.                                       
             Starting thttpd.service...                                             
    [  OK  ] Started thttpd.service.                                                
             Starting rng-tools.service...                                          
    [  OK  ] Started rng-tools.service.                                             
             Starting gdbserverproxy.service...                                     
    [  OK  ] Started gdbserverproxy.service.                                        
             Starting matrix-gui-2.0.service...                                     
    [  OK  ] Started matrix-gui-2.0.service.                                        
             Starting thermal-zone-init.service...                                  
    [  OK  ] Started thermal-zone-init.service.                                     
    [  OK  ] Started /etc/rc.local Compatibility.                                   
    [  OK  ] Started Serial Getty on ttyS2.                                         
    [  OK  ] Started Getty on tty1.                                                 
                                                                                    
     _____                    _____           _         _                           
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_                         
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|                        
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|                          
                  |___|                    |___|                                    
                                                                                    
    Arago Project http://arago-project.org am57xx-evm ttyS2                         
                                                                                    
    Arago 2016.12 am57xx-evm ttyS2                                                  
                                                                                    
    am57xx-evm login: root                                                          
    root@am57xx-evm:~# ifconfig                                                     
    eth0      Link encap:Ethernet  HWaddr 94:E3:6D:43:7E:2E                         
              UP BROADCAST MULTICAST  MTU:1500  Metric:1                            
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0                    
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                  
              collisions:0 txqueuelen:1000                                          
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                
              Interrupt:92                                                          
                                                                                    
    eth1      Link encap:Ethernet  HWaddr 94:E3:6D:43:7E:2F                         
              UP BROADCAST MULTICAST  MTU:1500  Metric:1                            
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0                    
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                  
              collisions:0 txqueuelen:1000                                          
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                
                                                                                    
    eth2      Link encap:Ethernet  HWaddr 42:C2:FD:51:04:F8                         
              inet addr:192.168.2.10  Bcast:192.168.2.255  Mask:255.255.255.0       
              inet6 addr: fe80::40c2:fdff:fe51:4f8%131536/64 Scope:Link             
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                    
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0                    
              TX packets:16 errors:0 dropped:4708260 overruns:0 carrier:0           
              collisions:0 txqueuelen:1000                                          
              RX bytes:0 (0.0 B)  TX bytes:2796 (2.7 KiB)                           
                                                                                    
    eth3      Link encap:Ethernet  HWaddr 72:CA:1E:A5:40:68                         
              UP BROADCAST MULTICAST  MTU:1500  Metric:1                            
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0                    
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0                  
              collisions:0 txqueuelen:1000                                          
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                                
                                                                                    
    lo        Link encap:Local Loopback                                             
              inet addr:127.0.0.1  Mask:255.0.0.0                                   
              inet6 addr: ::1%131536/128 Scope:Host                                 
              UP LOOPBACK RUNNING  MTU:65536  Metric:1                              
              RX packets:166 errors:0 dropped:0 overruns:0 frame:0                  
              TX packets:166 errors:0 dropped:0 overruns:0 carrier:0                
              collisions:0 txqueuelen:1                                             
              RX bytes:12688 (12.3 KiB)  TX bytes:12688 (12.3 KiB)                  
                                                                                    
    root@am57xx-evm:~# ethtool eth2                                                 
    Settings for eth2:                                                              
            Supported ports: [ TP MII ]                                             
            Supported link modes:   10baseT/Half 10baseT/Full                       
                                    100baseT/Half 100baseT/Full                     
            Supported pause frame use: Symmetric                                    
            Supports auto-negotiation: Yes                                          
            Advertised link modes:  10baseT/Half 10baseT/Full                       
                                    100baseT/Half 100baseT/Full                     
            Advertised pause frame use: Symmetric                                   
            Advertised auto-negotiation: Yes                                        
            Link partner advertised link modes:  10baseT/Half 10baseT/Full          
                                                 100baseT/Half 100baseT/Full        
            Link partner advertised pause frame use: No                             
            Link partner advertised auto-negotiation: Yes                           
            Speed: 100Mb/s                                                          
            Duplex: Full                                                            
            Port: MII                                                               
            PHYAD: 1                                                                
            Transceiver: external                                                   
            Auto-negotiation: on                                                    
            Link detected: yes                                                      
    root@am57xx-evm:~# ping 192.168.2.2                                             
    PING 192.168.2.2 (192.168.2.2): 56 data bytes                                   
    ^C                                                                              
    --- 192.168.2.2 ping statistics ---                                             
    1 packets transmitted, 0 packets received, 100% packet loss                     
    root@am57xx-evm:~# uname -a                                                     
    Linux am57xx-evm 4.4.41-rt50-g968d071ce9 #16 SMP PREEMPT RT Wed Sep 5 15:43:42 x
    root@am57xx-evm:~# poweroff
    
    
    [  OK  ] Stopped uim-sysfs.service.
    [**    ] A stop job is running for Avahi mDNS/DNS-SD Stack (24s / 1min 30s)