PaulStoffregen / SerialFlash

Library for using SPI Flash memory with a filesystem-like interface
336 stars 118 forks source link

FS structure #37

Closed Dragon-Knight closed 8 years ago

Dragon-Knight commented 8 years ago

Hello. You couldn't on tell about structure of file system in more detail? I have an idea to write the program for the computer that to program a chip of memory via the programmator.

FrankBoesing commented 8 years ago

Did you try https://github.com/FrankBoesing/TeensyTransfer ?

Dragon-Knight commented 8 years ago

I apologize, my knowledge of English very bad and probably I not correctly expressed...

I want to create the folder on the computer, to place in it all necessary files, to launch the program which I want to write and on an output to receive the RAW file which I will write in flash memory via the programmator then I will be able to use this library for operation with file system.

FrankBoesing commented 8 years ago

Yes, you can do that with TeensyTransfer.

There's a *.exe (and executables for MAC / LINU) and a Sketch.

https://forum.pjrc.com/threads/33859-TeensyTransfer?p=101306

Dragon-Knight commented 8 years ago

Thanks for the response.

But how I understood your library only for Teensy 3.x boards, i.e. for ARM microcontrollers? My task to make for ATmega 328/644/1284 microcontrollers..., i.e. only AVR 8bit.

FrankBoesing commented 8 years ago

Okay, you're right.

Dragon-Knight commented 8 years ago

But.... OK, thanks!