summaryrefslogtreecommitdiff
path: root/tools/romfs.txt
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
committerPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
commitea49b5b3f435bce0a301111fad0738efb0b39e0d (patch)
treeaa595cc250514f5225f624d2e691e144c740c567 /tools/romfs.txt
parent7182d70210f4880e66ae9e5a5531bddd3a90737b (diff)
Adding some romfs support.
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