From 5a85c1667a80cc2dda9861980c64d99f8da0163e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 14 Aug 2017 11:44:06 -0400 Subject: pru: Update installation and flash scripts Update the scripts used to install and "flash" the pru micro-controller code. Also, add a "flash" script for the linux micro-controller code. This makes it easier to install Klipper on a Beaglebone board that uses a Replicape. Signed-off-by: Kevin O'Connor --- scripts/install-beaglebone.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'scripts/install-beaglebone.sh') diff --git a/scripts/install-beaglebone.sh b/scripts/install-beaglebone.sh index 209f6948..695e9f15 100755 --- a/scripts/install-beaglebone.sh +++ b/scripts/install-beaglebone.sh @@ -33,10 +33,17 @@ install_udev() { report_status "Installing pru udev rule..." sudo /bin/sh -c "cat > /etc/udev/rules.d/pru.rules" <