# linux-sdk-examples **Repository Path**: weimingtom/linux-sdk-examples ## Basic Information - **Project Name**: linux-sdk-examples - **Description**: Imported from https://github.com/c-sky/linux-sdk-examples - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Demos This directory contains some simple example projects for eragon linux project. These are intended to show basic eragon linux driver functionality, and to provide you can use for your own projects. # Preparation * Before building the demo, please set the toolchain path to PATH global var. # How to use Building examples is the same as building any other project: * Follow the setup instructions in README.md. * Change into the directory of the example you'd like to build. * Use `make` to build the example. * Use `make clean` to clean the example binary.