Altera Embedded Command Shell Version 16.1 [Build 196] ------------------------------------------------ SASIAMMA@Sasi ~ $ cd .. SASIAMMA@Sasi /cygdrive/c/Users $ cd .. SASIAMMA@Sasi /cygdrive/c $ cd .. SASIAMMA@Sasi /cygdrive $ cd onedrive bash: cd: onedrive: No such file or directory SASIAMMA@Sasi /cygdrive $ cd .. SASIAMMA@Sasi / $ cd ~/onedrive SASIAMMA@Sasi ~/onedrive $ cd cv bash: cd: cv: No such file or directory SASIAMMA@Sasi ~/onedrive $ cd .. SASIAMMA@Sasi ~ $ cd ... bash: cd: ...: No such file or directory SASIAMMA@Sasi ~ $ cd .. SASIAMMA@Sasi /cygdrive/c/Users $ cd .. SASIAMMA@Sasi /cygdrive/c $ cd .. SASIAMMA@Sasi /cygdrive $ cd e/ SASIAMMA@Sasi /cygdrive/e $ cd cv SASIAMMA@Sasi /cygdrive/e/cv $ cd cv_soc/ SASIAMMA@Sasi /cygdrive/e/cv/cv_soc $ cd cv_soc_devkit_ghrd/ SASIAMMA@Sasi /cygdrive/e/cv/cv_soc/cv_soc_devkit_ghrd $ sopc2dts --input soc_system.sopcinfo\ > --output socfpga.dtb\ > --type dtb\ > --board soc_system_board_info.xml\ > --board hps_common_board_info.xml\ > --bridge_removal all\ > --clocks Inputfile all--clocks not found at sopc2dts.LogEntry.(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at Sopc2DTS.go(Sopc2DTS.java:300) at Sopc2DTS.main(Sopc2DTS.java:88) SASIAMMA@Sasi /cygdrive/e/cv/cv_soc/cv_soc_devkit_ghrd $ cd .. SASIAMMA@Sasi /cygdrive/e/cv/cv_soc $ cd .. SASIAMMA@Sasi /cygdrive/e/cv $ cd .. SASIAMMA@Sasi /cygdrive/e $ cd .. SASIAMMA@Sasi /cygdrive $ cd onedrive/ bash: cd: onedrive/: No such file or directory SASIAMMA@Sasi /cygdrive $ cd onedrive bash: cd: onedrive: No such file or directory SASIAMMA@Sasi /cygdrive $ cd ~/onedrive SASIAMMA@Sasi ~/onedrive $ cd cv bash: cd: cv: No such file or directory SASIAMMA@Sasi ~/onedrive $ cd cv_soc bash: cd: cv_soc: No such file or directory SASIAMMA@Sasi ~/onedrive $ cd .. SASIAMMA@Sasi ~ $ cd ~/desktop SASIAMMA@Sasi ~/desktop $ cd cv SASIAMMA@Sasi ~/desktop/cv $ cd cv_soc/ SASIAMMA@Sasi ~/desktop/cv/cv_soc $ cd cv_soc_devkit_ghrd/ SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd $ sopc2dts --input soc_system.sopcinfo\ > --output socfpga.dbt\ > --type dtb\ > --board soc_system_board_info.xml\ > --board hps_common_board_info.cml\ > --bridge-removal all\ > --clocks Inputfile all--clocks not found at sopc2dts.LogEntry.(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at Sopc2DTS.go(Sopc2DTS.java:300) at Sopc2DTS.main(Sopc2DTS.java:88) SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd $ sopc2dts --input soc_system.sopcinfo\ > output socfpga.dbt\ > type dtb\ > board soc_system_board_info.xml\ > board hps_common_board_info.xml\ > bridge-removal all\ > clocks Inputfile allclocks not found at sopc2dts.LogEntry.(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at Sopc2DTS.go(Sopc2DTS.java:300) at Sopc2DTS.main(Sopc2DTS.java:88) SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd $ cd software/ SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software $ cd spl_bsp/ SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $ make ‘generated/build.h’ -> ‘uboot-socfpga/board/altera/socfpga/build.h’ ‘generated/iocsr_config_cyclone5.c’ -> ‘uboot-socfpga/board/altera/socfpga/iocsr_config_cyclone5.c’ ‘generated/iocsr_config_cyclone5.h’ -> ‘uboot-socfpga/board/altera/socfpga/iocsr_config_cyclone5.h’ ‘generated/reset_config.h’ -> ‘uboot-socfpga/board/altera/socfpga/reset_config.h’ ‘generated/pll_config.h’ -> ‘uboot-socfpga/board/altera/socfpga/pll_config.h’ ‘generated/pinmux_config_cyclone5.c’ -> ‘uboot-socfpga/board/altera/socfpga/pinmux_config_cyclone5.c’ ‘generated/pinmux_config.h’ -> ‘uboot-socfpga/board/altera/socfpga/pinmux_config.h’ ‘generated/sdram/sdram_config.h’ -> ‘uboot-socfpga/board/altera/socfpga/sdram/sdram_config.h’ C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/make CROSS_COMPILE=arm-altera-eabi- MAKE=/bin/make CYGPATH=C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/cygpath HOSTCC=x86_64-w64-mingw32-gcc HOSTSTRIP=x86_64-w64-mingw32-strip -C uboot-socfpga socfpga_cyclone5_config make[1]: Entering directory '/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga' Configuring for socfpga_cyclone5 board... make[1]: Leaving directory '/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga' C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/make CROSS_COMPILE=arm-altera-eabi- MAKE=/bin/make CYGPATH=C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/cygpath HOSTCC=x86_64-w64-mingw32-gcc HOSTSTRIP=x86_64-w64-mingw32-strip -C uboot-socfpga spl/u-boot-spl.bin make[1]: Entering directory '/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga' Generating include/autoconf.mk In file included from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_cyclone5.h:27:0, from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\config.h:10, from include/common.h:37: c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_common.h:804:2: error: #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" ^ Generating include/autoconf.mk.dep In file included from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_cyclone5.h:27:0, from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\config.h:10, from include/common.h:37: c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_common.h:804:2: error: #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" ^ arm-altera-eabi-gcc -DDO_DEPS_ONLY \ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/board/altera/socfpga -I/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/board/altera/socfpga/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \ -o lib/asm-offsets.s lib/asm-offsets.c -c -S In file included from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_cyclone5.h:27:0, from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\config.h:10, from c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\common.h:37, from lib/asm-offsets.c:18: c:\users\sasiamma\desktop\cv\cv_soc\cv_soc_devkit_ ghrd\software\spl_bsp\uboot-socfpga\include\configs\socfpga_common.h:804:2: error: #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" #error "CONFIG_SPL_FAT_SUPPORT required for CONFIG_SPL_FPGA_LOAD" ^ Makefile:704: recipe for target 'lib/asm-offsets.s' failed make[1]: *** [lib/asm-offsets.s] Error 1 make[1]: Leaving directory '/cygdrive/c/Users/SASIAMMA/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp/uboot-socfpga' make: *** [uboot-socfpga/spl/u-boot-spl.bin] Error 2 SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $ sopc2dts --input soc_system.sopcinfo Inputfile soc_system.sopcinfo not found at sopc2dts.LogEntry.(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at Sopc2DTS.go(Sopc2DTS.java:300) at Sopc2DTS.main(Sopc2DTS.java:88) SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $ sopc2dts --input soc_system.sopcinfo\ > --output socfpga.dbt\ > --type dtb\ > --board soc_System_board_info.xml\ > --board hps_common_board_info.xml\ > --bridge-removal all\ > --clocks Inputfile all--clocks not found at sopc2dts.LogEntry.(LogEntry.java:37) at sopc2dts.Logger.logln(Logger.java:78) at sopc2dts.Logger.logln(Logger.java:74) at Sopc2DTS.go(Sopc2DTS.java:300) at Sopc2DTS.main(Sopc2DTS.java:88) SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $ SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $ SASIAMMA@Sasi ~/desktop/cv/cv_soc/cv_soc_devkit_ghrd/software/spl_bsp $