Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow can I add the ecos to the Nios II RTOS combo
Hi: We know that when I compiled a common "c/c++ Application",there are RTOS combo in the system library ,which includes: none(single-thread) and MicrC/OS-II . now ,I had set up the ecos ...
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.