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

1
2
3
4
5
MEMORY
{
  ROM (RX) : ORIGIN = 0x100000, LENGTH = 1M
  RAM (W)  : ORIGIN = 0x1000000, LENGTH = 2048M
}