Altera_Forum
Honored Contributor
11 years agoCreating pof from sof and two hex - exceeds memory
Hi,
I am trying to generate an EPCS64 pof file with sof and two hex files. One hex is my nios code (relative addressing). The second hex (absolute addressing with 0x7F0000 offset) is a tiny 64 char text string that I want to appear at the start of the last block of the epcs when programmed (this is an indicator that I can use for application specific flash status read). If I generate the pof from just the sof and nios hex the generated file is exactly 8192 k bytes as expected. The individual sof and hex are only half the size of epcs64 so I guess the extra bytes generated are padding?. However then if I add the tiny indicator hex (generated with 0x7F0000 offset) I get a device full "exceeds memory capacity" error from "Convert Programming File" Utility, Anyone know how I can add this second hex file to the pof without exceeding the memory? Or perhaps another method to insert the indicator string at specified epcs address? Thanks,