Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
<div class='quotetop'>QUOTE </div>
--- Quote Start --- Creating 4 MTD partitions on "Altera NDK flash (AMD)": 0x00200000-0x00400000 : "romfs/jffs2" 0x00000000-0x00200000 : "loader/kernel" 0x00400000-0x00600000 : "User configuration" 0x00600000-0x00800000 : "safe configuration"[/b] --- Quote End --- The default MTD map for Stratix Pro board allocates 2M bytes for romdisk. Please check if that is enough for your romdisk. If not, you can go to drivers/mtd/maps/altera.c to change the settings. Or you can make your romdisk smaller (than 2M) by compiling all applications into ZFLAT format instead of FLAT format. You also need turn on the kernel support for this format. Doing so can reduct the footprint of applications by more than half.