Booting from EPCS4
I have a custom board with an EP1C12 connected to an EPCS4 through AS pins. I use a ByteBlaster II download cable, but I don't have the JTAG pins connected. I want to store both configuration data and software data to boot from the EPCS4 device. In SOPC builder, I set my reset address to the base of the epcs_controller. In the Nios II IDE, I tried to set my program memory and read-only data memory to the epcs_controller (with read/write, heap, and stack memory set to sram), but when I try to compile my modified "Hello World" program, it says that there is not enough room in the epcs_controller (which makes sense since there is only 1Kbyte of rom in the epcs_controller). Is it sufficient to set the reset address to the epcs_controller in SOPC builder and set all of the memory contents (program, read-only, read/write, heap and stack) to sram in the Nios II IDE? Will this set up boot from EPCS4 and copy software to sram?
Thanks.