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

#!/bin/ksh

TMPMP=$1
LFSCDEV=$2
GFILE=$3
WFILE=$4
PLEX=$5
COUNT=$6
SIZE=$7
UTILDIR=`pwd`

(cd $TMPMP; $UTILDIR/cleanalot_async -n $COUNT -p $PLEX -b $SIZE) &
$UTILDIR/ckckp $TMPMP $LFSCDEV $GFILE $WFILE
kill %1
sleep 2
kill -9 %1
sleep 2

exit 0