From bc781d854cb4157813fd9e5f406fe1282cd8a2cf Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 3 Feb 2023 15:24:46 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4221982 Reviewed-by: Andrea Grandi Reviewed-by: Firas Sammoura --- docs/fingerprint/fingerprint-dev-for-partners.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1