Boards and Targets¶
NSX apps are single-target by design.
Each app pins:
- one board
- one SoC
- one toolchain
Why This Model Exists¶
NSX is intentionally lightweight. It does not try to recreate a multi-board device-tree abstraction layer.
This keeps:
- startup selection explicit
- linker selection explicit
- board wiring assumptions visible
- SDK provider choice deterministic
Current Built-In Boards¶
apollo3_evbapollo3_evb_cygnusapollo3p_evbapollo3p_evb_cygnusapollo4l_evbapollo4l_blue_evbapollo4p_evbapollo4p_blue_kbr_evbapollo4p_blue_kxr_evbapollo5b_evbapollo510_evbapollo510b_evbapollo330mP_evb
How Target Selection Works¶
The selected board determines:
- the SoC family
- startup and system sources
- linker behavior
- flash and SWO settings
- the default SDK provider family and revision