<p dir="ltr">Hi,</p>
<p dir="ltr">The blank check code in am29lv160, called from rtems_disk_inititialize tests if a read of flash is not 0xff, the only way to set flash to that state is to erase the sector, but I don't see how rtems can do that before rtems_disk_initialize has not finished yet. </p>

<p dir="ltr">I am confused why flashdisk is marking the segment as failed in rtems_fdisk_recover_block_mappings but its not attempting to call rtems_fdisk_seg_erase.<br><br></p>
<div class="gmail_quote">On 14 Mar 2013 14:36, "Sebastian Huber" <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 03/14/2013 02:49 PM, Matthew J Fletcher wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But if the flash is not all erased how can rtems erase it before the flashdisk<br>
driver is registered ? i see there is an ioctrl() to erase the disk but i guess<br>
that wont work prior to the flashdisk being registered.<br>
</blockquote>
<br>
So you want to erase the disk whenever you start RTEMS?<br>
<br>
You can only use the driver after its initialization.<br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : <a href="tel:%2B49%2089%20189%2047%2041-16" value="+4989189474116" target="_blank">+49 89 189 47 41-16</a><br>
Fax     : <a href="tel:%2B49%2089%20189%2047%2041-09" value="+4989189474109" target="_blank">+49 89 189 47 41-09</a><br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-<u></u>brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
______________________________<u></u>_________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/<u></u>listinfo/rtems-users</a><br>
</blockquote></div>