seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

flash-script: extend persistent part to all space #178

Closed Paullgk closed 8 months ago

Paullgk commented 8 months ago

Currently, size of the persistent partition is set by the WIC file. The problem is if we want a bigger partition size, it will make final WIC image bigger too, even if it contains no data. To resolve this, this commit extends during flash the size of the persistent partition to maximum freespace available on the disk.