FPGA-USB-Device icon indicating copy to clipboard operation
FPGA-USB-Device copied to clipboard

a Question and issue

Open vahab-gh opened this issue 1 year ago • 1 comments

is it possible that avoid intial on disk example . and then after connection of implanted disk drive class to the host pc . install FAT32 on it by windows ? any solution to make a usb disk without intial ??

vahab-gh avatar Jan 20 '24 12:01 vahab-gh

Hello, The initial is only to let the USB disk to have a FAT32 file-system at the beginning. Surely it is not necessary. If you dont initialize it, the initial content inside the USB disk is random and invalid, just like a corrupted USB disk (since the un-initialized data in FPGA BRAM is random). At this point, You only need to format it. However, since BRAM will lose data when power-down, every time you power on the FPGA, you need to reformat it.

WangXuan95 avatar Jan 25 '24 02:01 WangXuan95