Implementation of SquashFS Support in U-Boot

Mariana Villarim,João Marcos Costa,Diomadson Belfort
DOI: https://doi.org/10.48550/arXiv.2206.12751
2022-06-26
Abstract:U-Boot is a notorious bootloader and Open Source project. This work had as objective adding support for the SquashFS filesystem to U-Boot and the support developed was submitted as a contribution to the project. The bootloader is responsible, in this context, for loading the kernel and the device tree blob into RAM. It needs to be capable of reading a storage device's partition formatted with a specific filesystem type. Adding this support allows U-Boot to read from SquashFS partitions. The source code was submitted to U-Boot's mailing list through a series of patches to be reviewed by one of the project's maintainer. Once it gets merged, the support will be used and modified by U-Boot's international community.
Operating Systems
What problem does this paper attempt to address?