Forum Discussion
Altera_Forum
Honored Contributor
12 years agoGenerating a new device tree blob.
The input files into the device tree generator are the following
soc board xml file and the clocking xml file. My question is, are these files auto generated when the Quartus design is compiled -like the sopc info file or do i have to write them manually? I am trying to enable i2c1 on the hps and i am in the process of creating a new sd card image.2 Replies
- Altera_Forum
Honored Contributor
I got my xml files together with GHRD (golden hardware reference example). Check for it on rocketboards.org.
- Altera_Forum
Honored Contributor
Hi
Board info and clock info xml-s are a part of your board support package (included in GHRD) depends on your development board (they are different for Altera, Arrow-Terasic, EBV, Macnina boards). They haven't been automatically regenerated if you recompile your GHRD QSys design. See details: http://rocketboards.org/foswiki/documentation/gsrddevicetreegenerator Regards, Zs.V.