Altera_Forum
Honored Contributor
9 years agoDE1-SoC problem with tree please HELP!!
I’m trying to configure a qsys system with hps and vga control to see the Linux environment and create a c program that can obtain the memory mapped signal and print on the vga.
The steps that I did are: -Create a golden top and qsys system -Create a rbf with convert file formats(no compression) -Download de Ubuntu from altera and prepare de sd with that image -Download de soc_system_board_info.xml and hps_common_board_info.xml files from https://releases.rocketboards.org/release/2014.06/gsrd/ghrd/ -Create a dtb in two steps:$ sopc2dts -i sistema.sopcinfo -b soc_system_board_info.xml -b hps_common_board_info.xml -o socfp
ga.dts --bridge-removal all --clocks $ dtc -I dts -O dtb -o socfpga.dtb -f socfpga.dts There are some errors: $ sopc2dts -i sistema.sopcinfo -b soc_system_board_info.xml -b hps_common_board_info.xml -o socfpga.dts --bridge-remova
l all --clocks Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component alt_vip_itc_0 of class alt_vip_itc is unknown Component pll_0 of class altera_pll is unknown Component pll_6553600 of class altera_pll is unknown Component reset_controller_0 of class altera_reset_controller is unknown Component reset_controller_1 of class altera_reset_controller is unknown Component video_pll_0 of class altera_up_avalon_video_pll is unknown MasterIF sopc2dts.lib.components.Interface@76fb509a slaveIF null Component alt_vip_itc_0 of class alt_vip_itc is unknown Component pll_0 of class altera_pll is unknown Component pll_6553600 of class altera_pll is unknown Component reset_controller_0 of class altera_reset_controller is unknown Component reset_controller_1 of class altera_reset_controller is unknown Component video_pll_0 of class altera_up_avalon_video_pll is unknown MasterIF sopc2dts.lib.components.Interface@76fb509a slaveIF null $ dtc -I dts -O dtb -o socfpga.dtb -f socfpga.dts ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "pll_0"
ERROR (phandle_references): Reference to non-existent node or label "led_pio"
ERROR (phandle_references): Reference to non-existent node or label "led_pio"
ERROR (phandle_references): Reference to non-existent node or label "led_pio"
ERROR (phandle_references): Reference to non-existent node or label "led_pio"
Warning: Input tree has errors, output forced -Remplace the socfpga.dtb and soc_system.rbf from sd for my files. The MSEL is all to 000000 and I plug in the sd and the system start to kernel but has an error https://alteraforum.com/forum/attachment.php?attachmentid=13839&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=13840&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=13841&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=13842&stc=1 Any idea? Tanks!, Juan.