View Single Post
Posts: 21 | Thanked: 27 times | Joined on Jul 2013 @ Czechia
#10
I wonder how your partition layout looks like and what could be wrong, seems like I’m quite blind today. Would you mind running fdisk /dev/mmcblk0 and pressing 'p' to print the partition table (and 'q' to safely get out of there)?

Why would U-Boot look for /opt/boot/uImage in /boot or /opt/boot if it was given an absolute path to the /opt directory?

How about putting the Arch kernel in MyDocs? Typically this is a FAT32 partition (the first one) on EMMC.

Code:
ITEM_NAME="Arch"
ITEM_KERNEL="uImage" (or "/uImage" maybe?)
ITEM_DEVICE="${INT_CARD}p1"
ITEM_FSTYPE="vfat" (or just "fat")
ITEM_OMAPATAG="1"
ITEM_CMDLINE="root=/dev/mmcblk0p5 rootwait
init=/usr/lib/systemd/systemd omapfb.vram=0:3M,1:3M,2:3M quiet"
If uImage is not there after you run u-boot-update-bootmenu (I hope it does not complain again), just copy it in /home/user/MyDocs.

Last edited by lenoch; 2013-08-03 at 20:15.