Altera_Forum
Honored Contributor
14 years agou-boot for .h file
Hi ,
I need to port the U-boot (2011.6) to NIOS-II Cyclone-III based customized board. Started following the Altera wiki http://www.alterawii.com/wiki/dasuboot instructions. I cannot generat the my_nios2_fpga.h from sopc file (My environment is UBUNTU 10.4) Because when I key in "yum install perl-XML-LibXML". The information shows ******************************* Setting up Install Process No package perl-XML-LibXML available. Nothing to do ******************************** Hence, I cannot success when I execute "sopc-create-config-files my_nios2_sopc.sopc my_nios2_fpga.h" The error information shows ******************************** sopc-create-config-files:1: parser error : Start tag expected, '<' not found # !/usr/bin/perl ^ ******************************** Could you tell me how can I do Thank you very much.