Saad Zia Posted October 4, 2017 Share Posted October 4, 2017 Dear MembersI am working on Petalinux 2015.4 and ZedBoard, I am trying to connect a CF Card through USB OTG, but the device doesnot gets registered and won't show up in /dev and I cannot mount it. Kindly help me in this regard.Regard Link to comment Share on other sites More sharing options...
Saad Zia Posted October 4, 2017 Author Share Posted October 4, 2017 Got the solution, it is as follows: update the device tree (system-top.dts) file to add the following entry: /{ usb_phy0:phy0 { compatible="ulpi-phy"; #phy-cells = <0>; reg = <0xe0002000 0x1000>; view-port=<0x170>; drv-vbus; }; }; &usb0 { status = "okay"; dr_mode = "host"; usb-phy = <&usb_phy0>; } ; Link to comment Share on other sites More sharing options...
jpeyron Posted October 4, 2017 Share Posted October 4, 2017 Hi @Saad Zia, Glad you were able to resolve this issue. Thank you for sharing what you did to resolved this issue. cheers, Jon Link to comment Share on other sites More sharing options...
Question
Saad Zia
Dear Members
I am working on Petalinux 2015.4 and ZedBoard, I am trying to connect a CF Card through USB OTG, but the device doesnot gets registered and won't show up in /dev and I cannot mount it. Kindly help me in this regard.
Regard
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.