View Single Post
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#145
Originally Posted by szopin View Post
Awesome, thanks a lot. Only one point left that will probably cause me headaches tonight: boot.scr, could you upload yours (assuming it is same on all devices after following your steps, if not short description of how it should be created would be very much welcome)
should be the same as nemo's, I just named the kernel uImage to unknown-uImage to differentiate it from other kernels.

setenv atagaddr $init_atagaddr
setenv bootcmd 'mmc init; fatload mmc 0:1 0x82000000 unknown-uImage; bootm 0x82000000'
setenv bootargs 'root=/dev/mmcblk0p3 rootwait console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 nosplash elevator=noop'
boot

if you are going to use the attached boot.scr, rename the uImage in the .deb to unknown-uImage.

remove the .txt extension ofcourse

[Edit] please note that this has been tested with old u-boot, not pali's version.
Attached Files
File Type: txt boot.scr.txt (322 Bytes, 119 views)
File Type: txt unknown.script.txt (250 Bytes, 119 views)

Last edited by ivyking; 2012-04-20 at 19:38.
 

The Following 7 Users Say Thank You to ivyking For This Useful Post: