balena-os / meta-balena

A collection of Yocto layers used to build balenaOS images
https://www.balena.io/os
966 stars 115 forks source link

classes/image_types_balena: Add support for device specific boot file… #3494

Closed acostach closed 2 weeks ago

acostach commented 3 weeks ago

…system options

The beagleplay is unable to load u-boot from the sd-card boot partition if the standard geometry set by mkfs.vfat is used - that is 16 heads / 63 sectors per track.

We noticed that using a geometry of 16 heads / 32 sectors per track make the device to boot from the sd-card, so we make the boot filesystem options configurable from the device repository to apply this setting.

Change-type: patch

Connects-to:


Contributor checklist

Reviewer Guidelines

github-actions[bot] commented 3 weeks ago

Website deployed to CF Pages, 👀 preview link https://54b8ffbc.balena-os.pages.dev

acostach commented 2 weeks ago

@resin-jenkins retest this please