Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Good to know you got it working. It's also good to know that the dtb to dts conversion is now working. I saw a forum post that said that it is possible to add tcl to the *_hw.tcl file for a custom component to automatically add driver information to the sopcinfo file so that the generated database will have whatever you add so that your driver can reference that data when initializing. I'd planned on trying that out, but so far I don't have a component that I'd like to use in more than one project. --- Quote End --- I did add to the *_hw.tcl for my custom IP and that did work. That is on the rocketboard page -- don't have the link right now. The issue was that the pll_0 was not defined. So I used what was generated for the custom IP and added the pll_0 information so I'd have a good *.dtb I'm figuring there must be a way to add the "pll_0" information to a *.xml file and use the --board pll_define.xml to utilize the "sopc2dts" directly??