Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit dfd4a3af authored by Charles Steinkuehler's avatar Charles Steinkuehler
Browse files

Fix download scripts to reference correct kernel configuration file

parent 84e1f87b
Branches
Tags
No related merge requests found
......@@ -2,5 +2,6 @@
cd ~
wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone20.config
#wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone20.config
wget http://static.mah.priv.at/public/beaglebone/starterkit/deploy/3.8.13xenomai-bone23.config
#!/bin/sh
eval mv ~$1/3.8.13xenomai-bone20.config /boot/
eval mv ~$1/*.config /boot/
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