Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSorry for the late reply, I've been on vacation for the past week... The flash configuration that we use is:
0x000000 kernel image 0x200000 root filesystem A minimal root filesystem uses under 2MB of space, so theoretically, you could start placing your memory image at 0x400000. On Altera based dev boards, I believe that the last 2MB are used to store soft cores for the CPLD. Unless you are using a Stratix Pro in which case the last 4MB are used to store soft cores for the CPLD. So, in your situation, it sounds like it should be okay provided that the image you are uploading at 0x500000 doesn't exceed 1MB in size. I hope it helps...