2010-10-06 02:28:24 How to copy files to target hardware permanently ?
Kishore Prahlad (INDIA)
Message: 94212
Is there any way to copy files to the target hardware(board) permanently ?
everytime I boot image(uclinux ) into the board I need to copy the data files that i need for my application code to run(say for eg look up tables).
Is there any way I can store the look up tables permanently in the board?If so what changes I need to make and what files I need to modify ?
please suggest
thanks
QuoteReplyEditDelete
2010-10-06 02:44:00 Re: How to copy files to target hardware permanently ?
Mike Frysinger (UNITED STATES)
Message: 94214
copy the files to the romfs/ dir
or put a filesystem in the flash:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:jffs
docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:images
QuoteReplyEditDelete