use ext2 commands in beagle environments and define bootdir to /boot

This commit is contained in:
Dennis Gilmore 2013-07-04 10:15:34 -05:00
parent 5e3cb57f92
commit ea81d7e17e
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
abcboard=omap3-beagle
bootpart=0:3
bootfile=boot.scr
uenvcmd=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}
bootdir=/boot
uenvcmd=ext2load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}

View File

@ -1,4 +1,5 @@
abcboard=omap3-beagle-xm
bootpart=0:3
bootfile=boot.scr
uenvcmd=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}
bootdir=/boot
uenvcmd=ext2load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}

View File

@ -1,4 +1,5 @@
abcboard=am335x-bone
bootpart=0:3
bootfile=boot.scr
uenvcmd=ext4load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}
bootdir=/boot
uenvcmd=ext2load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}; echo Running boot.scr script from mmc ...; source ${loadaddr}