View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#39
Yes, there is also
Unable to read "uImage" on mmc 0:3
(or 3:0)
right after
Unable to read "boot.scr" on mmc 0:1
Trying to make another uImage by this tutorial (on Ubuntu 10.04 and for PR1.3):
http://wiki.meego.com/ARM/N900/Insta...t_from_scratch
Code:
wget http://repository.maemo.org/pool/mae...+0m5_armel.deb -P /tmp
cd /tmp && dpkg-deb -x kernel_2.6.28-*_armel.deb maemo_kernel
flasher-3.5 -F maemo_kernel/boot/zImage-2.6.28-*.fiasco -u
sudo apt-get install uboot-mkimage
mkimage  -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n meego -d zImage uImage
Flasher can be downloaded from
http://tablets-dev.nokia.com/maemo-d...-downloads.php

Last edited by int_ua; 2011-05-05 at 11:03.