Altera_Forum
Honored Contributor
14 years agoNios2 tools - Linux
I am building Linux plus my application into a zImage (elf file) on a Linux PC. I currently have to copy zImage to a Windows PC to prepending the boot loader and convert the file to an srec using elf2flash. Then I need to run nios2-elf-objcopy to create the final binary.
Is there a way to install just these two programs on the Linux PC. I do not want to install Quartus just for these two functions.