troubleshooting.md: added 'To Boot Directly' fail and solution

Signed-off-by: Jan Prusinowski <jan.prusinowski@3mdeb.com>
This commit is contained in:
Jan Prusinowski
2024-08-05 10:59:28 +02:00
committed by Maciej Pijanowski
parent f17d8aeb3d
commit a207ba26aa
+12
View File
@@ -0,0 +1,12 @@
# Tests fail on 'Suite Setup' - 'To Boot Directly' not found
If DUT is configured to use PiKVM it is important to make sure that serial
output is enabled in firmware. Default setting for serial output is off.
This is why tests that flash firmware multiple times need to have
fw file modified to have serial enabled. To prepare modified fw file use:
```./dcu variable ./test/data/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom --set
SerialRedirection --value Enabled```
* This is an example for Protectli VP46xx platform. Adjust the command to
fit your DUT.