blob: 06de6e47b747f49eaa732fcb0161c4e59ad11794 (
plain)
1
2
3
4
5
6
7
8
9
|
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
Note: this format has absolutely nothing in common with Linux's romfs.
|