This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ROSDISTRO=indigo | |
ROSINSTALL=/opt/ros/$ROSDISTRO | |
ROSUPFILE=/tmp/rosup.yaml | |
export-armhf-arch() { | |
export DISTCC_HOSTS='robert' | |
export ARCH=arm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f /proc/device-tree/model ]; then | |
model=$(cat /proc/device-tree/model) | |
case "${model}" in | |
Wandboard*) | |
/usr/local/sbin/brcm_patchram_plus --timeout=6.0 --patchram /lib/firmware/brcm/bcm4329.hcd --baudrate 921600 --use_baudrate_fo | |
r_download /dev/ttymxc2 | |
;; | |
esac | |
fi |
NewerOlder