Forum Discussion
Altera_Forum
Honored Contributor
21 years agoIf you want to create a new target, you can do so by editing the ecos.db file that comes with the released version of eCos. Look at what's been done for the nios2_dev_board target as an example.
To download an executable to the board, you can use: nios2-elf-download -g <elf file> from the command line. Alternatively you can use the run or debug features of the IDE. If you want to program the flash on your board, you can use the IDE flash programmer, or the auto-generated program-flash script as descrived in the getting started guide.