jncronin / rpi-boot

A second stage bootloader for the Raspberry Pi
GNU General Public License v2.0
140 stars 48 forks source link

how to create a directory? #12

Closed AmbiBox closed 8 years ago

AmbiBox commented 9 years ago

how to create a directory?

scientistnik commented 9 years ago

$ mkdir no?

AmbiBox commented 9 years ago

FILE *f = fopen("mkdir", "w"); no ?

jncronin commented 9 years ago

The FAT and ext2 file systems in rpi-boot do not currently support writing to the file system. This includes creating directories. The underlying block devices do have write support, however.