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/tridentiot/elcap/sdks

Linux:

~/.config/tridentiot/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

Why is it impossible to erase my T32CM11?

If a T32CM11 is erased and then hardware reset while flash is empty, the chip can enter boot ROM remap mode. In this state, reads from the normal flash address range may show boot ROM alias data instead of erased flash contents. This can make the device look like it cannot be erased, even though the flash erase succeeded.

To recover, program the device with any valid image, erase it again, and then read or blank-check it without doing a hardware reset between the erase and read.