Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSomething like the following will generate a data item initialised with the bytes from a file - which might do what you want:
objcopy -I binary -O elf32-little -B nios2
--rename-section .data=.rodata,alloc,load,readonly,data,contents
image.bmp image.o