You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/07/12 20:05:39 UTC

[GitHub] [mynewt-newt] vikrant-proxy opened a new pull request #441: mfg: Add a base address field

vikrant-proxy opened a new pull request #441:
URL: https://github.com/apache/mynewt-newt/pull/441


   Chips with > 1 core, like `nrf53` have the second core mapped to a different address space (not based at 0x0). This PR adds a base address field that can be provided in the `mfg.yml` in an attempt to get `mfg` to create appropriately sized binaries. Without this change, the manufacturing image tends to become very large in size as the base address for that core is not 0x0.


-- 
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@mynewt.apache.org

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



[GitHub] [mynewt-newt] vrahane edited a comment on pull request #441: mfg: Add a base address field

Posted by GitBox <gi...@apache.org>.
vrahane edited a comment on pull request #441:
URL: https://github.com/apache/mynewt-newt/pull/441#issuecomment-878454380


   I think this change is reasonable, it is required for nrf53 netcore for sure. Wonder if there is a way to make this mandatory somehow for BSPs with dual core with dedicated flash for both instead of making it optional.


-- 
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@mynewt.apache.org

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



[GitHub] [mynewt-newt] vrahane commented on pull request #441: mfg: Add a base address field

Posted by GitBox <gi...@apache.org>.
vrahane commented on pull request #441:
URL: https://github.com/apache/mynewt-newt/pull/441#issuecomment-878448471






-- 
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@mynewt.apache.org

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



[GitHub] [mynewt-newt] vrahane merged pull request #441: mfg: Add a base address field

Posted by GitBox <gi...@apache.org>.
vrahane merged pull request #441:
URL: https://github.com/apache/mynewt-newt/pull/441


   


-- 
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@mynewt.apache.org

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