Commands
These commands are documented as global or quick-start commands.
Result
What it means
If the command returns the expected output, the firmware and terminal session are ready for the next workflow.
Troubleshooting
- Run
helpafter switching modes. - Use
manfor a higher-level firmware guide. - If examples do not match, verify the firmware version.
Firmware help FAQ
Why use help after switching modes?
help reflects the commands available in the current context. That is useful because UART, I2C, SPI, DIO and adapter modes do not expose the same actions.
When is man more useful than help?
man is better for a broader reminder of firmware concepts and workflow. Use help when you need the immediate command list for the active mode.
How should I treat firmware help versus web recipes?
Firmware help reflects the commands available in the build currently running on the board. Web recipes provide guided workflows, but the live CLI remains the final check for that firmware version.