summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-02-03 15:24:46 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-04 00:57:03 +0000
commitbc781d854cb4157813fd9e5f406fe1282cd8a2cf (patch)
tree6aa62084498e911a329b56ae7608fde006afc972 /docs
parentdef5bef98a15471dfb0a76b377cd89de79630885 (diff)
downloadchrome-ec-bc781d854cb4157813fd9e5f406fe1282cd8a2cf.tar.gz
docs: Add command to set up toolchain
After the chroot has been created from scratch, the toolchain needs to be installed before building the FPMCU firmware will work. BRANCH=none BUG=none TEST=view in gitiles Change-Id: Ic67f22592ff7b99956ed894634ff14ce0e359d4c Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4221982 Reviewed-by: Andrea Grandi <agrandi@google.com> Reviewed-by: Firas Sammoura <fsammoura@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/fingerprint/fingerprint-dev-for-partners.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/fingerprint/fingerprint-dev-for-partners.md b/docs/fingerprint/fingerprint-dev-for-partners.md
index 4bb7de6540..aafa5e0731 100644
--- a/docs/fingerprint/fingerprint-dev-for-partners.md
+++ b/docs/fingerprint/fingerprint-dev-for-partners.md
@@ -254,6 +254,12 @@ You should see something like this. Leave it running:
In the other terminal, build and flash the firmware:
+Make sure the toolchain is installed:
+
+```bash
+(chroot) $ sudo cros_setup_toolchains
+```
+
Navigate to the EC source:
```bash