...your main source of everything AVR32 Linux
Search: 

Navigation

This site is powered by the TWiki collaboration platform

_email0

BootFromSDCard

To configure uboot to boot entirely from an SD card, do the following. From the uboot prompt, enter this:

askenv bootcmd
mmcinit;ext2load mmc 0:1 0x10400000 /boot/uImage;bootm 0x10400000
askenv bootargs
console=ttyS0 root=/dev/mmcblk0p1 rootfstype=ext3 <optional: fbmem=xxxxxx> rootdelay=1
saveenv
reset

There is a page detailed instruction about this subject for the AVRFreaks wiki: Howto: Boot from SD card

r2 - 03 Feb 2008 - 11:22 - MarkusBaertschi
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Atmel®, AVR® and others are registered trademarks or trademarks of Atmel Corporation or its subsidiaries.
All other trademarks are the property of their respective owners.
Powered by TWiki/Dakar Wed, 08 Feb 2006 build 8740
Syndicate this site RSSATOM