问题:ETH0是通的,ETH1找不到PHY(连接到GMII2RGMII转换器时,找不到该设备),dts和vivado该如何配置?

系统:Zynq 7Z015

Vivado:2018.3

内核:4.6

VIVADO工程如下:

true在内核设备树文件中,配置如下:

aliases {

ethernet0 = "/amba/eth@e000b000";

ethernet1 = "/amba/eth1@e000c000";

serial0 = "/amba/serial@e0001000";

};

eth@e000b000 {

compatible = "xlnx,ps7-ethernet-1.00.a";

reg = <0xe000b000 0x1000>;

interrupts = <0x0 0x16 0x4>;

interrupt-parent = <0x1>;

#address-cells = <0x1>;

#size-cells = <0x0>;

clock-names = "ref_clk", "aper_clk";

clocks = <0x2 0xd 0x2 0x1e>;

xlnx,enet-clk-freq-hz = <0x17d7840>;

xlnx,enet-reset = "MIO 11";

xlnx,enet-slcr-1000mbps-div0 = <0x8>;

xlnx,enet-slcr-1000mbps-div1 = <0x1>;

xlnx,enet-slcr-100mbps-div0 = <0x8>;

xlnx,enet-slcr-100mbps-div1 = <0x5>;

xlnx,enet-slcr-10mbps-div0 = <0x8>;

xlnx,enet-slcr-10mbps-div1 = <0x32>;

xlnx,eth-mode = <0x1>;

xlnx,has-mdio = <0x1>;

xlnx,ptp-enet-clock = <0x69f6bcb>;

phy-handle = ;

phy-mode = "rgmii-id";

phy0:phy@0 {

device_type = "ethernet-phy";

reg = <0x0>;

marvell,reg-init = <0x3 0x10 0xff00 0x1e 0x3 0x11 0xfff0 0xa>;

linux,phandle = <0x6>;

phandle = <0x6>;

};

};

eth1@e000c000 {

compatible = "xlnx,ps7-ethernet-1.00.a";

reg = <0xe000c000 0x1000>;

interrupts = <0x0 0x17 0x4>;

interrupt-parent = <0x1>;

#address-cells = <0x1>;

#size-cells = <0x0>;

clock-names = "ref_clk", "aper_clk";

clocks = <0x2 0xd 0x2 0x1e>;

xlnx,enet-clk-freq-hz = <0x17d7840>;

xlnx,enet-reset = "MIO 11";

xlnx,enet-slcr-1000mbps-div0 = <0x8>;

xlnx,enet-slcr-1000mbps-div1 = <0x1>;

xlnx,enet-slcr-100mbps-div0 = <0x8>;

xlnx,enet-slcr-100mbps-div1 = <0x5>;

xlnx,enet-slcr-10mbps-div0 = <0x8>;

xlnx,enet-slcr-10mbps-div1 = <0x32>;

xlnx,eth-mode = <0x1>;

xlnx,has-mdio = <0x1>;

xlnx,ptp-enet-clock = <0x69f6bcb>;

gmii2rgmii-phy-handle = ;

phy-mode = "gmii";

phy1:phy@8 {

compatible="marvell,88e1512";

device_type = "ethernet-phy";

reg = <0x8>;

marvell,reg-init = <0x3 0x10 0xff00 0x1e 0x3 0x11 0xfff0 0xa>;

linux,phandle = <0x8>;

phandle = <0x8>;

};

};

};

ETH1是通过PL侧的GMII2RGMII扩展出去的。

先启动如下:

Uncompressing Linux... done, booting the kernel.

Booting Linux on physical CPU 0x0

Linux version 4.6.0-g35c0d02-dirty (tigerp@tigerp-CloudStack-KVM-Hypervisor) (gcc version 6.2.1 20161114 (Linaro GCC Snapshot 6.2-2016.11) ) #15 SMP PREEMPT Tue May 14 15:39:08 CST 2019

CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d

CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

Machine model: Xilinx Zynq ZED

bootconsole [earlycon0] enabled

cma: Reserved 128 MiB at 0x38000000

Memory policy: Data cache writealloc

percpu: Embedded 12 pages/cpu @ef7d3000 s19404 r8192 d21556 u49152

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260608

Kernel command line: console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootfstype=ext4 rootwait

PID hash table entries: 4096 (order: 2, 16384 bytes)

Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Memory: 895956K/1048576K available (4795K kernel code, 245K rwdata, 1968K rodata, 248K init, 136K bss, 21548K reserved, 131072K cma-reserved, 131072K highmem)

Virtual kernel memory layout:

vector  : 0xffff0000 - 0xffff1000   (   4 kB)

fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)

vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)

lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)

pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

modules : 0xbf000000 - 0xbfe00000   (  14 MB)

