summaryrefslogtreecommitdiffstats
path: root/uEnv.txt.beaglebone
blob: 34147ba9d5e1e79bdce70fe4da2c09d49d5da206 (plain)
1
2
3
4
5
abcboard=am335x-bone
bootpart=0:3
bootfile=boot.scr
bootdir=/boot
uenvcmd=ext2load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}