BigW Consortium Gitlab

Commit 2247a20c by RoboPeak Public Repos

Merge pull request #1 from cnwzhjs/master

modified rpusbdisp_arm_tool.sh to match the structure adjustment
parents 59d63da5 35e59b9b
#! /bin/bash
echo "RoboPeak USB Display Arm Suite"
echo "Version $(cat .version)"
echo "Copyright (c) 2013 RoboPeak.com"
echo
if [ ! -e kernel_modules ]; then
echo "Decompressing kernel modules..."
tar xf kernel_modules.tar.bz2
fi
function install_kernel_module {
echo "Installing kernel module..."
echo "Please enter your board type (pcduino, cubieboard, cubieboard2...):"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment