View Single Post
Posts: 253 | Thanked: 1,007 times | Joined on May 2010 @ Near Munich
#832
Originally Posted by dredlok706 View Post
So, you don't have access to Maemo 5, right? Maybe try to mount rootfs via Leste, or even chroot to it.
You should just run command like that:
Code:
ln -s /etc/bootmenu.d/40-maemo-leste.item /etc/default/bootmenu.item
...
chroot! Should have thought of that.

Here my chroot script:
Code:
#!/bin/bash
modprobe ubi mtd=5
ubiattach /dev/ubi_ctrl -m 5
mount -t ubifs /dev/ubi0_0 /mnt/
mount --bind /dev /mnt/dev
mount --bind /dev/pts /mnt/dev/pts
mount --bind /sys /mnt/sys
mount --bind /proc /mnt/proc
after that just run
Code:
chroot /mnt/ /bin/ash
I tried linking the file as suggested, but to no effect.

The u-boot-update-bootmenu returned
Code:
First eMMC partition /home/user/MyDocs/ is not mounted!
So I mounted the first SD Partition there. After that the script ran successfully and generated a bootmenu.scr.
I also noticed /boot/zImage-2.6.28.10-power53 is a symlink to /opt, so no wonder the original maemo system can't boot without EMMC available

However it still reports the same errors on boot, so U-Boot seems to be unable to pick up the file from the SD.

@reinob: If I flash a new u-boot I think I will have the same problems. It will also try to mount the EMMC and then attempt to boot from NAND.
 

The Following 2 Users Say Thank You to Macros For This Useful Post: