Forum Discussion
Altera_Forum
Honored Contributor
10 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 ----