commit | 70f5bc04d82ac9c236f13e825db31e7c96aa7f11 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed May 13 14:08:14 2020 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Jul 14 14:09:44 2020 +0000 |
tree | 0d2215bb2fceddb2b27f0184066aa92b314a4c87 | |
parent | d1a55adc270109b4d23ef7db32fa6cebbdb7bee8 [diff] |
mmc: Update and remove functions for the kernel and rootfs Add support for update and remove of eMMC images. The code update tarball contains an image-kernel and image-rofs files. These can be flashed directly to the eMMC partitions since they're filesystem files compressed with zstd: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/30781 https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/34334 The image-rofs contains the BMC rootfs files, and the image-kernel contains the fitImage file which is loaded by U-Boot. Tested: Verified the non-running rofs and kernel partitions were updated. Change-Id: Ic983dec1df389d56f11f12dc2e82589d1a2b9dcc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.