View Single Post
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#321
Originally Posted by juandp77 View Post
I follow your steps but i can get to boot it, can you please explain the last part about the kernel and how to configurate u-boot
put it below a little more detailed from top of my head. this is a little tricky for me, as i patched uboot up, so that i do not need a boot.scr. because of that the boot.scr thing is not tested. tell me if i messed something up. and take all the parameters meego has.

if you go for variant b) you need no boot.scr. you only need the uImage on the vfat and thats it.

for what it's worth what i really do is:
Code:
cd <kernelsrc>
git checkout <branch>
export ARCH=arm INSTALL_MOD_PATH=build_modules
....
make uImage modules modules_install
rsync ....
thats it. boot. way easier but less failproof....

Last edited by lunat; 2010-11-09 at 07:41.