summaryrefslogtreecommitdiff
path: root/docs/fingerprint/fingerprint-factory-requirements.md
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-11-05 10:23:05 -0800
committerCommit Bot <commit-bot@chromium.org>2020-11-06 00:30:55 +0000
commit1a7aded92c86873f07f5d3c4d29b50808a04f735 (patch)
tree2dd0bf3f00d9463f20c70568fe856d7b8dba782f /docs/fingerprint/fingerprint-factory-requirements.md
parent9d157db4aaa9cb04f33809f170712a244b627b56 (diff)
downloadchrome-ec-1a7aded92c86873f07f5d3c4d29b50808a04f735.tar.gz
docs/fingerprint: Workaround mdformat and gitiles note syntax
mdformat incorrectly formats "*** note" blocks, so disable mdformat on those blocks. BRANCH=none BUG=none TEST=View in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I4a7894402373a4c91688263454d33554b324aece Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521452 Reviewed-by: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'docs/fingerprint/fingerprint-factory-requirements.md')
-rw-r--r--docs/fingerprint/fingerprint-factory-requirements.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/fingerprint/fingerprint-factory-requirements.md b/docs/fingerprint/fingerprint-factory-requirements.md
index 4aaf564570..0b9659efb3 100644
--- a/docs/fingerprint/fingerprint-factory-requirements.md
+++ b/docs/fingerprint/fingerprint-factory-requirements.md
@@ -61,11 +61,13 @@ dartmonkey
The corresponding firmware for the above command would be
`/opt/google/biod/fw/dartmonkey_*.bin`.
+<!-- mdformat off(b/139308852) -->
*** note
**NOTE**: If you get an empty response when running the above commands, the
Chrome OS Config settings may not have been updated for the Chrome OS board.
See the instructions on [updating Chrome OS Config] for fingerprint.
***
+<!-- mdformat on -->
Note that the fingerprint team continuously releases updates to the firmware, so
SIEs should watch for version changes in ToT if they are maintaining a separate
@@ -88,12 +90,14 @@ the rootfs. Note that this update process can take around 30 seconds; if that
length of time is an issue then the factory or module house should pre-flash the
latest firmware beforehand.
+<!-- mdformat off(b/139308852) -->
*** note
**NOTE**: If the FPMCU is not flashed in the factory as part of development
builds (EVT, etc.), it's possible for developers (or Chromestop) to manually
run [`flash_fp_mcu`], as long as they can disable [hardware write protect].
Obviously this only applies during development, not mass production.
***
+<!-- mdformat on -->
## biod and timberslide
@@ -187,10 +191,12 @@ Perform median analysis on the resulting image as described in the `MTS`
document. The factory toolkit does this in
[`fingerprint_mcu.py`][Checkerboard Test].
+<!-- mdformat off(b/139308852) -->
*** note
**TIP**: You can view the `.pnm` files generated by the commands below on your
Linux desktop with ImageMagick: `display /path/to/file.pnm`.
***
+<!-- mdformat on -->
##### Success/Failure
@@ -461,10 +467,12 @@ To convert the images from FPC’s proprietary format to PNG, you will need to
have `cros deploy`’d `libfputils-nocturne`, which will install the required
utilities in `/opt/fpc`.
+<!-- mdformat off(b/139308852) -->
*** note
**NOTE**: As of 2019-05-21, the `libfputils` library only works for the FPC 1145
sensor (in nocturne), not the FPC 1025 sensor (hatch).
***
+<!-- mdformat on -->
Convert the buffer in proprietary format into png: