Skip to main content

sima-cli sdk elxr

Launch the eLxr SDK tool environment.

Parent command: sima-cli sdk

Usage

sima-cli sdk elxr [OPTIONS] [CMD]...

Options

None.

Arguments

NameDescription
CMDOptional passthrough command and arguments. All remaining tokens are joined and executed inside the selected SDK container with bash -lc; if omitted, sima-cli opens an interactive login shell. (accepts zero or more values)

Full Help

Usage: sima-cli sdk elxr [OPTIONS] [CMD]...

Launch the eLxr SDK tool environment.

If CMD is provided, all remaining tokens are executed inside the matching
running container with bash -lc. If CMD is omitted, sima-cli opens an
interactive login shell.

Examples:
sima-cli sdk elxr
sima-cli sdk elxr uname -a
sima-cli sdk elxr "source /opt/bin/simaai-init-build-env modalix && bitbake --version"

Options:
--help Show this message and exit.