nuttx/boards/arm/at32/at32f437-mini/tool/mkromfs.sh

12 lines
152 B
Bash
Raw Normal View History

#/bin/sh
genromfs -f romfs.img -d ../romfs -v -V "romfs"
xxd -i romfs.img nsh_romfsimg.h
cp nsh_romfsimg.h ../include
rm romfs.img nsh_romfsimg.h