Re: [LVFS] eMMC support
Richard Hughes <[email protected]> Thu, 18 Jan 2024 08:03:53 +0000
| Newsgroups | dev.linux.lists.lvfs-general |
|---|---|
| Message-ID | <CAD2FfiHUy+-pijOe4G5J90nLxZY+79HhqidbNR5vN+1SKf=ZUA@mail.gmail.com> |
On Thu, 18 Jan 2024 at 07:39, Xin CHEN <[email protected]> wrote: > I would like to check if LVFS able to support with FW update for eMMC? > If so, do you have any sample meta file for making the capsule file? Hi! Yes, we've supported eMMC for some time -- see https://github.com/fwupd/fwupd/blob/main/plugins/emmc/README.md Western Digital has been using this for some time now. See https://github.com/fwupd/fwupd/blob/main/plugins/emmc/fu-emmc-device.c for the FFU code. Richard.