Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi all,
I've encountered the same problem as Mabcom here, regarding the Stratix II DSP Development Board. I left a PM with Ken, but figured I'd post here to cover all my bases. When trying to create the filesystem I encounter the same error: "Total amountof memory available: 0K" Looking into my PTF I encounter some configurations that I am unfamiliar with. I'll append a snippet of that section at the bottom. I am unsure where the page0-page2 configs are originating. I would like to figure this out, so I may dedicate a section in memory to the filesystem. This would allow me to continue on with Ken's command line generate and upload suggestion. On another note, I tried briefly to build the system in the command line, as far as I could go without having to dictate memory space for the filesystem. I encounter the following error regarding the romfs generate command (where filesystem_2s60 is the name of my project): [SOPC Builder]$ genromfs -d -V "filesystem_2s60" -f romfs.bin -v genromfs: you must specify the destination file Try `genromfs -h' for more information Any suggestions as to either of these issues? Thanks much. CONFIGURATION factory { length = ""; menu_position = "4"; offset = "0x00200000"; reference_designator = "U17"; } CONFIGURATION page0 { length = ""; menu_position = "1"; offset = "0x00500000"; reference_designator = "U17"; } CONFIGURATION page1 { length = ""; menu_position = "2"; offset = "0x00800000"; reference_designator = "U17"; } CONFIGURATION page2 { length = ""; menu_position = "3"; offset = "0x00c00000"; reference_designator = "U17"; }