/Nyanbada

This repository is for testing Linux drivers, using the Rockchip VPU as a test bench.

Primary LanguageC

Random dummy driver tests.

Preparation

This is not required, but you can export the following values to influentitate the Makefile.

export ARCH=arm
export CROSS_COMPILE=armv7a-hardfloat-linux-gnueabi-
export MYY_KERNEL_DIR=/path/to/your/arm/linux

Or you can edit the Makefile.

Compilation

make

Clean

make clean