summaryrefslogtreecommitdiff
path: root/tools/romfs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/romfs.txt')
-rw-r--r--tools/romfs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/romfs.txt b/tools/romfs.txt
new file mode 100644
index 0000000..bf184e5
--- /dev/null
+++ b/tools/romfs.txt
@@ -0,0 +1,6 @@
+Format is excessively simple and short. Read the source for help.
+
+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