checkvalidrmxsa - 2022.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2023-01-02
Version
2022.2 English

Check if RM XSA is suitable for static XSA.

Syntax

checkvalidrmxsa -hw <static hw spec file> -rm-hw <rm hw spec file>

To check if the RM XSA is suitable to work with the static hardware XSA.

Options

None.

Returns

If successful, returns true if the RM hardware XSA is a fit for the static hardware XSA. Returns false if not. Otherwise, it returns an error.

Examples

checkvalidrmxsa -hw static.xsa -rm-hw rm.xsa

Returns true if RM XSA can be used along with the static XSA.