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.
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