.text : 0xc0008000 - 0xc06a319c   (6765 kB)

.init : 0xc06a4000 - 0xc06e2000   ( 248 kB)

.data : 0xc06e2000 - 0xc071f5a0   ( 246 kB)

.bss : 0xc071f5a0 - 0xc0741970   ( 137 kB)

Preemptible hierarchical RCU implementation.

Build-time adjustment of leaf fanout to 32.

RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.

RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2

NR_IRQS:16 nr_irqs:16 16

slcr mapped to f0802000

L2C: platform modifies aux control register: 0x72360000 -> 0x72760000

L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000

L2C-310 erratum 769419 enabled

L2C-310 enabling early BRESP for Cortex-A9

L2C-310 full line of zeros enabled for Cortex-A9

L2C-310 ID prefetch enabled, offset 1 lines

L2C-310 dynamic clock gating enabled, standby mode enabled

L2C-310 cache controller enabled, 8 ways, 512 kB

L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001

zynq_clock_init: clkc starts at f0802100

Zynq clock init

ps_clk frequency not specified, using 33 MHz.

sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 4398046511103ns

clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x4ce07af025, max_idle_ns: 440795209040 ns

Switching to timer-based delay loop, resolution 3ns

clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 537538477 ns

timer #0 at f080a000, irq=17

Console: colour dummy device 80x30

Calibrating delay loop (skipped), value calculated using timer frequency.. 666.66 BogoMIPS (lpj=3333333)

pid_max: default: 32768 minimum: 301

Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)

Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)

CPU: Testing write buffer coherency: ok

CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

Setting up static identity map for 0x82c0 - 0x8318

CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

Brought up 2 CPUs

SMP: Total of 2 processors activated (1333.33 BogoMIPS).

CPU: All CPU(s) started in SVC mode.

devtmpfs: initialized

VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns

pinctrl core: initialized pinctrl subsystem

NET: Registered protocol family 16

DMA: preallocated 256 KiB pool for atomic coherent allocations

cpuidle: using governor ladder

hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

hw-breakpoint: maximum watchpoint size is 4 bytes.

zynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0xf0880000

zynq-pinctrl 700.pinctrl: zynq pinctrl initialized

SCSI subsystem initialized

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

media: Linux media interface: v0.10

Linux video capture interface: v2.00

EDAC MC: Ver: 3.0.0

Advanced Linux Sound Architecture Driver Initialized.

clocksource: Switched to clocksource arm_global_timer

NET: Registered protocol family 2

TCP established hash table entries: 8192 (order: 3, 32768 bytes)

TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

TCP: Hash tables configured (established 8192 bind 8192)

UDP hash table entries: 512 (order: 2, 16384 bytes)

UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

NET: Registered protocol family 1

Trying to unpack rootfs image as initramfs...

Freeing initrd memory: 4948K (dfb2b000 - e0000000)

hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available

futex hash table entries: 512 (order: 3, 32768 bytes)

workingset: timestamp_bits=28 max_order=18 bucket_order=0

bounce: pool size: 64 pages

io scheduler noop registered

io scheduler deadline registered

io scheduler cfq registered (default)

Error: Driver 'mwipcore' is already registered, aborting...

dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330

dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16

e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 143, base_baud = 6249999) is a xuartps

?onsole [ttyPS0] enabled

console [ttyPS0] enabled

bootconsole [earlycon0] disabled

bootconsole [earlycon0] disabled

xdevcfg f8007000.devcfg: ioremap 0xf8007000 to f085e000

[drm] Initialized drm 1.1.0 20060810

brd: module loaded

loop: module loaded

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

[nandsim] warning: read_byte: unexpected data output cycle, state is STATE_READY return 0x0

nand: device found, Manufacturer ID: 0x98, Chip ID: 0x39

nand: Toshiba NAND 128MiB 1,8V 8-bit

nand: 128 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16

flash size: 128 MiB

page size: 512 bytes

OOB area size: 16 bytes

sector size: 16 KiB

pages number: 262144

pages per sector: 32

bus width: 8

bits in sector size: 14

bits in page size: 9

bits in OOB size: 4

flash size with OOB: 135168 KiB

page address bytes: 4

sector address bytes: 3

options: 0x42

Scanning device for bad blocks

Creating 1 MTD partitions on "NAND 128MiB 1,8V 8-bit":

0x000000000000-0x000008000000 : "NAND simulator partition 0"

******************* entrance xemacps_probe ***********************

xemacps_probe:e000b000.eth interface=8

phy_node=phy

xemacps_probe:read phyid is 0

libphy: XEMACPS mii bus: probed

xemacps e000b000.eth: pdev->id 0, baseaddr 0xe000b000, irq 162

******************* exit xemacps_probe ***********************

