Altera_Forum
Honored Contributor
20 years agoconfusions
1. Here is log outport by uclinux
... 0x00200000-0x00d00000 : "romfs/jffs2" 0x00000000-0x00200000 : "loader/kernel" 0x00d00000-0x00e00000 : "User1 configuration" 0x00e00000-0x00f00000 : "User0 configuration" 0x00f00000-0x01000000 : "safe configuration" ... romfs/jffs2: is it romfs or jiffs2? Or romfs formated by jiffs2 ? 2. <drivers>/mtd/maps/altera.c .name = "safe configuration",
.size = 0x200000,
.offset = 0x600000,
.mask_flags = MTD_WRITEABLE, /* force read-only */ why mtd_writeable but /* force read-only */ ? Hehe, I am newbie so the problems confused me.