On 03/22/2011 12:11 PM, Rich Mattes wrote:
Incidentally, I had modified some of the default u-boot environment variables to the point where boot.scr wasn't working for me on one of the BeagleBoards I've been working with. To fix it, I restored the bootcmd environment variable to the default value it shipped with: setenv bootcmd "if mmc init ${mmcdev}; then if userbutton; then setenv bootscr user.scr; if run loadbootscript; then run bootscript; else if run loaduimage; then if run loadramdisk; then run ramboot; else run mmcboot; fi; fi; fi; else setenv bootscr boot.scr; if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi; fi; fi; else run nandboot; fi" saveenv As long as you didn't touch any of the rest of the environment variables, this should load the boot.scr file and execute what's inside of it. Rich |
_______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm