User Tools

Site Tools


ds:white_rabbit_pexaria5_vetar2_pcie_vme

This is an old revision of the document!


White Rabbit Hardware on Diskless FECs - Pexaria5 (PCIe) / Vetar2 (VME)

To build drivers and tools from GIT we first need to enter a maintenance chroot of the diskless system in question.

If git has not been installed yet through the package list facility of the diskless scripts, you have to install it now

yum install git

As root change to /root via

cd ~

and check out the white rabbit source tree:

git clone --recursive -b asterisk https://github.com/stefanrauch/bel_projects.git

Enter source tree

cd bel_projects

and build programs and driver modules via:

make KERNELVER=3.6.11.9-rt42 etherbone tools eca tlu driver

Specifying the exact kernel version string with KERNELVER is crucial. Here, KERNELVER=3.6.11.9-rt42 just serves as an example.
To list available valid kernel versions installed on the FEC, do

ls -l /boot/vmlinuz-* | sed -nre 's@.*vmlinuz-(.*).*@\1@p'
ds/white_rabbit_pexaria5_vetar2_pcie_vme.1436799605.txt.gz · Last modified: 2015/07/13 17:00 by tmilosic