Altera_Forum
Honored Contributor
21 years agoHOL ZIP filesystem continued
Hi
Back in july I was asking for help about the HOL fs. I was put on an other project for a whiele so I have not been working on it since. Now I am back and the problem is still the same. Use the link below to see the old thread. http://www.niosforum.com/forum/index.php?a...act=st&f=2&t=42 (http://www.niosforum.com/forum/index.php?act=st&f=2&t=42) I have tried reading the memory area with a debugger and compared it to the file that the ZIP filesystem contains. Debugger : 50 4b 03 04 14 00 02 00 00 00 6a 66 ba 30 58 f9 PK........jf.0x 70 6c 60 6f 01 00 60 6f 01 00 0b 00 00 00 6c 6f pl'o.. o......lo 61 64 65 72 2e 73 72 65 63 53 30 31 35 30 30 30 ader.srecS015000 Hex editor (Org file): 53 30 31 35 30 30 30 30 34 44 35 34 34 31 34 32 S01500004D544142 As you see the debugger shows PK........jf.0xpl'o.. o......loader.srec before the memory begin to match the hex editors view. Don't now what this is used for. But it seems that loader.srec which is my file is present in this part of the memory. Any ideas of how I can acces this file??? You can see my program code in the old thread. Best regards GreateWhite.DK