ElCap Documentation
Loading...
Searching...
No Matches
FAQ

Where does elcap install the SDK?

Windows:

C:\Users<username>\AppData\Local\tridentiot\elcap\sdks

MacOS:

~/Library/Application Support/elcap/sdks

Linux:

~/.config/elcap/sdks

How do I flash pre-compiled binary files (examples)?

Certain pre-built application images exist within the SDK and can be flashed without creating a project. This is done with:

elcap flash --example

How can I see more detailed output from elcap?

Add the --verbose flag to any elcap command to print detailed runtime logs to the console. This helps you understand what's happening under the hood and troubleshoot issues.

For example:

elcap --verbose about