- Debian and Ubuntu images now boot on real boards. Board firmware and boot
configuration (the Raspberry Pi GPU blobs andconfig.txt, BeaglePlay's
U-Boot stages) declared by a machine now land in the image on every distro,
not just Alpine. Previously an apt image on a Pi came up with a silent serial
console becauseconfig.txtwas missing, so the firmware never enabled the
UART or loaded the kernel. - Debian and Ubuntu images now give you a serial login and load kernel
modules. systemd's device manager (udev) andkmodare now part of every
apt image, so the serial console reaches a login prompt instead of hanging on
the tty device, and module loading works. modprobeworks on Debian and Ubuntu images. Apt images now ship the
modules.depindex thatmodprobeneeds, so kernel modules load by name
instead of failing until you manually rundepmodon the board. Alpine images
were already correct.
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.