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

hardware design for burning nios ii sofaware in flash

Altera_Forum
Honored Contributor II
1,113 Views

hello everyone: 

I want to run nios ii software in my new fpga board. so I need to place a flash chip on the fpga board. 

so I want to ask how the flash schematic design? 

is there any reference design or any design guideline? 

my fpga chip is 'EP4CE115F29I7', and flash chip is 'S29GL064N'. 

in my current design, I just connect the signal pins (includes addresses pins:A-1 - A21,data pins: D0-D7, control pins: we,reset,wp/acc,ry/by,ce,oe,byte) to the fpga directly, leave the rfu0-rfu2 and D8-D14 unconnected. 

can burn the nios ii software to the flash in this hardware design? 

thanks for any reply. 

Yefu Chen
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
275 Views

I'm feel sorry for no

0 Kudos
Altera_Forum
Honored Contributor II
275 Views

Assuming you have the pinout right and your design meets timing this is all you need to program the flash using the Nios II flash programmer: 

 

Nios II with level 1 debug 

Flash controller 

Onchip RAM with the exception and reset vectors for the Nios II processor pointing at it 

System ID (optional but always a good idea to have in your design) 

 

The flash programmer sends the data to the debug module then Nios II writes the data to the flash. So there isn't much hardware needed to do this.
0 Kudos
Reply