Altera_Forum
Honored Contributor
8 years agoHow to create a device tree for a custom arria 10 board?
Hi,
has anyone expirence wirh creating a Linux device tree (using sopc2dts) for a custom arria 10 board? The default approach for a development board is: $ sopc2dts --input ghrd_10as066n2/ghrd_10as066n2.sopcinfo --output ghrd_10as066n2.dts --board hps_a10_common_board_info.xml --board hps_ a10_devkit_board_info.xml --board ghrd_10as066n2_board_info.xml --bridge-removal all --clocks But on a custom board i don't have the two xm files. Do i have to geneate the dts without those XML files and then edit everything additional needed by Hand?