Skip to:
AGL need to support BBE.
This include:
adding BBE support to LAVA
adding BBE support to ci-management (build, artifacts)
adding BBE support to releng-scripts
BBE is now up and running in LAVA and get job from CI.
BBE is upstreamed in LAVA
BBE device-type upstreaming:
https://git.lavasoftware.org/lava/lava/-/merge_requests/1511
Board is setuped in lab-baylibre.
Instructions from Jan-Simon for uboot:
write https://debian.beagleboard.org/images/bone-debian-10.3-console-armhf-2020-04-06-1gb.img.xz to an sdcardthen reformat the first partitionmkfs.ext4 -O ^metadata_csum,^64bit /dev/sdb1mount /dev/sdb1 /mntmkdir /mnt/bootumount /mntthen bootenv default -asetenv bootcmd 'echo Hit any key to stop autoboot'setenv bootdelay 5saveenvreset
AGL need to support BBE.
This include:
adding BBE support to LAVA
adding BBE support to ci-management (build, artifacts)
adding BBE support to releng-scripts