Skip to content

Instantly share code, notes, and snippets.

@farhanpatel
Created November 19, 2014 02:43
Show Gist options
  • Save farhanpatel/b21d8266e16b026423de to your computer and use it in GitHub Desktop.
Save farhanpatel/b21d8266e16b026423de to your computer and use it in GitHub Desktop.
beaglebone uenv.txt for StarterWare
uenvcmd=setenv autoload no;dhcp;setenv loadaddr 0x80000000;setenv serverip 192.168.1.114;setenv tftproot /Users/farhan/cmpt433tftp;setenv bootfile ${tftproot}/download.bin;tftp ${loadaddr} ${bootfile};echo *** Booting to BareMetal ***; go ${loadaddr};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment