Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# hardware data expression

# empty configs are not accepted by Kea
default-lease-time 1800;

# pretty standard hardware superclass
class "byhw" {
    match hardware;
}

subclass "byhw" 01:00:07:0E:36:48:19 {
    option host-name "test1";
}

# raw
option host-name = binary-to-ascii(16, 8, "-", hardware);