Re: Partition layout of ARM SD card images

From: Mark Millard <marklmi_at_yahoo.com>
Date: Tue, 12 Jul 2022 16:46:35 UTC
On 2022-Jul-12, at 01:05, Ronald Klop <ronald-lists@klop.ws> wrote:

> . . .
> 
> 
> It seems the image builder of aarch64 13-stable is disabled. 
> https://ci.freebsd.org/job/FreeBSD-stable-13-aarch64-images/
> Other architectures are enabled. 

Looks to me like even if the:

https://ci.freebsd.org/job/FreeBSD-*-aarch64-images/

were being run, the activity would not seem to test
what the likes of:

           cd /usr/src/release
           sh release.sh -c arm64/RPI.conf

does in chroot_arm_build_release for producing an image.
For example, chroot_arm_build_release does not use mkimg .

It appears that:

https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-images.sh

is only set up for where passing "-b ufs/boot/pmbr" to
mkimg is useful. In fact:

https://ci.freebsd.org/job/FreeBSD-main-aarch64-images/

shows runs failing for:

mkimg: ufs/boot/pmbr: No such file or directory

before they disabled the project.

===
Mark Millard
marklmi at yahoo.com