public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* flash unlock on VPB
@ 2005-02-05  2:20 stiger
  2005-02-05  2:39 ` Nicolas Pitre
  0 siblings, 1 reply; 3+ messages in thread
From: stiger @ 2005-02-05  2:20 UTC (permalink / raw)
  To: linux-mtd

hello,

i'm using VPB + kernel 2.6.9
but i found the flash cannot write, it should be unlocked first.

if not use root filesystem in flash, I can use flash_unlock to unlock the
flash.
but if burn root filesystem into flash, i have to change the kernel code.

i add these code at driver/mtd/mtdpart.c->add_mtd_partitions()

        if((slave->mtd.flags & MTD_WRITEABLE) && slave->mtd.unlock ){
            slave->mtd.unlock(&(slave->mtd), 0, slave->mtd.size );
        }

now, it works.
but i think it's a stupid way to do this.
is there any other way to do this ?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-05  3:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-05  2:20 flash unlock on VPB stiger
2005-02-05  2:39 ` Nicolas Pitre
2005-02-05  3:14   ` stiger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox