Other Parts Discussed in Thread: SYSCONFIG
Hello Team,
We have developed a custom board using AM3358. In the board we have used DP83867 as the PHY instead of Atheros PHY.
We have booted the boards and found that 1Gbps is being negotiated but ping is not happening,
I could see some Rx Align/Code Errors in the log,
I have been attaching my dts file, log file which contains details of ifconfig,ethtool etc.
Also I have been attaching my trace lengths.(dimensions in mils)
From some of the threads I could see that we need to certain tx-delay, rx-delay in dts file to resolve this.
Kindly help me in resolving my issue.
Regards
Mad_hu
/* * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /dts-v1/; #include "am33xx.dtsi" #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/net/ti-dp83867.h> / { model = "TI AM335x EVM"; compatible = "ti,am335x-evm", "ti,am33xx"; cpus { cpu@0 { cpu0-supply = <&vdd1_reg>; }; }; memory@80000000 { device_type = "memory"; reg = <0x80000000 0x40000000>; /*1 GB*/ }; chosen { stdout-path = &uart0; }; vbat: fixedregulator0 { compatible = "regulator-fixed"; regulator-name = "vbat"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; regulator-boot-on; }; lis3_reg: fixedregulator1 { compatible = "regulator-fixed"; regulator-name = "lis3_reg"; regulator-boot-on; }; wlan_en_reg: fixedregulator2 { compatible = "regulator-fixed"; regulator-name = "wlan-en-regulator"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; /* WLAN_EN GPIO for this board - Bank1, pin16 */ gpio = <&gpio1 16 0>; /* WLAN card specific delay */ startup-delay-us = <70000>; enable-active-high; }; matrix_keypad: matrix_keypad0 { compatible = "gpio-matrix-keypad"; // debounce-delay-ms = <5>; // col-scan-delay-us = <2>; row-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH /* Bank1, pin25 */ &gpio1 26 GPIO_ACTIVE_HIGH /* Bank1, pin26 */ &gpio1 27 GPIO_ACTIVE_HIGH>; /* Bank1, pin27 */ col-gpios = <&gpio1 21 GPIO_ACTIVE_HIGH /* Bank1, pin21 */ &gpio1 22 GPIO_ACTIVE_HIGH>; /* Bank1, pin22 */ linux,keymap = <0x0000008b /* MENU */ 0x0100009e /* BACK */ 0x02000069 /* LEFT */ 0x0001006a /* RIGHT */ 0x0101001c /* ENTER */ 0x0201006c>; /* DOWN */ }; v3v3: fixedregulator3 { compatible = "regulator-fixed"; regulator-name = "v3v3"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-boot-on; }; vrtc_reg: regulator@0 { regulator-always-on; }; vdd1_reg: regulator@4 { /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ regulator-name = "vdd_mpu"; regulator-min-microvolt = <912500>; regulator-max-microvolt = <1351500>; regulator-boot-on; regulator-always-on; }; vdd2_reg: regulator@5 { /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */ regulator-name = "vdd_core"; regulator-min-microvolt = <912500>; regulator-max-microvolt = <1150000>; regulator-suspend-enable; regulator-boot-on; regulator-always-on; }; vdd3_reg: regulator@6 { regulator-always-on; }; vdig1_reg: regulator3 { compatible = "regulator-fixed"; regulator-name = "vdig1"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; regulator-boot-on; }; vdig2_reg: regulator@8 { regulator-always-on; }; vpll_reg: regulator@9 { regulator-always-on; }; vdac_reg: regulator@10 { regulator-always-on; }; vaux1_reg: regulator@11 { regulator-always-on; }; vaux2_reg: regulator@12 { compatible = "regulator-fixed"; regulator-name = "vaux2_reg"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-boot-on; regulator-always-on; }; vaux33_reg: regulator@13 { regulator-always-on; }; vmmc_reg: regulator@14 { compatible = "regulator-fixed"; regulator-name = "vmmc_reg"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; regulator-boot-on; regulator-always-on; }; //backlight { // compatible = "pwm-backlight"; // pwms = <&ecap0 0 50000 0>; // brightness-levels = <0 51 53 56 62 75 101 152 255>; // default-brightness-level = <8>; //}; panel { compatible = "ti,tilcdc,panel"; status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&lcd_pins_s0>; //backlight = <&lcd_bl>; panel-info { ac-bias = <255>; ac-bias-intrpt = <0>; dma-burst-sz = <16>; bpp = <32>; fdd = <0x80>; sync-edge = <0>; sync-ctrl = <1>; raster-order = <0>; fifo-th = <0>; }; display-timings { 800x480p62 { clock-frequency = <6500000>; hactive = <320>; vactive = <240>; hfront-porch = <20>; hback-porch = <38>; hsync-len = <30>; vback-porch = <15>; vfront-porch = <15>; vsync-len = <4>; hsync-active = <0>; vsync-active = <0>; }; }; }; sound0:sound@0 { compatible = "simple-audio-card"; simple-audio-card,name = "MAX9860"; simple-audio-card,format = "i2s"; simple-audio-card,bitclock-master = <&sound_master1>; simple-audio-card,frame-master = <&sound_master1>; sound_master0:simple-audio-card,cpu { sound-dai = <&mcasp1>; }; sound_master1:simple-audio-card,codec { sound-dai = <&max9860>; system-clock-frequency = <24000000>; }; }; pcm5102a:pcm5102a{ #sound-dai-cells = <0>; compatible="ti,pcm5102a"; }; sound1:sound@1{ compatible="ti,pcm5102a"; }; sound { compatible = "simple-audio-card"; simple-audio-card,name = "DSP"; simple-audio-card,widgets = "Headphone", "Headphone Jack"; simple-audio-card,routing = "Headphone Jack", "OUT"; simple-audio-card,format = "dsp_b"; //simple-audio-card,format = "i2s"; simple-audio-card,bitclock-master = <&sound_master3>; simple-audio-card,frame-master = <&sound_master3>; simple-audio-card,bitclock-inversion; sound_master2:simple-audio-card,cpu { sound-dai = <&mcasp0>; }; sound_master3:simple-audio-card,codec { sound-dai = <&pcm5102a>; }; }; }; &am33xx_pinmux { pinctrl-names = "default"; i2c0_pins: pinmux_i2c0_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x988, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c0_sda.i2c0_sda */ AM33XX_IOPAD(0x98c, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c0_scl.i2c0_scl */ >; }; i2c2_pins: pinmux_i2c2_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_ctsn.i2c2_sda */ AM33XX_IOPAD(0x97c, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_rtsn.i2c2_scl */ >; }; uart0_pins: pinmux_uart0_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x970, PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_rxd.uart0_rxd */ AM33XX_IOPAD(0x974, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_txd.uart0_txd */ >; }; uart1_pins: pinmux_uart1_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ AM33XX_IOPAD(0x984, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ >; }; uart4_pins: pinmux_uart4_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x968, PIN_INPUT_PULLUP | MUX_MODE1) /* uart0_ctsn.uart4_rxd */ AM33XX_IOPAD(0x96C, PIN_OUTPUT_PULLUP | MUX_MODE1) /* uart0_rtsn.uart4_txd */ >; }; cpsw_default: cpsw_default { pinctrl-single,pins = < /* Slave 1 */ AM33XX_IOPAD(0x914, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txen.rgmii1_tctl */ AM33XX_IOPAD(0x918, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxdv.rgmii1_rctl */ AM33XX_IOPAD(0x91c, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd3.rgmii1_td3 */ AM33XX_IOPAD(0x920, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd2.rgmii1_td2 */ AM33XX_IOPAD(0x924, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd1.rgmii1_td1 */ AM33XX_IOPAD(0x928, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txd0.rgmii1_td0 */ AM33XX_IOPAD(0x92c, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* mii1_txclk.rgmii1_tclk */ AM33XX_IOPAD(0x930, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxclk.rgmii1_rclk */ AM33XX_IOPAD(0x934, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd3.rgmii1_rd3 */ AM33XX_IOPAD(0x938, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd2.rgmii1_rd2 */ AM33XX_IOPAD(0x93c, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd1.rgmii1_rd1 */ AM33XX_IOPAD(0x940, PIN_INPUT_PULLDOWN | MUX_MODE2) /* mii1_rxd0.rgmii1_rd0 */ /* Slave 2 */ AM33XX_IOPAD(0x840, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a0.rgmii2_tctl */ AM33XX_IOPAD(0x844, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a1.rgmii2_rctl */ AM33XX_IOPAD(0x848, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a2.rgmii2_td3 */ AM33XX_IOPAD(0x84c, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a3.rgmii2_td2 */ AM33XX_IOPAD(0x850, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a4.rgmii2_td1 */ AM33XX_IOPAD(0x854, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a5.rgmii2_td0 */ AM33XX_IOPAD(0x858, PIN_OUTPUT_PULLDOWN | MUX_MODE2) /* gpmc_a6.rgmii2_tclk */ AM33XX_IOPAD(0x85c, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a7.rgmii2_rclk */ AM33XX_IOPAD(0x860, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a8.rgmii2_rd3 */ AM33XX_IOPAD(0x864, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a9.rgmii2_rd2 */ AM33XX_IOPAD(0x868, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a10.rgmii2_rd1 */ AM33XX_IOPAD(0x86c, PIN_INPUT_PULLDOWN | MUX_MODE2) /* gpmc_a11.rgmii2_rd0 */ >; }; cpsw_sleep: cpsw_sleep { pinctrl-single,pins = < /* Slave 1 reset value */ AM33XX_IOPAD(0x914, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x918, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x91c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x920, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x924, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x928, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x92c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x930, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x934, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x938, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x93c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x940, PIN_INPUT_PULLDOWN | MUX_MODE7) /* Slave 2 reset value*/ AM33XX_IOPAD(0x840, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x844, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x848, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x84c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x850, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x854, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x858, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x85c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x860, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x864, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x868, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x86c, PIN_INPUT_PULLDOWN | MUX_MODE7) >; }; davinci_mdio_default: davinci_mdio_default { pinctrl-single,pins = < /* MDIO */ AM33XX_IOPAD(0x948, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0) /* mdio_data.mdio_data */ AM33XX_IOPAD(0x94c, PIN_OUTPUT_PULLUP | MUX_MODE0) /* mdio_clk.mdio_clk */ >; }; davinci_mdio_sleep: davinci_mdio_sleep { pinctrl-single,pins = < /* MDIO reset value */ AM33XX_IOPAD(0x948, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x94c, PIN_INPUT_PULLDOWN | MUX_MODE7) >; }; mmc1_pins: pinmux_mmc1_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x8F0, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_data3.mmc0_data3 */ AM33XX_IOPAD(0x8F4, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_data2.mmc0_data2 */ AM33XX_IOPAD(0x8F8, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_data1.mmc0_data2 */ AM33XX_IOPAD(0x8FC, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_data0.mmc0_data2 */ AM33XX_IOPAD(0x900, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_clk.mmc0_clk */ AM33XX_IOPAD(0x904, PIN_INPUT_PULLUP | MUX_MODE0) /* mmc0_cmd.mmc0_cmd */ >; }; mmc2_pins: pinmux_mmc2_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x800, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat0 */ AM33XX_IOPAD(0x804, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat1 */ AM33XX_IOPAD(0x808, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat2 */ AM33XX_IOPAD(0x80c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat3 */ AM33XX_IOPAD(0x810, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat4 */ AM33XX_IOPAD(0x814, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat5 */ AM33XX_IOPAD(0x818, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat6 */ AM33XX_IOPAD(0x81c, PIN_INPUT_PULLUP | MUX_MODE1) /* gpmc_ad0.mmc1_dat7 */ AM33XX_IOPAD(0x880, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn1.mmc1_clk */ AM33XX_IOPAD(0x884, PIN_INPUT_PULLUP | MUX_MODE2) /* gpmc_csn2.mmc1_cmd */ AM33XX_IOPAD(0x890, PIN_OUTPUT_PULLUP | MUX_MODE7) /* gpmc_csn0.mmc1_rstn */ //AM33XX_IOPAD(0x888, PIN_INPUT_PULLUP | MUX_MODE7) /* gpmc_csn3.mmc1_ds */ >; }; wlan_pins: pinmux_wlan_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x840, PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpmc_a0.gpio1_16 */ AM33XX_IOPAD(0x99c, PIN_INPUT | MUX_MODE7) /* mcasp0_ahclkr.gpio3_17 */ AM33XX_IOPAD(0x9ac, PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* mcasp0_ahclkx.gpio3_21 */ >; }; lcd_pins_s0: lcd_pins_s0 { pinctrl-single,pins = < AM33XX_IOPAD(0x820, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad8.lcd_data23 */ AM33XX_IOPAD(0x824, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad9.lcd_data22 */ AM33XX_IOPAD(0x828, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad10.lcd_data21 */ AM33XX_IOPAD(0x82c, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad11.lcd_data20 */ AM33XX_IOPAD(0x830, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad12.lcd_data19 */ AM33XX_IOPAD(0x834, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad13.lcd_data18 */ AM33XX_IOPAD(0x838, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad14.lcd_data17 */ AM33XX_IOPAD(0x83c, PIN_OUTPUT | MUX_MODE1) /* gpmc_ad15.lcd_data16 */ AM33XX_IOPAD(0x8a0, PIN_OUTPUT | MUX_MODE0) /* lcd_data0.lcd_data0 */ AM33XX_IOPAD(0x8a4, PIN_OUTPUT | MUX_MODE0) /* lcd_data1.lcd_data1 */ AM33XX_IOPAD(0x8a8, PIN_OUTPUT | MUX_MODE0) /* lcd_data2.lcd_data2 */ AM33XX_IOPAD(0x8ac, PIN_OUTPUT | MUX_MODE0) /* lcd_data3.lcd_data3 */ AM33XX_IOPAD(0x8b0, PIN_OUTPUT | MUX_MODE0) /* lcd_data4.lcd_data4 */ AM33XX_IOPAD(0x8b4, PIN_OUTPUT | MUX_MODE0) /* lcd_data5.lcd_data5 */ AM33XX_IOPAD(0x8b8, PIN_OUTPUT | MUX_MODE0) /* lcd_data6.lcd_data6 */ AM33XX_IOPAD(0x8bc, PIN_OUTPUT | MUX_MODE0) /* lcd_data7.lcd_data7 */ AM33XX_IOPAD(0x8c0, PIN_OUTPUT | MUX_MODE0) /* lcd_data8.lcd_data8 */ AM33XX_IOPAD(0x8c4, PIN_OUTPUT | MUX_MODE0) /* lcd_data9.lcd_data9 */ AM33XX_IOPAD(0x8c8, PIN_OUTPUT | MUX_MODE0) /* lcd_data10.lcd_data10 */ AM33XX_IOPAD(0x8cc, PIN_OUTPUT | MUX_MODE0) /* lcd_data11.lcd_data11 */ AM33XX_IOPAD(0x8d0, PIN_OUTPUT | MUX_MODE0) /* lcd_data12.lcd_data12 */ AM33XX_IOPAD(0x8d4, PIN_OUTPUT | MUX_MODE0) /* lcd_data13.lcd_data13 */ AM33XX_IOPAD(0x8d8, PIN_OUTPUT | MUX_MODE0) /* lcd_data14.lcd_data14 */ AM33XX_IOPAD(0x8dc, PIN_OUTPUT | MUX_MODE0) /* lcd_data15.lcd_data15 */ AM33XX_IOPAD(0x8e0, PIN_OUTPUT | MUX_MODE0) /* lcd_vsync.lcd_vsync */ AM33XX_IOPAD(0x8e4, PIN_OUTPUT | MUX_MODE0) /* lcd_hsync.lcd_hsync */ AM33XX_IOPAD(0x8e8, PIN_OUTPUT | MUX_MODE0) /* lcd_pclk.lcd_pclk */ AM33XX_IOPAD(0x8ec, PIN_OUTPUT | MUX_MODE0) /* lcd_ac_bias_en.lcd_ac_bias_en */ >; }; mcasp1_pins: mcasp1_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x90c, PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_crs.mcasp1_aclkx */ //AM33XX_IOPAD(0x9A0, PIN_INPUT_PULLDOWN | MUX_MODE3) /* mcasp0_aclkr.mcasp1_aclkx */ AM33XX_IOPAD(0x910, PIN_INPUT_PULLDOWN | MUX_MODE4) /* mii1_rxerr.mcasp1_fsx */ AM33XX_IOPAD(0x908, PIN_OUTPUT_PULLDOWN | MUX_MODE4) /* mii1_col.mcasp1_axr2 */ AM33XX_IOPAD(0x944, PIN_INPUT_PULLDOWN | MUX_MODE4) /* rmii1_ref_clk.mcasp1_axr3 */ >; }; mcasp1_pins_sleep: mcasp1_pins_sleep { pinctrl-single,pins = < AM33XX_IOPAD(0x90c, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x910, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x908, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x944, PIN_INPUT_PULLDOWN | MUX_MODE7) >; }; mcasp0_pins: mcasp0_pins { pinctrl-single,pins = < AM33XX_IOPAD(0x990, PIN_INPUT_PULLDOWN | MUX_MODE0) /* mcasp0_aclkx.mcasp0_aclkx */ AM33XX_IOPAD(0x994, PIN_INPUT_PULLDOWN | MUX_MODE0) /* mcasp0_fsx.mcasp0_fsx */ AM33XX_IOPAD(0x998, PIN_INPUT_PULLDOWN | MUX_MODE0) /* mcasp0_axr0.mcasp0_axr0 */ AM33XX_IOPAD(0x9a8, PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* mcasp0_axr1.mcasp0_axr1 */ >; }; mcasp0_pins_sleep: mcasp0_pins_sleep { pinctrl-single,pins = < AM33XX_IOPAD(0x990, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x994, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x998, PIN_INPUT_PULLDOWN | MUX_MODE7) AM33XX_IOPAD(0x9a8, PIN_INPUT_PULLDOWN | MUX_MODE7) >; }; dcan1_pins_default: dcan1_pins_default { pinctrl-single,pins = < AM33XX_IOPAD(0x968, PIN_OUTPUT | MUX_MODE2) /* uart0_ctsn.d_can1_tx */ AM33XX_IOPAD(0x96c, PIN_INPUT_PULLDOWN | MUX_MODE2) /* uart0_rtsn.d_can1_rx */ >; }; }; &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins>; status = "okay"; }; &uart1 { pinctrl-names = "default"; pinctrl-0 = <&uart1_pins>; status = "okay"; }; &uart4 { pinctrl-names = "default"; pinctrl-0 = <&uart4_pins>; status = "okay"; }; &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins>; status = "okay"; clock-frequency = <400000>; }; &i2c2{ pinctrl-names = "default"; pinctrl-0 = <&i2c2_pins>; status="okay"; clock-frequency = <400000>; max9860:max9860@10{ #sound-dai-cells = <0>; compatible = "maxim,max9860"; reg = <0x10>; AVDD-supply = <&vdig1_reg>; DVDD-supply = <&vdig1_reg>; DVDDIO-supply = <&v3v3>; clock-names = "mclk"; clocks = <&clk_24mhz>; }; }; &usb { status = "disabled"; }; &usb_ctrl_mod { status = "disabled"; }; &usb0_phy { status = "disabled"; }; &usb1_phy { status = "disabled"; }; &usb0 { status = "disabled"; }; &usb1 { status = "disabled"; dr_mode = "host"; }; &cppi41dma { status = "okay"; }; &lcdc { status = "okay"; blue-and-red-wiring = "crossed"; }; &elm { status = "okay"; }; //&epwmss0 { // status = "okay"; // // ecap0: ecap@48300100 { // status = "okay"; // pinctrl-names = "default"; // pinctrl-0 = <&ecap0_pins>; // }; //}; &mcasp1 { #sound-dai-cells = <0>; pinctrl-names = "default", "sleep"; pinctrl-0 = <&mcasp1_pins>; status = "okay"; op-mode = <0>; /* MCASP_IIS_MODE */ tdm-slots = <2>; /* 16 serializer */ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ 0 0 1 2 >; tx-num-evt = <1>; rx-num-evt = <1>; }; &mcasp0 { #sound-dai-cells = <0>; pinctrl-names = "default", "sleep"; pinctrl-0 = <&mcasp0_pins>; status = "okay"; op-mode = <0>; /* MCASP_IIS_MODE */ tdm-slots = <2>; /* 16 serializer */ serial-dir = < /* 0: INACTIVE, 1: TX, 2: RX */ 2 1 0 0 >; tx-num-evt = <1>; rx-num-evt = <1>; dmas = <&edma 8 2>, <&edma 9 2>; dma-names = "tx", "rx"; }; &mac { pinctrl-names = "default", "sleep"; pinctrl-0 = <&cpsw_default>; pinctrl-1 = <&cpsw_sleep>; status = "okay"; dual_emac = <1>; }; &davinci_mdio { pinctrl-names = "default", "sleep"; compatible = "ti, cpsw-mdio","ti,davinci_mdio"; pinctrl-0 = <&davinci_mdio_default>; pinctrl-1 = <&davinci_mdio_sleep>; status = "okay"; }; &cpsw_emac0 { phy_id = <&davinci_mdio>, <5>; phy-mode = "rgmii-txid"; dual_emac_res_vlan = <1>; }; &cpsw_emac1 { phy_id = <&davinci_mdio>, <0>; phy-mode = "rgmii-txid"; dual_emac_res_vlan = <2>; }; &tscadc { status = "okay"; tsc { ti,wires = <4>; ti,x-plate-resistance = <200>; ti,coordinate-readouts = <5>; ti,wire-config = <0x00 0x11 0x22 0x33>; ti,charge-delay = <0x400>; }; adc { ti,adc-channels = <4 5 6 7>; }; }; &mmc1 { status = "okay"; vmmc-supply = <&vmmc_reg>; bus-width = <4>; pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; }; &mmc2 { status = "okay"; vmmc-supply = <&vmmc_reg>; ti,non-removable; bus-width = <8>; pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins>; }; &sham { status = "okay"; }; &aes { status = "okay"; }; &dcan1 { status = "disabled"; /* Enable only if Profile 1 is selected */ pinctrl-names = "default"; pinctrl-0 = <&dcan1_pins_default>; }; &rtc { clocks = <&clk_32768_ck>, <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>; clock-names = "ext-clk", "int-clk"; }; &wkup_m3_ipc { ti,scale-data-fw = "am335x-evm-scale-data.bin"; }; &sgx { status = "okay"; }; &pruss_soc_bus { status = "okay"; pruss: pruss@4a300000 { status = "okay"; }; };
AM335X_GMII1_RXCLK 144.72 4325.74 AM335X_GMII1_RXD0 87.21 150.17 80.66 4221.50 AM335X_GMII1_RXD1 101.90 4355.55 AM335X_GMII1_RXD2 155.83 71.90 3853.04 465.87 AM335X_GMII1_RXD3 4015.86 452.16 AM335X_GMII1_RXDV 4177.70 49.16 175.15 76.11 AM335X_GMII1_TXCLK 4334.41 AM335X_GMII1_TXD0 4367.15 AM335X_GMII1_TXD1 4340.20 AM335X_GMII1_TXD2 4334.71 AM335X_GMII1_TXD3 4335.08 AM335X_GMII1_TXEN 4374.82
U-Boot SPL 2019.01-gc14892445a-dirty (Sep 19 2020 - 12:01:26 +0530) Trying to boot from MMC1 U-Boot 2019.01-gc14892445a-dirty (Sep 19 2020 - 12:01:26 +0530) CPU : AM335X-GP rev 2.1 Model: TI AM335x EVM DRAM: 1 GiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 Loading Environment from FAT... *** Warning - bad CRC, using default environment <ethaddr> not set. Validating first E-fuse MAC Net: eth0: ethernet@4a100000 Warning: usb_ether MAC addresses don't match: Address in ROM is de:ad:be:ef:00:01 Address in environment is 14:42:fc:ad:6b:c5 , eth1: usb_ether Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 ** Unable to read file boot.scr ** ** Unable to read file uEnv.txt ** switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... switch to partitions #0, OK mmc0 is current device SD/MMC found on device 0 4297216 bytes read in 358 ms (11.4 MiB/s) 37537 bytes read in 4 ms (8.9 MiB/s) ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8fff3000, end 8ffff2a0 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.94-gbe5389fd85 (madhu@madhu-VirtualBox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #3 PREEMPT Wed Sep 30 13:47:32 IST 2020 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: TI AM335x EVM [ 0.000000] Memory policy: Data cache writeback [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 48 MiB at 0xbd000000 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon) [ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x434 with crng_init=0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=PARTUUID=ffa4c9b6-02 rw rootfstype=ext4 rootwait [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 975336K/1048576K available (9216K kernel code, 315K rwdata, 2760K rodata, 1024K init, 252K bss, 24088K reserved, 49152K cma-reserved, 212992K highmem) [ 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 : 0x(ptrval) - 0x(ptrval) (10208 kB) [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 316 kB) [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 253 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000019] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000049] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000064] OMAP clocksource: timer1 at 24000000 Hz [ 0.000296] timer_probe: no matching timers found [ 0.000530] Console: colour dummy device 80x30 [ 0.000568] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.000578] This ensures that you still see kernel messages. Please [ 0.000586] update your kernel commandline. [ 0.000655] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032) [ 0.118823] pid_max: default: 32768 minimum: 301 [ 0.119106] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.119132] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.120193] CPU: Testing write buffer coherency: ok [ 0.120272] CPU0: Spectre v2: using BPIALL workaround [ 0.121397] Setting up static identity map for 0x80100000 - 0x80100060 [ 0.121603] rcu: Hierarchical SRCU implementation. [ 0.122071] EFI services will not be available. [ 0.124064] devtmpfs: initialized [ 0.135310] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.135807] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.135842] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.140544] pinctrl core: initialized pinctrl subsystem [ 0.141502] DMI not present or invalid. [ 0.142068] NET: Registered protocol family 16 [ 0.145074] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.174277] l4_wkup_cm:clk:0010:0: failed to disable [ 0.242175] cpuidle: using governor ladder [ 0.242228] cpuidle: using governor menu [ 0.249297] OMAP GPIO hardware version 0.1 [ 0.265026] No ATAGs? [ 0.265043] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.285371] edma 49000000.edma: TI EDMA DMA engine driver [ 0.292184] SCSI subsystem initialized [ 0.292883] media: Linux media interface: v0.10 [ 0.292946] videodev: Linux video capture interface: v2.00 [ 0.293080] pps_core: LinuxPPS API ver. 1 registered [ 0.293093] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.293136] PTP clock support registered [ 0.293189] EDAC MC: Ver: 3.0.0 [ 0.294611] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 0.295433] Advanced Linux Sound Architecture Driver Initialized. [ 0.296983] clocksource: Switched to clocksource timer1 [ 0.308923] NET: Registered protocol family 2 [ 0.310004] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes) [ 0.310051] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.310165] TCP bind hash table entries: 8192 (order: 3, 32768 bytes) [ 0.310275] TCP: Hash tables configured (established 8192 bind 8192) [ 0.310441] UDP hash table entries: 512 (order: 1, 8192 bytes) [ 0.310483] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes) [ 0.310695] NET: Registered protocol family 1 [ 0.311441] RPC: Registered named UNIX socket transport module. [ 0.311461] RPC: Registered udp transport module. [ 0.311470] RPC: Registered tcp transport module. [ 0.311480] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.312691] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.314495] Initialise system trusted keyrings [ 0.314911] workingset: timestamp_bits=14 max_order=18 bucket_order=4 [ 0.321887] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.322893] NFS: Registering the id_resolver key type [ 0.322947] Key type id_resolver registered [ 0.322959] Key type id_legacy registered [ 0.323025] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.326145] Key type asymmetric registered [ 0.326171] Asymmetric key parser 'x509' registered [ 0.326267] bounce: pool size: 64 pages [ 0.326349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.326367] io scheduler noop registered [ 0.326379] io scheduler deadline registered [ 0.326692] io scheduler cfq registered (default) [ 0.326709] io scheduler mq-deadline registered [ 0.326721] io scheduler kyber registered [ 0.329654] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.402343] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.407754] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250 [ 1.030786] console [ttyS0] enabled [ 1.035845] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250 [ 1.046095] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 32, base_baud = 3000000) is a 8250 [ 1.057832] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 1.066643] OF: graph: no port node found in /ocp/lcdc@4830e000 [ 1.072862] random: fast init done [ 1.076582] random: crng init done [ 1.081011] OF: graph: no port node found in /ocp/lcdc@4830e000 [ 1.087611] OF: graph: no port node found in /ocp/lcdc@4830e000 [ 1.093576] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.100276] [drm] No driver support for vblank timestamp query. [ 1.110078] Console: switching to colour frame buffer device 40x30 [ 1.117951] tilcdc 4830e000.lcdc: fb0: DRM emulated frame buffer device [ 1.125344] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0 [ 1.149459] brd: module loaded [ 1.161844] loop: module loaded [ 1.169675] libphy: Fixed MDIO Bus: probed [ 1.247088] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 1.254800] davinci_mdio 4a101000.mdio: detected phy mask ffffffde [ 1.264121] libphy: 4a101000.mdio: probed [ 1.268274] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver TI DP83867 [ 1.276585] davinci_mdio 4a101000.mdio: phy[5]: device 4a101000.mdio:05, driver TI DP83867 [ 1.286103] cpsw 4a100000.ethernet: Detected MACID = 14:42:fc:ad:6b:c3 [ 1.293028] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4 [ 1.299518] cpsw 4a100000.ethernet: ALE Table size 1024 [ 1.304817] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies) [ 1.313193] cpsw 4a100000.ethernet: cpsw: Detected MACID = 14:42:fc:ad:6b:c5 [ 1.322248] i2c /dev entries driver [ 1.328727] cpuidle: enable-method property 'ti,am3352' found operations [ 1.336089] sdhci: Secure Digital Host Controller Interface driver [ 1.342384] sdhci: Copyright(c) Pierre Ossman [ 1.348474] omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.7 [ 1.380997] omap_hsmmc 481d8000.mmc: Linked as a consumer to regulator.7 [ 1.413943] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.421276] ledtrig-cpu: registered to indicate activity on CPUs [ 1.438113] NET: Registered protocol family 10 [ 1.444754] Segment Routing with IPv6 [ 1.448779] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.455851] NET: Registered protocol family 17 [ 1.461003] Key type dns_resolver registered [ 1.465704] omap_voltage_late_init: Voltage driver support not added [ 1.472236] mmc0: host does not support reading read-only switch, assuming write-enable [ 1.481523] Loading compiled-in X.509 certificates [ 1.490860] mmc0: new high speed SDHC card at address aaaa [ 1.506687] mmcblk0: mmc0:aaaa SA08G 7.40 GiB [ 1.512138] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 1.521077] max9860 2-0010: Linked as a consumer to regulator.4 [ 1.527396] mmcblk0: p1 p2 [ 1.557110] max9860 2-0010: Failed to initialize register 16: -121 [ 1.563347] ------------[ cut here ]------------ [ 1.568044] WARNING: CPU: 0 PID: 5 at drivers/base/regmap/regcache.c:502 regcache_cache_only+0x50/0x54 [ 1.577416] Modules linked in: [ 1.580501] CPU: 0 PID: 5 Comm: kworker/0:0 Not tainted 4.19.94-gbe5389fd85 #3 [ 1.587775] Hardware name: Generic AM33XX (Flattened Device Tree) [ 1.593916] Workqueue: events deferred_probe_work_func [ 1.599103] Backtrace: [ 1.601580] [<c010cb64>] (dump_backtrace) from [<c010ced4>] (show_stack+0x18/0x1c) [ 1.609211] r7:00000009 r6:00000000 r5:c0c1bfb4 r4:00000000 [ 1.614916] [<c010cebc>] (show_stack) from [<c0916b6c>] (dump_stack+0x24/0x28) [ 1.622213] [<c0916b48>] (dump_stack) from [<c012ad48>] (__warn+0xe0/0xf8) [ 1.629150] [<c012ac68>] (__warn) from [<c012ada8>] (warn_slowpath_null+0x48/0x50) [ 1.636762] r9:ffffff87 r8:00000000 r7:00000080 r6:c05cb2e8 r5:000001f6 r4:c0c1bfb4 [ 1.644575] [<c012ad60>] (warn_slowpath_null) from [<c05cb2e8>] (regcache_cache_only+0x50/0x54) [ 1.653336] r6:00000000 r5:00000001 r4:eee6f000 [ 1.658007] [<c05cb298>] (regcache_cache_only) from [<c07aad84>] (max9860_dvddio_event+0x34/0x3c) [ 1.666922] r5:00000000 r4:eee6abc8 [ 1.670549] [<c07aad50>] (max9860_dvddio_event) from [<c014a84c>] (notifier_call_chain+0x50/0x8c) [ 1.679481] r5:00000000 r4:ffffffff [ 1.683083] [<c014a7fc>] (notifier_call_chain) from [<c014b154>] (blocking_notifier_call_chain+0x58/0x70) [ 1.692719] r9:ffffff87 r8:c0a951a4 r7:00000000 r6:00000000 r5:ee93f83c r4:00000080 [ 1.700537] [<c014b0fc>] (blocking_notifier_call_chain) from [<c04dd708>] (_regulator_disable+0x128/0x184) [ 1.710257] r6:ee93f83c r5:ee93f800 r4:00000000 [ 1.714907] [<c04dd5e0>] (_regulator_disable) from [<c04dd7a0>] (regulator_disable+0x3c/0x68) [ 1.723493] r7:eee6f420 r6:ee93f84c r5:ee93f800 r4:ffffff87 [ 1.729204] [<c04dd764>] (regulator_disable) from [<c07aaaf8>] (max9860_probe+0xfc/0x31c) [ 1.737449] r7:eee6f420 r6:eee6abc0 r5:c0e03048 r4:ffffff87 [ 1.743147] [<c07aa9fc>] (max9860_probe) from [<c06b7b24>] (i2c_device_probe+0xf8/0x26c) [ 1.751300] r9:c0e42fac r8:00000000 r7:eee6f400 r6:c0e42fac r5:00000000 r4:eee6f420 [ 1.759106] [<c06b7a2c>] (i2c_device_probe) from [<c05b3050>] (really_probe+0x204/0x2c0) [ 1.767260] r9:c0e42fac r8:00000000 r7:00000000 r6:c0e85118 r5:eee6f420 r4:c0e85114 [ 1.775048] [<c05b2e4c>] (really_probe) from [<c05b32b0>] (driver_probe_device+0x68/0x180) [ 1.783376] r10:00000000 r9:c0e850f0 r8:00000001 r7:c05b34c0 r6:eee6f420 r5:c0e42fac [ 1.791260] r4:eee6f420 r3:00000000 [ 1.794862] [<c05b3248>] (driver_probe_device) from [<c05b3564>] (__device_attach_driver+0xa4/0xc8) [ 1.803974] r9:c0e850f0 r8:00000001 r7:c05b34c0 r6:eee6f420 r5:ee893b44 r4:c0e42fac [ 1.811779] [<c05b34c0>] (__device_attach_driver) from [<c05b106c>] (bus_for_each_drv+0x88/0xcc) [ 1.820627] r7:c05b34c0 r6:ee893b44 r5:c0e03048 r4:00000000 [ 1.826322] [<c05b0fe4>] (bus_for_each_drv) from [<c05b2dcc>] (__device_attach+0xd8/0x140) [ 1.834646] r7:eef044b8 r6:eee6f454 r5:c0e03048 r4:eee6f420 [ 1.840358] [<c05b2cf4>] (__device_attach) from [<c05b35d4>] (device_initial_probe+0x14/0x18) [ 1.848946] r8:eee6f420 r7:eef044b8 r6:c0e3c3c0 r5:eee6f420 r4:eee6f428 [ 1.855686] [<c05b35c0>] (device_initial_probe) from [<c05b2134>] (bus_probe_device+0x8c/0x94) [ 1.864362] [<c05b20a8>] (bus_probe_device) from [<c05aebb0>] (device_add+0x37c/0x620) [ 1.872338] r7:eef044b8 r6:00000000 r5:c0e03048 r4:eee6f428 [ 1.878056] [<c05ae834>] (device_add) from [<c05aee70>] (device_register+0x1c/0x20) [ 1.885755] r10:00000000 r9:eee6f420 r8:00000000 r7:eee6f404 r6:eef04480 r5:ee893c44 [ 1.893639] r4:eee6f420 [ 1.896203] [<c05aee54>] (device_register) from [<c06b6118>] (i2c_new_device+0x148/0x2d4) [ 1.904438] r5:ee893c44 r4:eee6f400 [ 1.908061] [<c06b5fd0>] (i2c_new_device) from [<c06b99d4>] (of_i2c_register_device+0x64/0x8c) [ 1.916720] r9:0000000b r8:eef044b8 r7:ef6ee2bc r6:eef044b8 r5:eef04480 r4:c0e03048 [ 1.924526] [<c06b9970>] (of_i2c_register_device) from [<c06b9d50>] (of_i2c_register_devices+0x94/0xe4) [ 1.933984] r7:c0c346ec r6:ef6ee040 r5:eef04480 r4:ef6ee2bc [ 1.939695] [<c06b9cbc>] (of_i2c_register_devices) from [<c06b711c>] (i2c_register_adapter+0x174/0x3f8) [ 1.949159] r9:0000000b r8:00000004 r7:00000000 r6:c0e3c5cc r5:eef044b8 r4:eef04480 [ 1.956945] [<c06b6fa8>] (i2c_register_adapter) from [<c06b73f8>] (__i2c_add_numbered_adapter+0x58/0x94) [ 1.966492] r9:0000000b r8:00000004 r7:ee924810 r6:c0e03048 r5:eef04480 r4:00000002 [ 1.974296] [<c06b73a0>] (__i2c_add_numbered_adapter) from [<c06b74d4>] (i2c_add_adapter+0xa0/0xd4) [ 1.983402] r5:ee924800 r4:eef04480 [ 1.987019] [<c06b7434>] (i2c_add_adapter) from [<c06b752c>] (i2c_add_numbered_adapter+0x24/0x28) [ 1.995933] r5:ee924800 r4:eef04440 [ 1.999554] [<c06b7508>] (i2c_add_numbered_adapter) from [<c06bce3c>] (omap_i2c_probe+0x4ec/0x710) [ 2.008588] [<c06bc950>] (omap_i2c_probe) from [<c05b5058>] (platform_drv_probe+0x50/0xa0) [ 2.016898] r10:00000002 r9:c0e3c580 r8:00000000 r7:00000000 r6:c0e3c580 r5:00000000 [ 2.024781] r4:ee924810 [ 2.027353] [<c05b5008>] (platform_drv_probe) from [<c05b3050>] (really_probe+0x204/0x2c0) [ 2.035659] r7:00000000 r6:c0e85118 r5:ee924810 r4:c0e85114 [ 2.041370] [<c05b2e4c>] (really_probe) from [<c05b32b0>] (driver_probe_device+0x68/0x180) [ 2.049698] r10:c0e31a3c r9:00000000 r8:00000001 r7:c05b34c0 r6:ee924810 r5:c0e3c580 [ 2.057582] r4:ee924810 r3:00000000 [ 2.061183] [<c05b3248>] (driver_probe_device) from [<c05b3564>] (__device_attach_driver+0xa4/0xc8) [ 2.070295] r9:00000000 r8:00000001 r7:c05b34c0 r6:ee924810 r5:ee893e74 r4:c0e3c580 [ 2.078099] [<c05b34c0>] (__device_attach_driver) from [<c05b106c>] (bus_for_each_drv+0x88/0xcc) [ 2.086929] r7:c05b34c0 r6:ee893e74 r5:c0e03048 r4:00000000 [ 2.092638] [<c05b0fe4>] (bus_for_each_drv) from [<c05b2dcc>] (__device_attach+0xd8/0x140) [ 2.100961] r7:c0e31a1c r6:ee924844 r5:c0e03048 r4:ee924810 [ 2.106655] [<c05b2cf4>] (__device_attach) from [<c05b35d4>] (device_initial_probe+0x14/0x18) [ 2.115243] r8:c0e0dfcc r7:c0e31a1c r6:c0e31c30 r5:ee924810 r4:ee924810 [ 2.122000] [<c05b35c0>] (device_initial_probe) from [<c05b2134>] (bus_probe_device+0x8c/0x94) [ 2.130678] [<c05b20a8>] (bus_probe_device) from [<c05b25f4>] (deferred_probe_work_func+0x68/0x94) [ 2.139699] r7:c0e31a1c r6:c0e31a08 r5:c0e31a08 r4:ee924810 [ 2.145400] [<c05b258c>] (deferred_probe_work_func) from [<c0142b08>] (process_one_work+0x210/0x430) [ 2.154596] r7:00000000 r6:ef6d6100 r5:ee83b100 r4:c0e31a38 [ 2.160310] [<c01428f8>] (process_one_work) from [<c0143020>] (worker_thread+0x2f8/0x674) [ 2.168555] r10:c0e0dfcc r9:c0e0dfe0 r8:ffffe000 r7:c0e14a60 r6:ee83b114 r5:c0e0dfcc [ 2.176420] r4:ee83b100 [ 2.178993] [<c0142d28>] (worker_thread) from [<c0148e94>] (kthread+0x158/0x160) [ 2.186430] r10:ee885e70 r9:c0142d28 r8:ee83b100 r7:ee892000 r6:00000000 r5:ee82c9c0 [ 2.194312] r4:ee82ca80 [ 2.196866] [<c0148d3c>] (kthread) from [<c01010e8>] (ret_from_fork+0x14/0x2c) [ 2.204139] Exception stack(0xee893fb0 to 0xee893ff8) [ 2.209238] 3fa0: 00000000 00000000 00000000 00000000 [ 2.217478] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 2.225698] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 2.232366] r10:00000000 r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c0148d3c [ 2.240247] r4:ee82c9c0 [ 2.242794] ---[ end trace 35f07fc06f44b6f9 ]--- [ 2.247633] max9860 2-0010: Dropping the link to regulator.4 [ 2.253393] max9860: probe of 2-0010 failed with error -121 [ 2.259182] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz [ 2.269051] asoc-simple-card sound: pcm5102a-hifi <-> 48038000.mcasp mapping ok [ 2.285089] asoc-simple-card sound: ASoC: no source widget found for OUT [ 2.291928] asoc-simple-card sound: ASoC: Failed to add route OUT -> direct -> Headphone Jack [ 2.300528] asoc-simple-card sound: ASoC: no DMI vendor name! [ 2.310437] hctosys: unable to open rtc device (rtc0) [ 2.316239] ALSA device list: [ 2.319402] #0: DSP [ 2.336243] EXT4-fs (mmcblk0p2): warning: mounting fs with errors, running e2fsck is recommended [ 2.425908] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 2.434244] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 2.449312] devtmpfs: mounted [ 2.454303] Freeing unused kernel memory: 1024K [ 2.459633] Run /sbin/init as init process [ 2.829588] systemd[1]: System time before build time, advancing clock. [ 2.896756] systemd[1]: Configuration file /etc/systemd/system.conf is marked executable. Please remove executable permission bits. Proceeding anyway. [ 2.910527] systemd[1]: Configuration file /etc/systemd/system.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 2.932942] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid) [ 2.955435] systemd[1]: Detected architecture arm. Welcome to Arago 2019.11! [ 3.069678] systemd[1]: Set hostname to <BEL-MVR>. [ 3.468949] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 3.483766] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 3.512328] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 3.526715] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 3.544823] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway. [ 3.559370] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ 3.578037] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway. [ OK ] Listening on udev Kernel Socket. [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Listening on udev Control Socket. [ OK ] Reached target Swap. [ OK ] Listening on Process Core Dump Socket. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Paths. [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Listening on initctl Compatibility Named Pipe. [ OK ] Created slice User and Session Slice. [ OK ] Created slice system-getty.slice. [ OK ] Reached target Slices. [ OK ] Listening on Journal Socket. Mounting POSIX Message Queue File System... Mounting Kernel Debug File System... Starting Journal Service... Starting udev Coldplug all Devices... [ OK ] Started Hardware RNG Entropy Gatherer Daemon.[ 4.873464] systemd-journald[75]: Configuration file /etc/systemd/journald.conf is marked executable. Please remove executable permission bits. Proceeding anyway. Starting Remount Root and Kernel File Systems... [ 4.965520] systemd-journald[75]: Configuration file /etc/systemd/journald.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. Mounting Temporary Directory (/tmp)... Starting Load Kernel Modules... [ OK ] Listening on Network Service Netlink Socket. [ OK ] Reached target Remote File Systems. [ 5.162259] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Started Remount Root and Kernel File Systems. [ 5.285915] cryptodev: loading out-of-tree module taints kernel. [ OK ] Mounted Temporary Directory (/tmp). [ 5.318191] cryptodev: driver 1.9 loaded. Starting Create Static Device Nodes in /dev... [ 5.449178] usbcore: registered new interface driver usbfs [ 5.454801] usbcore: registered new interface driver hub [ 5.499076] usbcore: registered new device driver usb [ 5.564215] usbcore: registered new interface driver ftdi_sio [ 5.600711] usbserial: USB Serial support registered for FTDI USB Serial Device [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... [ OK ] Reached target Containers. Mounting /media/ram... Starting udev Kernel Device Manager... [ OK ] Started Journal Service. [ OK ] Started Load Kernel Modules. [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Apply Kernel Variables... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ OK ] Started Load/Save Random Seed. [ OK ] Started udev Kernel Device Manager. [ OK ] Started Apply Kernel Variables. [ OK ] Mounted Kernel Configuration File System. [ 6.688344] systemd-journald[75]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Network Service... Starting Update UTMP about System Boot/Shutdown... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Service. Starting Wait for Network to be Configured... Starting Network Name Resolution... [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Reached target Network. [ 9.622690] input: matrix_keypad0 as /devices/platform/matrix_keypad0/input/input0 [ 9.829578] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 9.957698] omap_rtc 44e3e000.rtc: registered as rtc0 [ OK ] Found device /dev/ttyS0. [ OK ] Started udev Coldplug all Devices. [ 10.888886] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ 11.472316] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 11.587243] omap-aes 53500000.aes: will run requests pump with realtime priority [ OK ] Listening on dropbear.socket. [ OK ] Started Daily rotation of log files. [ OK ] Reached target Timers. [ OK ] Listening on RPCbind Server Activation Socket[ 11.733600] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.sgx on minor 1 . [ 11.854939] remoteproc remoteproc0: wkup_m3 is available [ 11.890367] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle Starting Reboot and dump vmcore via kexec... [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ 12.091440] PM: Cannot get wkup_m3_ipc handle [ OK ] Reached target Sockets. [ 12.108864] remoteproc remoteproc0: powering up wkup_m3 [ 12.118944] PM: Cannot get wkup_m3_ipc handle [ OK ] Reached target Basic System. [ 12.222556] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888 [ OK ] Started D-Bus System Message Bus. [ 12.380101] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192 [ 12.447415] net eth0: initializing cpsw version 1.12 (0) [ 12.497945] remoteproc remoteproc0: remote processor wkup_m3 is now up [ 12.645480] TI DP83867 4a101000.mdio:05: attached PHY driver [TI DP83867] (mii_bus:phy_addr=4a101000.mdio:05, irq=POLL) [ 12.834339] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Starting rc.pvr.service... Starting Permit User Sessions... [ 13.101374] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) Starting Lightning Fast Webserver With Light System Requirements... [ 13.257179] net eth1: initializing cpsw version 1.12 (0) [ 13.289518] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) [ 13.397100] TI DP83867 4a101000.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL) Starting Print notice about GPLv3 packages... [ 13.610140] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) [ 13.625001] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ OK ] Started Redis In-Memory Data Store. [ 13.868134] snd_soc_simple_card_utils: exports duplicate symbol asoc_simple_card_canonicalize_cpu (owned by kernel) Starting RPC Bind Service... [ 14.035169] PVR_K: UM DDK-(4948957) and KM DDK-(4948957) match. [ OK ] [ OK ] Started Periodic Command Scheduler. [ OK ] Started Job spooling tools. Starting Login Service... Starting Simple Network Management Protocol (SNMP) Daemon.... Starting Enable and configure wl18xx bluetooth stack... Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started Reboot and dump vmcore via kexec. [ OK ] Started rc.pvr.service. [ OK ] Started Permit User Sessions. [ 15.928742] cpsw 4a100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ OK ] Started Lightning Fast Webserver With Light System Requirements. [ OK ] Started RPC Bind Service. [ 16.101825] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ OK ] Started Enable and configure wl18xx bluetooth stack. [ OK ] Found device /dev/ttyS3. [ OK ] Started Simple Network Management Protocol (SNMP) Daemon.. [ 22.868515] input: ti-tsc as /devices/platform/ocp/44e0d000.tscadc/TI-am335x-tsc.0.auto/input/input1 [ 22.923759] PM: bootloader does not support rtc-only! [ 25.133868] remoteproc remoteproc1: 4a334000.pru is available [ 25.180672] pru-rproc 4a334000.pru: PRU rproc node pru@4a334000 probed successfully [ 25.259418] remoteproc remoteproc2: 4a338000.pru is available [ 25.265370] pru-rproc 4a338000.pru: PRU rproc node pru@4a338000 probed successfully *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf bash-dev bash bc binutils cifs-utils cpio cpp-symlinks cpp dosfstools elfutils findutils g++-symlinks g++ gawk gcc-symlinks gcc gdb gdbserver gettext glmark2 gstreamer1.0-libav gzip hidapi libbfd libcairo-perf-utils libdw1 libelf1 libgdbm-compat4 libgdbm-dev libgdbm6 libgettextlib libgettextsrc libgmp10 libidn2-0 libmavconn libmpc3 libmpfr6 libreadline-dev libreadline7 libunistring2 m4-dev m4 make mavlink mavros-extras mavros-msgs mavros nettle pdm-anomaly-detection socketcan-interface swig-dev swig which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ 32.487151] vbat: disabling [ 32.495607] lis3_reg: disabling [ 32.509832] wlan-en-regulator: disabling [ 32.513809] v3v3: disabling [ 32.528156] vdig1: disabling [ 33.046502] systemd-coredump[806]: Configuration file /etc/systemd/coredump.conf is marked executable. Please remove executable permission bits. Proceeding anyway. [ 33.087281] systemd-coredump[806]: Configuration file /etc/systemd/coredump.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway. [ *** ] (4 of 5) A start job is running for dev-ttyGS0.device (30s / 1min 30s)[ *** ] (4 of 5) A start job is running for dev-ttyGS0.device (31s / 1min 30s)[*** ] (5 of 5) A start job is running for�mDNS/DNS-SD Stack (31s / 1min 40s)[** ] (5 of 5) A start job is running for�mDNS/DNS-SD Stack (32s / 1min 40s)[* ] (5 of 5) A start job is running for�mDNS/DNS-SD Stack (32s / 1min 40s)[ OK ] Found device /dev/mmcblk0p1. Starting Start USB gadget... [ OK ] Created slice system-systemd\x2dcoredump.slice. [ OK ] Started Process Core Dump (PID 806/UID 0). [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Starting Save/Restore Sound Card State... [ 37.387535] udc-core: couldn't find an available UDC - added [g_multi] to list of pending drivers [ OK ] Created slice system-systemd\x2dfsck.slice. Starting File System Check on /dev/mmcblk0p1... [ OK ] Started NFS status monitor for NFSv2/3 locking.. [ OK ] Started Serial Getty on ttyS3. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. Starting weston.service... [ OK ] Started Save/Restore Sound Card State. [ OK ] Reached target Sound Card. [ OK ] Started Login Service. [ OK ] Started Avahi mDNS/DNS-SD Stack. [FAILED] Failed to start Start USB gadget. See 'systemctl status gadget-init.service' for details. [ OK ] Started weston.service. Starting Matrix GUI... Starting telnetd.service... [ OK ] Started File System Check on /dev/mmcblk0p1. Mounting /run/media/mmcblk0p1... [ OK ] Started telnetd.service. Starting thttpd.service... Starting busybox-udhcpd.service... [ OK ] Started Matrix GUI. [ OK ] Mounted /run/media/mmcblk0p1. [ OK ] Started busybox-udhcpd.service. [ OK ] Started thttpd.service. [][][][] [][][][] [][] [][] [] [][] [][] [][] [] [][] [][] [][*][*] []*[][] [][] [][] [] [][] [][] [][] [] [][] [][] [][][][] [][][][] [*[][][][] ## ## ## ## ##### ### ### ## ## ## ## ## # ## ## ## ##### ## ## #### ## ## ## ## ## ## ## BEL-MVR login: root (automatic login) root@BEL-MVR:~# root@BEL-MVR:~# root@BEL-MVR:~# ifconfig eth8<< Link encap:Ethernet HWaddr 14:42:FC:AD:6B:C3 inet addr:201.123.81.105 Bcast:201.123.81.255 Mask:255.255.255.0 inet6 addr: fe80::1642:fcff:fead:6bc3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:65 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:10040 (9.8 KiB) Interrupt:47 eth1 Link encap:Ethernet HWaddr 14:42:FC:AD:6B:C5 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/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1003 (1003.0 B) TX bytes:1003 (1003.0 B) root@BEL-MVR:~# ethtool eth0 Settings for eth0: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Supported pause frame use: Symmetric Receive-only Supports auto-negotiation: Yes Supported FEC modes: Not reported Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full Advertised pause frame use: No Advertised auto-negotiation: Yes Advertised FEC modes: Not reported Link partner advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Link partner advertised pause frame use: Symmetric Receive-only Link partner advertised auto-negotiation: Yes Link partner advertised FEC modes: Not reported Speed: 1000Mb/s Duplex: Full Port: MII PHYAD: 5 Transceiver: internal Auto-negotiation: on Supports Wake-on: d Wake-on: d Current message level: 0x00000000 (0) Link detected: yes root@BEL-MVR:~# ethtool eth0 - S NIC statistics: Good Rx Frames: 0 Broadcast Rx Frames: 0 Multicast Rx Frames: 0 Pause Rx Frames: 0 Rx CRC Errors: 0 Rx Align/Code Errors: 52 Oversize Rx Frames: 0 Rx Jabbers: 0 Undersize (Short) Rx Frames: 0 Rx Fragments: 122 Rx Octets: 0 Good Tx Frames: 80 Broadcast Tx Frames: 36 Multicast Tx Frames: 44 Pause Tx Frames: 0 Deferred Tx Frames: 0 Collisions: 0 Single Collision Tx Frames: 0 Multiple Collision Tx Frames: 0 Excessive Collisions: 0 Late Collisions: 0 Tx Underrun: 0 Carrier Sense Errors: 0 Tx Octets: 11360 Rx + Tx 64 Octet Frames: 0 Rx + Tx 65-127 Octet Frames: 63 Rx + Tx 128-255 Octet Frames: 19 Rx + Tx 256-511 Octet Frames: 35 Rx + Tx 512-1023 Octet Frames: 15 Rx + Tx 1024-Up Octet Frames: 0 Net Octets: 36495 Rx Start of Frame Overruns: 0 Rx Middle of Frame Overruns: 0 Rx DMA Overruns: 0 Rx DMA chan 0: head_enqueue: 1 Rx DMA chan 0: tail_enqueue: 127 Rx DMA chan 0: pad_enqueue: 0 Rx DMA chan 0: misqueued: 0 Rx DMA chan 0: desc_alloc_fail: 0 Rx DMA chan 0: pad_alloc_fail: 0 Rx DMA chan 0: runt_receive_buf: 0 Rx DMA chan 0: runt_transmit_bu: 0 Rx DMA chan 0: empty_dequeue: 0 Rx DMA chan 0: busy_dequeue: 0 Rx DMA chan 0: good_dequeue: 0 Rx DMA chan 0: requeue: 0 Rx DMA chan 0: teardown_dequeue: 0 Tx DMA chan 0: head_enqueue: 80 Tx DMA chan 0: tail_enqueue: 0 Tx DMA chan 0: pad_enqueue: 0 Tx DMA chan 0: misqueued: 0 Tx DMA chan 0: desc_alloc_fail: 0 Tx DMA chan 0: pad_alloc_fail: 0 Tx DMA chan 0: runt_receive_buf: 0 Tx DMA chan 0: runt_transmit_bu: 31 Tx DMA chan 0: empty_dequeue: 80 Tx DMA chan 0: busy_dequeue: 0 Tx DMA chan 0: good_dequeue: 80 Tx DMA chan 0: requeue: 0 Tx DMA chan 0: teardown_dequeue: 0 root@BEL-MVR:~# ethtool -S eth0 NIC statistics: Good Rx Frames: 0 Broadcast Rx Frames: 0 Multicast Rx Frames: 0 Pause Rx Frames: 0 Rx CRC Errors: 0 Rx Align/Code Errors: 52 Oversize Rx Frames: 0 Rx Jabbers: 0 Undersize (Short) Rx Frames: 0 Rx Fragments: 127 Rx Octets: 0 Good Tx Frames: 82 Broadcast Tx Frames: 38 Multicast Tx Frames: 44 Pause Tx Frames: 0 Deferred Tx Frames: 0 Collisions: 0 Single Collision Tx Frames: 0 Multiple Collision Tx Frames: 0 Excessive Collisions: 0 Late Collisions: 0 Tx Underrun: 0 Carrier Sense Errors: 0 Tx Octets: 11496 Rx + Tx 64 Octet Frames: 0 Rx + Tx 65-127 Octet Frames: 65 Rx + Tx 128-255 Octet Frames: 19 Rx + Tx 256-511 Octet Frames: 35 Rx + Tx 512-1023 Octet Frames: 15 Rx + Tx 1024-Up Octet Frames: 0 Net Octets: 36885 Rx Start of Frame Overruns: 0 Rx Middle of Frame Overruns: 0 Rx DMA Overruns: 0 Rx DMA chan 0: head_enqueue: 1 Rx DMA chan 0: tail_enqueue: 127 Rx DMA chan 0: pad_enqueue: 0 Rx DMA chan 0: misqueued: 0 Rx DMA chan 0: desc_alloc_fail: 0 Rx DMA chan 0: pad_alloc_fail: 0 Rx DMA chan 0: runt_receive_buf: 0 Rx DMA chan 0: runt_transmit_bu: 0 Rx DMA chan 0: empty_dequeue: 0 Rx DMA chan 0: busy_dequeue: 0 Rx DMA chan 0: good_dequeue: 0 Rx DMA chan 0: requeue: 0 Rx DMA chan 0: teardown_dequeue: 0 Tx DMA chan 0: head_enqueue: 82 Tx DMA chan 0: tail_enqueue: 0 Tx DMA chan 0: pad_enqueue: 0 Tx DMA chan 0: misqueued: 0 Tx DMA chan 0: desc_alloc_fail: 0 Tx DMA chan 0: pad_alloc_fail: 0 Tx DMA chan 0: runt_receive_buf: 0 Tx DMA chan 0: runt_transmit_bu: 33 Tx DMA chan 0: empty_dequeue: 82 Tx DMA chan 0: busy_dequeue: 0 Tx DMA chan 0: good_dequeue: 82 Tx DMA chan 0: requeue: 0 Tx DMA chan 0: teardown_dequeue: 0 root@BEL-MVR:~# ping0� 201.123.81.55 PING<2<1.123.81.55 (201.123.81.55): 56 data bytes ^C --- 201.123.81.55 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss root@BEL-MVR:~# [ 131.004166] NET: Registered protocol family 15 [8 133.367265] Initializing XFRM netlink socket