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 2021/07/27 12:33:34 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on pull request #4233: board/ctrl: Add BOARDIOC_LOAD_APPIMAGE for loading an application image

gustavonihei commented on pull request #4233:
URL: https://github.com/apache/incubator-nuttx/pull/4233#issuecomment-887473322


   > We really need to avoid adding application-specific BOARDIOC values. That is why BOARDIOC_IOCTL was create: In order to keep this project-specific trash from accumulating in the OS proper.
   
   This might be application-specific, but specific to a type of a application, which in this case is a bootloader.
   How do you suggest that an application performs the loading and execution of the next application image?
   Please, consider that the set of actions are platform-dependent, e.g. Arm processors require that VTOR is configured to point to the new vector table; ESP32 chips have a different set of requirements; other processor may simply need to override the PC with the new entry point.


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org