linux kernel 工程师
全部博文(99)
发布时间:2018-03-09 11:40:17
常用基本命令
/etc/systemd 与/etc/systemd 的关系
target之间的关系
如何进行性能分析
......【阅读全文】
发布时间:2018-01-31 16:20:19
How to create a ramdisk image using existing FS
1. Regular method
2. CPIO method......【阅读全文】
发布时间:2018-01-31 11:08:18
How to build modules using WRLinux SDK
1. Prepare sdk
2. An example for building ko......【阅读全文】
发布时间:2018-01-31 11:03:16
How to build app using WRLinux SDK
1. Prepare sdk
2. An example for building app......【阅读全文】
发布时间:2017-09-12 14:48:32
1. phy设备何处获得irq编号在phy_device_create函数里面, dev->irq从bus->irq[addr]获得, 所以如果希望phy设备跟中断联系起来,需要在mdio bus里面为irq[addr]赋值。struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id, &nb.........【阅读全文】