Re: [yocto] System device tree, AMD EDF, custom board
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
Thanks Sergei, The issue is that with the system device tree approach, there is a clear cut between the linux (from what I understand, interacts only with the cortex a53) and the logic part (related to the fpga). Your approach is ok as long as you don't have interactions between the two, which is exactly my target! For example, I want to set the i2c devices that are connected to a i2c port linked to the logic part (aka FPGA) on my SoC. This is where it is complicated for me to understand what I should do. In the process described by AMD ( https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/3250586081/Development+Flows+-+How+it+all+works ), it remains unclear to me how I can define these points? Should I use an append to xilinx-bootbin or should I try to append it during the build of the image (as it was done previously).