Added FastCV OpenCV SFM validation test script#194
Closed
qcom-anilyada wants to merge 5 commits intoqualcomm-linux:mainfrom
Closed
Added FastCV OpenCV SFM validation test script#194qcom-anilyada wants to merge 5 commits intoqualcomm-linux:mainfrom
qcom-anilyada wants to merge 5 commits intoqualcomm-linux:mainfrom
Conversation
…re_Driver Problem - WiFi_Firmware_Driver failed with: `get_remoteproc_path_by_firmware: command not found`. - The runner expects a helper to resolve the remoteproc sysfs path for a given firmware (e.g., `wpss.mbn` on Kodiak/qcm6490/WCN6750), but the function was missing. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
- Accepts new CLI flags: --ssid <SSID> and --password <PASS>. - If provided, these override positional args; otherwise falls back to the existing get_wifi_credentials resolution (args/env/ssid_list). - Converted inline one-liners to multi-line commands for readability while preserving behavior (nmcli path, wpa_supplicant+udhcpc path, ping checks). - No exports of SSID/PASSWORD kept values local to the script. - No changes to connection logic, retries, gating, or result reporting. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
…liners - Introduce explicit credential flags: --ssid <SSID> and --password <PASS>. - When provided, flags take precedence over positional args; otherwise continue to resolve via get_wifi_credentials(,) (args/env/ssid_list). Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
This script performs rootfs resizing, sets permissions for OpenCV binaries, installs required IPK packages, and runs the OpenCV SFM test suite with performance parameters. It validates the output to ensure all 19 tests pass. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>"
6d4fdd9 to
a3b7733
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This script performs rootfs resizing, sets permissions for OpenCV binaries,
installs required IPK packages, and runs the OpenCV SFM test suite with
performance parameters. It validates the output to ensure all 19 tests pass.
Signed-off-by: Anil Yadav anilyada@qti.qualcomm.com"