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 following the tutorial on Rocketboards and this worked fine and linux booted.
Now I'm adding my own peripheral "crypto_engine". Been through the process of generating the .sof and .rbf without errors and I'm trying to build the device tree dts. I have two issues : 1. The file hps_clock_info.xml was not created. Can I ignore this? 2. I get a repeated error message from sopc2dts when I run the command : sopc2dts --input soc_system.sopcinfo --output socfpga.dts --board soc_system_board_info.xml component crypto_engine_0 of class crypto_engine is unknown component crypto_engine_0 of class crypto_engine is unknown I'm guessing there is something I have to do to let sopc2dts know more about my peripheral but I haven't be able to find any help. Can someone let me know how to proceed? Thanks Mike