Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBeMicro: Cant download the .elf file on the board
I was trying to go through a tutorial called 'BeMicro Embedded System Lab Instructions'. But I am stuck at page 43 . The problem is to download the .elf file in the board. To do this I have to run...
Altera_Forum
Honored Contributor
15 years agoCoriaa, I would add the additional -r option just in case you have code that doesn't proper drivers:
nios2-download -r -g <software.elf>; nios-terminal The -r resets the system to make sure the entire system returns to the reset state. This is important if you have custom components that don't have HAL drivers that restore the reset state.