From 1a7aded92c86873f07f5d3c4d29b50808a04f735 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Nov 2020 10:23:05 -0800 Subject: 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 Change-Id: I4a7894402373a4c91688263454d33554b324aece Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521452 Reviewed-by: Craig Hesling --- docs/fingerprint/fingerprint-factory-requirements.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/fingerprint/fingerprint-factory-requirements.md') 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`. + *** 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. *** + 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. + *** 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. *** + ## 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]. + *** note **TIP**: You can view the `.pnm` files generated by the commands below on your Linux desktop with ImageMagick: `display /path/to/file.pnm`. *** + ##### 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`. + *** 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). *** + Convert the buffer in proprietary format into png: -- cgit v1.2.1