Image problem loosing flash partitions

Hi!

I got a problem with my flash image for SH platform. Basically I’m mounting an empty flash partition on which I store some of my software and some data. But after a few reboots the partition disappears :open_mouth:

In my start up script I have:

devf-generic -s0xa0000000,32M&
waitfor /dev/fs0
flashctl -p/dev/fs0p1 /root

Has anyone encountered a similar problem?

Thanks for any help!

invoker