Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

bsp-editor generated makefile is useless

rooneytoons
Beginner
726 Views

https://community.intel.com/t5/forums/postpage/choose-node/true#

 

Howdy,

 

I've configured my Quartus Prime project for the Cyclone V SOC. When I use the bsp-editor program to generate the preloader (which executes without complaint), the generated Makefile contains only the following:

 

.PHONY: all
all: 
	@echo "Please visit https://rocketboards.org/foswiki/Documentation/BuildingBootloader for instructions on how to build the bootloader."

 

 

Which clearly doesn't actually build anything.

 

Before I wade through the documentation at this link, I would like to know what is going on, and why I get this useless makefile (which clearly blocks me from going further). Have I configured something wrong?

 

0 Kudos
2 Replies
EBERLAZARE_I_Intel
706 Views

Hi,

The bsp-editor has been removed in the latest Quartus and SoC EDS version starting from 20.1:

https://www.intel.com/content/altera-www/global/en_us/index/support/support-resources/knowledge-base/embedded/2020/Why-does-the-BSP-Editor-fail-to-work-correctly-in-the-Intel-SoC-FPGA-Embedded-Development-Suite-standard-edition-version-20-1-on-Microsoft-Windows.html

 

By referring to the latest Rocketboards link you will be using the latest version of Uboot or any version as you wish, the bsp-editor will use old version of Uboot.

0 Kudos
EBERLAZARE_I_Intel
686 Views

Hi,

 

I hope I answered your question, let me know if you need additional help/questions.

0 Kudos
Reply