Page MenuHomeFreeBSD

Cambridge uEnv.txt
ActivePublic

Authored by emaste on Sep 17 2015, 9:45 PM.
Tags
None
Referenced Files
F229147: Cambridge uEnv.txt
Sep 17 2015, 9:45 PM
Subscribers
None
bootcmd_mmc=fatload mmc 0:1 0x80000000 kernel.bin; go 0x80000000
bootcmd_net=tftp 0x80000000 beaglebone/kernel.bin; go 0x80000000
bootcmd_raw=mmc read 0x80000000 0xc033 0x8000; go 0x80000000
bootcmd_ubldr=if test -e $api_enabled; then mmc read 0x81000000 0xc033 0x800; go 0x81000074; else fatload mmc 0:1 0x85000000 u-boot.bin; fatload mmc 0:1 0x402F0400 u-boot-spl.bin; go 0x402F0400; fi
serverip=10.5.0.1
ipaddr=10.5.0.22
uenvcmd=run bootcmd_ubldr

Event Timeline

emaste changed the title of this paste from untitled to Cambridge uEnv.txt.
emaste updated the paste's language from autodetect to autodetect.