[self note:@”u-boot”];
ah, this bare to the bits uboot CLI, sigh:
mmcinit
ext2ls mmc 0
ext2load mmc 0:1 0×10400000 /uImage; bootmfsload 0×10400000 boot/uImage
set bootargs ‘console=ttyS0 root=/dev/mtdblock1 rootfstype=jffs2′
bootmsaveenv
ah, this bare to the bits uboot CLI, sigh:
mmcinit
ext2ls mmc 0
ext2load mmc 0:1 0×10400000 /uImage; bootmfsload 0×10400000 boot/uImage
set bootargs ‘console=ttyS0 root=/dev/mtdblock1 rootfstype=jffs2′
bootmsaveenv
You must be logged in to post a comment.