diff options
-rw-r--r-- | docs/ccd_howtos.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ccd_howtos.md b/docs/ccd_howtos.md index 9a5a4e3b7c..93d272e1b5 100644 --- a/docs/ccd_howtos.md +++ b/docs/ccd_howtos.md @@ -190,7 +190,15 @@ is not a clamshell, check out the [full dev mode instructions]. chroot > dut-control ec_board -13. **Debug Setup** +13. **Try running a test** Use autotest_dir, so you don't need to about what + autotest packages to emerge. firmware_ECHash is just a short test. If your + board doesn't have an EC, try something else. Use firmware_FAFTSetup to + verify the setup will work with faft-ec and faft-bios. + + chroot > test_that $IP --autotest_dir \ + ~/trunk/src/third_party/autotest/files/ firmware_ECHash + +14. **Debug Setup** * **Cr50 capabilities:** EC uart capability needs to always be accessible. |