我想使用linux脚本读取文件的内容。file_list.txt的内容如下:def读它的脚本是read_file_content.sh./read_file_content.sh: line 6: processing abc: command not found
./read_file_content.sh: line 6: proc
我正尝试在我的定制板上运行marvell phy linux驱动程序。驱动程序使用的是mdio接口,但我的主板上有i2c。我将marvell.c文件中的phy_read()/phy_write()替换为i2c读/写函数。它不起作用。未调用探测函数,phy子系统使用mdio检测marvell,无法检测。如何在phy linux sysbsystem中使用i2c?