Created
August 16, 2013 04:31
-
-
Save vooon/6247347 to your computer and use it in GitHub Desktop.
Wandboard Ubuntu.
Add this to script in /etc/init/board_tweaks.conf (brcm_patchram_plus - compiled brcm_patchram_plus.c from bsp)
This file contains 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment