[U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
rohit h
hrohit85 at gmail.com
Wed Jun 25 14:59:34 CEST 2008
On Tue, Jun 24, 2008 at 9:05 PM, michael <trimarchi at gandalf.sssup.it> wrote:
> Activate in the linux kernel CONFIG_LL_DEBUG ( maybe ?! ) and check
> that the u_boot_board_id == linux_board_id
I am working on OMAP2420 (ARM 11) based apollon board.
The board id in u-boot is ( in file board/apollon.c, board_init() ):
gd->bd->bi_arch_number = 919;
The board id in linux-2.6.22, linux-2.6.25 ( as defined in
arch/arm/tools/mach-types ) :
omap_apollon MACH_OMAP_APOLLON OMAP_APOLLON 919
Thanks,
Rohit
More information about the U-Boot
mailing list