diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-05-03 12:14:24 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-05-11 12:52:56 +0200 |
| commit | de56e5c9ebe65c1888c3b6f711223cf3a1e1038f (patch) | |
| tree | c73000b4b335fdbae72d95e7495ce0810436bd36 /doc/develop | |
| parent | 6e5d3e6e0569f5b9df0f891b1fdab8e3dac6291e (diff) | |
doc: describe u-boot-test-release
The scripts u-boot-test-release is called at the end of testing.
Describe it.
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/py_testing.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst index 5ad7f576ccd..deea048f771 100644 --- a/doc/develop/py_testing.rst +++ b/doc/develop/py_testing.rst @@ -389,6 +389,13 @@ to download the U-Boot binary directly into RAM and execute it. This would avoid the need for `u-boot-test-flash` to actually write U-Boot to flash, thus saving wear on the flash chip(s). +u-boot-test-release +''''''''''''''''''' + +When all tests for the board have been executed, this script is called. + +The board can be switched off now. + Examples '''''''' |
