Forum Discussion
Altera_Forum
Honored Contributor
11 years agosopc2dts component crypto_engine_0 of class crypto_engine is unknown
I'm using QuartusII 14.0 webedition and SocEDS 14.0 on CentOS 6.6 with SoCKit. This is my first attempt at writing my own peripheral in the Altera environment. First I built the GSRD from scratch fo...
Altera_Forum
Honored Contributor
11 years agoI think there is a post on this (or I did this at "rfi" on Rocketboards).
Since I was having trouble - I did the following: 1. Start with sopc2dts and create a .dts file from your .sopcinfo -- you should see in there your custom IP. 2. I used the GSRD .dts file and added my custom IP from 1. 3. I used dtc to creat a .dtb dtc -I dts -O dtb outputfilename.dtb inputfilename.dts