Forum Discussion
Altera_Forum
Honored Contributor
17 years ago[HELP]question about loading different sof+elf files in remote upgrade
hello: I've completed the things about loading application sof file in remote upgrade and that is successful.Now I want to load the sof+elf file.How could i do?Can i use the ide flash programmer t...
Altera_Forum
Honored Contributor
17 years agoThe Nios II command Shell is a cygwin bash shell. So you create and run scripts like any linux shell script. Put the commands into a file with a ".sh" extension. At the very top of the file put a comment like this:
#!/bin/sh Jake