This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
SOF firmware should be done on the target device. SOF Firmware doesn't hurt, but ideally we should only use SOF on platforms that need to run |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@MilkyDeveloper There is a bit of a disconnect between the
build.sh
/setup.sh
process and then runningapl-sof-setup-audio
for ApolloLake devices.For example, I can run
build.sh
and specifychromeos-5.15
to get that kernel version. I can then runsetup.sh
to get the build and flash the USB. At boot, the device is then running the 5.15.x kernel. But whenapl-sof-setup-audio
runs, it rebuilds the kernel and replaces it with 5.10. (Earlier, I did a PR to address this issue so I could put the new kernel in a drive location and specify that instead of it downloading the 5.10 by default.)Yet, even with that there's still duplication. Does the inclusion of SOF firmware require it be done on the target device? Or could this be moved into the
build.sh
so it could be done on the build system and eliminate the duplication?Beta Was this translation helpful? Give feedback.
All reactions