-
Notifications
You must be signed in to change notification settings - Fork 80
intel_debug: add suggestions for DMIC and ES8336 platforms #420
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
intel_debug: add suggestions for DMIC and ES8336 platforms #420
Conversation
|
not checked due to problem on Ubuntu 22.04 |
lgirdwood
left a comment
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.
LGTM, I think @marc-hb has been looking at the recent content generation issues and the pip issue may be related.
|
https://github.com/thesofproject/sof-docs/runs/7222607705 I submitted a fix in sof for these 2 doxygen errorsplease help review and expedite: thesofproject/sof#5995 (Yes the fix is in sof.git, not in sof-docs.git. It's a doxygen-related issue but it shows only in sphinx/sof-docs) The other errors clearly come from this PR:
Exactly why I created this alternative a long time ago, please try it: |
ed86d01 to
7e4cdd7
Compare
pip3 -r scripts/requirements-lax.txt Usage: no such option: -r ??? |
7e4cdd7 to
0b30417
Compare
try: pip3 install -r scripts/requirements-lax.txt |
Indeed, sorry for the mistake. I just tried this on Ubuntu 22.04 and it worked 100% |
lgirdwood
left a comment
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.
@plbossart pip issues resolved now ?
yes, no issues with the 'requirements.lax', the command above was missing a --user switch |
marc-hb
left a comment
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.
Seems useful!
| platform firmware/NHTL. | ||
|
|
||
| There are however a number of hardware configurations that cannot be | ||
| detected from platform firmware. To work-around this limitation, the |
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.
What is "platform" firmware?
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.
ACPI and others.
marc-hb
left a comment
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.
Requesting at least the NHTL -> NHLT fixes.
Instead of repeating the same things on GitHub issues, maybe this documentation will help. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
0b30417 to
b3def46
Compare
|
Can we please push this to the official docs @lgirdwood @deb-intel ? |
|
@deb-intel are you able to rebuild and publish this week ? Thanks ! |
|
@lgirdwood Yes, I can publish by my EOD today. |
|
@plbossart in general while waiting for https://thesofproject.github.io/latest/index.html you can point people at GitHub in the meantime, for instance this page is rendered and looks very good: https://github.com/thesofproject/sof-docs/blob/master/getting_started/intel_debug/suggestions.rst#es8336-support |
|
@lgirdwood The website has been published and includes all merged PRs. |
|
Thanks @deb-intel |
Instead of repeating the same things on GitHub issues, maybe this
documentation will help.
Signed-off-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com