1. Usage[edit source]
The U-Boot$ template is used to prefix a command that must be executed on the U-Boot console, with a U-Boot-specific prompt.
Usage: {{U-Boot$}}
2. Basic examples[edit source]
You type | You get |
---|---|
bdinfo command executed on the U-Boot console
{{U-Boot$}} bdinfo
|
STM32MP> bdinfo |
3. Code[edit source]
STM32MP>