Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe header of the configuration data does contain a length value. You can look at the default boot loader source code for NIOS to see how to find the length in the header. I seem to recall it is a bit convoluted and not just looking for the bytes in the right location.
The default boot loader uses this information as it assumes the NIOS software application image is stored immediately after the configuration data.