View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#70
Originally Posted by pali View Post
Source code are on gitorious: https://gitorious.org/u-boot-shr/u-b...ts/pali-master

@mirakels:
mmcnum for SD card was in ali's patch 0 and for eMMC 2. I used ali's patch, so ask ali if it is correct, I'm not sure.

Booting from SD or eMMC is done in this order:
1. try to load boot script /boot.scr from first FAT partition
2. try to load kernel image /uImage from fisrt FAT partition
3. try to load boot script /boot.scr from second FAT partition
4. try to load kernel image /uImage from second FAT partition
5. same for 3. and 4. FAT partition

... same as 1-5 but try partition type Ext

boot script is U-Boot language Hush text script converted by mkimage
uImage is kernel image generated from zImage/uImage by mkimage

@Radicalz38:
maybe it is really problem with different HW revisions. First try to only load image, not flashing!!! This prevent infinite reboot loop.

Code:
wget http://atrey.karlin.mff.cuni.cz/~pali/u-boot+pr1.3+fb.bin -O image.bin
sudo flasher flasher-3.5 -k image.bin -l -b
If you have a problem with booting glued kernel image, choose "U-Boot console" in menu and write "run noloboot". Then if you can write output.

Also use pr1.3 kernel image with framebuffer support (u-boot+pr1.3+fb.bin), maybe you will see some more errors in console.
Hi pali! Yes I did load only the image and it's still stuck. Also tried booting it manually through console with run noloboot but it just shows that it's loading then reboot(like matan's uboot again) no errors whatsoever. Although stskeep's uboot worked fine for me.

By the way I flashed the bin file on device using softupd command. Do you have a diff file there? somehow i can't access gitorous now I don't know why lol! *sigh* only wanted that iemmc command