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.)
Apache License 2.0
6 stars 10 forks source link

seapath-installer: use exfat filesystem for flasher data partition #229

Closed dupremathieu closed 1 week ago

dupremathieu commented 1 week ago

This patch adds the exfat filesystem to the kernel configuration for the flasher data partition.

We switch the filesystem from ext4 to exfat to allow Windows users to access the flasher data partition and avoid rights issues on Linux.