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

# host declaration inside host declaration config

# host declaration
host foobar {
     hardware ethernet 00:0B:FD:32:E6:FA;
     # can't put another host declaration here
     host illegal {
           hardware ethernet 00:07:0E:36:48:19;
     }
}