commit | 07c6831e82b156f887ef8f7c3ff9af7b2fe77e8a | [log] [tgz] |
---|---|---|
author | David Lattimore <dml@google.com> | Thu Apr 28 12:22:21 2022 +1000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 29 12:44:23 2022 +0000 |
tree | f74112004c98f14afeb42e1eae21b5aef8331d01 | |
parent | fdfb2e3a4a64aea83223deda4e4418ee7fb2a784 [diff] |
Update models presence_0_20220424_170824_tiled.tflite second_0_20220424_172857_tiled.tflite BUG=None TEST=./scripts/test-models Change-Id: Id8cc325f7407bc388e21fca344d4abf4cc224c7a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/hps-firmware/+/3615418 Commit-Queue: David Lattimore <dml@chromium.org> Tested-by: David Lattimore <dml@chromium.org> Reviewed-by: Alan Green <avg@chromium.org>
See design document
Run the setup script. This will set up git submodules and prompt to install missing packages.
./scripts/setup
To install Radiant you can try to run directly from CLI the extracted binary. In some cases this may fail with "Floating point exception." error.
In that case run: `./2.2.0.97.3_Radiant_lin.run --console --prefix ~/lscc/radiant/2.2` Analogously for any update binaries available.
RADIANT_DIR
to the path where it is installed. e.g. in your .bashrc, you might add:export RADIANT_DIR=$HOME/lscc/radiant/2.2/bin/lin64
sudo ~/lscc/radiant/2.2/programmer/data/vmdata/udevsetup_ubuntu
(or one of the other udevsetup scripts) to correctly configure USB subsystem for Radiant.If your editor has IDE features for Python (e.g. vscode with the Python extension installed), then you should open it with the appropriate environment variables set. e.g.:
(source environment; code .)