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

# $FreeBSD$

PROG=	nandtool
SRCS=	nandtool.c nand_read.c nand_write.c nand_erase.c nand_info.c
SRCS+=	nand_readoob.c nand_writeoob.c
BINDIR=	/usr/sbin
LIBADD=	geom
MAN=	nandtool.8

.include <bsd.prog.mk>