View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#63
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:
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.

Last edited by pali; 2013-04-20 at 12:41.
 

The Following 5 Users Say Thank You to pali For This Useful Post: