View Single Post
Posts: 34 | Thanked: 44 times | Joined on Sep 2010 @ Israel
#257
Originally Posted by bcunha View Post
Thanks for the reply. I've tried creating an .item file at /etc/multiboot.d/ pointing to the uImage at the external SD card. The u-boot updater simply ignores it. Could you please post your .item file here?
ivyking is right. Nemo is now booting properly using the following .item in /etc/bootmenu.d/:
Code:
ITEM_NAME="Nemo"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="vfat"
ITEM_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 quiet"
ITEM_USEATAG=1
 

The Following 5 Users Say Thank You to drucula For This Useful Post: