You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/15 06:54:25 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image

xiaoxiang781216 commented on issue #793: boards/Board.mk: use genromfs to make romfs image
URL: https://github.com/apache/incubator-nuttx/pull/793#issuecomment-613852943
 
 
   > what will use this ?
   
   Now NuttX use mkromfs.sh+Kconfig to generate the romfs content which is very difficult to modify. With RCSRCS and RCRAWS, user can add any files to romfs:
   1.Files in RCSRCS is processed by C preprocessor which is useful for the shell script
   2.Files in RCRAWS is directly put into romfs which is sutiable for some binary content

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services