Re: Problem with booting linux using u-boot | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Sai Saravana <sai.sy@xxxxxxxxxxx> wrote: > I am using ARM Versatile Platform (PB926EJS) board for development. > I have downloaded the U-boot and linux images for versatile platform from > Arm's website. > > The details are: > Site: http://www.arm.com/linux/linux_download.html > Files: zImage-2.6.12-arm1-versatile-pb for linux and u-boot_versatileab.axf > for u-boot, base.cramfs for filesystem You should prepend the U-Boot header to the zImage file: mkimage -A arm -T kernel -C none -a 0x7fc0 -e 0x8000 -n uzImage -d zImage uzImage and write the newly generated uzImage file in flash instead of the zImage one. -- Catalin ------------------------------------------------------------------- List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
[Site Home] [IETF Annouce] [Security] [Bugtraq] [Linux] [Linux ARM Kernel] [Linux MIPS] [ECOS] [Tools] [DDR & Rambus] [Monitors]