This repository contains utilities that support different tasks around MOVE-II's CDH platform.
Tests for the SPI interface. For more information read the README.md in the spi-parallel-access-test directory.
Contains a C++ Wrapper Library for IO functions (SPI, GPIO, PinMapper). For more information read the README.md in the moveio directory.
This tool creates a complete Linux image from the yocto build artifacts (i.e. rootfs, kernel, kernel-modules, ...).
./create_image.sh [options] deploy_dir
-
deploy_dir
The path to the yocto image deploy directory, in which the build artifacts are located.
-
-i image_name
Name of the image that you want to create the image file for. Defaults to core-image-cdh.
-
-s rootfs_size
Size of the rootfs partition in megabytes. Defaults to 128.