mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
docs/faq: Add entry about missing kernel config errors
Although WA supports automatic updating during parsing of a serialized `kernel_config` from devlib, if the installed versions of WA and devlib have become out of sync where WA has "updated" the old implementation it will not attempt to update it again when devlib is later updated to use the new implementation and therefore will not trigger the existing checks that are in place.
This commit is contained in:
parent
03e463ad4a
commit
bedd3bf062
@ -106,3 +106,11 @@ may get something like:
|
||||
From these ``"SurfaceView - com.rovio.angrybirdsrio/com.rovio.fusion.App#0"`` is
|
||||
the mostly likely the View that needs to be set as the ``view`` workload
|
||||
parameter and will be picked up be the ``fps`` augmentation.
|
||||
|
||||
|
||||
**Q:** I am getting an error which looks similar to ``'CONFIG_SND_BT87X is not exposed in kernel config'...``
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
**A:** If you are receiving this under normal operation this can be caused by a
|
||||
mismatch of your WA and devlib versions. Please update both to their latest
|
||||
versions and delete your ``$USER_HOME/.workload_automation/cache/targets.json``
|
||||
(or equivalent) file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user