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++
12600 Discussions

How can I Eliminate BOOT ROM from EPCS Controller

Altera_Forum
Honored Contributor II
1,193 Views

I have a design that is presently booting from EPCS via the Boot ROM. I would like to change this to boot/start from (onchip) RAM. 

 

As part of this change, I really would like to regain the 1K block of memory that is not the unused BOOT ROM. 

 

Is there a way to tell SOPC Builder or Quartus to eliminate the Boot ROM? 

 

Or is my only option to create my own custom version of the EPCS controller? 

 

TIA, 

-dave
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
499 Views

AFAIK the EPCS controller without the bootloader is just a regular SPI master. You could just put an SPI master, and then you just have to convince the system to install the EPCS driver anyway, or copy them yourself.

0 Kudos
Reply