******************* entrance xemacps_probe ***********************

xemacps_probe:e000c000.eth1 interface=2

gmii2rgmii_phy_node=phy

xemacps_probe:read phyid is 8

xemacps e000c000.eth1: invalid address, use random

xemacps e000c000.eth1: MAC updated 32:a2:a0:e0:54:98

xemacps e000c000.eth1: pdev->id 8, baseaddr 0xe000c000, irq 163

******************* exit xemacps_probe ***********************

ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

usbcore: registered new interface driver usb-storage

usbcore: registered new interface driver usbserial

usbcore: registered new interface driver usbserial_generic

usbserial: USB Serial support registered for generic

usbcore: registered new interface driver ftdi_sio

usbserial: USB Serial support registered for FTDI USB Serial Device

e0002000.usb supply vbus not found, using dummy regulator

ULPI transceiver vendor/product ID 0x0424/0x0006

Found SMSC USB331x ULPI transceiver.

ULPI integrity check: passed.

ci_hdrc ci_hdrc.0: EHCI Host Controller

ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1

ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00

############# hub usb_new_device:busnum=1,devnum=1 #############

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 1 port detected

mousedev: PS/2 mouse device common for all mice

i2c /dev entries driver

Xilinx Zynq CpuIdle Driver started

sdhci: Secure Digital Host Controller Interface driver

sdhci: Copyright(c) Pierre Ossman

sdhci-pltfm: SDHCI platform and OF driver helper

mmc0: SDHCI controller on e0100000.sdhci [e0100000.sdhci] using ADMA

ledtrig-cpu: registered to indicate activity on CPUs

hidraw: raw HID events driver (C) Jiri Kosina

usbcore: registered new interface driver usbhid

usbhid: USB HID core driver

NET: Registered protocol family 17

Registering SWP/SWPB emulation handler

hctosys: unable to open rtc device (rtc0)

mmc0: new high speed SDHC card at address aaaa

mmcblk0: mmc0:aaaa SC16G 14.8 GiB

mmcblk0: p1

ALSA device list:

No soundcards found.

Freeing unused kernel memory: 248K (c06a4000 - c06e2000)

This architecture does not have kernel memory protection.

INIT: version 2.88 booting

Starting Bootlog daemon: bootlogd.

