Forum Discussion
Altera_Forum
Honored Contributor
21 years agoFinally I found a way to make the flash programmer work with my custom board.
For some reason the "flash programmer"-programmer (<- the project generated with mk_target_board) didn't work with the 25Mhz that my system runs off. Looks like Kerry was right after all ;-) <div class='quotetop'>QUOTE </div> --- Quote Start --- The error he's getting isn't a "firmware can't talk to the flash" error. It's what happens when the flash programmer host can't communicate with the target.[/b] --- Quote End --- So I added a PLL to get the standard 50Mhz. Finally I added a reset delay block before the Nios reset pin to keep the Nios processor in reset for a bit longer ... and installed NIOS II IDE 1.0.1. Thanks for the help everybody :-) So now I move on to the next problem ... ;-) Regards Goon