5- Install and configure U-boot Install u-boot version (that sports booting 3.x kernels) add boot entry in /etc/bootmenu.d/Arch.item example Code: ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext4" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p5 rootwait init=/bin /systemd omapfb.vram=0:3M,1:3M,2:3M quiet"This should work if you untar the image FileSystem on /dev/mmcblk0p5 run Code: u-boot-update-bootmenu reboot
Code: ITEM_NAME="Arch Linux ARM" ITEM_KERNEL="/boot/uImage" ITEM_DEVICE="${INT_CARD}p2" ITEM_FSTYPE="ext2" ITEM_OMAPATAG="1" ITEM_CMDLINE="root=/dev/mmcblk1p2 rootwait init=/bin /systemd omapfb.vram=0:3M,1:3M,2:3M quiet"