Altera_Forum
Honored Contributor
10 years agoCyclone V Dev Board - Problem using sopc2dts
Thanks in Advance.
We are using Qsys/Quarturs 14.1. Our linux release is Poky 8.0 - Linux version 3.9.0 We have taken the GSRD for the Cyclone V and added to the design a 16550 serial port on the HSMC connector. Then I have taken the generated *.sopcinfo to create the new *.dtb file utilizing the following command: sopc2dts --input gsrd_modified.sopcinfo --output socfpga.dtb --type dtb --board soc_system_board_info.xml --bridge-removal all --clocks I then replace the original *.dtb file with the newly created *.dtb file on the microSD card. While booting I get some WARNING messages with traces and the final message with a trace is: Unable to handle kernel paging at virtual address c08d400c ... Internal error: Oops: 807 [#1] SMP ARM ... I am enclosing the complete boot message. Am I doing something wrong in creating the *.dtb file? Is there a later kernel version I should be using?