Created
November 19, 2014 02:43
-
-
Save farhanpatel/b21d8266e16b026423de to your computer and use it in GitHub Desktop.
beaglebone uenv.txt for StarterWare
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
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