Skip to content

Instantly share code, notes, and snippets.

@vooon
Created August 16, 2013 04:31
Show Gist options
  • Save vooon/6247347 to your computer and use it in GitHub Desktop.
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)
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