Forum Discussion
Altera_Forum
Honored Contributor
11 years agosoc_system_board_info.xml/hps_common_board_info.xml common accross most devboards ?
I'm using De0-nano-soc & De1-soc from Terasic .. neither has soc_system_board_info.xml & hps_common_board_info.xml included in the packages that arrived & Terasic is claiming their linux s...
Altera_Forum
Honored Contributor
11 years agofrom the files above IT WORKS ---- though note :
------------ sopc2dts has order effects - the first(given in the workshop material) does NOT work ------------ sopc2dts --input soc_system.sopcinfo --output soc_system.dts --type dts --board board_info_DE0_NANO_SOC.xml --board hps_common_board_info.xml --bridge-removal all --clocks --------- swapping hps_common_board_info.xml & board_info_DE0_NANO_SOC.xml does work : --------- sopc2dts --input soc_system.sopcinfo --output soc_system.dts --type dts --board hps_common_board_info.xml --board board_info_DE0_NANO_SOC.xml --bridge-removal all --clocks ----