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/11/20 08:16:50 UTC

[GitHub] [incubator-nuttx] btashton edited a comment on pull request #2349: Board: Add elf config for nucleo-h743zi

btashton edited a comment on pull request #2349:
URL: https://github.com/apache/incubator-nuttx/pull/2349#issuecomment-730958642


   @kernelgurumeditation hopefully this new configuration will help you with both of your questions 
   https://github.com/apache/incubator-nuttx/issues/2323
   https://github.com/apache/incubator-nuttx-apps/issues/481
   
   
   Also the way that I set up the configuration there are actually two copies of the example applications. The elf example takes the raw romfs and converts it to a static buffer that it mounts and then executes from. This violates the POSIX interfaces.  I also have the board define a ROMFS using the image the generated by the example elf and have this mounted.
   
   So what is in `/rom` actually has nothing to do with the `elf_main.c` and only to do with what is in the tests.
   
   Hopefully this helps a little.


----------------------------------------------------------------
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