You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After replacing firmware file:
/lib/firmware/ath9k_htc/htc_9271-1.4.0.fw
with htc_9271-1.4.0.fw from build tree video not freezing anymore.
It`s look like ImageBuilder script DONT overwrite existing files.
I have some errors during build process, so, maybe my guess is incorrect. But I belive I am correct in my guess.
Also, I strongly recommend to take a look at /etc/fstab file.
As file system in RW state.
So, solution can be:
remove file first, or maybe add some parameter to replace if file exist.
file to replace:
/lib/firmware/ath9k_htc/htc_9271-1.4.0.fw
also, it`a good idea to check file system state. Is it ReadOnly or ReadWrite. Run: mount
Other possible reason: if there someware command apt-get upgrade. But, as file /etc/fstab look like in default state, probably problem just with copy process
vitaliy zlidnev, [22.12.18 19:02]
I just noticed that firmware copied not to /lib/firmware/ath9k_htc/
but to /lib/firmware/
Maybe it`s just wrong path?))
And its explaining why its work fine when firmware was replaced manually.
Jelle Tigchelaar, [22.12.18 19:03]
Damn, thats an easy fix, just move it to the correct folder in the overlay...
No description provided.
The text was updated successfully, but these errors were encountered: