Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIt seems you are using the algorithm to find the length for Cyclone II. You should be looking at boot_loader_epcs_bits_sii_siii_ciii.S to know how to find the length for Cyclone III.
For Cyclone III, one bit from each of bytes 33-39 and bytes 48-72 form a 32 bit length value for the total number of bits. Using your data, I determined the length to be 0xABB41 bytes. Maybe I picked out the wrong bits when I did this, as this still does not quite match the value you posted.