Creating /dev/flash/* device nodes

random: dd urandom read with 1 bits of entropy available

Configuring network interfaces...

xemacps_open:eth0

xemacps_mii_probe:devname=eth0

xemacps_open:eth1

xemacps_mii_probe:devname=eth1

xemacps e000c000.eth1: eth1: no gmii to rgmii converter found

xemacps e000c000.eth1: XEMACPS mii bus mii_probe fail.

ifconfig: SIOCSIFFLAGS: No such device or address

xemacps_open:eth1

xemacps_mii_probe:devname=eth1

xemacps e000c000.eth1: eth1: no gmii to rgmii converter found

xemacps e000c000.eth1: XEMACPS mii bus mii_probe fail.

ifconfig: SIOCSIFFLAGS: No such device or address

starting Busybox inet Daemon: inetd... done.

INIT: Entering runlevel: 3

Starting Dropbear SSH server: Will output 1024 bit rsa secret key to '/etc/dropbear/dropbear_rsa_host_key'

Generating key, this may take a while...

Public key portion is:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCw2xqdouR53J3Zdzul6zO9ieEsvhCoJPOSWwogGCznm/4y1upBqH9VIvmC9mbJ8b251cD96w62AIT5N55/+dlkFyCZAB88Ecet9PVCejPe37nEEi9NWsflJQjuQfrCKuDX5wiOtLaQA5/nd8Thz8LlYVkn2KjKmay6wpIHyZRrJLXp root@zynq

Fingerprint: md5 6f:b5:d6:43:17:fe:2e:02:cd:b6:2a:3a:c5:ab:72:f4

dropbear.

Stopping Bootlog daemon: bootlogd.

Starting tcf-agent: OK

PetaLinux v2013.10 (Yocto 1.4) zynq ttyPS0

zynq login: xemacps e000b000.eth: Set clk to 25000000 Hz

xemacps e000b000.eth: link up (100/FULL)

root

Linux iNode 双网卡,已解决: Zynq 7000 双网卡配置-内核DTS该如何配置 - Community Forums...相关推荐

  1. linux开机自动加载igb模块,linux – 使用intel igb(已解决)在3/5 raid6 iSCSI NAS设备上的第一个RX队列上丢弃100%数据包...

    编辑:问题已解决.有问题的队列已用于流控制数据包.为什么igb驱动程序传播FC数据包以使其丢弃(并计数)是另一个问题.但解决方案是,数据丢失的方式没有任何损失. 非常感谢syneticon-dj,你指 ...

  2. 【已解决】ubuntu双显卡驱动安装失败

    骤然降到零下11度,心凉了一下. 本文主要讲ubuntu双显卡驱动安装失败的情况,目前已解决. 欢迎此情况下Nvidia显卡驱动安装成功的网友在此文留言提供方法,谢谢! 注意:如果在ubuntu 14 ...

  3. 【已解决】【Appium】请教大神,Appium配置正常,但是运行脚本异常停止,提示[UiAutomator] Moving to state 'stopped'

    转自:https://www.cnblogs.com/shihenghui/p/7543441.html PS:感谢原博主,帮了大忙了 [已解决] Appium默认的UiAutomator支持API ...

  4. zynq linux网口不通,已解决: ZYNQ 7035以太网口无法连通 - Community Forums

    网口使用emio连接mii phy芯片,lwIP Echo Server测试例子可以运行,u-boot,linux无法连ping通,能识别到芯片: 我该如何配置u-boot与内核? 关键打印信息: U ...

  5. linux inode使用率过高,解决inode占用过多

    前言: 某台服务器inode满了,很久没有处理过类似问题了,有点忘记,记录在此 一.理解inode 要理解inode,要从文件存储说起,Linux系统文件在物理上都是存储在硬盘上面的,硬盘存储里面,最 ...

  6. linux puppy 安装软件,请问 如何在puppy下安装linux程序?·[已解决]

    由 cnzheng 于 星期二, 09/16/2008 - 11:59 发表 我下载了一个minicom-2.3.tar.gz的文件,是在linux下 使用串口的一个通讯程序,按照这个安装步骤,出现了 ...

  7. 装了linux开机出现错误,[已解决]安装完,启动出现错误!

    百合仙子 说:平Fan_D世界 说:百合仙子 说:你的根分区没找到.检查下是不是 lvm 驱动没加进 initramfs? 怎麽操作,我是新手,以前按照wiki操作没出现这种情况啊! 谢谢 是不是 w ...

  8. deepin 下 WPS for linux字体显示问题[已解决]

    把 C:Windows/Fonts 文件夹复制到 deepin(任意位置). 我的是双系统所以可以直接在deepin里复制,单系统建议找win复制以后再操作 把文件夹里面的所有字体,复制到 /usr/ ...

  9. linux wn725 wifi,【已解决】Ubuntu / Linux 安装USB无线网卡( tp-link TL-WN725N rtl8188eu )

    问题描述:自带wifi经常连不上一些wifi,所以用tp-link usb的无线网卡试试,在网上了查了一些相关资料. 系统版本: Ubuntu 16.04.3 LTS 系统内核: 4.10.0-30- ...

最新文章

  1. 研发管理工具之迭代管理测评:PingCode VS Jira
  2. asp.net MVC 路由
  3. 云炬随笔20180703
  4. Python自动化运维——系统进程管理模块
  5. mmdnn cannot import caffe
  6. Java Mission Control 5.2终于来了! 欢迎7u40!
  7. php报错致命错误203,Centos7 下安装PHP7 phpredis扩展报错解决办法 致命错误:ext/standard/php_smart_str.h...
  8. 手把手教你调试Linux C++ 代码(一步到位包含静态库和动态库调试)
  9. 车机没有carlife可以自己下载吗_路咖评:新宝骏的车机系统 革了百度Carlife的命?...
  10. Linux/Unix系统下nginx+php安装简明教程
  11. windows配置caffe及matlab/python接口编译和调用(cpu/gpu)
  12. Java构造器(构造方法)与方法区别
  13. 封装和参数调用(格式修改)
  14. Python笔记3:使用命令行运行Python文件
  15. 尚硅谷redis视频
  16. 融合多自然语言处理任务的中医辅助诊疗方案研究——以糖尿病为例
  17. Web media radar|web媒体雷达
  18. Android 仿微信/支付宝 字体大小 调整控件
  19. 百度网盘mac损害计算机,百度网盘Mac版和Mac同步盘有哪些区别?百度网盘Mac版常见问题解答...
  20. 伍鸣博士受邀出席徐汇区住房租赁市场研讨会

热门文章

  1. 作者:洪文兴(1980-),男,厦门大学自动化系副教授,厦门信息产业与信息化研究院执行院长。...
  2. 【操作系统】Semaphore处理读者-写者问题
  3. 【机器学习】机器学习处理不均衡分类
  4. 【Java】Fibonacci数列编程实现
  5. 【Java】深入探讨Java数值舍入问题
  6. 浅析laravel门面原理与实现
  7. AE 中的查找与定位,以城市查找为例
  8. HDU2136 Largest prime factor
  9. 知方可补不足~sqlserver中使用ROW_NUMBER进行的快速分页
  10. 反编译工具Reflector 4.2 汉化版