peca
Active Member
I've success at last! I ask my friend to prepare my card for me and he did it. Now my Pandora boots from SD card flawlessly. Do no why it doesn't work before, but it must be some error between keyboard and chair. Anyway in boot.txt is slightly difference against readme suggestion.
readme boot.txt:
vs my boot.txt:
.
readme boot.txt:
Code:
setenv bootargs debug root=/dev/mmcblk0p1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
ext2load mmc 0 0x80300000 /boot/uImage-2.6.27.46-omap1
bootm 0x80300000
Code:
setenv bootargs debug root=/dev/mmcblk0p1 rw rootdelay=2 console=ttyS0,115200n8 vram=6272K omapfb.vram=0:3000K
ext2load mmc 0 0x80300000 /boot/uImage
bootm 0x80300000