<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto">Hi,</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">We are using a Flash device and have mounted RFS on it. </div>
<div style="RIGHT: auto">The flash device size is 512K. There two variants of the harware where one has a sector size of 64K each and the other is 128K sector size.</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">We basically have problms in identifying the correct values for the below memebers of the rtems_flashdisk_configuration struct</div>
<div style="RIGHT: auto">   unavail_blocks:     0,<BR>    compact_segs:       1,<BR>    avail_compact_segs: 1,<BR>    info_level:         0</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Can anyone help what should be the correct values of these members?</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Thanks in advance</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Regards,</div>
<div style="RIGHT: auto">Ali<VAR id=yui-ie-cursor></VAR></div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">const rtems_flashdisk_config rtems_flashdisk_configuration[] =<BR>{<BR>  {<BR>    block_size:         512,<BR>    device_count:       1,<BR>    devices:            &device_descriptor[0],<BR>    flags:              RTEMS_FDISK_BLANK_CHECK_BEFORE_WRITE,<BR>    unavail_blocks:     0,<BR>    compact_segs:       1,<BR>    avail_compact_segs: 1,<BR>    info_level:         0<BR>  }<BR style="RIGHT: auto">};<BR></div></div></body></html>