Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
3. Where are the linuxRT kernels and kernel modules?

Currently there are several versions of linux kernels that have been built for several host architectures.

They are all here under BUIDLROOT_HOME: /afs/slac/g/lcls/package/linuxRT/buildroot-2014.11

The tool chain used to build these kernels is 'buildroot' and version 2014.11 was used to build these kernels.

These kernels are available for 32 bit (linuxRT-x86) and 64-bit (linuxRT-x86_64) host architectures.

Further, they have been built with either uClibc (C library for embedded LInux) or glibc (GNU C LIbrary).

uClibc or glibc are libraries which defines "system calls" and other basic facilities such as open, malloc, printf, exit etc.

Based on which libraries the kernels have been built with, currently there are three options for linuxRT kernels to choose from:

 buildroot-uclibc-x86 (for 32-bit i680 architectures with uClibc)

buildroot-uclibc-x86_64 (for 64-bit x86_64 architectures with uClibc)

buildroot-glibc-x86_64 (For 64-bit x86_64 architectures with glibc)

uClibc will be phased out in the near future - hence it is recommended to use glibc for new applications.

However, for our test application, we use 32-bit kernel built with uClibc. This is for demonstration purposes only.

The various kernel modules built for the various kernels are all here:

 /afs/slac/g/lcls/package/linuxKernel_Modules 

Example: EVR kernel module is pci_mrfevr_linuxRT

Under this directory, there are three different kernel modules - each built for the corresponding kernels as described above.

Ensure that you use the right version of the kernel module that matches with your kernel.

Panel
4. Where are the EPICS modules for this new base?

/afs/slac/g/lcls/epics/R3-14-12-4_1-0/modules

A handful of EPICS modules have been built for R3-14-12-4_1-0.
Most of them have been cross-compiled for several targets including the following:

linuxRT-x86
linux-x86
linux-x86_64

...