- Mark a disk as do-not-use in the flash page. Press
ion a device to
exclude it from flashing. It stays in the list, greyed out and not selectable,
so an internal eMMC or a backup drive cannot be picked by accident. Pressi
again to allow it. A mark follows the physical device, so it still applies
after a reboot renames the disk or you move it to another port. The marks are
saved per developer. See Flash page. - BeaglePlay's analog inputs now work. The board's on-board ADC appears
under/sys/bus/iio/devices, so you can read the mikroBUSANpin and the
Grove connector's analog pin from a running image. See
Analog input. - Alpine images now load drivers for hardware that is present at boot. A new
coldplugpackage sweeps/sysearly in boot and loads the matching modules,
so onboard sensors and other built-in peripherals show up without anyone
runningmodprobe. The development image includes it; the Debian and Ubuntu
images already did this through udev. See
Coldplug. - New
libiiopackage for working with IIO sensors.iio_infolists every
sensor, channel and attribute on a board,iio_attrreads and writes them,
andiio_readdev/iio_writedevstream sample buffers. The development
image now includes it. See
Analog input. - New
iiod-initpackage serves a board's sensors over the network. Add it
to an image to runiiod, which lets a development host work with the board's
sensors remotely. It is a separate package because the daemon has no
authentication and lets any client on the network read and write those devices
— including driving outputs — so only add it on a network you trust.
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.