diff options
-rw-r--r-- | tools/romfs.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/romfs.txt b/tools/romfs.txt index bf184e5..06de6e4 100644 --- a/tools/romfs.txt +++ b/tools/romfs.txt @@ -4,3 +4,6 @@ Converting to an object: $ arm-none-eabi-objcopy -I binary -O elf32-littlearm \ --prefix-sections '.romfs' --binary-architecture arm my-romfs.bin my-romfs.o + + +Note: this format has absolutely nothing in common with Linux's romfs. |