Create a custom filesystem/communicate hdd.
Posted: Tue Aug 11, 2015 7:53 am
Hello,
I read the articles about the custom bootloader and custom filesystem.
My goal is not to create a complex file system. Actually, quite the contrary.
Even simpler than FAT, for a very specific need (think just putting datas with some offsets that my code knows).
Type of devices : ssd, sata.
So, I should only get the address of the hard drive from the device tree, and memcpy to it at the offset I wish? that simple?
Thanks
Julien
I read the articles about the custom bootloader and custom filesystem.
My goal is not to create a complex file system. Actually, quite the contrary.
Even simpler than FAT, for a very specific need (think just putting datas with some offsets that my code knows).
Type of devices : ssd, sata.
So, I should only get the address of the hard drive from the device tree, and memcpy to it at the offset I wish? that simple?
Thanks
Julien