-
Notifications
You must be signed in to change notification settings - Fork 6
DSP binaries for IQ8275-EVK & IQ9075-EVK platforms #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously running make check
isn't required when sending a PR. But please fix it anyway.
Done. |
2674b86
to
2e0dcfb
Compare
|
||
if dst_path.endswith("/"): | ||
sys.stderr.write("config.txt: %d: trailing '/' in %s\n" % (lineno, dst_path)) | ||
ret = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please check that the source for symlink exists
Both "Install" & "Link" are valid config actions. Update check.py script to parse 'Link' entries as well in addition to existing 'Install' entries. Signed-off-by: Viswanath Kraleti <[email protected]>
Both IQ8275-EVK and QCS8300-RIDE platforms use the same DSP binaries. To avoid duplication, update `config.txt` to link IQ8275-EVK DSP binary paths to the existing QCS8300-RIDE binaries. Signed-off-by: Viswanath Kraleti <[email protected]>
Both IQ9075-EVK and SA8775P-RIDE platforms use the same DSP binaries. To avoid duplication, update `config.txt` to link IQ9075-EVK DSP binary paths to the existing SA8775P-RIDE binaries. Signed-off-by: Viswanath Kraleti <[email protected]>
IQ8275-EVK & IQ9075-EVK platforms use the same DSP binaries that of existing platforms. To avoid duplication, update
config.txt
to link those to the existing paths as appropriate.