On Tue, Jun 24, 2008 at 9:05 PM, michael <[EMAIL PROTECTED]> 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 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
